a, a:link {
	color: #00f;
}
a:visited {
	color: #00f;
}
body {
	background-color: #fff;
}
body, p, td, th, li {
	
		font-size: 10pt;
	
	
		font-family: arial,sans-serif;
	
}

.menu, a:link.menu, a:visited.menu {
	color: #fff;
	font-size: 12px;
	font-family: arial,helvetica,sans-serif;
}
#menuList {
	background-color: #000;
}
#menuList li a {
	border-right: 1px solid #fff;
}
html {
 height: 100%;
 }

img {
 border: 0px;
 }

hr {
 display: none;
 }

body.externalSite {
 margin-left: auto;
 margin-right: auto;
 background: #d5b890;
 padding-left: auto;
 padding-right: auto;
 text-align: center;
 height: 100%;
 }

#wrapper { 
 position: relative;
 min-height: 100%; 
 }

#container {
 margin-left: auto;
 margin-right: auto;
 width: 800px;
 background: #fff;
 padding-left: auto;
 padding-right: auto;
 text-align: left;
 border: 0;
 }


#bodyContent {
 background: #0b1c2e;
 margin: 0;
 padding: 0;
 }

#homepage #content {
 padding: 0;
 margin: 0;
 background: #fff;
 }

#content {
  width: 790px;
  margin: 0px;
  padding: 5px;
  background: #fff;
 }

#bannerBar p {
 padding: 0;
 margin: 0;
 }

#menuList {
 background-color: #0b1c2e;
 }
#menuList li a {
 border-right:0;
 font-weight: normal;
 padding: 0.6em 1.5em;
 }

#userbar, #guestbar {display: none;}

#footer {
 clear: both;
 background: #0b1c2e;
 height: 100px;
 padding: 20px 0;
 }
#copyrightNotice {
 display: none;
 }
#imgLeft {
 float: left;
 }
#imgRight {
 float: right;
 }
#footerTxt {
 text-align: center;
 color: #fff;
 font-size: 9px;
 padding: 0 5px;
 }

#recentUpdatesBar {
  display: none;
 }
input.box {
  width: 100px;
  border: 1px solid #ccc;
 }
#viewOnly .box {
 border: 0px solid #ccc;
 width: 125px;
 }

ol {
 list-style-type: none;
 }

tr.Status_Closed {
  background-color: white;
  color: red;
}
tr.Status_Normal_Schedule {
  background-color: white;
  color: green;
}
tr.Status_Shelter_in_Place {
  background-color: red;
  color: white;
}
tr.Status_Delayed_Opening {
  background-color: white;
  color: orange;
}
tr.Status_Early_Dismissal {
  background-color: white;
  color: orange;
}
tr.Status_After_School_Activities_Cancelled {
  background-color: white;
  color: orange;
}
tr.Status_Locked_Down {
  background-color: red;
  color: white;
}
tr.Status_Point_of_Dispensing {
  background-color: red;
  color: white;
}
tr.Status_See_Details {
  background-color: red;
  color: white;
}
tr.changed {
  background-color: lightblue;
}

#bannerbar {
 display: none;
 }

#toolbar_wrapper {
 position: fixed;
 top: 0;
 background: transparent;
 background-image:  url(/clients/1864/297163.png);
 background-position: bottom;
 background-repeat: repeat-x;
 height: 35px;
 width: 100%;
 z-index: 999;
 }

#toolbar_outer {
 background:#e5e5e5;
 top:0; 
 color:#111111; 
 font-size:11px; 
 height:30px; 
 padding:0; 
 position:fixed; 
 right:0; 
 width:100%; 
 z-index:999;
 border-bottom: 1px solid #aaa;
 }

#toolbar {
 overflow:visible !important;
 position: relative;
 margin-left: auto;
 margin-right: auto;
 width: 950px;
 }

#toolbar ul {
 list-style-type: none;
 display: inline;
 margin: 0;
 padding: 0;
 height: 30px;
 background: #e5e5e5; 
 border-top: 0px solid #eee; 
 border-left: 0px solid #ddd; 
 }

#toolbar ul li { 
 float: left;
 display: inline;
 padding: 5px; 
 font: normal 110% "lucida grande", 
 tahoma, verdana, arial; 
 border-right: 0px solid #aaa;
 }

.pipe {
 width: 5px;
 height: 30px;
 margin-right: 5px;
 margin-top: -5px;
 border-right: 1px solid #aaa;
 }

#schools input[disabled='disabled'] {
  color: #000;
  background-color: #fff;
}

#schools {
 clear: both;
 width: 790px;
 border: 1px solid #000;
 border-collapse: collapse;
 }

.changed img {
 display: none;
 }

 #viewOnly .questionText {display: none;}

 #viewOnly td.q26455 {
  display: none;
 }

 #viewOnly #formDoc {
 display:none;
 }

 #viewOnly font {display:none;}

 td.status_normal_schedule {
  color: green;
 }
 td.status_closed {
  color: red;
 }
 td.status_early_dismissal {
  color: orange;
 }
 td.status_after_school_activities_cancelled {
  color: orange;
 }
 td.status_point_of_dispensing {
  background-color: red;
  color: white;
 }
 td.status_locked_down {
  background-color: red;
  color: white;
 }
 td.status_shelter_in_place {
  color: red;
 }
 td.status_see_details {
  background-color: red;
  color: white;
 }
 td.status_delayed_opening {
  color: orange;
 }
 
 .hide {
  display: none;
  }

