.alertheader {
	font-size: medium;
	background-color: #FFCCCC;
	background-position: center;
	border-top: 1px solid #990000;
	border-right: 1px solid #990000;
	border-bottom: 1px none #990000;
	border-left: 1px solid #990000;
}
.alert {
	color: #FF0033;
	border-top: 1px none #990000;
	border-right: 1px solid #990000;
	border-bottom: 1px solid #990000;
	border-left: 1px solid #990000;
	font-size: .95em;
}

.statusheader {
	font-size: medium;
	background-color: #e6e6fa;
	background-position: center;
	border-top: 1px solid #000099;
	border-right: 1px solid #000099;
	border-bottom: 1px none #000099;
	border-left: 1px solid #000099;
}
.status {
	background-color: #e6e6fa;
	border-top: 1px solid #000099;
	border-right: 1px solid #000099;
	border-bottom: 1px solid #000099;
	border-left: 1px solid #000099;
	font-size: .95em;
}

.waitlist {
	color: #8B0000;
	font-style: italic;
}

.maintoolheader {
	font-size: 17px;
	color: #000066;
	border-top: 1px solid #000066;
	border-bottom: 1px solid #000066;
	background-color: #9999FF;
	background-position: center;
}
.maintool {
	border-bottom: 1px solid #000066;
	font-size: 14px;	
}
.legendtable {
	border: 1px solid #000066;
}
a.classlink {
	font-size: 14px;
	font-style: italic;	
	}
	
