/* Copyright 2006 Joost de Valk */
/* Sortable tables */
.instructions {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00365B;
	font-weight: bold;
}
table.sortable {
	border-right: 1px solid #dadada;
	/*border-bottom: 3px solid #F5F5F1;*/
}
table.sortable th {
	border-left: 1px solid #dadada;
	background-color: #154f98;
	text-align: left;
	padding: 5px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
table.sortable th a.sortheader:link {
	background-color: #154f98;
    color: #ffffff;
    text-decoration: none;
    font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
table.sortable th a.sortheader:visited {
    color:#ffffff;
	text-decoration: none;
}
table.sortable a.sortheader:hover {
    color:#dddddd;
	text-decoration: none;
}
table.sortable span.sortarrow {
    color: #ffffff;
    text-decoration: none;
    font-size: 11px;
	font-family: verdana;
}
table.sortable td a:link {
	color: #333333;
	text-decoration: none;
}
table.sortable td a:visited {
	color: #333333;
	text-decoration: none;
}
table.sortable td a:hover {
	text-decoration: underline;
	color: #333333;
}
table.sortable td {
    font-size: 11px;
	font-family: verdana;
	color: #333333;
	border-bottom: 3px solid #dadada;
	border-left: 1px solid #dadada;
	text-decoration: none;
	text-align: center;
	padding: 5px;
}



