html, body {
height:100%;
}

#container {
position:relative;
min-height:100%;
}
  
body {
	font-family: tahoma, arial, helvetica, sans-serif; 
	font-size: small; 
	background: white;
	margin-top: 0;
}

.normal {
	font-size: x-small;
}

.textarea {
	font-size: small;
	border: solid 1px gray;
}

.inputbox {
	border: solid 1px gray;
	font-size: x-small;
}

.rowodd {
	background-color:#FFFFDD;
}

.roweven {
	background-color:#EFEFDD;
}

.rowsub {
	background-color:#DDDDDD;
	font-weight: bold;
	padding: 2px;
}

.selected {font-color: black; background-color:#FFFFCC;}
.selected a:link {color: black;}
.selected a:visited {color: black;}
.selected a:hover {color: black;}
.selected a:active {color: black;}


a {text-decoration: none;}

.navbar {
	font-size: small;
	background-color: #F0F0F0;
	padding: 2px;
	border-bottom: solid 1px gray; 
	width: 980px;
	height: 16px;
	top: 0;
}

.navbar1 {
	font-size: x-small;
	background-color: #F0F0F0;
	padding: 2px;
	border-bottom: solid 1px gray; 
	width: 99%;
	height: 24px;
}

.instructions {
	color:#006600;
	background-color:#E0E0E0;
	padding: 2px;
	font-size: x-small;
}

.instructionbox {
	border: solid 1px #990000;
}

.instruction_top {
	border-bottom: 1px solid gray;
	margin-bottom: 4px;
}

.instruction_base {
	border-top: 1px solid gray;
}

.error {
	color: red;
	background-color:#E0E0E0;
	padding: 2px;	
}

.errornoback {
	color: red;
	padding: 2px;	
}

.topheading {
	color: yellow;
	}

.complete {
	color: black;
}

.gradedone {
	color: green;
}

.incomplete {
	color: red;
}
	
.tutorcomplete {
	color: green;
}

.housecomplete {
	color: #FF00FF;
}

.complete {
	color: blue;
}

.parentcomplete {
	color: gray;
}

.datarow {
	padding: 0 2px 0 2px;
}

.spacerow {
	padding: 2px;
}

.leftbox {
	padding: 2px;
	border-right: solid 1px gray;
	height: 50px;
}

.rightbox {
	padding: 2px;
	border-left: solid 1px gray;
	height: 50px;
}

.tutbox {
	padding: 2px;
	border: solid 1px gray;
	height: 150px;
}

.databox {
	border: 1px solid gray; 
	/*float: left;*/
}

.tabbox {
	float: left; 
	width: 65px; 
	padding: 2px;
	border-right: solid 1px gray; 
	background-color: #DDDDDD;
	text-align: center;
}

.classtabbox {
	float: left; 
	width: 60px; 
	padding: 2px;
	border-right: solid 1px gray; 
	background-color: #DDDDDD;
	text-align: center;
}

.tabbox_sel {
	background-color: #CCCCCC;
	font-weight: bold;
}

.vertspace {
	width: 10px; 
	float: left;
}

.spacer {
	width: 4px; 
	float: left;
}

.horizspace {
	line-height: 4px;
}

.greylink :link {color: gray;} 
.greylink :visited {color: gray;} 
.greylink :hover {color: black; font-weight: bold;} 
.greylink :active {color: gray;} 
	

.toplink :link {color: yellow;} 
.toplink :visited {color: yellow;} 
.toplink :hover {color: black;} 
.toplink :active {color: white;} 

.studlink :hover {color: red; background-color: yellow;}

.email a:link {color: blue;}
.email a:visited {color: blue;}
.email a:hover {font-weight: bold;}
.email a:active {color: blue;}

.addhead {
	background: gray;
	color: white; 
	font-weight: bold;
	height: 1.3em;
	padding: 2px;
}

.greyhead {
	background: gray;
	color: white; 
	font-weight: bold;
	padding: 2px;
	/*line-height: 1em;*/
	}

.redhead {
	background: red;
	color: white; 
	font-weight: bold;
	padding: 2px;
	/*line-height: 1em;*/
	}

.blackhead {
	background: black;
	color: white; 
	font-weight: bold;
	padding: 2px;
	text-align: center;
	}

.introhead {
	background: red;
	color: white; 
	font-weight: bold;
	padding: 2px;
	text-align: center;
	}
	
.greenhead {
	background: green;
	color: white; 
	font-weight: bold;
	padding: 2px;
	}

.subhead {
	background: #CCCCCC;
	color: #444444; 
	font-weight: normal;
	font-style: italic;
	padding: 2px;
	}
	
.centerbox {
	border: 1px solid gray; 
	text-align: left; 
	margin-left: auto; 
	margin-right: auto; 
	background-color:#FFFFCC;
}

#footer {
	position:absolute;
	bottom:0;
	width:99%;
	background-color:#CCCCCC;
	text-align: center;
	font-size: x-small;
}

#mainboxcontainer {
	width: 624px; 
	/*float: left;*/
}

#mainbox {
	width: 622px;
	border: solid 1px gray;
	float: left;
}

#tutorbox {
	width: 422px;
	border: solid 1px gray;
	float: left;
}

#leftbox {
	width: 301px; 
	float: left; 
	/*height:422px;*/
}

#rightbox {
	width: 300px; 
	border: solid 1px gray;
	float: left;
}

.boxass {
	width: 282px; 
	/*float: left;*/
}

.addbox {
 
	text-align: center;
	width: 300px;
}

.scrollbox {
	height: 400px;
	overflow: scroll; 
	border: 1px solid gray; 
}

.scrollboxass {
	height: 400px; 
	width: 280px; 
	overflow: scroll; 
	border: 1px solid gray; 
}

.buttonarea {
	clear: both;
	padding: 2px;
}
