body {
	color: black;
	font-size: 13px;
	font-family: Helvetica, Verdana, sans-serif;
}
a, a:visited, a:active {
	color: #657d91;
	text-decoration: underline;
}
a:hover {
	color: #657d91;
	text-decoration: underline;
}
.center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.formlabel {
	font-weight: bold;
}
.submitbutton {
	width: 100%;
}
#loginbox {
	margin-left: auto;
	margin-right: auto;
	border: solid 2px #657d91;
	padding: 20px;
}
.errorMessage {
	width: 200px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	color: black;
	border: solid 2px red;
	padding: 10px;
	text-align: center;
}
.successMessage {
	width: 200px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	color: black;
	border: solid 2px green;
	padding: 10px;
	text-align: center;
}
#toplogo {
	position: fixed;
	top: 2px;
	left: 3px;
}
#topbar {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 30px;
	vertical-align: middle;
	text-align: right;
	border-bottom: solid 2px black;
	background-image: url(/images/topgradient.gif);
	background-repeat: repeat-x;
	z-index: 99;
}
#topbar .topcolumn {
	float: right;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	font-size: 14px;
	font-weight: bold;
	color: white;
}
#topbar a, #topbar a:visited, #topbar a:active {
	color: white;
	text-decoration: underline;
}
#topbar a:hover {
	color: white;
	text-decoration: underline;
}
#bottomcontent {
	position: absolute;
	width: 100%;
	top: 35px;
	left: 0px;
}

table {
	border: solid 2px #657d91;
	margin: 20px;
}
td {
	padding: 5px;
	border: solid 1px #e6e6e6;
}
.tableLabel {
	font-weight: bold;
	color: white;
	background-color: #657d91;
}
.tableLabel a, .tableLabel a:visited, .tableLabel a:active {
	color: white;
	font-weight: bold;
}
.tableLabel a:hover {
	color: white;
	font-weight: bold;
}
.r1 {
	background-color: white;
}
.r2 {
	background-color: #e6e6e6;	
}
.inactive {
	color: grey;
	text-decoration: line-through;
}