a {
	color:#1C1A55;
}
a:hover {
	color:#605db0;
}

div.form_header {
	margin:5px;
	margin-bottom:0px;
	border: #cccccc 1px solid;
	border-bottom-width:0px;
	padding:0px;
	padding-bottom:3px;
	padding-top:3px;
	text-indent:3px;
	background-color: #f0f0f0;
	font: bold 10pt Verdana,Sans-Serif;
	float:left;
	width:671px;
	height:16px;
	/* overflow-y is ie only but it only screws up in ie. need this for search loading icon */
	overflow-y:hidden;
	
}
div.form_header span#load_icon {
	vertical-align:bottom;
}

div.form_content {
	width:671px;
	margin:5px;
	margin-top:0px;
	font: normal 10pt Verdana,Sans-Serif;
	border: #cccccc 1px solid;
	border-top-width:0px;
	padding:0px;
	padding-bottom:5px;
	float:left;
}
div.form_content div {
	float:left;
	width:auto;
	padding-left:10px;
}
div.form_content label, div.form_content input, div.form_content select{
	display:block;
	float:left;
	width:150px;
}
div.form_content input {
	margin-bottom:5px;
}


div#results table {
	width:673px;
	margin:5px;
	border: 1px solid #CFD1E7;
	border-collapse:collapse;
}
div#results th {
	background-color:#CFD1E7;
	text-align:center;
	padding: 2px 0px;
}
div#results td {
	text-align:center;
	padding:5px;
}
div#results .none_found {
	padding:1em;
}
div#results a img {
	border:none;
}

div#results tr.odd td, div#results div.odd {
	background-color:#F8F8F8;
}
div#results tr.even td, div#results div.even {
	background-color:#FFFFFF;
}

div#results .page div{
	width:671px;
	text-align:center;
}
