BODY, TABLE, TD {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : Black;
}
h1 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	color : White;
	font-weight : bold;
	margin : 0px;
	padding : 5px;
	background : #696969;
}
A {
	text-decoration : none;
	color : #2F4F4F;
}
A:HOVER {
	text-decoration: underline;
	color : Teal;
}
.container {
	width : 1028px;
	height : 100%;
	border : 1px solid #D3D3D3;
	min-height:100%;
}
.topsite {
	background-color : #f1eae9;
	height : 100px;
	width : 100%;
	border : 1px solid black;
	border-bottom : 0px;
}
.menusite {
	padding-top : 2px;
	padding-bottom : 2px;
	background-color : #696969;
	color : White;
	border : 1px solid Black;
	font-weight : bolder;
}
.mainsite {
	background-color : White;
	padding : 10px;
}
input {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : Black;
}
.menu {
	margin : 0px;
	padding : 0px;
	cursor : pointer;
}
A.menu {
	color : Navy;
	text-decoration : none;
}
A:HOVER.menu {
	color : Navy;
	text-decoration : underline;
}
.submenu {
	position : absolute;
	margin-top : 17px;
	padding : 5px;
	border : 1px solid black;
	width : 200px;
	color : Black;
	line-height : 20px;
	background-color : #F5F5F5;
}
.indent {
	padding-left : 20px;
}
.form {
	font-weight : bold;
}
table.data {
	background : Silver;
	width : 900px;
	border-bottom : Gray solid 3px;
	border-right : Gray solid 3px;
	border-top : Silver solid 2px;
	border-left : Silver solid 2px;
}
td.data {
	border : 1px solid Gray;
}
form {
	margin:0px;
}
td.PermList {
	padding : 0px 5px 0px 5px;
}
.StudentName {
	font-size : 16px;
	font-weight : bold;
}
.ddFields {
	background-color : #F0F8FF;
	border : 1px solid black;
	position: absolute;
	padding : 5px;
	margin : 20px 0px 0px 0px;
}
.studentlist {
	height:300px;
	overflow:auto;
	border:1px solid black;
	width:200px;
	background-color : transparent;
	margin-left:10px;
}
.warn {
	color : Red;
}
table.awaiting {
	border : 1px solid Black;
	background : #E6E6FA;
}
td.awaiting {
	border-top : 1px solid Black;
	padding : 5px;
	margin : 0px;
	width : 150px;
}
input.submit {
	border : 2px solid #5F9EA0;
	background-image : url(images/smd_menu.jpg);
	color : #530507;
}
input.submitalt {
	border : 2px solid #8B4513;
	background-image : url(images/smd_menu.jpg);
	color : #530507;
}
input.text {
	border : 1px solid black;
	color : #530507;
	background-image : url(images/smd_menu.jpg);
}
td.threebox {
	border : 2px solid #787758;
	background-color : #DDDDDD;
	width : 30%;
}
div.threebox {
	height : 300px;
	overflow-y : auto;
}
.hreport {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	color : Black;
	font-weight : bold;
	margin : 0px;
	padding : 5px;
	background-color : Silver;
	width:640px;
	border:1px solid black;
}
.reportform {
	font-size : 10px;
	font-weight : bold;
	border-bottom : 1px solid black;
}
.reporttd {
	font-size : 10px;
}
div.shortbox {
	height:200px;
	overflow-y:scroll;
}