#subnav {
	padding-left: 70px !important;
}

table {
	border-collapse:collapse;
}

table tr {
	background-color:#3f5982;
}

table tr.alt {
	background-color:#546a90;
}

table thead tr {
	background-color: #bac3d2;
	color: #000;
}

table th {
	border-left: 1px solid #868c97;
}

table td {
	border-left: 1px solid #64779D;
	vertical-align: top;
}

table th, table td {
	padding: 5px 5px;
}

table tr td:first-child {
	background-color:#516791;
	font-weight:bold;
	border: none;
}

table tr.alt td:first-child {
	background-color:#64779d;
}

table.sortable th {
	cursor: pointer;
}

.registerButton {
	display: block;
	float: right;
	border: 1px solid #92A9D0;
	background: #546a90 url('images/icons/pencil_go.png') 3px center no-repeat;
	color: #fff !important;
	padding: 1px 10px 1px 23px;
	text-decoration: none;
}

.registerButton:hover {
	border: 1px solid #94AFDF;
	background-color: #6F84A5;
	text-decoration: underline;
}

.expander {
display:inline;
font-size: 85%;
	font-weight: bold;
	cursor: pointer;
	background: transparent url('images/icons/downarrow_white_padded.png') right center no-repeat;
	padding-right: 20px;
}

.expander:hover {
	text-decoration: underline;
}

.description {
	font-size: 85%;
}