html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,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:inherit;vertical-align:baseline;}
:focus{outline:0;}
body{line-height:1;color:black;background:white;}
ol,ul{list-style:none;}
table{border-collapse:separate;border-spacing:0;}
caption,th,td{font-weight:normal;}
blockquote:before,blockquote:after,q:before,q:after{content:"";}
blockquote,q{quotes:"" "";}
/* end reset */

body {
	background: #b6b6b6 url(/school/img/bg.png) repeat-x;
	font: 0.75em Verdana, sans-serif;
}

#header {
	overflow: auto;
	margin: 3px 15px;
	background: url(/school/img/logo.png) no-repeat left top;
	min-height: 118px;
}
	
* html #header {
	height: 118px;
}

#header h1 {
	float: left;
	text-indent: -10000px;
}

#header h1 a {
	display: block;
	margin: 35px 0 0 25px;
	width: 300px;
	height: 45px;
}

/* @group linemenu */

#linemenu {
	float: right;
	margin: 10px 5px;
}

ul#linemenu li {
	float: left;
	padding: .2em .5em;
	font: .8em/.9em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	border-left: 1px solid #888;
}

ul#linemenu li:first-child {
	border: none;
}

#linemenu a {
	color: #ddd;
	text-decoration: none;
}

#linemenu a:hover {
	color: #fff;
	text-decoration: underline;
}

/* @end */

/* @group nav */

#navigation_bar {
	clear: left;
	padding-top: 15px;
	margin-left: 130px;
}

ul#navigation_bar li {
	float: left;
	padding: 0 .5em;
	font: bold .95em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	border-left: 1px solid #888;
}

ul#navigation_bar li:first-child {
	border: none;
	padding-left: 0;
}

#navigation_bar a {
	color: #bbb;
	text-decoration: none;
}

#navigation_bar a:hover {
	color: #fff;
	text-decoration: underline;
}

/* @end */

#wrap {
	margin: 0 15px;
	border-top: 5px solid #b6b6b6;
	background: #fff url(/school/img/sidebg.gif) repeat-y left top;
	color: #232323;
}

#wrap2 {
	background: url(/school/img/sidebg2.gif) repeat-y right top;
}


body#nosides #wrap {
	background: #fff;
}

#left {
	float: left;
	width: 180px;
	padding: 10px;
	background: #333 url(/school/img/sidebg.gif) repeat-y left top;
}

#right {
	float: right;
	width: 180px;
	padding: 10px;
	background: #333 url(/school/img/sidebg2.gif) repeat-y left top;
	text-align: center;
}

#middle {
	margin: 0 215px;
	padding: 10px 0;
	min-width: 450px;
	background-color: #fff;
	/*background-image:url(images/blueprint.png);*/
}

.cleaner {
		clear:both;
		height:1px;
		font-size:1px;
		border:none;
		margin:0; padding:0;
		background:transparent;
		}

body#search #middle h1 {
	padding: 160px 0 0;
	display: block;
	background: url(/school/img/sr_logo.gif) no-repeat center top;
}

body#search #middle {
	padding-top: 0;
}

body#nosides #middle {
	margin: 0 auto;
	padding: 10px 1em;
	background: #fff;
	max-width: 850px;
}

.small {font-size: .9em}
.smaller {font-size: .8em}
.smallest {font-size: .7em}
.big {font-size: 1.1em}
.bigger {font-size: 1.2em}
.biggest {font-size: 1.3em}

em {
	font-style: italic;
}

.hilite {
	background: #fcff7c;
	border: 1px solid #fd9;
	padding: .5em 1em;
	font-weight: bold;
	margin-bottom: 1em;
}

/* @group middle */

#middle h1, #middle h2, #middle h3 {
	font: bold 2em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: .5em;
}

#middle h2 {
	font-size: 1.5em;
	margin: .5em 0 .2em;
}

#middle h3 {
	font-size: 1.2em;
	margin: .3em 0 .1em;
}

#middle p {
	padding-bottom: .5em;
}

#middle ul {
	list-style: disc outside;
	margin-left: 1em;
	padding-bottom: .5em;
}

#restrict {
	text-align: right;
	margin: 0 0 .2em;
	font-size: .9em;
}

table.results tr td {
	padding: 5px;
}

table.results td.even, table.results tr.even td {
	background:#def;
}

table.results th {
	text-align: left;
	font-weight: bold;
	background: #cdf;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding: .2em 5px;
}

.more {
	margin: 10px 0;
	text-align: center;
	font: 1.3em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #333;
	background-color: #fff;
	color: #000;
	padding: .5em;
	opacity: 0.9;
	font: .9em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
#tooltip h3, #tooltip div { margin: 0; }

table.flyschool {
	margin-bottom: 1em;
	//font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

table.flyschool td {
	padding: .2em 0;
}

table.eimsense td {
	padding-right: 1em;
	vertical-align: middle;
}

table.senselev {
	background: #205485;
	border: 1px solid #205485;
	border-width: 0 0 1px 1px;
	font-size: .8em;
	margin-bottom: 1em;
}

table.senselev th {
	color: #fff;
	font-weight: bold;
}

table.senselev td {
	font-weight: bold;
	background: #fff;
	text-align: center;
	border: 1px solid #205485;
	border-width: 1px 1px 0 0;
	padding: .1em .2em;
}

table.senselev tr.level td {
	background: #BDDCF9;
	color: #296094;
}

#sense tr.alt td {
	background: #ffc;
}

/* @group table */

.bold, tr.bold td, table.norm th {
	font-weight: bold;
}

table.norm, table.sans, table.sans1 {
	//font: .95em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: .95em;
}

table.sans1 {
	font-size: 1em;
}

table.norm td {
	padding: 3px 10px;
}

/* @end */

/* @group pretty */

table.pretty {
	border: 1px solid #296094;
	border-width: 0 1px 1px;
	margin: 0 0 1em;
}

table.nocaption {
	border-top-width: 1px;
}

table.padded {
	background: #ecf6fc;
	padding: 0 2em;
	border: 1px solid #cdf;
}

table.padded td {
	padding: .8em .4em;
	vertical-align: middle;
	font-weight: bold;
}

table.nofoot {
	margin-bottom: 0;
	border-bottom-width: 0;
}

table.pretty caption, table.pretty thead tr, table.pretty tfoot tr, tr.caption td {
	background: #205485;
	color: #fff;
	font-weight: bold;
	padding: .3em .5em;
	text-align: left;
}

tr.caption a {
	color: #fff;
}

table.pretty td {
	padding: .2em;
	border-bottom: 1px solid #c8d5e2;
	vertical-align: middle;
}

table.pretty tr.alt td, table.pretty td.alt, li.alt, tr.alt td {
	background: #ecf6fc;
}

table.pretty tfoot tr td, table.pretty tfoot tr.alt td {
	border: none;
	background: #205485;
	color: #fff;
	font-weight: bold;
	padding: .3em 0;
	text-align: left;
}

table.pretty tfoot.min tr, 
table.pretty tfoot.min tr td, 
table.pretty tfoot.min tr.alt td {
	padding: 0;
	font-size: .4em;
}

table.pretty tr.min td {
	padding: 0;
	font-size: .3em;
	background: #c8d5e2;
}

table.pretty tr td:first-child, td.ar {
	text-align: right;
}

table.pretty tr.section td {
	padding: 0 .5em;
	font-weight: bold;
	text-align: left;
	color: #205485;
	background: #c8d5e2;
}

/* @end */

/* @end */

/* @group side */

#left ul, #right ul, #left h2, #right h2 {
	font: bold .9em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#right ul {
	font-weight: normal;
}

#left li a, #right li a, #left h2, #right h2 {
	color: #fff;
	font-size:1.5em;
}

#left li a:hover, #right li a:hover {
	color:#f90;
	font-size:1.5em;
}

/* @end */

/* @group forms */

label, input[type=submit] {
	cursor: pointer;
}

input, select {
	font-size: .9em;
}

form table, table.sans {
	font: 1em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

input[type=radio] + label {
	margin-right: .5em;
}

input[type=text]:focus, textarea:focus {
	background: #cdf;
}

input.wide {
	padding-left: 3em;
	padding-right: 3em;
}

/* @end */

#footer { /* added this in angela */
	margin: 0 15px;
	border-top: 5px solid #b6b6b6;
	background-color: #333;
	color: #666;
	padding: .75em 0;
	text-align: center;
	font-size: .9em;
}

#footer a {
	color:#666;
	}

.mv_contrast {
	color: red;
}

ul.mv_contrast {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

/*a:link              { color:#333; }
a:visited           { color:#333; }*/
a:hover             { color:#BF700B; text-decoration:underline; }
a:active            { color:red; text-decoration:underline; }

