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

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

table.grid th {
	background: #ccc;
}



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

table.grid td {
	background: #FFF;
}



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

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

.nav {
	background-color : #ccc;
	color: #606;
	padding: 0 10px;
	border-bottom: 1px solid #606;
	line-height: 30px;
}
.top A, .nav A, .cal_top A, .bottom A {
	color: #606;
	text-decoration: none;
}
.nav A, .cal_top A {
	color: #909;
}
.nav A {
	padding: 2px;
}
.nav A.selected {
	background: #ddd;
	color: #909;
}
.bottom {
	clear: left;
	background-color : #fff;
	color: #606;
	padding: 5px 10px;
	border-top: 1px solid #606;
	border-bottom: 1px solid #606;
}

.top h1 {
	margin: 0em;
	padding: 0em;
}
.content {
	padding: 10px;
}
.content .item {
	padding: 2px;
}
h1 { color: #606; font-size: 18pt; }
h2 { color: #606; font-size: 16pt; }
h3 { color: #606; font-size: 14pt; }
h4 { color: #606; font-size: 12pt; margin: 0; padding: 0; }
input {
	font-size: 10pt;
}
.element {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
form {
	margin: 0em;
	padding: 0em;
}
.morning {
	background: #ccc;
}
.noon {
	background: #c9c;
}
.afternoon {
	background: #e5d3e5;
}
.evening {
	background: #cfc;
}
.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 { color: #c9c !important; text-align: right; float: right; font-weight: bold; font-size: 14pt !important; }


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

.day_of_month_s {
	text-align: right;
	float: right;
	color:#c9c;
}
table.grid th.cal_top_s {
	background: #fff;
}

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

.button div {
	width:10px;
	height:10px;
	border:solid 1px #606;
}
table.grid td.holder {
	 vertical-align:top;
	 border: 0px solid #fff;
	 padding: 5px;
}
/* Added v0.4.1 */
.cell { color: #ab73ab; height:29px; border-bottom: 1px dashed #ccc; }
.cell_top { height:24px; font-weight:bold; background: #bbb !important; text-align:center; padding-top: 5px; border-bottom: 1px solid #606; }
.date {
    position: absolute;
    border: solid 1px #606;
    background-color : #fff;
    z-index: 1;
    overflow-y: hidden;    <= changed from auto because I didn't want the scroll bar
    overflow-x: hidden;    <= added to allow IE to size the width of the event properly
    margin: 0px;
}
.wrap{
width: 100%;
clear: both;
}

#dates {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
}
.inner {
	padding: 0px 2px;
	font-size: 6pt;
}
.frame {
	background: #fff;
	border: 1px solid #000;
}

div.cal_top {
	background: #ffffff;
	font-size: 16pt;
	font-weight:bold;
	text-align:center;
	border-bottom: 1px solid #000;
}
.single_day_frame {
	position:relative;
	margin: 0px;
	padding: 0px;
	
}
/* Added v1.0.0 */
.time_frame {
	position:relative;
	margin: 0px;
	padding: 0px;
}
.timex {
	width: 80px;	
}

.day_of_week {
	height: 1440px;
	border-left: 1px solid #000;
	position: absolute;
}
#today {
	background: #fff;
}
.day_of_month a, .day_of_month_s a, .week a {
	color: #999;
	text-decoration: none;
}
th.cal_top_s a {
	color: #000;
	text-decoration: underline;
}
table.day {
	width: 100%;
	border-collapse: collapse;
	border: 0px;
	padding: 0px;
	margin: 0px;
}
table.day th {
	background: #ffe4ff;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	padding: 5px;
}
td.single_day {
	border-left: 1px solid #000;
}
.week {
	clear: right;
	text-align: right;
	float: right;
	font-size: 8pt;
	font-weight: bold;
	color:#999;
}
.cell_top a {
	color: #000;
	text-decoration: underline;
}

.inner .time, .inner .venue, .inner .location, .inner .edit {
	font-size: 6pt;
}

.inner .title {
	font-size: 8pt;
}
.code {
	font-family: Courier New;
}