table.null tr td * {
	margin:1px;
	padding:1px;
	line-height: 105%;
}

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

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

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

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

table.StudentInfo {
	border-style: solid;
	border-color: black;
	border-width: 1px;
	width: 185px;
	height: 95px;
}

table.SideNav * {
	font-variant: small-caps;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	color: #113964;
}
table.SideNav td {
	padding: 3px;
}
*/
