/*FORUM LAYOUT*/

body{
	padding: 0;
	margin: 0;
}

fieldset{
	border: 0;
}

div#wrapper{
	margin-left: auto;
	margin-right: auto;
	width: 955px;
}

div#header{
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF; 
	width: 950px;
	height: 147px;
	text-align: right;
	padding: 3px 5px 0 0;  
	background: White url(../img/site/forum_head.jpg) no-repeat;
	color: #8A5931;
	font: 11px Arial;
}

div#content{
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF; 
	width: 955px;
	background: White;
}

div#bottom{
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF; 
	width: 955px;
	height: 25px; 
	text-indent: 20px;
	background: White;
	font: 10px Arial;
	color: #B7B7B7;
}

div#header a.redlink{
	color: #8A5931;
	font: 11px Arial;
}


/*FORUM ELEMENTS*/


a{
	color: #A86C3C;
}

div.quote{
background-color: #D2EEF4;
border: 1px dashed #666;
padding: 2px;
}

a.title{
	text-decoration: none;
	font: bold 16px Arial;
	
}
.messageText{
	font: 12px Arial;
}

div#forum{
	padding: 15px;
	font: 10px Verdana;
	
}

div#forum td{
	vertical-align: top;
}

div#forum a{
	text-decoration: underline;
	color: #5A381C;
}

/*Elementele tabelului de pe index*/
th{
	height: 27px;
	vertical-align: middle;
	background: #006699 url(../img/forum/site/cellpic4.gif) repeat-x;
	color: White;
	text-align: center;
	border-bottom: 1px solid White;
	border-left: 1px solid White;
	font: bold 11px Verdana;
}

td{
/*	height: 40px;*/
	vertical-align: middle;
}

td.td1{
	vertical-align: middle;
	background-color: #F9F9F9;
	border-bottom: 1px solid White;
	border-left: 1px solid White;
}

td.td2{
	vertical-align: middle;
	background-color: #F2F2F2;
	border-bottom: 1px solid White;
	text-align: center;
	border-left: 1px solid White;
	
}

td.td3{
	height: 27px;
	padding-top: 5px;
	vertical-align: middle;
	background: #ECECEC url(../img/forum/site/cellpic1.gif) repeat-x;
	color: #A86C3C;
	font: bold 13px Verdana;
	text-indent: 5px;
	border-right: 1px solid White;
}

td.td4{
	height: 27px;
	vertical-align: middle;
	background: #ECECEC url(../img/forum/site/cellpic1.gif) repeat-x;
	color: White;
	text-align: center;
}

td.row1{
	background-color: #F9F9F9;
	border-bottom: 1px solid White;
	border-right: 1px solid White;
}
td.row2{
	background-color: #F9F9F9;
	border-bottom: 1px solid White;

}

/*elementele tabelului de pe posts.php*/

td.spacer{
	 background-color: #EBEBEB;
	 height: 7px;
	 border-bottom: 1px solid white;
	 font: 1px arial;
}

tr.highlight1{
	background-color: #F9F9F9;
}

tr.highlight0{
	background-color: #F2F2F2;
}

/*Tabel paginare*/

table.paginare{
	width: auto;
	margin-top: 3px;
}

table.paginare td{
background-color: #F9F9F9;
border: 1px solid #FFF;
text-align: center;
width: 15px;
height: 18px;
margin-left: 5px;
}

blockquote{
	border: 2px dashed #DCDCDC;
}
