


/* Formatting for navigation menu */
.vertnavbar {
   text-align: center;
}

/* Formatting for result tables */
.resultstable {
	border: solid 1px black;
	font-size: x-small;
}
.resultstable th {
	background: rgb(255,204,51);
}
.odd {
	background: rgb(255,255,255);
}
.even {
	background: rgb(255,237,181);
}
th.order1 a {
	background: transparent;
	background-image: url(/MediaLog/images/down.gif);
	background-repeat: no-repeat;
	padding-right: 16px;
	background-position: right center;
}
th.order2 a {
	background: transparent;
	background-image: url(/MediaLog/images/up.gif);
	background-repeat: no-repeat;
	padding-right: 16px;
	background-position: right center;
}
.sortable {
}
.sorted {
}