table.grid, table.grid th, table.grid td {
	border-collapse: collapse;
	border: 1px solid #000;
	vertical-align: top;
}
table.grid {
	margin: 20px 0px 0px 0px;
	width: 100%;
	height: 600px;
}

table.grid th, table.grid td {
	width: 13%;
}

table.grid th {
	background: #CC9966;
	color: #fff;
}

table.grid th.cal_top {
	background: #1B4F8A;
	font-size: 16pt;
}
table.grid1, table.grid1 th, table.grid1 td {
	border-collapse: collapse;
	border: 1px solid #000;
	vertical-align: top;
}
table.grid1 {
	margin: 20px 0px 0px 0px;
	width: 100%;
	height: 600px;
}

table.grid1 th, table.grid1 td {
	width: 13%;
}

table.grid1 th {
	background: #1B4F8A;
	color: #fff;
}
table.footer {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
table.footer td {
	text-align: center;
}
table.footer th {
	text-align: center;
	font-weight: normal;
}

.require {
	font-weight: bold;
	color: #FF0000;
	 vertical-align:bottom;
}
table.grid1 th.cal_top1 {
	background: #CC9966;
	font-size: 16pt;
}

table.grid1 td.day {
	background: #FDEDCB;
}

.simm {
	color: #CC9966;
	font-weight: normal;
	font-size: xx-small;
}

table.grid td {
	background-color : #FDEDCB;
}
table.centered td {
	text-align: left;
}
table.grid td.day {
	background: #CC9966;
}
.c-bottom {
	padding-top: 40px;
} 
.tab-button	 {
    width: 150px; 
    height: 20px; 
    font-weight: normal; 
    background: #e0e0e0; 
    border-top: 1px solid buttonhighlight; 
    border-left: 1px solid buttonhighlight; 
    border-bottom: 1px solid buttonhighlight;  
    border-right: 1px solid buttonshadow; 
    cursor: pointer; 
    padding: 5px;
	margin-bottom: 0;
	left: 25%;
}

.tab-body {
	clear: both;
	background: #FDEDCB;
	border-top: 1px solid buttonhighlight;
	border-left: 1px solid buttonhighlight;
	border-bottom: 1px solid buttonshadow;
	border-right: 1px solid buttonshadow;
	border-style: ridge;
	padding-left: 10px;
	margin-bottom: 0;
	margin-top: auto;
	margin-right: auto;
	text-align: left;
	top:auto;
	width:800px;
	left: 25%;
}
table.reportdetail {
	width: auto;
	vertical-align: top;
}
table.reportdetail td.setleft {
	text-align: left;
}
table.admindetail {
	width: 100%;
	vertical-align: top;
}
table.admindetail td {
	text-align: left;
}
table.main_table {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right:auto;
	padding:0;
	border: 1px solid #666699;
	text-align:center;
}
table.centered {
	background: #fff;
	margin-bottom: 0;
	margin-left: auto;
	margin-right:auto;
	width: 100%;
	padding:0;
}
table.centered td {
	text-align: center;
	vertical-align: top;
}
table.centeredleft th {
	text-align: center;
	vertical-align: top;
}

table.centeredcontent {
	background: #FDEDCB;
	margin-top: 35px;
	margin-bottom: 0;
	margin-left: auto;
	margin-right:auto;
	width: auto;
	padding-top:35px;
}

table.centeredleft {
	background: #FDEDCB;
	margin-top: 35px;
	margin-bottom: 0;
	margin-left: auto;
	margin-right:auto;
	width: auto;
	padding-top:35px;
}
table.centeredleft td {
	text-align: left;

}
table.centeredcolor {
	background: #FDEDCB;
	margin-top: 35px;
	margin-bottom: 0;
	margin-left: auto;
	margin-right:auto;
	width: auto;
	padding-top:35px;
}
table.centeredcolor td {
	text-align: center;

}

table.activity th {
	text-align: center;
	vertical-align: top;
}
table.activity td {
	text-align: left;

}
table.activity {
	background: #FDEDCB;
	margin-top: 35px;
	margin-bottom: 0;
	margin-left: auto;
	margin-right:auto;
	width: 500px;
	padding-top:35px;
}
table.activitylarge th {
	text-align: center;
	vertical-align: top;
}
table.activitylarge td {
	border:1px solid #CCCCCC;
	text-align: left;

}
table.activity {
	background: #FDEDCB;
	margin-top: 35px;
	margin-bottom: 0;
	margin-left: auto;
	margin-right:auto;
	width: 500px;
	padding-top:35px;
}

table.eventdetails {
	background: #FDEDCB;
	border:1px solid #CCCCCC;
	margin-top: 35px;
	margin-bottom: 0;
	margin-left: auto;
	margin-right:auto;
	width: 500px;
	padding-top:35px;
}

table.eventdetails th {
	text-align: center;
	vertical-align: top;
}
table.eventdetails td {
	text-align: left;

}
table.events {
	background: #FDEDCB;
	border:1px solid #CCCCCC;
	margin-top: 35px;
	margin-bottom: 0;
	margin-left: auto;
	margin-right:auto;
	width: auto;
	padding-top:35px;
}

table.events th {
	text-align: center;
	vertical-align: top;
}
table.events td {
	text-align: left;

}


.head {
	background-color : #666699;
	color: #000;
}

table.listing {
	margin-top: 10px;
	width: 100%;
	text-align: center;
}

html, body {
	font: 12px Arial, Helvetica, sans-serif;
	background-color: #fff;
	color: #000000;
	margin: 0px;
}

A {
	color: #003366;
	text-decoration: none;
}
A:hover {
	color: #CC9966;
}

.counselortime {
	color: #CC0000;
}

.counseloradd {
	color: #009900;
}

.top_nav {
	background:url(../images/header_ticker.gif) repeat-x;
	background-color : #1B4F8A;
	float: right;
	text-align: right;
	overflow: visible;
	z-index: 3;
	padding-right: 5px;
	padding-left: 5px;
}

.top_nav h2 {
	font-size: 16pt;	
	color: #CC9966;	
	margin-top: 10px;
	margin-bottom: 0em;
	padding: 0em;
}

.top {
	background:url(../images/header_ticker.gif) repeat-x;
	background-color : #1B4F8A;
	color: #000;
	border-bottom: 1px solid #000;
	height: 105px;
	text-align: center;
	overflow: hidden;
	z-index: 1;
}
img.imageleft {
	float:left;
}
.imageleft a {
	border: none;
	text-decoration: none;
}
.nav {
	background-color : #cccccc;
	color: #000;
	padding: 0px 10px;
	border-bottom: 1px solid #000;
}
.top A, .nav A, .cal_top A, .bottom A {
	color: #FDEDCB;
	text-decoration: none;
	
}
.top A:hover, .nav A:hover, .cal_top A:hover, .bottom A:hover {
	color: #CC9966;
	text-decoration: none;
}
.nav A, .cal_top A {
	color: #FDEDCB;
}
.nav A:hover, .cal_top A:hover {
	color: #CC9966;
}
.cal_top1 A:hover {
	color: #cccccc;
}
.day A:hover {
	color: #FF0000;
}
.bottom {
	clear: left;
	background-color : #666699;
	color: #000;
	padding: 5px 10px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

.top p {
	overflow:hidden;
}
.top h1 {
	margin: 0em;
	padding: 0em;
}
.content {
	padding: 10px;
}

.content .item {
	padding: 2px;
}
.taken {
	padding: 2px;
	background-color: #ccc;
	text-align: left;
}
h1 {
	font-size: 18pt;
	color: #1B4F8A;	
}
h2 {
	font-size: 16pt;	
	color: #1B4F8A;	
}
h3 {
	font-size: 14pt;	
	color: #1B4F8A;	
}
h4 {
	font-size: 12pt;
	margin: 0em;
	padding: 0em;
	color: #1B4F8A;	
}
input {
	font-size: 10pt;
}
.element {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
form {
	margin: 0em;
	padding: 0em;
}
.morning {
	background: #ffc;
}
.noon {
	background: #fcc;
}
.afternoon {
	background: #cff;
}
.evening {
	background: #ccf;
}
.midnight {
	background: #ccc;
}
div#timelayer {
	position:absolute;
	visibility:hidden;
}
.warning {
	font-size:medium;
	color:#FF0000;
	background-color: transparent;
	font-weight: bold
}

.counselor {
	vertical-align: text-bottom;
}

form.top_form {
	margin: 0px;
	padding: 0px;
}
.time {
	font-size: 8pt;
}
.title {
	font-size: 10pt;
	font-weight: bold;
}
.venue {
	font-size: 8pt;
}
.location {
	font-size: 8pt;
}
.edit {
	font-size: 8pt;
}
.day_of_month {
	text-align: right;
	float: right;
	font-size: 14pt;
	font-weight: bold;
	color:#1B4F8A;
}
.detail_of_day {
	text-align: left;
	float: left;
}
.detail_of_day a {
	text-decoration: underline;
}

.error {
	background: #FF0000;
}
td, th {
	vertical-align: top;
}
.sidebar {
	width: 300px;
	border: 1px solid #000;
	background: #fff;
	padding: 5px;
	float:right;
}

.spancenter {
	text-align: center;
	color: #3300CC;
}