html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6,  blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn,  font, img, ins, kbd, q, s, samp,
small, strike,  sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: verdana;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* END RESET SECTION */

html {
	height: 100%;
}

body{
height: 100%;
background: #fff
font-family: verdana;
font-size: small;
color: #000;

}

#container{
position: relative;
width: 100%;
min-height: 100%;
margin: 0px;
padding: 0px;
background: #fff url(gr/bg.gif) 1px 1px;

}

* html #container {
	height: 100%;
}


#navcontainer{

}

#navcontainer ul li
{
width: 200px;
display: block;
padding-bottom: 1px;

}

#navcontainer li a
{
border-bottom: #ccc dashed 1px;
display: block;
padding: 2px;
color: #000;
text-decoration: none;
}


#navcontainer li a:hover
{
border-bottom: #ccc solid 1px;
display: block;
padding: 2px;
color: #083a08;

text-decoration: none;
}

* html body #navcontainer a {
   width:90%;
}

#outerheader{
background: url(gr/top_bar.png) 0px 0px repeat-x;

}
#header{
margin: 0px auto;
height: 178px;
background: url(gr/head_back.png);
background-position: center;
background-repeat: no-repeat;

}

#header h1{
display: none;
}

#header #miniNav{
width: 100px;
margin: 0px auto;
padding-left: 660px;
padding-top: 39px;
}

#header #miniNav li{
padding-bottom: 8px;
}

#header #miniNav a{
color: #fff;
font-weight: bold;
text-decoration: none;
}

.gradebook{
padding-left: 20px;
background: url(gr/report.png) no-repeat;

}

.calendar{
padding-left: 20px;
background: url(gr/calendar.png) no-repeat;

}

.tutorials{
padding-left: 20px;
background: url(gr/film_go.png) no-repeat;

}


#content {
font-family: verdana;
margin: 0px auto;
	padding: 4px 0px;
background: url(gr/content_back.png);
background-position: center;
background-repeat: repeat-y;
width: 800px;
}

#content .inner_content {
	position: relative;
margin-left: 280px;
padding-right: 28px;
	text-align: left;
}

#content .inner_content_left{
float: left;
padding-left: 25px;
}

#content h1{
font-size: 28px;
margin: 5px -1px;
}

#content h3{
font-size: large;
padding-bottom: 4px;
padding-top: 10px;
padding-left: 4px;
background: url(gr/h3_back.png) no-repeat;
}

#content h4{
font-size: large;
padding-bottom: 4px;
padding-top: 10px;
padding-left: 4px;
background: url(gr/h3_back.png) no-repeat;

}

#content h5{
font-size: large;
padding-bottom: 2px;
padding-top: 10px;
padding-left: 4px;
}

#content .inner_content a{
color: #003300;
text-decoration: none;
border-bottom: 1px dashed #ccc;
font-size: 85%;
}

#topic{
border: 4px solid #ced6ce;;
background: #f7f7f7;

}
#topic h2{
font-size: 18px;
background: #ced6ce;
border-bottom: 2px solid #ced6ce;
margin-bottom: 2px;
}

#content .inner_content ul{
list-style-type: disc;
padding: 2px 4px 2px 16px;
}


#footer{
font-size: 80%;
text-align: center;
margin: 0px;
	padding-top: 12px;
margin-bottom: 0px;
background: url(gr/content_back.png);
background-position: center;
background-repeat: repeat-y;
}

#footerbottom{
background: url(gr/foot_back.png);
background-position: center;
background-repeat: no-repeat;
height: 18px;
}

/*FORM STYLES */

form {
margin : 0;
padding : 0;
}

fieldset {
margin : 0 auto;
padding : 1em 3em;
border : 1px solid #72a372;
background : #cfe6cf;
width: 192px;
text-align: left;
}

	fieldset div br {
	display : none;
	}

/* Style the legend, labels and the div containing the submit button. */

legend {
font-weight : bold;
color : #333;

margin : 0;
padding : 0.5em;
}

label {
display : block;
}


#fm-submit {
clear : both;
padding: 1px 5px;
margin-top: 10px;
}

/* Add the double border effect. */

fieldset div {
width : 196px; /* Width for modern browsers */
border-top : 1px solid #ccb7b5;
border-right : 1px solid #a99897;
border-bottom : 1px solid #716665;
border-left : 1px solid #a99897;
margin : 0;
padding : 1px;
}

	* html fieldset div {
	width: 200px; /* Width for IE5 */
	w\idth: 196px; /* Width for IE6 */
	}

fieldset div input {
width: 192px; /* Width for modern browsers */
border-top : 1px solid #e2cbc9;
border-right : 1px solid #e9d8d7;
border-bottom : 1px solid #f0e5e4;
border-left : 1px solid #e9d8d7;
padding : 1px;
}
						
	* html fieldset div input {
	width: 196px; /* Width for IE5 */
	w\idth: 192px; /* Width for IE6 */
	}
	

/* Mandatory fields. */

.fm-required {
border-top : 1px solid #f05d49;
border-right : 1px solid #f48677;
border-bottom : 1px solid #f7aea4;
border-left : 1px solid #f48677;
}


