/* 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;
	background-color: #FFFFFF;
	border-bottom: 1px solid #BAC4C3;
	padding: 5px;
}

.forumCell
{
	padding: 10px;
	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: bold;
	padding-bottom: 10px;
}

.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: 755px;
}

.forumTopicRow
{
	background-color: #FFFFFF;
	border-bottom: 1px solid #BAC4C3;
	width: 755px;
}

.forumPostRow
{
	background: #FFFFFF url('images/forum/post_bg.gif') repeat-y; 
	border-bottom: 1px solid #BAC4C3;
	width: 755px;
}

.forumCell a
{
	color: #6b6b6b;
	text-decoration: underline;
	font-weight: normal;
}

.forumRow:hover, .forumTopicRow:hover
{
	background-color: #e0ecf1;
}

.forumCatTitle
{
	font-weight: bold;
	color: #00608a;
	background-color: #f7f7f7;
	border-bottom: 1px solid #BAC4C3;
	padding: 5px;
	width: 745px;
}

.forumTitle
{
	font-weight: bold;
	color: #00608a;
	margin: 0px;
	background-color: #f7f7f7;
	padding: 5px;
	font-weight: bold;
	border-bottom: 1px solid #BAC4C3;
}


a .forumUserLink
{
	font-weight: bold;
	text-decoration: underline;
		
}

#forumTematy, #forumPosty
{
	padding: 10px;
	background-color: #e2e6e6;
}

#forumCats
{
	padding-left: 10px;
	padding-top: 10px;
	background-color: #e2e6e6;
}

.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');
}

