@charset "utf-8";

/* CSS Document */



body {font-family:Arial, Helvetica, sans-serif; font-size:0.865em;

}

h1{color:#264696;}

h2, h2, h3{color:#4F75D3;}

#searchresults {

	

	border-bottom:solid 1px #C4C4C4;

	width:950px;

	color:#222222;

	margin-left:auto;

	margin-right:auto;
	font-size:12px;

}

#searchresults th{

background-color: #C4C4C4; color:#003399;
background: url('../images/aero-th-bd.png') top left repeat-x;

padding:5px;

}

#searchresults tr{

border-bottom:solid #E3F5CD 1px;



}


/*Hover psuedo class for each even and odd roew**/
#searchresults tr.rowcoloreven:hover, #searchresults tr.rowcolorodd:hover{


background-color: #d0dafd;
border-top-width: 1px;
border-top-style: solid;
border-top-color: #ffffff;

}

#searchresults tr.rowcoloreven:active, #searchresults tr.rowcolorodd:active{
background-color:#FFFFCC;
}

#searchresults td{padding:2px 8px 8px 8px;

}

#searchresults form {padding:0;margin:0;}

tr.rowcolorodd{}

tr.rowcoloreven{background-color: #F1FAE6;


}

.heading{font-weight:bold; color:#264696;}

.error {display:block;}

#selected{background-color:#FBF08A;}



