/* ------------Online Grades Default Style Sheet---------------- */
body,td,th {
    font-family: Georgia, Times New Roman, Times, serif;
}

/* Default hyperlink styles ----------------------------------------- */
a.link {
	color: #0000FF; 
	font-size: 11px; 
	font-family: Tahoma, Verdana, Helvetica, sans-serif; 
	line-height: 17px; 
	text-decoration: underline; 
	font-weight: normal; 
}
a.visited {
	color: #0000FF; 
	font-size: 11px; 
	font-family: Tahoma, Verdana, Helvetica, sans-serif; 
	line-height: 17px; 
	text-decoration: underline; 
	font-weight: normal; 
}
a.hover {
	color: #072773; 
	font-size: 11px; 
	font-family: Tahoma, Verdana, Helvetica, sans-serif; 
	line-height: 17px; 
	text-decoration: none; 
	font-weight: normal; 
}
a.active {
	color: #072773; 
	font-size: 11px; 
	font-family: Tahoma, Verdana, Helvetica, sans-serif; 
	line-height: 17px; 
	text-decoration: none; 
	font-weight: normal; 
}

html, body {
	height: 100%;
	margin: 0px;
}


.mainbody_white_bold {
	font-family: Times, Tahoma, Verdana, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #FFFFFF; 
	font-weight: bold;
}
.mainbody {
	font-family: Times, Tahoma, Verdana, Helvetica, sans-serif; 
	font-size: 12px;
}
.copyright {
	padding-top: 3px; 
	font-family: Times, Tahoma, Verdana, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: bold; 
	color: #FFFFFF;}

.copylink {
	font-family: Times, Tahoma, Verdana, Helvetica, sans-serif;
	color : #FFFFFF;
	font-size: 11px;
	text-decoration : none;
	font-weight: bold;
}
a.mainlink:hover {
    color : #EEEEEE;
    text-decoration : underline;
}
 a.mainlink:active {
    color : #EEEEEE;
    text-decoration : none;
}
input.stylized { 
	border-left: solid 1px #336699; 
	border-top: solid 1px #336699; 
	border-right: solid 1px #666666; 
	border-bottom: solid 1px #666666; 
	font-family: Tahoma, Verdana, Helvetica, sans-serif; 
	font-weight: bold; 
	font-size: 8pt; 
	color: #FFFFFF; 
	background-color: #FF0000;
}
input.stylized2 {
	border-left: solid 1px #336699; 
	border-top: solid 1px #336699; 
	border-right: solid 1px #666666; 
	border-bottom: solid 1px #666666; 
	font-family: Tahoma, Verdana, Helvetica, sans-serif;  
	font-weight: bold; 
	font-size: 8pt; 
	color: #FFFFFF; 
	background-color: #000095;
}

/* The main menu box */
.box_menu_cell {
	background-color: #EEEEEE; 
}
a.menuitem {
	color: #072773; 
	font-size: 12px; 
	font-family: Georgia, Times New Roman, Times, serif; 
	line-height: 17px; 
	text-decoration: underline; 
	font-weight: normal; 
}
a.menuitem:hover {
	background: #F2FBFF; 
	border: 1px solid #052572; 
	color: #072773; 
	font-size: 12px; 
	font-family: Georgia, Times New Roman, Times, serif; 
	line-height: 17px; 
	text-decoration: none; 
	font-weight: normal; 
}

/* Main Menus and Tables */
/* Blue */
.boxtitle {
    font-family: Tahoma, Verdana, Arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #FFFFFF;
    background-image: url(.././classic/images/boxtitle_bg.gif);
    line-height: 22px;
    padding-left: 6px;
    background-color: #0000FF;
    background-repeat: repeat-x;
}

/* Red */
.boxtitlered {
    font-family: Tahoma, Verdana, Arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #FFFFFF;
    background-image: url(../images/boxtitle_bg.gif);
    line-height: 22px;
    padding-left: 6px;
    background-color: #FF0000;
    background-repeat: repeat-x;
}

/* Green */
.boxtitlegreen {
    font-family: Tahoma, Verdana, Arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #FFFFFF;
    background-image: url(../images/boxtitle_bg.gif);
    line-height: 22px;
    padding-left: 6px;
    background-color: #006600;
    background-repeat: repeat-x;
}

#box {
    border: 1px solid #4E6704;
    background-color: #EFEFEF;
}

.menubox_border_idle { 
	background-color: #FFFFFF; 
}
.menubox_border_active { 
	background-color: #F2FBFF; 
}



.wrap {
	background: #fff;
	border: 1px solid #ccc;
	margin: 15px 5%;
	padding: .5em 1em;
}

.wrap h2 {
	margin: 6px 0;
}

.center {
	text-align: center;
}

.help {           
	font-family: verdana;
	margin: 5px;
	font-size: 90%;
    background-color: #E4E4E4;
    border: 1px solid #CCC;
    padding: 3px;
}

.helpbutton {
    margin: 5px;
    font-size: 70%;
    background-color: #E4E4E4;
    border: 1px solid #CCC;
    padding: 2px;
}

/* Login page styles ----------------------------------------- */

/* Login Page stuff */
#login {
	background: #fff;
	border: 2px solid #a2a2a2;
	margin: 5em auto;
	padding: 1.5em;
	width: 27em;
}

#login #login_error {
	background: #c00;
	border: 1px solid #a40000;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding: .5em;
	text-align: center;
}


#login #school_list {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: 400;
	font-style: normal;
	background-color: #fff;
	padding: 6px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 2em;
	text-align: left;
	border: 1px solid #a2a2a2;
	float: right;
}

#login h1 {
	margin-top: 0;
}

#login h1 a {
	display: block;
	text-indent: -1000px;
}

#login input {
	padding: 3px;
}

#login ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#login ul li {
	display: inline;
	margin-left: 1.4em;
	text-align: center;
}

 .loginpage body, .loginpage td {
	font: 10pt Georgia, "Times New Roman", Times, serif;
}

.loginpage body	{
	background: #f2f2f2;
	color: #000;
	margin: 0;
	padding: 0;
}

.loginpage a {
	border-bottom: 1px solid #69c;
	color: #00019b;
	text-decoration: none;
}

.loginpage a:hover {
	border-bottom: 1px solid #3a75ae;
	color: #069;
}

.loginpage input:focus,.loginpage textarea:focus, .loginpage label:focus {
	background: #fff;
	border: 1px solid #686868;
}

.loginpage textarea, .loginpage input,.loginpage select {
	background: #f4f4f4;
	border: 1px solid #b2b2b2;
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 1px;
	padding: 3px;
}

.loginpage form, .loginpage label input {
	margin: 0;
	padding: 0;
}

.submit input, .submit input:focus, .button {
	border: 3px double #999;
	border-left-color: #ccc;
	border-top-color: #ccc;
	color: #333;
	padding: 0.25em;
}

.submit, #quicktags, .editform th, #postcustomsubmit {
	text-align: left;
}


/* Menu Code */
.buttonscontainer {
	width: 200px;
	clip:   rect(auto, auto, auto, auto);
	left: auto;
	right: auto;
	bottom: auto;
}

.buttons a {
color: #072773;
background-color: #EEEEEE;
padding: 4px;
padding-left: 4px;
display: block;
font: 13px Arial, sans-serif;
font-weight: bold;
text-decoration: none;
text-align: left;

}

.buttons a:hover {background-color: #053481;
color: #FFFFFF;
text-decoration: none;}

/* Blue */
.menutitle {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(.././classic/images/boxtitle_bg.gif);
	line-height: 22px;
	padding-left: 6px;
	background-color: #0000FF;
	background-repeat: repeat-x;
	clip:   rect(auto, auto, auto, auto);
	left: auto;
	right: auto;
	bottom: auto;
}



/* CSS Page Layout Code */
#holder { 
	position: absolute; 
	top: 0; 
	left: 0;}
	
#header {
	height: 8em;  
	border: none; 
	width: 100%;}
	
#nav {
	width: 200px; 
	float: left; 
	padding-bottom: 3em; 	
	height: auto;}
	
#content {
	margin-left: 210px; 
	padding-bottom: 10em; 
	height: auto;}
	
#content_pf {
        padding-bottom: 10em;
        height: auto;}

#footer {
	clear: both; 
	height: 2em; 
	position: absolute; bottom: 0; left: 0; 
	border: none; 
	width: 100%;}

@media print {
        * {
        position: relative !important;
        }
}
