body {
	background-color:  #193e5e; 
	margin: 0px;
	background-image: url(../images/bg.png);
	background-position: 0 0px;
	background-repeat: repeat-x;
	text-align: center;
	font: normal normal .8em verdana;
}

label {
	width: 20%;
}

img {
	border: 0;
}

td {
	vertical-align: top;
}

a:hover {
	text-decoration: underline;
}

a:link, a:visited, a:active {
	text-decoration: none;
	color: #66CCFF;
}

.mainContainer {
	margin: 0 auto;
	margin-top: 6px;
	width: 970px;
}

.header {
	background-color: #000000;
	padding-left: 3px;
	height: 77px;
	width:970px;
	margin: 0 auto;
	
}

.searchTitle {
	padding:0 0 8px 0; 
	margin:0;
	text-align:center;
}

.legend {
	width:100%;
	font: normal bold .80em verdana;
	text-align:center;
	border:thin solid #CCCCCC;
}

.legendItem {
	background-color:#FFFFFF;
	padding:3px;
	margin:0 0 0 0;
	
	
}

.legendItem a:hover {
	text-decoration:underline;
}

.legendIcon {
	background-color: #FFFFFF;
	padding: 2px;
}

.logo {
	float: left;
	text-align:left;
	width: 175px; 
}

.navigation {
	float: left;
	color: #FFFFFF;
	width: 770px;
	padding: 5px 0 0 20px;
}

* html .navigation /* navigation hack */ {
	float: left;
	color: #FFFFFF;
	width: 775px;
	padding: 5px 0 0 20px;
}

.navigation a:hover {
	text-decoration: underline;
}

.search {
	padding: 4px;
	margin: 0 0 6px 20px;
	background-color: #333333;
	float: left;
}

.mainLinks {
	text-align: left;
	padding-top: 10px;
}

.quickjump {
	margin: 5px 0;
	float: right;
}

.quickjump form {
	display: inline;
}

.container {
	background-color:#FFFFFF;
	padding:3px;
	text-align:left;
}

.listBody {
	padding: 2px;
	background-color:#818181;
}

.listTable {
	background-color: #FFFFFF;
}

.listTable th {
	font: normal bold .8em verdana;
	background-color: #ececec;
	text-align: center;
	padding: 2px;
}

.listTable td {
	font-size: .7em;
}

.listTable th a:link, .listTable th a:visited, .listTable th a:active {
	color: #000000;
}

.nosort {
	background-image:url(../images/columnbg.gif);
	background-repeat:repeat-x;
}

.sort {
	background-image:url(../images/columnbg_selected.gif);
	background-repeat:repeat-x;
}

.smallText {
	font: normal normal .74em verdana;
	color: #FFFFFF;
}

.smallText2 {
	font: normal normal .74em verdana;
}

.smallBold {
	font: normal bold .74em verdana;
	color: #FFFFFF;
}

.listItem {
	background-color:#ffffff;
	font: normal normal .7em verdana;
	padding: 2px;
}

.greyRow {
	background-color: #eeeded;
}

.greyRow2 {
	background-color: #ededed;
}

.center {
	text-align:center;
}

.field {
	
}

.pageButtons {
	color: #FFFFFF;
	float: right;
	font: normal normal 1.3em verdana;
}

/* Clear floats so that boxes do not continue to stack horizontally.  */ 
.clear { 
	height: 2%; 
	padding: 0; 
	margin: 0; 
	clear: both; 
}

.closed {
	color: #999999;
}

.expand {
	float:left; 
	margin-right:3px;
	height: 11px;
	width: 11px;
	background-image: url(../images/expand.png);
	background-repeat: no-repeat;
	cursor:pointer;
}

.collapse {
	float:left; 
	margin-right:3px;
	height: 11px;
	width: 11px;
	background-image: url(../images/collapse.png);
	background-repeat: no-repeat;
	cursor:pointer;
}
	
.cDescription {
	width: 953px;
	height: 70px;
	padding: 3px 2px 2px 3px;
	background-image: url(../images/descriptionBG.png);
	background-repeat: repeat-x;
	position:absolute;
	margin-top: 15px;
}

td.hover, tr.hover {
	background-color: #B9E9FF;
}

a.info{
    position:relative; /*this is the key*/
    z-index:24;
    color:#000;
    text-decoration:none;
	padding-right:10px;}

a.info:hover{z-index:25;}

a.info span{display: none}

a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:1.4em; left:0em; width:20em;
    border:1px solid #0cf;
    background-color:#cff; color:#000;
    text-align:left;
	text-decoration:none;
	padding:5px;}

