img{
	border:none;
	}

.clear{
	clear:both;
	}
	
div.result_header{
	background:url(images/results_header.png);
	background-repeat:no-repeat;
	height:40px;
	width:600px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14pt;
	color:#000000;
	font-weight:bold;
	padding-top:10px;
	padding-left:10px;
	padding-bottom:-10px;
	float:left;
	margin:0 0 0 10px;
	}

div.result_bg{
	background:url(images/results_bg.png);
	background-repeat:repeat-y;
	width:600px;
	float:left;
	margin:0 0 0 10px;
	}

div.result_footer{
	background:url(images/results_footer.png);
	background-repeat:repeat-y;
	width:600px;
	height:20px;
	display:block;
	float:left;
	margin:0 0 0 10px;
	}

div.result_box{
	overflow-y:scroll;
	overflow-x:hidden; 
	height:300px; 
	width:580px; 
	background:#848484; 
	border-left:1px solid #b9b9b9;
	border-right:1px solid #b9b9b9;
	border-bottom:1px solid #b9b9b9;
	}

td.result_listing_head{
	background:url(images/results_listing_head.png);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#FFFFFF;
	font-weight:bold;
	height:25;
	padding-left:3px;
	padding-right:3px;
	}

td.result_listing{
	background:url(images/results_listing.png);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	height:25;
	padding-left:3px;
	padding-right:3px;
	}

td.result_listing_foot{
	background:url(images/results_listing_foot.png);
	background-repeat:repeat-x;
	height:25;
	}

a.listing_link:visited{
	text-decoration:none;
	color:#000000;
	}

a.listing_link:link{
	text-decoration:none;
	color:#000000;
	}

a.listing_link:hover{
	text-decoration:none;
	color:#000099;
	}

/*-- Search Box ----------------------------------------------------------------- */
td.form_left{
	text-align:right;
	vertical-align:top;
	padding:5px;
	padding-top:6px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-weight:bold;
	}

td.form_right{
	vertical-align:top;
	padding:2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	}

td.form_submit{
	vertical-align:top;
	padding-top:4px;
	padding-left:3px;
	}

span.form_requirements{
	color:#FF0000;
	font-size:8pt;
	padding-left:13px;
	}

div.search_header{
	height:26px;
	padding-top: 8px;
	font-size:16pt;
	font-weight:bold;
	color:#666666;
	}

div.search_box{
	background:url(images/search_bg.png);
	background-repeat:no-repeat; 
	width:330px; 
	height:130px; 
	padding-left:10px;
	}

div.input_div{
	background:url(images/input_bg.png); 
	background-repeat:no-repeat;
	 width:230px; 
	 height:21px; 
	 padding-top:3px; 
	 padding-left:14px;
	 padding-bottom:2px;
	 }

input.input_text{
	border:none; 
	background:none; 
	width:150px; 
	color:#FFFFFF;
	}

table.header{
	height:25px;
	border-top:1px solid #b9b9b9;
	border-left:1px solid #b9b9b9;
	border-right:1px solid #b9b9b9;
	}
