/* Additional styles */
body { behavior:url( styles/hover.htc ); } /*includes the whatever:hover code*/
table.search {
	width:100%
	}

table.search td {
	color: #000066;
	}
table.search th {
	color: #000066;
	font-weight: bold;
	text-align:left;
	}

table.results {
	width:100%;
	margin-top:10px;
	border-bottom: #EEEEEE 1px solid;
	border-left: #EEEEEE 1px solid;
	}
table.results th {
	color: #FFFFFF;
	background-color:#000066;
	font-weight: normal;
	text-align:left;
	padding:0;
	margin:0;
	border-right:1px #FFFFFF solid;
	white-space:nowrap;
	}
table.results th p {
	padding:0;
	margin:0;
	margin-left:2px;
	white-space:nowrap;
	}
table.results td {
	padding:3px;
	margin:0;
	font-weight:normal;
	white-space:nowrap;
	font-size:small;
	border-right: #EEEEEE 1px solid;
	}
table.results td a:link, table.results td a:visited, table.results td a:active {
	text-decoration:none;
	display:block;
	width:100%;
	font-weight:normal;
	color: #000066;
	font-size:small;
}
table.results td a:hover {
	text-decoration:none;
	color:#FFFFFF;
	background-color:#666666;
	font-weight:normal;
	font-size:small;
}
 
fieldset {
	width:526px;
	margin:0 auto;
	padding:10px;
}
input.wide100 {
	width: 100px;
}
input.wide150 {
	width: 150px;
}

label.scroll {
	display:block;
	width:283px;
	padding:0;
	margin:0;
}

p.instruction {
	color:#666666;
	font-size:small;
	font-weight:normal;
	text-align:center;
	}
/*div and tr*/
.mouseover {
	background-color: #FFFFFF;
	} 
.mouseover:hover {
	background-color: #EEEEEE;
	} 
.mouseover_bo {
	background-color:#99FFFF;
	} 
.mouseover_bo:hover {
	background-color:#00FFFF;
	} 
	
div.scrolldiv {
	width:300px; 
	height:100px; 
	overflow:auto;
	border:#999999 1px solid;
	padding:0;
 }
div#instructions {
	display:none; 
	white-space:normal;	
	width:526px; 
	margin:0 auto; 
	padding:10px;
} 

