/*	Class Manager CSS	*/

html {
	background-color: #fff;
	/*font: 14px optima, Georgia, Palatino, Times, serif;
	line-height: 1.6;*/
	zzmargin: 10px;
}

.logoutbox {
	position: absolute;
	right: 0px;
	top: 100px;
	float: right;
	background: transparent url('interface_images/logout.gif') no-repeat;
	border: 0;
	width: 60px;
	height: 52px;
	padding: 7px;
	text-align: right;
	color: #000;
	font-weight: bold;
	}
	
.logoutbox a { color: #000; }

.logoutbox a:hover { color: #fed308; }

#contentmain table#student-roster, #contentmain table.student-table {
	border-collapse: collapse;
	margin: 20px;
	padding: 0px;
}

#contentmain table.student-float-left {
	float: left;
}

#contentmain table#student-roster {
	margin: 20px auto;
}

h1 {
	border-bottom: 1px solid #999;
	color: #333;
}

h2 {
	border-bottom: 1px solid #999;
	color: #333;
}

#contentmain table.student-table h3 {
font: bold 16px/18px Verdana, San-serif;
border: none;
color: #fff;
margin: 0;
}

#contentmain table#student-roster .student-display, #contentmain table.student-table .student-display
{
	border: 1px solid #993;
	background-color: #ffc;
}

#contentmain table#student-roster .student-edit
{
	border: 1px solid #696;
	background-color: #cfc;
}

#contentmain table#student-roster td, table#student-roster th, #contentmain table.student-table td, table.student-table th
{
	padding: 8px;
	font-size: small;
	border: 0px;
}

#contentmain table#student-roster thead, #contentmain table.student-table thead
{
	border: 2px solid #336;
	background-color: #336;
	color: #fff;
}

p {
	margin: 5px 20px;
}

.graph-box {
	line-height: 0.0;
	text-align: center;
}
