/* Forum CSS */

/*img{border: 0;}*/

.bold{font-weight: bold;}

.italic{font-style: italic;}

.underline{text-decoration: underline;}

blockquote.quote{
	padding: 10px;
	border: 1px dotted #BAC4C3;
	background-color: #fff;
	margin: 0;
	margin-left: 10px;
}

.forumFormLabel{
	width: 150px;
	text-align: right;
	float: left;
	margin-bottom: 5px;
	padding-right: 10px;
}

.forumFormInput{
	float: left;
	margin-bottom: 5px;
	width: 200px;
}

.forumEditorInput{
	float: left;
	margin-bottom: 5px;
	width: 500px;
}

.forumBg{
	margin: 0px;
	margin-left:8px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #BAC4C3;
	padding: 5px;
	width: 710px;
	wi--dth: 765px;
}

.forumInfo{
    color: #999;
    font-size: 11px;
    border-bottom: 0 none;
}

.forumCell{
	padding: 10px 5px;
	float: left;
}

.forumPager{
	padding: 5px;
	text-align: center;
	background-color: #fff;
}

.forumPostDate{
	width: 100%;
	margin-bottom: 10px;
	color: #acacac;
	font-size: 10px;
}

.forumHeader{
	margin: 0px;
	background-color: #f7f7f7;
	padding: 5px;
	font-weight: bold;
	float: left;
}

.forumPostHeader{
	background-color: #f7f7f7;
	padding: 5px;
	font-weight: bold;
	float: left;
	text-align: center;
}

.fL{float: left;}

.fR{float: right;}

.forumSubmit{
	padding-left: 160px;
	padding-bottom: 10px;
	padding-top: 5px;
}

.forumProfilAvatar{
	padding-bottom: 10px;
}

.forumAvatarView{
	padding-bottom: 10px;
}

.forumAutor{
	font-weight: normal;
	padding-bottom: 2px;
}

.autorOpis{
	color: #999;
        font-size: 0.9em;
}

.forumSygnatura{
	padding-top: 10px;
	color: #acacac;
	font-size: 10px;
}

.forumEdycja{
	padding-top: 10px;
	color: #acacac;
	font-size: 10px;
}

.forumMessage{
	padding: 10px;
	background-color: #f7f7f7;
}

.forumProfilAvatarView{
	padding-bottom: 10px;
	float: right;
}

.forumRow{
	background-color: #FFFFFF;
	border-bottom: 1px solid #BAC4C3;
	width: 720px;
}

.forumHeaderRow{
	border-bottom: 1px solid #BAC4C3;
	width: 720px;
	background-color: #f7f7f7;
	padding: 5px 0;
	font-weight: bold;
}

.forumTopicRow{
	background-color: #FFFFFF;
	border-bottom: 1px solid #BAC4C3;
	width: 710px;
}

.forumPostRow{
	background: #FFFFFF url('images/forum/post_bg.gif') repeat-y; 
	border-bottom: 1px solid #BAC4C3;
	width: 710px;
}

.forumCell a{
	color: #6b6b6b;
	text-decoration: underline;
	font-weight: normal;
}

.forumRow:hover, .forumTopicRow:hover{
	background-color: #fbeadf;
}

.forumCatTitle{
	font-weight: bold;
	color: #124B8E;
	background-color: #fff;
	border-bottom: 1px solid #BAC4C3;
	padding: 5px;
	width: 710px;
}

.forumTitle{
	font-weight: bold;
	color: #ff6600;
	margin: 0px;
	margin-left:8px;
	background-color: #f7f7f7;
	padding: 5px;
	font-weight: bold;
	border-bottom: 1px solid #BAC4C3;
}


a .forumUserLink{
	font-weight: bold;
	text-decoration: underline;
		
}

#forumTematy, #forumPosty{
	padding: 5px;
	width: 710px;
	margin-left:8px;
	background-color: #e2e6e6;
}

#forumCats{
	padding: 10px 0 0;
	width: 720px;
	margin-left:8px;
	background-color: #fff;
}

.forumCat{
	padding-bottom: 10px;
}

.center{
	text-align: center;
}

input.forumInput {
	width: 100%;
	background-color: #ECEFEE; 
	border: 1px #C3C8C9 solid; 
	color: #3C6500; 
	font-size: 11px; 
	font-family: tahoma, sans-serif;  
}

textarea.forumInput {
	width: 100%;
	height: 100px;
	background-color: #ECEFEE; 
	border: 1px #C3C8C9 solid; 
	color: #3C6500; 
	font-size: 11px; 
	font-family: tahoma, sans-serif;  
}

#EditorArea{
	color: #000;
	background-color: #fff; 
	border: #deecfd thin solid;
	height: 200px;
	font-size: 12px;
}


.btnBold .x-btn-text {
	background-image: url('images/forum/editor/text_bold.png');
}

.btnItalic .x-btn-text {
	background-image: url('images/forum/editor/text_italic.png')
}

.btnUnderline .x-btn-text {
	background-image: url('images/forum/editor/text_underline.png')
}

.btnFont .x-btn-text {
	background-image: url('images/forum/editor/text_uppercase.png')
}

.btnFontSize .x-btn-text{
	background-image: url('images/forum/editor/text_smallcaps.png')
}

.btnForeColor .x-btn-text{
	background-image: url('images/forum/editor/color_swatch.png')
}

.btnLink .x-btn-text {
	background-image: url('images/forum/editor/link.png')
}

.btnImg .x-btn-text {
	background-image: url('images/forum/editor/image.png')
}

.btnUndo .x-btn-text {
	background-image: url('images/forum/editor/resultset_previous.png')
}

.btnRedo .x-btn-text {
	background-image: url('images/forum/editor/resultset_next.png')
}

.btnEmo .x-btn-text {
	background-image: url('images/forum/editor/emoticon_smile.png')
}

.x-btn-with-menu  .x-btn-center em{
    display:block;
    padding-right:0px;
    background: transparent url('images/forum/editor/s.gif');
}
