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

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

table.grid th {background: #1d6eb0; color:#fff; text-align:center;}
table.grid th a {color:#fff;}



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

table.grid td {
	background: #FFF;
}



th.cal_top {text-align:center;}

.top_nav {}
.top {background-color : #fff; color: #ccc; padding: 10px 0; border-bottom: 1px solid #ddd;}

.nav {background-color : #fafafa; color: #777; padding: 0px 10px; border-bottom: 1px solid #ddd; line-height: 30px;}
.top A, .nav A, .cal_top A, .bottom A {text-decoration: none;}
.nav A, .cal_top A {}
.nav A {padding: 2px;}
.nav A.selected {background: #11438e; color: #fff;}
.bottom {clear: left; background-color : #B0E0E6; color: #000; padding: 5px 10px; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd;}

.top h1 {
	margin: 0em;
	padding: 0em;
}

.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:10px;}
.title {font-size: 12px;}

.venue {
	font-size: 8pt;
}
.location {
	font-size: 8pt;
}
.edit {
	font-size: 8pt;
}


.day ul {
	margin: 5px;
	padding: 0px;
	list-style-type:none;
}
.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: middle;
}
.sidebar {
	width:285px;
	border-left: 1px solid #ddd;
	background: #fff;
	padding: 10px;
	padding-right:0;
	float:right;
	margin-left:15px;
}
/* Added v0.4.0 */

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

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

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

/* Added v0.4.1 */
.cell {	height:29px; border-bottom: 1px dotted #ccc; color: #999; text-align:center;}
.cell_top {
	background: #1d6eb0;
	color:#fff;
	height:29px;
	border-bottom: 1px solid #ddd;
	font-weight:normal;
	text-align:center;
}
.date {
    position: absolute;
    border: 1px solid #ddd;
    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 #ddd;
	margin-top:15px;
}

div.cal_top {
	background: #11438e;
	color:#fff;
	font-size: 16pt;
	font-weight:normal;
	text-align:center;
	border-bottom: 1px solid #11438e;
}
.cal_top a {color:#fff;}
.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 #ddd;
	position: absolute;
}
#today {
	background: #ffc;
}
.day_of_month a, .day_of_month_s a, .week a {
	color: #999;
	text-decoration: none;
}
th.cal_top_s a {
	color: #fff;
	text-decoration: underline;
}
table.day {
	width: 100%;
	border-collapse: collapse;
	border: 0px;
	padding: 0px;
	margin: 0px;
}
table.day th {
	background: #ffe4b5;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	padding: 5px;
}
td.single_day {
	border-left: 1px solid #ddd;
}
.week {
	clear: right;
	text-align: right;
	float: right;
	font-size: 8pt;
	font-weight: bold;
	color:#999;
}
.cell_top a {
	color: #fff;
	font-size:10px;
	text-decoration: none;
}

.inner .time, .inner .venue, .inner .location, .inner .edit {
	
}

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