#standard {
	width:						100%;
}

#table #searchfilter td, .searchfilter {
	padding:					0px;
	padding-bottom:				10px;
}

#table th {
	background-color:			#0279BB;
	border-bottom:				2px solid #FFFFFF;
	border-right:				2px solid #FFFFFF;
	color:						#FFFFFF;
	font-weight:				normal;
	padding:					1px;
	padding-left:				5px;
	padding-right:				5px;
	text-align:					center;
	text-transform:				uppercase;
	vertical-align:				top;
}

#table th a {
	color:						#FFFFFF;
	text-decoration:			none;
}

#table th a:hover {
	color:						#FFFFFF;
	text-decoration:			underline;
}

#table td {
	padding:					1px;
	padding-left:				5px;
	padding-right:				5px;
	border-bottom:				2px solid #FFFFFF;
	border-right:				2px solid #FFFFFF;
}

#table td.centre {
	text-align:					center;
}

