/* Styles for tables */

.colhead {
	background-color: #D0DCE0;
	color: #333;
	font-weight: bold;
	font-size: 13px;	
}

.colhead a {
 	color: #333;
}

.rd {
	background-color: #E5E5E5;
	font-size: 12px;
}

.rl {
	background-color: #EFEFEF;
	font-size: 12px;
}

.rh {
	background-color: #D5EFD5;
	font-size: 12px;
}

.pagination {
	padding: 10px;
	float: right;
}

.pagination-lower {
	padding: 0 5px 15px 10px;
	float: right;
}

.result-table {
	position: relative;
	/* raise entire table up 40px */
	top: -40px;
	margin-bottom: -40px;
	/* Peek-a-boo bug fix to triger hasLayout() */
	zoom: 1;
}

.result-table table {
	clear: both;
}
