textarea,input,select{
        color:#000000;background-color:#F8B154;border:1;
SCROLLBAR-FACE-COLOR: #D67529; SCROLLBAR-HIGHLIGHT-COLOR: #FFA231;
       SCROLLBAR-3DLIGHT-COLOR: #844D10; SCROLLBAR-ARROW-COLOR: #FFEBB5;
        SCROLLBAR-TRACK-COLOR: #F79631;}

A {
	COLOR: #110D0A; TEXT-DECORATION: none
}
A:hover {
	COLOR: cf0000; TEXT-DECORATION: underline
}

/* - commented according to use search box
DIV { position:absolute;font-color:red;font-family:Arial;font-size:12pt;height:5;top:0;left:0;}
*/

.clTop { color:#110D0A;font-family:Arial;font-size:11pt;font-weight:bold;}
.clSub { color:#110D0A;font-family:Arial;font-size:10pt;}

.txt{color:#110D0A;font-family:Arial;font-size:10pt;}
.hmenu{color:#110D0A;font-family:Arial;font-size:14;font-weight:bold;}
.header{color:#110D0A;font-size:17;font-family:Arial;}
.header2{color:#110D0A;font-size:12;font-family:Arial;}
.hmenu_input{color:#0D0D0D;font-size:14;background-color:#66FFCC;font-family:Arial;}
.aname{color:#110D0A;font-size:12;}
.hr{color:#801E1B;}
body {
	SCROLLBAR-FACE-COLOR: #D67529; SCROLLBAR-HIGHLIGHT-COLOR: #FFA231;
        SCROLLBAR-3DLIGHT-COLOR: #844D10; SCROLLBAR-ARROW-COLOR: #FFEBB5;
        SCROLLBAR-TRACK-COLOR: #FFF3BD; F79631;
}




/* Input textbox - do not specify a width here, it will be overwritten */
.ffb-input {
	float:left;
	color:#000; /* must specify along with watermark color */
	BACKGROUND-COLOR: #FFF8DD; 
	COLOR: #000000; 
	FONT-FAMILY: geneva, helvetica, arial; 
	FONT-SIZE: 12px; 
	border: 1px solid rgb(0,0,0)
}
/* Color of watermark, if present */
.ffb-input.watermark { /* added and removed dynamically */
	color:#888; /* must specify along with input color */
}
/* Drop-down arrow, with sprited image */
.ffb-arrow {
	float:left;
	width:18px;
	height:22px;
	background-image:url(../img/sel.gif);
}
.ffb-arrow.out { /* css sprite technique */
	background-position:0;
}
.ffb-arrow.over { /* css sprite technique */
	background-position:-18px 0;
}
.ffb-arrow.active { /* css sprite technique */
	background-position:-36px 0;
}
.ffb-no-results 
{
	padding: 2px;
	color:#888;
	font-style:italic;
}
/* Container for dropdown contents */
.ffb {
	position:absolute; /* this guy's parent div is hard-coded to position:relative */
	overflow:hidden;
	border-left:1px solid #7B9EBD;
	border-right:1px solid #7B9EBD;
	border-bottom:1px solid #7B9EBD;
	background-color:#fff; /* Give it a background-color, so it's not transparent */
}
/* Inner div for dropdown */
.ffb .content {
	overflow:auto;
}
.ffb .content .row {
	border-bottom:1px solid #7B9EBD;
	color:#555;
	height:15px;
	clear:both;
	FONT-FAMILY: geneva, helvetica, arial; 
	FONT-SIZE: 10px; 
}
.ffb-sel {
	cursor:pointer;
	cursor:hand;
	background-color:#ddd;
}
.ffb-match {
	background-color:#ff9; /* light yellow */
	text-decoration:underline;
	color:#000;
}

/* Paging */
.ffb .paging {
	margin:2px;
	vertical-align:middle;
}
.ffb .page, .ffb a.page {
	font-size:85%;
	padding:2px;
	border:solid 1px #339;
	background-color:#eef;
	margin:2px;
	float:left;
}
.ffb .box {
	width:18px;
	margin:2px;
	float:left;
}
.ffb .summary {
	font-size:85%;
	float:right;
}

/* Unique IDs */
#ffb8 .row .col1 {
	float:left;
	width:132px;
}
#ffb8 .row .col2 {
	float:left;
	width:232px;
}