
/*Elements*/
HR 
{
	color: #4682B4;
	height: 1px;
}
HR.submessage {
	color: #4682B4;
	height: 1px;
	/*border-bottom: dashed 1px;*/
}


/*Classes*/
.tabledefault
{
	font-family: Verdana;
	font-size: 8pt;	
	padding-top: 2px;
	/*padding-bottom: 4px;*/
}
.tableborder
{
	border-collapse:separate;
	border: 1px solid #CFA667;	
	font-family: Verdana;
	font-size: 8pt;
}

.tableheader
{
	padding: 0 4px;	
	border-bottom: 1px solid #CFA667;
	background-color: #EFC077;	
	color: #000;
}
.tableentry
{
	/*background-color: #B0C4DE;		*/
	background-color: #FFF;		
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}
.postdetails
{
	color: #4682B4;
	/*background-color: #B0C4DE;		*/
	background-color: #FFF;		
	font-size: 7pt;
	/*border-bottom: dashed 1pt steelblue;*/
}

.boardtitletop
{
	
	padding: 0 4px;	
	border-bottom: 3px double #CFA667;
	background-color: #EFC077;	
	color: #000;
}
.boardtitlemiddle
{	
	
	padding: 0 4px;	
	border-top: 1px solid #CFA667;
	border-bottom: 3px double #CFA667;
	background-color: #EFC077;	
	color: #000;
}



.smalltext
{
	font-family: Verdana;
	font-size: 7pt;
}

.quote
{
	position: relative;
	left: 10px;
	width: 85%;
	background-color: #E6E6FA;
	border: 1px solid #4682B4;
	padding: 5px;
	font-size: 7pt;
	
}
.code
{
	position: relative;
	left: 10px;
	width: 85%;
	background-color: #E6E6FA;
	border: 1px solid #4682B4;
	padding: 5px;
	font-family: courier;
	font-size: 6pt;
}
.control
{
	width: 150px;
}
.left
{
	text-align: left;	
}