﻿body {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:9pt;
	background-image:url(../img/bg.jpg);
	background-attachment:fixed;
	background-repeat:repeat-x;
}
#date{
	position:fixed;
	left:10px;
	width:170px;
	height:50px;
	top:10px;
	color:#006;
}
#date img{
	float:left;
}
#login{
	width:300px;
	height:200px;
	position:relative;
	top:200px;
}
.input{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:9pt;
}
.input_checkbox{
	width:auto;
}
.error
{
	color:red;	
}
.required
{
	color:red;
}
.main-container{
	-moz-box-shadow:    3px 3px 3px 1px #555;
	-webkit-box-shadow: 0px 0px 3px 1px #c5c5c5;
	box-shadow:         1px 1px 5px 1px #999;
	margin-bottom:80px;
	position:relative;
	top:100px;
	width:820px;
	height:auto;
}
html>body .main-container {
width:700px;
} 
.help
{
	font-size:8pt;
	color:gray;
}
.table_header{
	height:30px;
	background-color:black; 
	color:white;
}
.table_header td{
	padding:3px;
	border:1px solid white;
	text-align:center;
	font-weight:bold;
}
.default_font{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:9pt;
}
.table_rows td{
	padding:2px;
}
.table_rows:hover{
	background-color:#FFCC33;
}
.tr_hover_class{
	background-color:white;
}
.popup_form{
	position:fixed;
	width:250px;
	height:150px;
	background-color:#EFEFEF;
	border-radius:5px;
	top:200px;
	padding:5px;
	border:1px solid #DBDBDB;
	box-shadow:#B0B0B0 0px 0px 3px;
	z-index:100000;
}
.lock{
	position:fixed;
	top:0px;
	left:0px;
	background-color:black;
	opacity:0.8;
	width:100%;
	height:100%;
	z-index:9999;
}
#student-container{
	width:700px;
	overflow:scroll;
	border:1px solid gray;
}
#term-container{
	width:500px;
}
.small{
	font-size:7pt;
}
.large{
	font-size:10pt;
}
.hidden{
	display:none;
}

#fifteenth
{
	position: absolute;
	width: 100px;
	border: 1px solid black;
	padding: 5px;
	background-color: #FFFFFF;
	visibility: hidden;
	z-index: 99;
	filter: progid:DXImageTransform .Microsoft .Shadow( color = gray, direction = 135 );
	font-family: Tahoma;
	font-size: 9pt;
	border-radius:3px;
	-moz-border-radius:3px;
	box-shadow:1px 1px 3px;
	-moz-box-shadow:1px 1px 3px;
}

#st_login{
	width:300px;
	height:200px;
	position:relative;
	top:200px;
}
.table_print_header
{
	border:1px black solid; 
	text-align:center;
	background-color:#bdbdbd;
}
.table_rows_border td{
	border:1px black solid;

}
.img_hover:hover{
	width:150px;
}
.print_font
{
	font-family:"Times New Roman", Times, serif;
	font-size:10pt;
	color:black;
}
.print_font td
{
	font-family:"Times New Roman", Times, serif;
	font-size:10pt;
	color:black;
}
.shadow
{
	 -moz-box-shadow:1px 1px 3px gray; box-shadow:1px 1px 3px gray;
}
.hover{
	text-decoration:underline;
}
.hover:hover{
	background-color:white;
}