#sortabletable table, th, td {
	border-collapse: collapse;
	color: #555;
}

#sortabletable caption {
	font-weight: bold;
}

#sortabletable td, th {
	padding-left: 3px;
	padding-right: 3px;
}

#sortabletable thead th {
	text-align: center;
	background: #E6EDF5;
	color: #4F76A3;
}

#sortabletable tbody th {
	font-weight: bold;
}

#sortabletable tbody tr { background: #FCFDFE; }

#sortabletable tbody tr.odd { background: #F7F9FC; }

#sortabletable table a:link {
	color: #718ABE;
	text-decoration: none;
}

#sortabletable table a:visited {
	color: #718ABE;
	text-decoration: none;
}

#sortabletable table a:hover {
	color: #718ABE;
	text-decoration: underline !important;
}