h1,h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:26px;
	color:#3366FF;
	
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

ul.display-horizontal li{
	margin: 0;
	padding: 10;
	cursor: default;
	list-style-type: none;
	display: inline;
	font-size:12px;



}

div.result {
font-family:Verdana, Arial, Helvetica, sans-serif;
display:block;
width: 400px;
top:25%;
left:34%;
position:absolute;
font-size:12px;
}

div.suggestion {
font-family:Verdana, Arial, Helvetica, sans-serif;
top:22%;
left:32%;
z-index:1;
position:absolute;
font-size:12px;
}

input.button { 
color: #000; 
border: 1px solid #000; 
background: #D5D5D4;
}


a.squarebutton{
background: transparent url('media/square-gray-left.gif') no-repeat top left;
display: block;
float: left;
font: normal 12px Arial; /* Change 12px as desired */
line-height: 15px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
height: 23px; /* Height of button background height */
padding-left: 9px; /* Width of left menu image */
text-decoration: none;
}

a:link.squarebutton, a:visited.squarebutton, a:active.squarebutton{
color: #494949; /*button text color*/
}

a.squarebutton span{
background: transparent url('media/square-gray-right.gif') no-repeat top right;
display: block;
padding: 4px 9px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
}

a.squarebutton:hover{ /* Hover state CSS */
background-position: bottom left;
}

a.squarebutton:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;
}

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
}


table {
border-collapse: collapse;
}

tr.yellow th {
	border-top: 1px solid #FB7A31;
	border-bottom: 1px solid #FB7A31;
	background: #FFC;
	}


td {
border-bottom: 1px solid #CCC;
padding: 0 0.5em;
}

tbody tr:hover {
  background: #06429d;
  border: 1px solid #03476F;
  color: #FFFFFF;
}



.suggest_link {
	background-color: #FFFFFF;
	padding: 2px 6px 2px 6px;
}
.suggest_link_over {
	background-color: #3366CC;
	color: #ffffff;
	padding: 2px 6px 2px 6px;
}
#search_suggest {
	position: absolute; 
	background-color: #FFFFFF; 
	text-align: left; 
	border: 1px solid #000000;
	display:none;
}		