body{
    background-color: #F5F5F5;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.wvuheader {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 80px;
}

.mainPanel {
	position: absolute;
	top: 80px;
	left: 0;
	right: 0;
	bottom: 0;
}

.floatleft {
	float: left;
}

h1, h2, b {
    font-family: Arial, Helvetica, sans-serif;
    color: #003366;
}

.smalltext {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
}

.menu {
    margin: 4px;
    padding: 4px;
    width: 160px;
    height: 100%;
    background-color: #E8EEFA;
}

.caption1{
	font-weight: bold;
	color: #003366;
	text-align: left;
}

.caption2{
	font-weight: bold;
	font-size: 14px;
	color: White;
	background: #003366;
	text-align: left;
}

.columnHeader{
    text-align: left;
    color: White;
    background: #003366;
}

.oddColumn{
    text-align: left;
    background: LightGray;
    vertical-align: top;
}

.evenColumn{
    text-align: left;
    background: White;
    vertical-align: top;
}

.oddRow{
    text-align: left;
    background: LightGray;
    vertical-align: top;
}

.evenRow{
    text-align: left;
    background: White;
    vertical-align: top;
}

.error {
	font-style: italic;
	color: Red;
}

.footer {
    font-style: italic;
    font-size: 10px;
}

.selected {
	color: White;
	background: Blue;
}

.cGradeColumn1 {
    width: 34%;
}

.cGradeColumn2 {
    width: 15%;
}

.cGradeColumn3 {
    width: 15%;
}

.cGradeColumn4 {
    width: 15%;
}

.cGradeColumn5 {
    width: 15%;
}