/* CSS Document */

/* Elements Go Here */
/* Typically no need to mess with these */

body {
	font-family: Arial, Verdana, sans-serif;
    background-image: url(../images/body-tile.jpg);
    background-position: top;
    background-repeat: repeat;
	margin:0px;
    color: #000;
    font-size: small;
}
a {
    color:#000000;
	text-decoration:underline;
}
h1 
{
    font-family: inherit;
    color: #000;
    font-size: larger;
    margin-top: -3px;
}
h2
{
    font-family: inherit;
    color: #2360a1;
    font-size: large;
    margin-top: -3px;
}

.message 
{
    color: Red;
}

.white 
{
    color: #fff;
}

.small 
{
    font-size: small;
}

.centerPage { /*do not edit*/
	position: relative;
	top: 0px;
	width:1024px;
	margin-left:auto;
	margin-right:auto;
	padding:0;
	text-align:left;
	background-color: Transparent;
}
/* End Elements */





/* Divs controls go Here */


/* header divs */

#topHeader { 
	height: 50px;
	width: 1024px;
	text-align: left;
	padding: 0 0 0 0;
    background-color: #fff;
}
#topSubHeader  
{
    position: absolute;
    top: 38px;
    left: 124px;
	height: 30px;
	width: 900px;
	text-align: left;
	float: right;
	padding: 0 0 0 0;
    background-image: url(../images/i3_banner_fill.gif);
    background-position: top;
    background-repeat: repeat-x;
    z-index: 10;
}
#navMenu { 
	height: 32px;
	padding: 0 0 0 0;
	background: inherit;
    left: 0px;
}
#banner { 
	height: 72px;
	width: 1024px;
	text-align: left;
	padding: 0px 0 0 0px;
	background-color: #ddd;
	border-top: 2px solid #9a0000;
	border-bottom: 2px solid #9a0000;
    z-index: 0;
}

#contentFull { 
	width: 1004px;
	padding:5px 10px 0 10px;
	margin:0 auto 0 auto;
	text-align:left;
	background: #fff;
	border-bottom: 2px solid #333;
}

#menuBar { 
	float: left;
	text-align: left;
	padding: 0 25px 0 0;
}

#sectionTitle { /* content section page title*/
	background:url(../images/imgLeftNavTop.gif);
    background-repeat: no-repeat;
    color: #fff;
    font-size: 75%;
    font-weight: bold;
    height: 19px;
    border: 0px solid #000;
    padding: 3px 5px 0px 10px;
    margin-left:0px;
}

#watermark * {
    font-style: italic;
    color: #999;
}


/*end header divs*/

/* Top Navigation Container Item */
.toolBarDiv 
{
    position: absolute;
    top:  -5px;
	left: 800px;
	z-index: 10;
	padding: 3px 5px 3px 0;
	text-align: right;
	float: right;
	margin: 0;
	border: 0;
	color: #666;
}
    .toolBar {
        margin: 0;
        padding: 0 0 0 10px;
        border: 0;
	    float: right;
    }

    .toolBar li {
        display: inline;
        float: right;
        border: 0;
        margin: 0; 
        padding: 1px 10px 0 0;
    }

    .toolBar * {
        border: 0;
	    font-size: 10;
        padding: 0;
        margin: 0;
		text-decoration:none;
    }
    /* printer friendly icon/text */
    .toolBar li.printFriendly {
	    background:url(../images/icon_printfriendly.gif) left center no-repeat;
	    padding-right:10px;
	    padding-left:20px;
		    display:inline;
	    font-size:10px;
	    padding-top:4px;

    }
    /* email page icon/text */
    .toolBar li.emailPage {
	    background:url(../images/icon_email.gif) left center no-repeat;
	    padding-right:10px;
	    padding-left:20px;
		    display:inline;
	    font-size:10px;
	    padding-top:4px;

    }
    /* wireless icon/text */
    .toolBar li.wireless {
	    background:url(../images/icon_mobile.gif) left center no-repeat;
	    padding-right:8px;
	    padding-left:11px;
		    display:inline;
	    font-size:10px;
	    padding-top:4px;

    }
    /* wireless icon/text */
    .toolBar li.textversion {
	    background:url(../images/icon_textversion.gif) left center no-repeat;
	    padding-right:8px;
	    padding-left:16px;
		    display:inline;
	    font-size:10px;
	    padding-top:4px;

    }
    
    
    



.topNavDiv 
{
    position: absolute;
    top:0px;
    right: 0px;
	z-index: 10;
	padding: 17px 5px 0 0;
	text-align: right;
	float: right;
	margin: 0;
	border: 0;
	color: #0066CC;
}
    .topNav {
        margin: 0;
        padding: 0 0 0 0;
        border: 0;
	    float: right;
    }

    .topNav li {
        display: inline;
        float: right;
        border: 0;
        margin: 0; 
        padding: 1px 10px 0 0;
    }

    .topNav * {
        border: 0;
        padding: 0;
        margin: 0;
		text-decoration:none;
	    color: inherit;
    }
    /* top links */
    .topNav li.topnav {
	    padding-right:8px;
	    padding-left:0px;
		    display:inline;
	    padding-top:8px;
	    font-size: x-small;

    }
    

/*End Top Nav */





.navText 
{
    color: #ffffff;
    font-size: small;
    font-weight: bold;
    padding-left: 7px;
    padding-top: 2px;
    padding-right: 10px;
    border-right: solid 1px #333333;
}
.navTextRollover
{
    color: #c3dcf5;
}
.navSub
{
    background-color: #000000;
    z-index: 99;
}
.navSubItem
{
    color: #ffffff;
    font-size: small;
    font-weight: bold;
    background-color: #000000;
    text-align: left;
    z-index: 99;
}

#loginBar { 
	position: absolute;
	top: 76px;
	right: 0;
	background-color: inherit;
	padding: 0px;
	margin: 0px;
	float: right;
	text-align: right;
	padding: 3px 10px 0 0;
	color: #0066CC;
	font: inherit;
	font-size: smaller;
	font-weight: bold;
    text-decoration: none;
}

#loginBar a { 
    text-decoration: none;
    color: inherit;
    padding: 0 12px 0 0;
}

#loginBar a:hover { 
    text-decoration: underline;
}

/* begin footer divs */

#footer1  { /*do not edit*/
	position: relative;
	background:#999 /* url(../images/bgrd_footer.gif) top left repeat-x (Temporarily removed due to FF Footer 2 render issue) */;
	width:100%;
	margin:20px 0 0 0;
	padding: 0 0 0 0;
	min-height: 100px;
	left:0;
	min-height: 150px;
	bottom: 0px;

}
.footerContentLeft {
	color:#0066CC;
	font-size: smaller;
	float:left;
	width:20em;
	padding:19px 0 20px 9px;
	line-height:1.07;
}
.footerContentLeft div	{
	float:left;
	padding: 0 5px 0 0;
	width:16px;
	margin:0;
}
 
.footerContentRight {
	float:left;
	padding:17px 0 0 40px;
	line-height:1.07;
}
.footerContentRight ul {
	list-style-type:none;
	margin:0;
}
.footerContentRight li {
	color:#999;
	display:inline;
	font-size: smaller;
	padding:0 1px 0 1px;
}
.footerContentRight a {
	color:#0066CC;
}
.footerContentRight a:hover {
	color:#333;
}


/* end footer divs */





.filterLink 
{
	background-color: #dddddd;
	margin-bottom: 0px;
	border: solid 1px #666;
	border-bottom: solid 2px #333;
	color: #fff;
	font-family: inherit;
	font-size: smaller;
}
.filterLink a {
	color: inherit;
}


.filterTable {
    width: 99%;
	background-color: #fff;
	margin-bottom: 0px;
	border: solid 1px #666;
	border-bottom: solid 2px #333;
	color: #333;
	font-family: inherit;
	font-size: small;
}
.filterTable a {
	color: inherit;
}


 .filterTable ul, .filterTable ol
 {
     margin-left: -40px !important;
     text-align: left;
     margin: 0px auto;
     margin-top: 0px;
     margin-bottom: 6px;
     padding: 0px auto;
     list-style:none;
 }
 .filterTable ul li
 {
     font-size:9pt;
     display: inline;
     padding-left: 6px;
     color: #fff;
 }
 #criteriaContainer {
	background-color: #ddd;
	margin-left: -18px;
	margin-top: 0px;
	border: solid 1px #333;
	padding: 5px 5px 5px 5px;
}

 .criteria {
	background-color: #ddd;
	margin-left: 0px;
	margin-top: 0px;
	color: #000;
	font-family: inherit;
    font-weight: bold;
	font-size: small;
}
 .criteria a {
    background-color: inherit;
    font-weight: bold;
    color: #000;
}
 .criteria a:hover {
    color: #0066CC;
    font-weight: bold;
}
 .criteriaselect {
    background-color: inherit;
    color: #9a0000;
}
 .criteriaselectionbg {
	margin-left: 0px;
	margin-top: 0px;
    background-color: #ddd;
    color: #0066CC;
}
 .criteriaselectiontext {
	color: #0066CC;
	font-family: inherit;
	font-weight: bold;
	text-decoration: none;
	font-size: x-small;
}
 .criteriaselectiontext a: {
	text-decoration: none;
}
 .criteriaselectiontext a:hover {
	text-decoration: underline;
}
 .criteriaselection {
	color: #0066CC;
	font-family: inherit;
	font-size: x-small;
	padding: 0 0 0 10px;
}

.browseTable  
{
    width: 100%;
    border-collapse: collapse;  /* 'cellspacing' */
	margin-bottom: 5px;
	background-image: url(../images/grd_row.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.browseTableHeaderRow {
	color: #000;
	margin-top: 10px;
	padding-top: 10px;
	font-size: small;
	font-weight: bold;
}
.browseTableHeaderRow a {
	color: #fff;
	font-size: inherit;
	font-weight: inherit;
}

.browseTableCol1 {
	background-color: #f2f6f8;
	color: #000;
	font-size: small;
	font-weight: normal;
}
.browseTableCol1Text {
	background-color: inherit;
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
}
.browseTableCol2 
{
    color: #000;
	font-size: small;
	font-weight: normal;
}
.browseTableCol2Text
{
    background-color: inherit;
    color: inherit;
	font-size: inherit;
	font-weight: inherit;
}
.browseTableFooterRow {
	background-color: #e9e9e9;
	color: #0066CC;
	border-bottom: solid 1px #000;
	font-size: smaller;
	font-weight: bold;
}
.formTable 
{
    background-color: #000;
}
.formLabel 
{
    background-color: #e9e9e9;
    font-weight: bold;
    color: #000;
}
.formText 
{
    background-color: #fff;
    color: #000;
}

.panelToolTip
{
    background-color: #f2f6f8;
    color: #0066CC;
    border: solid 1px #000;
}

.ataglanceTableTitle
{
    border-bottom: solid 1px #dddddd;
    background-color:#a0bcd8;
    color:#000000;
    font-weight: bold;
}

.ataglanceTable
{
    background-color:#a0bcd8;
    color:#000000;
}

.dataTableTitle { /* content section page title*/

	background:url(../images/imgRightNavTop.gif);
    background-repeat: repeat;
    color: #000;
    font-size: 85%;
    font-weight: bold;
    height: 17px;
    padding: 0px 5px 0px 10px;
    margin-left:0px;
}
.dataTableLocation {
	position: relative;
	background-color: #fff;
    float: right;
	font-size: 100%;
	font-weight: normal;
}
.dataTable {
	position: relative;
	background:url(../images/imgRightNavTop.gif);
	background-repeat: repeat;
	background-color: #fff;
	border-color: #ccc;
	float: right;
	font-size: 100%;
	font-weight: normal;
	visibility: visible;
}
.dataTableList {
	background-color: #fff;
	font-size: 85%;
	margin: 0 0 0 0;
	padding: 1px 6px 1px 6px;
	list-style-type: none;
}
.dataTableList li {
	background-color: #fff;
}
.dataTableList li a {
	text-decoration: none;
	background-color: #fff;
	color: #333;
	padding: 1px 0 .4em .7em;
	display: block;
}
.dataTableList li a:hover {
	text-decoration: underline;
}


.databook {
    width: 99%;
	background-color: #dedede;
	margin-bottom: 0px;
	border: solid 1px #666;
	border-bottom: solid 2px #333;
	color: #333;
	font-family: inherit;
	font-size: small;
}
.databook a {
	color: inherit;
}


.databooknav {
    width: 99%;
	background-color: #a0bcd8;
	margin-bottom: 0px;
	border: solid 1px #666;
	border-bottom: solid 2px #333;
	color: #000;
	font-family: inherit;
	font-size: small;
}
.databooknav a {
	color: inherit;
}

/* style for district at a glance table */

.districtglanceTitle {
    background-color: #25587e;
    color:#ffffff;
 }
 
.resulttablecell {
    border: solid 1px;
    border-color:Black;
 }
    