/* ------------------------------------------------------------------------------------------------------- */

.thrColAbsHdr #mainContent {
	height: 470px;
}

.thrColAbsHdr #mainContent #float_img  { 
	margin: 0;
	padding: 0;
	padding-bottom: 300px;
	margin-right: 10px;
	width: 200px;
	float: left;
	text-align: center;
	
}

.thrColAbsHdr #mainContent #float_img p { 
	margin-top: -5px;
}

a.next:link {text-decoration: none; color: #003876; }
a.next:visited {text-decoration: none;  color: #003876; }
a.next:hover {text-decoration: none;  color: #003876; }

.thrColAbsHdr #mainContent #record {
	float: left;
	width: 320px;
	margin-top: -14px;
}


/* ------------------------------------------------------------------------------------------------------- */


.advisory_table {
	font-size: 11px;
	border-collapse: collapse;
	border: none;
}

.advisory_table .dark{
	background-color: #C8CDE1;
}

.advisory_table .light{
	background-color: #DEE1ED;
}

.advisory_table tr{
	margin: 0;
}

.advisory_table td{
	padding: 3px;
	vertical-align: top;
	margin: 0;
}

a.tablelink:link {color: #003876; text-decoration: none; }
a.tablelink:visited {color: #003876; text-decoration: none; }
a.tablelink:hover {color: #003876;  text-decoration: underline; }

a.recordlink:link {color: #003876; text-decoration: none; font-weight: bold; }
a.recordlink:visited {color: #003876; text-decoration: none; font-weight: bold; }
a.recordlink:hover {color: #003876;  text-decoration: underline; font-weight: bold; }


#recent {
	padding: 0;
	margin: 0;
	border-collapse: collapse;
	border: none;
	width: 100%;
}

#recent td {
		vertical-align: top;
		padding: 8px;
}

#recent h2 {
		margin: 0;
		padding: 0;
		font-size: 10px;
}

#border {
	border-bottom: dashed 1px #003876;
}