#data {
	color:#fff;
	margin:10px 0;
	clear: both;
}

#data thead th {
	background:#1f405e;
	text-align:left;
	padding:3px 0 3px 14px;
	border-bottom:3px solid #2c5478;
	font-size:0.85em;
}

#data a {
	color:#fff;
	text-decoration:none
}

#data td, #data th {
	padding:2px 3px 2px 14px;
	text-align:left;
	font-weight:normal
}

#data thead th.first {
	background:#1f405e url(../img/table_tl_bg.gif) no-repeat;
}

#data thead th.last {
	background:#1f405e url(../img/table_tr_bg.gif) right 0 no-repeat;
	padding-right: 14px;
}

#data .high td, #data .high th {
	background-color:#294d6f
}

#data .low td, #data .low th {
	background-color:#2c5478
}

#data .last td, #data .last th {
	padding-bottom:10px;
}

#data .last td, #data .last th {
	background-image:url(../img/table_footer_bg.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}

#data .last td.first, #data .last th.first {
	background-image:url(../img/table_footer_l_bg.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
}

#data .last td.last, #data .last th.last {
	background-image:url(../img/table_footer_r_bg.gif);
	background-position:right bottom;
	background-repeat:no-repeat;
}

.part:hover {
	cursor:pointer
}

.part:hover td {
	background-color:#8eaacf !important
}

.prev-next {
    clear: both;
}
.prev-next .context {
/*    
    float: right; 
    text-align: right;
    padding-right: 6px;
*/
    float: left;
    margin-right: 10px;
}

.prev-next div.nav-links {
    float: left;
    width: 450px;
}
.prev-next span.nav-links {
    padding-left: 10px;
}

.page-number-links {
    clear:left;
}
