/* forums css */

input,textarea,select,td,th {
	color: #333333;
	font:12px Helvetica, Verdana, sans-serif;
}
input.text {
	background:#fff;
	border:1px solid #a5acb2;
	font-size:12px;
	padding:2px;
	vertical-align:middle;
}
select {
	background:#fff;
	border:1px solid #a5acb2;
	font-size:12px;
	padding:2px;
	vertical-align:middle;
}
textarea.text {
	background:#fff;
	border:1px solid #a5acb2;
	font-size:12px;
	overflow:auto;
	padding:2px;
}

a.boxlink,
a.boxlink:visited
 {
	line-height:1.6em;
	background-color: #FEF09E; 
	color:#333;
	border-bottom:1px solid #FFDF2D;
	font-weight:normal;
	text-decoration:none;
	padding:0 2px 0 2px;
	}

a.boxlink:hover {
	text-decoration:none;
	display:inline;
	padding:0 2px 0 2px;
	color:#fff;
	background:#666;
	border-bottom:1px solid #666;
	}
.container {
	background-color:#ECEBE0;width:95%;padding:10px;
}

table.messages {
background-color:#000000;
width:100%;
font-size:0.8em;
}

table.messages th {
background-color:#777777;
font-family: Arial,Verdana;
color:#ffffff;
font-weight: bold;
padding:5px;
text-align:center;
}

table.messages td {
background-color:#e1dfe4 ;
font-family: Verdana,Arial;
color:#000000;
vertical-align: top; 
font-size:0.95em;
padding:5px;
}

table.messages td p {
font-size:1.0em;

}

.forumhead , forumhead p {
font-family:verdana,Arial;font-size:0.8em;font-weight: bold;
padding:5px;background-color:#ECEBE0;
}

.forumhead a img {border:0}

/* bricks menu */

#modernbricksmenu{
padding: 0;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;

}

#modernbricksmenu ul{
font: bold 11px Arial;
margin:0;
margin-left: 0px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
float:right;
}

#modernbricksmenu li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

#modernbricksmenu a{
float: left;
display: block;
color: white;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px;
text-decoration: none;
letter-spacing: 1px;
background-color: black; /*Default menu color*/
border-bottom: 1px solid white;
}

#modernbricksmenu a:hover{
background-color: gray; /*Menu hover bgcolor*/
}

#modernbricksmenu #current a{ /*currently selected tab*/
background-color: #3333cc; 
border-color: #ECEBE0; 
}

#modernbricksmenuline{
clear: both;
padding: 0px ;
width: 100%;
height: 5px;
background: #ECEBE0;  
}
	



	
	
