﻿h4  {
    font: normal 1.1em Georgia;
	color: #355575;
	text-transform: uppercase;
	margin: 1.5em 0 0 0;
	position: relative;
	text-align: center;
}

#sidebarContainer {
	width: 300px;
	position: absolute;
	height: 637px;
	right: -2px;
	top: 0px;
	background:#E8ECF9;
	overflow:hidden;
}

#sidebarContainer a:hover {
	top: 0px;
	left: 0px;
}

#sidebarState, #sidebarStatus, #sidebarDistrict {
	position: relative;
	height: 602px;
	background:#ffffff;
}

#map_canvas {
	width: 100%; 
	height: 600px; 
	border: 1px solid black; 
}

#sidebarState table {
	width: 300px;
	height: 601px;
}

#sidebarStatus, #sidebarDistrict {
	overflow-y: scroll;
} 

#sidebarControl {
	width:300px;
	text-align:center; 
	background:#E8ECF9;
	height:35px;
}

#districtInfo {
	border-top:1px solid #bbbbbb;
}

#districtInfo .overview_1 {
	width: 100%;
}

#districtInfo .ayp_status {
	width: 6em;
}

#districtInfo .overview_2, #districtInfo .overview_spacer {
	display: none;
}

#districtInfo h2 {
	margin: 0 0 0.25em 0;
	text-align: center;
}

td.ayp_target {
	white-space: nowrap;
}

.pielegend td {
	padding: 0.1em 0.25em;
}

#legend div, .pielegend div {
	border: 2px #000000 solid;
	width:20px;
	margin:auto auto;
	text-align:center;
}
#legend table {
	width: 430px;
	border-left: solid 1px #bbb;
	border-top: solid 1px #bbb;
	border-bottom: solid 1px #bbb;
}
#legend td {
	padding: .3em .5em .3em .5em;
	border-bottom: solid 1px #ddd;
	border-right: solid 1px #aaa;
	background-color: #fff;
}
#legend th {
	height: 18px;
	background: #e5eff4 url( '../images/th_bg.gif' ) repeat-x bottom left;
	border-bottom: solid 1px #aaa;
	border-right: solid 1px #aaa;
	padding: 4px 5px 4px 5px;
	vertical-align: bottom;
}

#option_button {
    position:absolute; 
    top:5px; 
    right:298px;
}

#toolbar {
    height:35px;
    background:#D8DCE9;
    vertical-align:middle; 
}

.overview_current {
	padding: 0;
	background: #fff;
}

#disclaimer {
    width: 400px;
    height: 150px;
    background-image: url('../images/white.png');
    display: none;
    margin: 0px auto 20px auto;
}

.disclaimerText {
    text-align: left;
    width: 340px;
    margin: 20px auto 0 auto;
    font: .8em/1.25em Trebuchet MS, Trebuchet, Tahoma, Arial;
}

#disclaimer div.close {
	position: absolute;
	width: 20px;
	height: 20px;
	right: 20px;
	top: 20px;
	background: #fff url('../images/close.gif') no-repeat;
	cursor: pointer;
}

#loading_indicator {
    width:150px; 
    height:35px; 
    background:#FFFFFF; 
    font-size:large; 
    text-align:center; 
    line-height:35px;
}

#footnote {
    width:450px;
}

#disclaimer_link {
    width: 100px;
    position: relative;
    left: 760px;
    bottom: 16px;
}

a.overlay {
    color: #16c;
    text-decoration: underline;
    font-size: 90%;
}
