table.grid, table.grid th, table.grid td {
	border-collapse: collapse;
	border: 1px solid #54691C;
	
}
table.grid {
	margin: 20px 0px;
}

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

table.grid th {
	background-color: #CBD3BB;
}

table.grid th.cal_top {
	font-size: 14pt;
	background-color: #5B6743;
	color: #FFFFFF;
	font-weight: normal;
}

table.grid td {
	background: #FFF;
}



A {
	color: #990000;
	font-weight: normal;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
.top_nav {
	float: right;
}
.top {
	color: #333333;
	border-bottom: 1px solid #000;
}

.nav {
	color: #333333;
	line-height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #54691C;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	background-color: #CBD3BB;
}
.top A, .nav A, .cal_top A, .bottom A {
	color: #303E1A;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
.nav A, .cal_top A {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
}

.bottom {
	clear: left;
	color: #333333;
	padding: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #54691C;
}

.top h1 {
	margin: 0em;
	padding: 0em;
}
.content {
	padding: 10px;
}
.content .item {
	padding: 2px;
}
h1 {
	font-size: 14pt;
	color: #6B703A;
}
h2 {
	font-size: 16pt;	
}
h3 {
	font-size: 14pt;	
}
h4 {
	font-size: 10pt;
	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: normal;
	color:#333333;
}
/* 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;
}