﻿.search_top {
	position: absolute;
	top: 105px;
	right: 4px;
	padding: 0px;
	font-size: x-small;
	color: white;
}
.search_top #s {
	font-size: x-small;
	width: 80px;
	border: 1px solid silver;
	background: white;
	font-style: italic;
	color: gray;
}
.search_top #s:hover{
	background: #ffffee;
	font-style: normal;
	color: black;
}
.search_top #searchsubmit {
	border: 1px solid silver;
	width: 45px;
	font-size: x-small;
	display: none;
}
/*The side for home is different -- hard coded*/
.mission {
	padding: 10px;
	font-size: 10px;
	vertical-align: top;
	border: 0;
}
.schools {
	padding: 10px;
	vertical-align:top;
	border: 0;
}
.lit_tab {
	border-collapse:collapse;
	width: 100%;
	margin: 0;
}
.lit_tab td {
	padding-bottom: 5px;
	text-align: center;
}
.lit_tab td img {
	border:1px solid navy;
}
.sidebar_home {
	top: 0px;
	float: right;
	padding: 0;
	margin: 0 0 10px 30px;
	width: 475px;
	height: 328px;
	/*border-left: 1px solid silver;*/
	background: url('pix/topside-bg.gif') no-repeat left;
}
.topbar {
	background: url('pix/banner2.jpg') bottom no-repeat #bfcad0;
	height: 328px;
	border-bottom: 1px solid silver;
	padding: 0;
	margin: 0;
}
.emerg_message_banner {
	text-align: center;
	padding: 4px;
	color: maroon;
	height: 20px;
	z-index: 2000;
	font-weight: bold;
	border: 0px;
}
.emerg_message_content {
	position: absolute;
	top: 28px;
	left: 0;
	width: 96%;
	padding-left: 2%;
	padding-right: 2%;
	padding-top: 0;
	padding-bottom: 0;
	z-index: 200;
	height: 280px;
	border: 0px;
}
.emerg_message_content p {
	margin: 10px;
}
/*Home Page Heading, a Little different*/
.heading_sidebar {
	text-align: center;
	color: navy;
	border-bottom: 1px dotted orange;
	margin:0;
	font-weight:bold;
	font-size: 12px;
}
.high {
	text-align: center;
	color: navy;
	border-bottom: 1px dotted orange;
	margin: 10px;
	padding: 4px;
	font-weight:bold;
	font-size: 16px;
}
.high a {
	text-decoration: none;
	color:navy;
}
.high a:hover {
	color: maroon;
}
/*Upcoming Events*/
.calendar_section {
	float: left;
	padding-right: 10px;
	padding-left: 5px;
}
.calen_wrapper_table {
	border-collapse: collapse;
}
.cale_wrapper_table td {
	padding: 4px;
}
.calen_table th {
	font-size: x-small;
	margin-right: 2px;
	margin-left: 2px;
}
.calen_table td {
	font-size: x-small;
}
.cal_title {
	text-align: center;
	font-weight: bold;
	font-size: small;
	margin: 4px;
}
.list_events {
	max-height: 300px;
	max-width: 240px;
	overflow: auto;
	padding: 0px;
	vertical-align: top;
	border: 1px solid silver;
	font-size: small;
}
.levent_title {
	font-size: x-small;
}
.levent_body {
	font-size: x-small;
}
.levent_location {
	font-size: x-small;
}
/*Reminders are in yellow*/
.reminder {
	padding: 10px;
	margin-right: 370px;
	margin-top: 0;
	margin-left: 10px;
	margin-bottom: 0;
	/*background-color:#FFFFCC;*/
	font-size: medium;
	/*border: 1px solid maroon;*/
	height: 305px;
	overflow: hidden;
}
.reminder_table {
	border-collapse:collapse;
	width: 100%;
	display: block;
	/* for IE */
    filter:alpha(opacity=90);
    /* CSS3 standard */
    opacity:0.9;
}
.reminder_table .top_left {
	/*background: url('pix/reminders-box.gif') top left no-repeat;*/
	height: 10px;
}
.reminder_table .top_right {
	/*background: url('pix/reminders-box.gif') top right no-repeat;*/
	height: 10px;
}
.reminder_table .left {
	/*background: url('pix/reminders-box.gif') left no-repeat;*/
}
.reminder_table .middle {
	/*background-color: #ffffcc;*/
}
.reminder_table .right {
	/*background: url('pix/reminders-box.gif') right no-repeat;*/
}
.reminder_table .bottom_left {
	/*background: url('pix/reminders-box.gif') bottom left no-repeat;*/
	height: 10px;

}
.reminder_table .bottom_right {
	/*background: url('pix/reminders-box.gif') bottom right no-repeat;*/
	height: 10px;
}
/*post inside the reminders box*/
.post_compact {
	border: 1px solid orange;
	background: white;
	padding: 0;
	margin: 8px;
}
.post_compact_title {
    margin:0;
	padding: 4px;
	color: maroon;
	font-size: 11px;
	text-align:center;
}
.post_compact_title a{
	text-decoration: none;
	color: maroon;
	margin: 0;
	padding: 4px;
	font-weight:bold;
}
.post_compact_title a:hover {
	color: red;
}
.post_compact_content {
	margin: 5px;
	font-size: 10px;
	text-align: justify;
	height: 70px;
	overflow:hidden;
}
.post_compact_content a {
	text-decoration:none;
	margin-bottom: 8px;
	font-size: 10px;
}
.post_compact_content p {
	margin: 3px;
	font-size: 10px;
}
/*Quick Links*/
.quicklinks {
	margin:0;
	background:#B5E19F;
	font-size: small;
	padding: 0;
}
.quicklinks table {
	margin: 0;
	border-collapse:collapse;
	width: 100%;
}
.quicklinks table td {
	padding-top:0;
	padding-bottom: 6px;
	padding-left: 6px;
	padding-right: 0;
	text-align: left;
	vertical-align:top;
	color: #003300;
}
.quicklinks table td a {
	color: navy;
	text-decoration:none;
}
.quicklinks table td a:hover {
	color: maroon;
	text-decoration:underline;
}
.quicklinks table td a img {
	float: left;
	margin-right: 3px;
	top: -2px;
	position: relative;
}
/*District News*/
.news {
	max-height: 400px;
	overflow: hidden;
}
.news_title {
	margin-left: 10px;
	font-size: 16px;
	font-weight: bold;
	color: maroon;
	margin-bottom: 0px;
	clear:both;
}
.news_title a {
	text-decoration: none;
	color: maroon;
	margin: 0;
}
.news_title a:hover {
	color: red;
}
.news_details {
	padding:3px;
	margin-top: 0px;
	margin-left: 15px;
	margin-right: 10px;
	margin-bottom: 5px;
	font-size: 8px;
	font-style: italic;
	color: gray;
}
.news_content {
	font-size: 11px;
	padding-top: 0;
	margin-top: 0px;
	margin-left: 15px;
	margin-right: 20px;
	margin-bottom: 20px;
}
.news_content p {
	margin-top: 5px;
}
/*The table for bb, events, and among the best*/
.three_columns {
	border-collapse:collapse;
	width: 95%;
	margin-top: 20px;
	margin-bottom: 20px;
}
.three_columns th {
	padding: 0px;
}
.three_columns .left {
	padding: 10px;
	width: 30%;
}
.three_columns .middle {
	padding: 10px;
	width: 30%;
	border-right: 1px dotted navy;
	border-left: 1px dotted navy;
}
.three_columns .right {
	padding: 10px;
	width: 40%;
	text-align:center
}
/*Bulletin Board*/
.bulletin {
	background: #ffffee;
	padding: 5px;
	border: 2px solid orange;
	margin: 15px;
}
.bulletin .bulletin_title {
	color: white;
	text-align:center;
	background:#FFCC66;
	padding: 3px;
	margin-bottom: 4px;
}
.bulletin .bulletin_title a {
	color: maroon;
	text-decoration:none;
	font-weight: bold;
	font-size: 12px;
}
.bulletin .bulletin_title a:hover {
	color: red;
}
.bulletin .bulletin_content {
	font-size: 10px;
	text-align:center;
}
/*Among The Best*/
.atb {
	padding: 5px;
}
.atb .atb_title {
	text-align:left;
	padding: 3px;
	margin-bottom: 4px;
}
.atb .atb_title a {
	color: maroon;
	text-decoration:none;
	font-weight: bold;
	font-size: 12px;
}
.atb .atb_title a:hover {
	color: red;
}
.atb .atb_content {
	font-size: 10px;
	text-align:left;
}
.bx-wrapper {
	background: #efefef;
	min-height: 360px;
}
#slider1 div h1 {
	border: 0;
}
#slider1 div h1 a {
	color: maroon;
	border: 0;
	font-size: x-large;
	font-weight:normal;
}
#slider1 div .slide_content_div {
	text-align: left;
	margin: 20px;
}
#slider1 div .lmore {
	background: #5f5f5f;
	margin-left: 20px;
	margin-top: 10px;
	padding: 3px;
	float: left;
	border: 1px solid gray;
}
#slider1 div .lmore a {
	color: white;
	font-size: x-small;
	font-weight: bold;
	text-decoration: none;
}

.slider_selectors {
	border-collapse:collapse;
	font-size: small;
	width: 100%;
}
.slider_selectors td a{
	color: orange;
	text-decoration:none;
}
.slider_selectors #prev_selector {
	width: 30px;
	text-align: left;
}
.slider_selectors #control_selector {
	width: auto;
	text-align: center;
	font-weight:bolder;
}
#pager_selector {
	width: 100%;
	text-align: center;
	font-weight:bold;
	font-size: x-small;
	margin-bottom: 10px;
	margin-top: 2px;
}
#pager_selector .pager-active {
	background: orange;
	color: maroon;
}
#pager_selector a {
	margin-left: 5px;
	margin-right: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
	padding-right: 4px;
	text-decoration: none;
	color: orange;
}
#pager_selector a:hover {
	text-decoration: underline;
}

.slider_selectors #next_selector {
	width: 30px;
	text-align: right;
}
.slider_selectors td a:hover {
	color: orange;
}


/*Safari HACK*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
.reminder {
	margin-right: 0;
}
.high {
	margin-top: 20px;
	padding: 3;
	/*border:0;*/
}
}

