body { background-color: #fff; color: #000; }

body, p, ol, ul, td {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size:   13px;
  line-height: 18px;
}

pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}


a { color: #000; }
a:visited { color: #333; }
a:hover { color: #fff; background-color:#000; }

.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

div.uploadStatus {
  margin: 5px;
}

div.progressBar {
  margin: 5px;
}

div.progressBar div.border {
  background-color: #fff;
  border: 1px solid grey;
  width: 100%;
}

div.progressBar div.background {
  background-color: #333;
  height: 18px;
  width: 100%;
}

/* ***************************************************************
	Site-wide layout features....
   *************************************************************** */
#pageContainer {
	/*width: 916px;*/
	/*border: solid 1px #000000;*/
}

#mainPanel {
	background-color: #eec2b1;

	padding: 15px;
	margin: 0 0 0 200px;
}

#mainPanel h1 {
	font-size: 14pt;
	padding 0px;
	margin 0px;
	border 1px solid black;
}


/* ***************************************************************
   Header Bar
   *************************************************************** */
#leftBar {
	float: left;
}

#headerLogo {
	border: 1px solid #fff;
}

#headerLogo:hover {
	border: 1px solid #eb5e20;
}

#headerLogo a:hover {
	background-color: #fff;
}

#navBar {
	margin: 20px 0 0 200px;
	padding: 0;
	width: 700px;
	list-style-type: none;
    height: 30px;	
}

#headerAd {
	margin: 0 0 0 200px;
	width: 728px;
	height: 90px;
}

#skyscraperAd {
	margin: 20px 0 0 15px;
	width: 160px;
	height: 600px;
}


/* ***************************************************************
   Navigation Bar
   *************************************************************** */

#navBar li {
	float: left;
	background-color: #eb5e20;
	color: #fff;
	padding: 5px;
	margin: 0 3px 0 0;
	height: 25px;
}

#navBar li selected {
	background-color: #f00;
}

#navBar li a {
	color: #fff;
}
#navBar li a:visited {
	color: #fff;
}
#navBar li a:hover{
	color: #000;
	background-color: #eb5e20;
}


/* ***************************************************************
   Detail page styles.
   *************************************************************** */

table.listTable {
  width: 100%;
}

table.listTable th { 
  padding: 5px;
  background-color: #eb5e20;
  font-size: 11px;
  font-weight: bold;
	text-align: left;
}

table.listTable td { 
  font-size: 11px;
}

table.listTable tr.odd { 
  	background-color: #fff;
}

table.detailTable {
}

table.detailTable td {
	padding: 5px;
	background-color: #fff;
	font-size: 11px;
}

table.detailTable td.heading {
    background-color: #eb5e20;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}

table.detailTable td.title {
	width: 130px;
	text-align: right;
	font-weight: bold;
}

div.pager { 
  background-color: #eb5e20;
  text-align: center;
}

div.schoolRow {
	padding: 5px;	
}

div.schoolRowHeading { 
  	font-weight: bold;
  	font-size: 14pt;
}

div.schoolRowTitle {
  	width: 100px;
  	font-weight: bold;
  	text-align: right;
	float: left;
}

div.schoolRowDetail {
  	margin-left: 110px;
	width: 300px;
}

/* ***************************************************************
   Map page styles....
   *************************************************************** */
div.largeMap {
	width: 100%; 
	height: 560px;
    margin-top: 10px;
}

#footer { 
  margin: 50px 50px 0 50px;
  border-top: 1px solid #eb5e20;
  text-align: center;
  color: #000;
  font-size: 10px;
}



