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

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

table.grid th {
	background: #ffe4b5;
}

table.grid th.cal_top {
	background: #B0E0E6;
	font-size: 16pt;
}

table.grid td {
	background: #FFF;
}



BODY {
	font: 12px Arial, Helvetica, sans-serif;
	background-color : #586160;
	color: #000;
	margin: 0px;
}

A {
	color: #369;
}
.top_nav {
	float: right;
}
.top {
	background-color : #B0E0E6;
	color: #000;
	padding: 10px;
	border-bottom: 1px solid #000;
}

.nav {
	background-color : #ffe4b5;
	color: #000;
	padding: 0px 10px;
	border-bottom: 1px solid #000;
	line-height: 30px;
}
.top A, .nav A, .cal_top A, .bottom A {
	color: #036;
	text-decoration: none;
}
.nav A, .cal_top A {
	color: #c60;
}

.bottom {
	clear: left;
	background-color : #B0E0E6;
	color: #000;
	padding: 5px 10px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

.top h1 {
	margin: 0em;
	padding: 0em;
}
.content {
	padding: 10px;
}
.content .item {
	padding: 2px;
}
h1 {
	font-size: 18pt;	
}
h2 {
	font-size: 16pt;	
}
h3 {
	font-size: 14pt;	
}
h4 {
	font-size: 12pt;
	margin: 0em;
	padding: 0em;
}
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;
}

form.top_form {
	margin: 0px;
	padding: 0px;
	float: right;
}
.time {
	font-size: 8pt;
}
.title {
	font-size: 10pt;
	font-weight: bold;
}
.venue {
	font-size: 8pt;
}
.location {
	font-size: 8pt;
}
.edit {
	font-size: 8pt;
}
.day ul {
	margin: 5px;
	padding: 0px 15px;
}
.day_of_month {
	text-align: right;
	float: right;
	font-size: 14pt;
	font-weight: bold;
	color:#999;
}
/* Added v0.2.0 */
.error {
	background: #fcc;
}
td, th {
	vertical-align: top;
}
.sidebar {
	width: 300px;
	border: 1px solid #000;
	background: #fff;
	padding: 5px;
	float:right;
}
.headermenu	{ color: #FFFFFF; font: 10px verdana, arial, sans-serif; font-weight: bold }

/* START THE CODE FOR THE HORIZONTAL MENUS */


.menuhorz	{ font-family: arial, verdana, helvetica, sans;
		  font-size: 7pt;
		  height: 18px;
		  cursor:hand;
		  font-weight: bold;
		  line-height: 11pt;
		  padding-left: 9px;
		  padding-right: 9px;
		  text-align: center;
		  display: block;
		  border: #FFFFFF 1px solid; }


a.menuhorz:link { 
		  background-color:#8c7854;
		  color: #FFFFFF; }


a.menuhorz:visited { 
		  background-color:#8c7854;
		  color: #FFFFFF; }


a.menuhorz:active {  
		   background-color:#8c7854;
		   border: #000000 1px solid;
		   color: #FFFFFF; }


a.menuhorz:hover { 
		  background-color:#B2CEFF;
		   border: #FFFFFF 1px solid;
		  color: #003D2B; }
		  
.footerBgColor {background-color:#FFFFFF;border:#E2D8C0 solid;border-width:0px 0px 1px 0px;}
.footerBarATD{font-size:11px;color:#FFFFFF;text-decoration:none;background-color:#7182ad;}
.footerBarA,.footerBarA:link,.footerBarA:active,.footerBarA:visited{font-size:11px;color:#FFFFFF; text-decoration:underline;background-color:#7182ad;}
.footerBarA:hover{
	background-color:#B2CEFF;
	color: #003D2B;
	text-decoration:underline;
}
.footerBar{font-size:13px;color:#FFFFFF;font-weight:bold;background-color:#daf1fc;}		  