body {
	background: white;
}

table {
	border-style: none;
	border-spacing: 0px;
	padding: 5px;
}

table.Null {
	border-style: none;
	padding: 0px;
}
table.Null td {
	padding: 0px;
}

table tr#Even {
	background-color: #eaeaea;
}
table tr#Odd {
	background-color: #dadada;
}
table tr#Even:hover {
	background-color: #ddddff;
	cursor: pointer;
}
table tr#Odd:hover {
	background-color: #ddddff;
	cursor: pointer;
}

table.MainPageLayout {
	border-style: none;
	border-width: 0px;
	background: white;
	background-repeat: repeat-x;
	background-position: 0px 277px;
}

table.IFrameTable {
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}

table.StudentInfo {
	background: #f5f5f5;
	border-style: solid;
	border-color: #c4c4c4;
	border-width: 1px;
	width: 189px;
	height: 80px;
}

table.SideNav * {
	font-family: Arial;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
	color: #6b6b6b;
}
table.SideNav td {
	padding: 1px;
}
table.TopInfo {
	background: url('images/topinfobg.jpg');
	background-repeat: repeat-x;
	border-style: none;
	border-color: #eeeeee;
	border-width: 0px;
	padding: 0px;
	width: 152px;
	height: 178px;
}
