﻿body {
}

#header
{
	width:800px;
	height:150px;
}

#leftCol
{
	width:250px;
	float:left;
}

#rightCol
{
	width:550px;
	float:left;
}

#footer
{
	width:800px;
	height:150px;
}

/***************************/
/*	Search Results  Grid       */
/***************************/

#listHeader
{
	width:500px;
	margin-bottom:10px;
	font-size:12px;
}

#listResults table
{
	border:1px;
	padding:1px;
	margin:1px;
	background-color:#ffffff;
	border-style:solid;
	border-color:#000000;
	font-size:10px;
}

#listResults td
{
	border:1px;
	padding:1px;
	background-color:#ffffff;
	border-style:solid;
	border-color:#000000;
	font-size:10px;
}

#listResults th
{
	background-color:#000000;
	border:2px;
	padding:2px;
	margin:1px;
	border-style:solid;
	border-color:#000000;
	color:#ffffff;
}

/***************************/
/*	Search Results Table Layout  */
/***************************/

#tableResults table
{
	font-size:10pt;
	font-family:"Arial","Helvetica"; 
	text-align:left;
}

#tableResults td
{
	padding:1px;
	font-size:10pt;
}

#tableResults a:link {text-decoration:underline; color:#000000;}
#tableResults a:visited {text-decoration:underline; color:#000000;}
#tableResults a:active {text-decoration:underline; color:#666666;}

#tableResults .small 
{ 
  font-size:8pt; 
  line-height:10pt;
} 

#tableResults .subhead
{  
		font-weight:bold; 
		font-size:14pt; 
		line-height:16pt; 
		color:#000099;
}

#tableResults a.listingHeading:link {text-decoration:underline; color:#FFFFFF;}
#tableResults a.listingHeading:visited {text-decoration:underline; color:#FFFFFF;}
#tableResults a.listingHeading:active {text-decoration:underline; color:#FFFFFF;}
#tableResults a.listingHeading:hover {text-decoration:underline; color:#CCCCCC;}

#tableResults .pagingControl a
{
    color:Blue;
    text-decoration:underline;
    font-size:12px;
    font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
}

#tableResultsPrint td
{
    background-color:#ffffff;	            
    font-family: Lucida Console, Courier;
    font-size: 10pt;	
}
 
#tooltip 
{
	position:absolute;
	top:0px;
	left:0px;
	background:#fff;
	padding:2px;
	color:#000;
	border:solid 1px #000;
	visibility:hidden;
}

.pagingControl
{
	font-size:12px;
}

#returnLink
{
	font-size:12px;
}

