﻿body 
{
		font-family: Verdana, arial, sans-serif;
	background-color: #fff0bb;
	/*margin: auto;
	text-align: center;*/
	height:100%;
}

#header {
	background-color:White;
	width:100%;
}

.headerBar {
	/*width:100%;*/
	background-color: #AF210E;
	color: White;
}



/* FOOTER STUFF 
requires the following in the head section:
    <!--[if lte IE 6]>
        <style type="text/css" media="all">
            #wrapper {
                height: 100%;
            }
        </style>
    <![endif]-->
*/

.searchGrid 
{
	z-index: 0;
    overflow:auto;
    height:100px;
    position:relative;
}

.userDistrictGrid 
{
	z-index: 0;
    overflow:auto;
    height:600px;
    position:relative;
}

/*
#dgFind
{
	z-index: 0;
} */

#wrapper {
	display: block;
	min-height: 100%;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
	margin-bottom:20px;
}

#wrapperManual {
	display: block;
	min-height: 100%;
	width: 100%;
	position: relative;
	/*top: 185px;*/
	left: 0px;
	z-index: 0;
	margin-bottom:20px;
}

#content {
	margin-bottom:30px;
	margin-left: 0px;
}

.userMessage 
{
	padding:10px;	
}

#contentMaster {
	margin-left: 0px;
}

#footer {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	display: block;
	z-index: 999;
	padding: 0px;
	height:18px;
	margin-top:30px;
	background-color:#364B78;
	color:white;
	font-size:.7em;
	font-weight:bold;
	text-align:center;
	font-style:italic;
	padding-top:2px;
}

#footer a {
	position:absolute;
	left:0px;
	color:#FFF3E6;
	margin-left:4px;
}

#footer a:hover {
	text-decoration:none;
}

/* END FOOTER STUFF */

#headerTable 
{
	/*border: solid #007D48;*/
	margin-top: 10px;
	margin-bottom: 5px;
}

#manualNavTable {

	border:solid 1px black;
	/*background-color: #00CC99;*/
	background-color: #B0C4DE;
}

#manualContentTable 
{
	font-size: 10 px;
}

#downloadTable
{
	border:solid 2px #364B78;
}
#multiTable
{
	border:solid 2px #364B78;
}
#multiTableEOY
{
	border:solid 2px #364B78;
}
#multiTableLMP
{
	border:solid 2px #364B78;
}
#multiTableAC
{
	border:solid 2px #364B78;
}
#noNavContent {
	text-align:center;
	width:800px;
	margin-left:auto;
	margin-right:auto;
}

#noNavContent table {
	margin-left:auto;
	margin-right:auto;
}

#clsRel 
{
	position: relative;	
}

#clsAbs
{
	position: absolute;	
}

/*#AssessGradesTable 
{
	padding:10px;
	margin-right:25px;
}*/



.headerCssClass
{
    background-color:#364B78;
    color:white;
    border:1px solid black;
    padding:4px;
    cursor: pointer; 
}

.headerCssClass:hover
{
    background-color: #AF210E;
}

.contentCssClass{
    background-color:#DBDED0;
    color:black;
    border:1px dotted black;
    padding:4px;
}
.headerSelectedCss{
    background-color:#AF210E;
    color:white;
    border:1px solid black;
    padding:4px;
}





.nav {
	background-color:#DBDED0;
	/*background-color:red;*/
	position:relative;
}

.nav a {
	/*border-left: solid 2px #6E6C6D;
	border-right: solid 2px #6E6C6D;
	border-bottom:solid 2px black;*/
	display: block;
	color:black;
	/*color: #AF210E;*/
	
	/*margin-right:-2px;*/
	font-size:.85em;
	width: 17.5em;
	/*update code*/
	text-decoration:none;
	/*border: 1px solid black;*/
	background-color:#DBDED0;
	padding: 0 1em;
}

.nav a:hover {
	/*background-color:#6B8FB3;*/
	color: white;
	text-decoration:none;
}

.nav .here {
	color:#6E6C6D;
	/*background-color:#99CCFF;
	border-top: solid 2px #B3906B;
	border-left: solid 2px #B3906B;
	border-right: solid 2px #B3906B;
	margin-top: -2px;
	margin-right:-2px;
	font-weight:bold;*/
	font-size:.85em;
}

.navManual {
	background-color:#364B78;
}

.navManual a {

	/*display: block;*/
	color: white;
	
	/*margin-right:-2px;*/
	font-size:.8em;
	margin-right: 3px;
	width: 11em;
	/*update code*/
	text-decoration:none;
	/*border: 1px solid black;*/
	background-color:#364B78;
	padding: 0 .5em;
	
}

.navManual a:hover {
	color: white;
	background-color: #AF210E;
	text-decoration:none;
}

.navManual .here {
	color:#6E6C6D;
	font-size:.85em;
}

/* END nav */

/*.manualInfo {
	background-color:#B0C4DE;
}*/

/*only works in ie 5 through 7*/
/*.freeze {

      position:relative;

      top:expression(this.offsetParent.scrollTop); 

      z-index:100;

}*/

.printOnly {
	display:none;
}

.flleft {
	float:left;
}

.flright {
	float:right;
	margin-left: 0px;
}

.clearAll {
	clear:both;
}

.pad {
	padding:10px;
}

.padMaster {
	padding:10px;
}

.halfPad {
	padding:3px;
}

.disclaimer {
	font-size:.8em;
	font-style:italic;
}

.inPageA a {
	color:#0000FF;
}

.inPageA a:hover {
	color:#AF210E;
	/*background-color:#DBDED0;*/
	text-decoration: none;
}

.noWrap {
	white-space:nowrap;
}

.gridNav {
	border: solid 2px #6E6C6D;
}

.gridNav a {
	background-color: #364B78;
	/*border-left: solid 2px #364B78;
	border-right: solid 2px #364B78;
	border-bottom:solid 2px #364B78;*/
	border:solid 2px #6E6C6D;
	color: #DBDED0;
	text-decoration:none;
	margin-right:-2px;
	font-weight:bold;
}

.gridNav a:hover {
	background-color:#DBDED0;
	color: #6E6C6D;
}

.gridNav .here {
	color:#364B78;
	background-color:#DBDED0;
	/*border-top: solid 2px #364B78;
	border-left: solid 2px #364B78;
	border-right: solid 2px #364B78;*/
	border:solid 2px #6E6C6D;
	margin-top: -2px;
	margin-right:-2px;
	font-weight:bold;
}

.optionsOdd 
{
	border:solid 2px #6E6C6D;
	background-color:#F5F5DC;
	width:900px;
}

.optionsEven 
{
	border:solid 2px #6E6C6D;
	background-color:#F0E68C;
	width:900px;
}

.optionsHR 
{
	border:solid 2px #6E6C6D;
	background-color:#F5F5DC;
	width:900px;
}

.expressPan
{
	border:solid 2px #6E6C6D;
	background-color:#F5F5DC;
}


.optionsManualNav
{
	width:900px;
}

/*#cmdDiv a {
	color: #4B647D;
	text-decoration:none;
	background-color:Transparent;
	border-left: none;
	border-right: none;
	border-bottom: none;
	margin-right: 0px;
	font-weight: normal;
}

#cmdDiv a:hover {
	background-color:#FFF3E6;
	color: #6B8FB3;
}*/

.topMarg {
	margin-top:20px;
}

caption {
	background-color:#DBDED0;
	color:#364B78;
	font-weight:bold;
	padding:5px;
	caption-side:top;
	text-align:left;
	border: solid 1px #364B78;
}

.smaller {
	font-size:.8em;
}

.btnTopMarg {
	margin-top:5px;
}

.btnMarg {
	margin:5px;
}

/*.yearLink a {
	color: #4B647D;
	text-decoration:none;
	background-color:Transparent;
	border-left: none;
	border-right: none;
	border-bottom: none;
	margin-right: 0px;
	font-weight: normal;
}

.yearLink a:hover {
	background-color:#FFF3E6;
	color: #6B8FB3;
}

.yearLink td {
	border:solid 1px #B3906B;
}*/

/*.yearLink a {
	color: #B3906B;
	text-decoration:none;
	background-color:Transparent;
	border-left: none;
	border-right: none;
	border-bottom: none;

	font-weight: normal;
	border-left: solid 2px #B3906B;
	border-right: solid 2px #B3906B;
	border-bottom:solid 2px #B3906B;
	
}

.yearLink a:hover {
	background-color:#6B8FB3;
	color: #FFF3E6;
}

.yearLink td {
	border:solid 1px #B3906B;
}*/

.yearLink {
	border: solid 2px #364B78;
	margin-top:8px;
}

.yearLink a {
	background-color: #6E6C6D;
	/*border-left: solid 2px #B3906B;
	border-right: solid 2px #B3906B;
	border-bottom:solid 2px #B3906B;*/
	border: solid 2px #364B78;
	color: #DBDED0;
	text-decoration:none;
	/*margin-right:-2px;
	margin-top:-2px;*/
	padding:2px 4px;
	font-weight:bold;
}

.yearLink a:hover {
	background-color:#DBDED0;
	color: #6E6C6D;
}

.yearLink .here {
	color:#364B78;
	background-color:#DBDED0;
	/*border-top: solid 2px #B3906B;
	border-left: solid 2px #B3906B;
	border-right: solid 2px #B3906B;*/
	border: solid 2px #364B78;
	/*margin-top: -2px;
	margin-right:-2px;*/
	padding:2px 4px;
	font-weight:bold;
}

.gvData td {
	border:solid 1px #364B78;
}

.scrollDiv {
	/*width:90%;*/
	overflow:auto;
}

.scrollCont {
	/*margin-left:auto;
	margin-right:auto;
	width:90%;
	position:relative;
	overflow:hidden;*/
	/*left:0;
	right:0;
	position:absolute;*/
	width:900px;
}

/*.posRel {
	position:relative;
	overflow:hidden;
}*/

#helpMessage img {
	margin-right:10px;
	border:solid 2px #364B78;	
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
  position:relative;
  font-weight:bold;
  }
  
  
li {
  float: left;
  position: relative;
  width: 8em; 
  }
  
li ul {
display: none;
position: absolute; 
top: 1em;
left: 0;
}
  
/*li > ul {
top: auto;
left: auto;
}*/
	
li:hover ul, li.over ul{ display: block; }

/*li:hover
{
	position:
}*/


li a:hover 
{
color: White;
background-color: #364B78 !important;
}

#content {
	clear: left;
}

/*#navF{
	list-style:none;
	font-weight:bold;
	margin-bottom:10px;
	float:left;
	width:100%;
}
#navF li{
	float:left;
	margin-right:10px;
	position:relative;
}
#navF a{
	display:block;
	padding:5px;
	color:#fff;
	background:#333;
	text-decoration:none;
}
#navF a:hover{
	color:#fff;
	background:#6b0c36;
	text-decoration:underline;
}



#navF ul{
	background:#fff; 
	background:rgba(255,255,255,0);
	list-style:none;
	position:absolute;
	left:-9999px;
}

#navF ul li{
	padding-top:1px; 
	float:none;
}
#navF ul a{
	white-space:nowrap;
}
#navF li:hover ul{ 
	left:0; 
}
#navF li:hover a{ 
	background:#6b0c36;
	text-decoration:underline;
}
#navF li:hover ul a{ 
	text-decoration:none;
}
#navF li:hover ul li a:hover{ 
	background:#333;
}*/

h6 {
padding: 0;
margin-top:0px;
margin-bottom:0px;
font-family: Arial, Verdana,  Helvetica, sans-serif;
font-size: 12px;
color: #12254E;
}

h5 {
padding: 0;
margin-top:0px;
margin-bottom:0px;
font-family: Arial;
font-size: 14px;
font-style: normal;

}

h4 {
padding: 0;
margin-top:0px;
margin-bottom:0px;
font-family: Arial;
font-size: 20px;
font-style: normal;

}

a img 
{
	border:none;
}


.gvStyle tr
{
	background-color: White;     
	border: 1px solid #737276;     
	text-align: left;     
	font-weight: bold;     
	font-size: 12px;     
	padding: 3px;     
	color:black;	
}
.gvStyle th
{
	background-color: #737276;     
	border: none;     
	text-align: left;     
	font-weight: bold;     
	font-size: 12px;     
	padding: 3px;     
	color:White;	
} 


.vertical-text
{

/*font:bold 14px Tahoma;

color: #0000FF;

filter: flipV();*/

/*-webkit-transform:rotate(90deg);*/
/*-webkit-transform-origin: 255% 55% 0;*/

/*-moz-transform:rotate(90deg);*/

/*	transform: rotate(270deg);
	transform-origin: left top 180;*/


/*writing-mode:tb-rl;*/

/*white-space: pre-wrap;
word-wrap: break-word;
width: 1px;
line-height: 75%;*/
        
}





	
	

