#board{
	clear: both;
	padding: 10px 0 10px 0;
	width: 95%;
	margin-bottom: 10px;
}

#board .pagination { text-align: right; font-size: 9px; text-transform: uppercase; }
#board .category { width: 20%; margin-left: 1%; float: left }
#board .message { width: 77%; _width: 75%; float: right }
#board .clear { clear: both }
#board ul.rf_root_tree { list-style: none; border-top: 1px dotted silver; padding-left: 0px;}
#board ul.rf_root_tree li { background: none; padding: 5px; border-left: 1px dotted silver; border-right: 1px dotted silver; border-bottom: 1px dotted silver;}
#board ul.rf_root_tree ul.child li { padding-left: 15px; list-style: none; }
#board ul.rf_root_tree li li { background: url(images/squareline.gif) left 4px no-repeat; padding: 0px; border: none; }
#board .category{ padding: 2px; background-color: #999999; color: white;
		  font-family: arial; text-transform: uppercase; text-align: right;
		  font-size: 11px; font-weight: bold;}
#board .pagenav { background: none; border: none; padding: 2px;}

#rfSubject { width: 100%; }
#frmBoard table { width: 310px; border: 0px; }
#frmBoard table td { }
#frmBoard table td.subject input { width: 100%; border: 1px solid #CCCCCC;  }
#frmBoard table select { border: 1px solid #CCCCCC; margin-left: 2px; }
#frmBoard table textarea { border: 1px solid #CCCCCC; width: 100%; }
#frmBoard table td.bottom { text-align: right; }
.reply_button{
  border: solid 1px #707070;
  padding-left: 1px;
  padding-right: 1px;
  font-family: verdana;
  font-size: 9px;
  color: #707070;
}
.buttons{
    padding: 5px;
    padding-left : 7px;
    padding-right: 7px;
    background-color: grey; 
    color: white;
		font-family: arial;
    text-transform: uppercase;
    text-align: center;
		font-size: 12px;
    font-weight: bold;
}
.login_text{
  color: grey;
  font-family: arial;
  text-transform: uppercase;
  text-align: right;
  font-size: 12px;
  font-weight: bold;
}
#control{
	clear:both;
	width: 98%;
	margin-top: 2px;
}
.control-header{
	background-color: #cccccc;
	height: 25px;
}

#cfbodyLeft{
	width: 100%;
	float:left;
	margin-top: 15px;
	
}

#Rfheader{
	border: 0px solid #000000;
	height: 25px;
	width:95%;
	vertical-align: middle;
	padding: 2px;
}
#cfbodyRight{
	width: 30%;
	float:right;
	text-align: right;
}
.rfTextarea{
	width: 300px;
}

.rfCat{
	background-color: #A0522D;
}

.hidden{
	display: none;
}
.show{
  display: inline;
}

div.successfull{
	text-align: center;
	font-weight: bold;
	color:#FF0000;
	font-size: 12px;
}

div.cfheader{
	font-weight: bold;
	font-size: 13px;
	color: #000;
	height: 23px;
	width: 98%;
	text-align:left;
	vertical-align: middle;
	padding-top: 2px;
	padding-left : 6px;
}
div.cfCatgories{
	border: 0px solid #cccccc;
	background-color:#ffffff;
}
#Rfsearchbox{
	float: left;
}

#cfmenu a{
	text-decoration: none;
}

#cfmenu{
	float: right;
	margin-top: 8px;
	margin-right: 10px;
	text-align: center;
	vertical-align: middle;
	height: 35px;
}


a:link { 
	font-size: 12px;	
	color: 000000;
}



