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: #405DC7;
}



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

table.grid td {
	background: #FFF;
}



BODY {
	font: 12px Arial, Helvetica, sans-serif;
	background-color : #F0FFF0;
	color: #9B99C7;
	margin: 0px;
}

A {
	color: #9B99C7;
}
.top_nav {
	float: right;
}
.top {
	background-color : #13185D;
	color: #FFF;
	padding: 10px;
	border-bottom: 1px solid #B90F0F;
}

.nav {
	background-color : #405DC7;
	color: #FFFFFF;
	padding: 0px 10px;
	border-bottom: 1px solid #B90F0F;
	line-height: 30px;
}
.top A, .nav A, .cal_top A, .bottom A {
	color: #fff;
	text-decoration: none;
}
.nav A, .cal_top A {
	color: #B90F0F;
	font: 12px Arial Black, Arial Narrow;
}

.bottom {
	clear: left;
	background-color : #13185D;
	color: #FFF;
	padding: 5px 10px;
	border-top: 1px solid #B90F0F;
	border-bottom: 1px solid #B90F0F;
}

.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:#3C3C3C;
}


/* Added v0.2.0 */
.error {
	background: #fcc;
}
td, th {
	vertical-align: top;
}
.sidebar {
	width: 300px;
	border: 1px solid #B90F0F;
	background: #fff;
	padding: 5px;
	float:right;
}
/* Added v0.4.0 */

.day_of_month_s {
	text-align: right;
	float: right;
	color:#3C3C3C;
}
table.grid th.cal_top_s {
	background: #13185D;
}

.button {
	padding: 2px;
	float: left;
}

.button div {
	width:10px;
	height:10px;
	border:1px solid #B90F0F;
}
table.grid td.holder {
	 vertical-align:top;
	 border: 0px solid #fff;
	 padding: 5px;
}
