/* ---------------------------------------------------- */
/* ------------------- FORUM MODULE ------------------- */
/* ---------------------------------------------------- */

/* ----------------------*/
/* ---- FRAMES BODY ---- */

.forumPaddingRight {padding-right: 10px;}
.forumPaddingLeft {padding-left: 10px;}
.forumPaddingBottom {padding-bottom: 10px;}
.forumMarginBottom {margin-bottom: 10px;}
.smallSize {font-size: 10px;}

span.cornerTL, 
span.cornerTR, 
span.cornerBL, 
span.cornerBR {
	display: block;
	width: 2px;
	height: 2px;
	font-size: 0;
}

span.cornerTL {
	position: absolute; top: -1px; left: -1px;
	background: url(images/forum/toForum/cornerTL.gif) 0 0 no-repeat;
}
span.cornerTR {
	position: absolute; top: -1px; right: -1px;
	background: url(images/forum/toForum/cornerTR.gif) 0 0 no-repeat;
}
span.cornerBL {
	position: absolute; bottom: -1px; left: -1px;
	background: url(images/forum/toForum/cornerBL.gif) 0 bottom no-repeat;
}
span.cornerBR {
	position: absolute; bottom: -1px; right: -1px;
	background: url(images/forum/toForum/cornerBR.gif) 0 bottom no-repeat;
}
/* ----------------------*/

/* --- forumLogArea - obszar logowania --- */

div.DefaultForum div.forumLogArea {
	padding: 10px 0 11px;
}
div.DefaultForum div.forumLogArea span {
	margin-right: 6px;
	font-size: 14px;
	font-family: Arial, Tahoma, sans-serif;
}
div.DefaultForum div.forumLogArea strong {
	font-weight: bold;
}
div.DefaultForum div.forumLogArea a.normalBtn {
	margin-left: 10px;
	padding-left: 8px;
	background: transparent url('images/arrow_black.gif') 0 51% no-repeat;
}
div.DefaultForum div.forumLogArea input.GraphicBtn,
input.sendButton {
	height: 20px;
	width: 69px;
	margin-left: 4px;
	border: 0;
	color: white;
	font: normal 11px Tahoma, sans-serif;
	background: transparent url('images/btn_bg.png') 50% 0% no-repeat;
	cursor: pointer;
}
input.sendButton {
	vertical-align: middle;
	text-align: center;
}

/* --- tabsHeadFx - naglowek tabeli / wskaznik polozenia --- */

div.DefaultForum div.tabsHeadFx {
	margin-bottom: 3px;
	padding-right: 5px;
	color: #fff;
	text-align: left;
	font-weight: bold;
	background: url('images/tabs_header_bg.png') no-repeat right top;
}
div.DefaultForum div.tabsHeadFx div {
	height: 26px;
	padding-left: 5px;
	background: url('images/tabs_header_bg.png') no-repeat left top;
}

div.DefaultForum div.tabsHeadFx span {
	display: block;
	padding: 5px 0 0 25px;
	background: transparent url(images/forum/toForum/captionBg.jpg) 12px 11px no-repeat;
}
div.DefaultForum div.tabsHeadFx span a {
	color: #fff;
}

/* --- formuTheme - tabela zawartosci --- */

div.DefaultForum div.tableBorder {
	height: 1%;
	margin-bottom: 10px;
	padding: 1px;
	border: 1px solid #d3d3d3;
	position: relative;
}

div.DefaultForum table.formuTheme {
	width: 100%;
}

div.DefaultForum table.formuTheme tr {
	background-color: #f6f6f6;
}
div.DefaultForum table.formuTheme tr.hovered {
	background-color: #edf7fd;
}
div.DefaultForum table.formuTheme tr.trSpacer {
	background-color: #fff;
}

div.DefaultForum table.formuTheme tr.trSpacer td {
	padding: 8px 17px;
}

div.DefaultForum table.formuTheme th,
div.DefaultForum table.formuTheme td {
	margin: 0;
	padding: 0;
}
div.DefaultForum table.formuTheme th,
div.DefaultForum div.userProfileHeader {
	height: 34px;
	text-align: center;
	background: transparent url(images/forum/toForum/theadTdBg.jpg) 0 0 repeat-x;
}
div.DefaultForum table.formuTheme th.thFirst,
div.DefaultForum div.userProfileHeader {
	padding: 0 17px;
	text-align: left;
}
div.DefaultForum table.formuTheme td {
	padding: 12px 17px;
	text-align: left;
	border: solid #d3d3d3;
	border-width: 1px 1px 0 0;
}

div.DefaultForum table.formuTheme td.tdIcons {
	width: 36px;
}
div.DefaultForum table.formuTheme td.tdTitles {
	width: auto;
}
div.DefaultForum table.formuTheme td.tdSubjects,
div.DefaultForum table.formuTheme td.tdAuthors {
	width: 60px;
}
div.DefaultForum table.formuTheme td.tdPosts {
	width: 73px;
}
div.DefaultForum table.formuTheme td.tdLastPost {
	padding: 12px 10px;
	width: 108px;
}
div.DefaultForum table.formuTheme td.tdAvatar {
	width: 97px;
}

div.DefaultForum table.formuTheme td.tdSubjects,
div.DefaultForum table.formuTheme td.tdPosts,
div.DefaultForum table.formuTheme td.tdLastPost,
div.DefaultForum table.formuTheme td.tdAuthors {
	text-align: center;
}
div.DefaultForum table.formuTheme td.tdLastPost,
div.DefaultForum table.formuTheme td.tdLabelWrote,
div.DefaultForum table.formuTheme td.tdLabelOnline,
div.DefaultForum table.formuTheme td.tdForumNews {
	border-width: 1px 0 0 0;
}

div.DefaultForum table.formuTheme td.tdTitles img {
	vertical-align: bottom;
	padding-bottom: 2px;
}
div.DefaultForum table.formuTheme td.tdLogo {
	width: 165px;
	height: 74px;
	padding: 0;
	background: #f6f6f6 url(images/forum/toForum/briefLogo.jpg) center center no-repeat;
}

div.DefaultForum table.formuTheme td.tdLabelWrote b,
div.DefaultForum table.formuTheme td.tdAvatar b,
div.DefaultForum table.formuTheme td.tdForumNews div.postEditData b,
div.DefaultForum table.formuTheme td.tdLabelOnline p.users,
div.DefaultForum table.formuTheme td.tdLabelOnline a {
	color: #2078a8;
}


div.DefaultForum a.mainLink,
div.DefaultForum table.formuTheme td.tdSubjects,
div.DefaultForum table.formuTheme td.tdPosts,
div.DefaultForum table.formuTheme td.tdLastPost a.lastAuthor,
div.DefaultForum table.formuTheme td.tdAuthors a {
	color: #2078a8;
	font: bold 12px Arial, Tahoma, sans-serif;
}

div.DefaultForum table.formuTheme td.tdTitles p {
	font-size: 10px;
	line-height: 1.2em;
}
div.DefaultForum table.formuTheme td.tdLastPost a.lastPostData {
	display: block;
	font-size: 10px;
	color: #9b9b9b;
}

div.DefaultForum table.formuTheme td.tdAvatar div {
	color: #9b9b9b;
	font: normal 10px Arial, Tahoma, sans-serif;
}
div.DefaultForum table.formuTheme div.avatarView {
	border: 1px solid #d3d3d3;
	margin-bottom: 10px;
	padding: 3px;
	background-color: #fefefe;
}
div.DefaultForum img.avatarView {
	border: 1px solid #d3d3d3;
	padding: 3px;
	background-color: #fefefe;
}
div.DefaultForum table.formuTheme td.tdAvatar a {
	display: block;
}
div.DefaultForum table.formuTheme td.tdAvatar span.anonim {
	font-family: Arial, Tahoma, sans-serif;
}

div.DefaultForum table.formuTheme td.tdForumNews {
	vertical-align: top;
}
div.DefaultForum table.formuTheme td.tdForumNews div.postHeader {
	height: 1%;
	padding-bottom: 10px;
	margin-bottom: 17px;
	border-bottom: 1px solid #d3d3d3;
	overflow: hidden;
}
div.DefaultForum table.formuTheme td.tdForumNews div.postHeader div.sideLeft {
	color: #6b6b6b;
	font-family: Arial, Tahoma, sans-serif;
	float: left;
}
div.DefaultForum table.formuTheme td.tdForumNews div.postHeader div.sideRight {
	width: 160px;
	float: right;
}
div.DefaultForum table.formuTheme td.tdForumNews div.postHeader div.sideRight a {
	display: block;
	width: 44px;
	height: 12px;
	margin-left: 6px;
	padding-top: 1px;
	text-align: center;
	color: #fff;
	font: normal 9px Tahoma, Arial, sans-serif;
	background: transparent url(images/forum/toForum/editSubmitBg.jpg) 0 0 no-repeat;
	float: right;
}
div.DefaultForum table.formuTheme td.tdForumNews div.postHeader div.sideRight a:hover {
	text-decoration: none;
}

div.DefaultForum table.formuTheme td.tdForumNews div.postKernel {
	padding-bottom: 5px;
}
div.DefaultForum table.formuTheme td.tdForumNews div.postKernel blockquote {
	padding: 12px;
	margin: 0;
	background: #fefefe;
	border: 1px dotted #d3d3d3;
}
div.DefaultForum table.formuTheme td.tdForumNews div.postEditData {
	padding-top: 10px;
	margin-top: 12px;
	color: #6b6b6b;
	font-family: Arial, Tahoma, sans-serif;
	border-top: 1px solid #d3d3d3;
}

/* --- tableExtend - obszar pod tabelka / pager / addPost --- */

div.DefaultForum div.tableExtend {
	height: 1%;
	padding-top: 2px;
	overflow: hidden;
}
div.DefaultForum div.tableExtend div.pager {
	margin: 0;
	float: left;
}
div.DefaultForum div.tableExtend div.pager b {
	vertical-align: top;
}
div.DefaultForum div.tableExtend a.newPostAnswer {
	display: block;
	height: 22px;
	width: 123px;
	padding-top: 6px;
	color: white;
	text-align: center;
	font: bold 11px Arial, Tahoma, sans-serif;
	background: transparent url(images/forum/toForum/whideButtonBg.jpg) 0 0 no-repeat;
	cursor: pointer;
	float: right;
}
div.DefaultForum div.tableExtend a.newPostAnswer:hover {
	text-decoration: none;
}

/* usersArea - formatowania profilu użytkownika */

div.DefaultForum div.userProfileHeader {
	height: 26px;
	padding-top: 8px;
}
div.DefaultForum div.userProfileViewer {
	height: 1%;
	background-color: #f6f6f6;
	text-align: center;
	overflow: hidden;
}
div.DefaultForum div.userProfileViewer h2 {
	padding: 8px 17px;
	background-color: #fff;
	font: bold 11px Arial, Tahoma, Helvetica, sans-serif;
	border: solid #d3d3d3;
	border-width: 1px 0;
}

div.DefaultForum div.dataBox {
	padding: 20px 5px 25px;
}
div.DefaultForum div.dataBox.maxSize {
	margin: 0 auto;
	width: 390px;
}
div.DefaultForum div.dataBox div.floatRow {
	height: 1%;
	overflow: hidden;
}
div.DefaultForum div.dataBox div.floatRow span {
	text-align: left;
	color: #9e9e9e;
	float: left;
}
div.DefaultForum div.dataBox div.floatRow span.label,
div.DefaultForum div.dataBox div.floatRow span.labelSmall {
	display: block;
	width: 160px;
	margin-right: 8px;
	color: #2b2b2b;
	text-align: right;
	float: left;
}
div.DefaultForum div.dataBox div.floatRow span.labelSmall {
	width: 140px;
}

div.DefaultForum div.usersInfo {
	width: 285px;
	border-right: 1px solid #d3d3d3;
	float: left;
}

div.DefaultForum div.usersData {
	margin-left: 285px;
	border-left: 1px solid #d3d3d3;
}

/* forumEditFields - obszar edycyjny - dodawanie nowego tematu, odpowiedź, cytat */

div.DefaultForum div.forumEditFields {
	padding: 10px 0 12px;
	text-align: left;
}
div.DefaultForum div.forumEditFields div.row {
	margin: 7px 0;
}
div.DefaultForum div.forumEditFields label {
	display: block;
	width: 130px;
	float: left;
}
div.DefaultForum div.forumEditFields label span {
	color: #2577AF;
}
div.DefaultForum div.forumEditFields div.row input {
	width: 200px;
	color: #333333;
	border: 1px solid #E7E7E7;
	vertical-align: middle;
}
div.DefaultForum div.forumEditFields div.row input.checkbox {
	width: 15px;
	border: 0;
	margin-right: 5px;
}
div.DefaultForum div.forumEditFields div.row input.fileInput {
	margin-left: 130px;
	width: auto;
	float: none;
}

div.DefaultForum div.forumEditFields div.forumSubmit {
	margin-top: 15px;
	padding: 15px 0 10px;
	border-top: 1px solid #E7E7E7;
}

div.DefaultForum div.forumEditFields div.deleteAvatar {
	padding: 5px 5px 5px 130px;
}
div.DefaultForum div.forumEditFields div.deleteAvatar label {
	display: inline;
	cursor: pointer;
	float: none;
}

/* ---------------------------------------- */
/* --- Standardowe formatowania edytora --- */
/* ---------------------------------------- */

#EditorArea {
	width: 846px;
	height: 200px;
	font: normal 12px Tahoma, Arial, Helvetica, sans-serif;
	border: 1px solid #E7E7E7;
}

.btnBold .x-btn-text {
	background-image: url('images/forum/editor/text_bold.gif');
}
.btnItalic .x-btn-text {
	background-image: url('images/forum/editor/text_italic.gif')
}
.btnUnderline .x-btn-text {
	background-image: url('images/forum/editor/text_underline.gif')
}
.btnFont .x-btn-text {
	background-image: url('images/forum/editor/text_uppercase.gif')
}
.btnFontSize .x-btn-text {
	background-image: url('images/forum/editor/text_smallcaps.gif')
}
.btnForeColor .x-btn-text {
	background-image: url('images/forum/editor/color_swatch.gif')
}
.btnLink .x-btn-text {
	background-image: url('images/forum/editor/link.gif')
}
.btnImg .x-btn-text {
	background-image: url('images/forum/editor/image.gif')
}
.btnUndo .x-btn-text {
	background-image: url('images/forum/editor/resultset_previous.gif')
}
.btnRedo .x-btn-text {
	background-image: url('images/forum/editor/resultset_next.gif')
}
.btnEmo .x-btn-text {
	background-image: url('images/forum/editor/emoticon_smile.gif')
}
.x-btn-with-menu .x-btn-center em {
	display: block;
	padding-right: 0px;
	background: transparent url('images/forum/editor/s.gif');
}
