table.SorTable {
	margin-top:10px;
	border-collapse:collapse;
}

table.SorTable td {
	border:1px solid #ccc;
	padding:3px;
}

table.SorTable td.SorTable-Header {
	background-color: #eee;
}


table.SorTable td a {
	font-weight:bold;
	color:#1060bf;
}

table.SorTable td.SorTable-ErrorMsg {
	height:30px;
	color:red;
	text-align:center;
	font-weight:bold;

}