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: #FFFFFF;
	font-size: 16pt;
	text-decoration:none;
}

table.grid td {
	background: #FFF;
}
.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;
}
.day ul {
	margin: 5px;
	padding: 0px 15px;
}
.day_of_month {
	text-align: right;
	float: right;
	font-size: 14pt;
	font-weight: bold;
	color:#999;
}

td, th {
	vertical-align: top;
}

/* Added v0.4.0 */

.day_of_month_s {
	text-align: right;
	float: right;
	color:#999;
}
table.grid th.cal_top_s {
	background: #FFFFFF;
	text-decoration:none;
}

/* Added v0.4.1 */
.cell {
	height:29px;
	border-bottom: 1px dashed #ccc;
	color: #999;
	width:80px;
}
.cell_day {
	height:29px;
	border-bottom: 1px dashed #ccc;
	color: #999;
	width:545px;
}
.cell1 {	
	border-bottom: 1px dashed #ccc;
	color: #999;
}
.cell_top {
	background: #eeeeee;
	height:18px;
	border-bottom: 1px solid #000;
	font-weight:bold;	
	text-align:center;
	padding-top: 5px;			
}
.cell_top_day {
	background: #eeeeee;
	height:24px;
	border-bottom: 1px solid #000;
	font-weight:bold;	
	text-align:center;
	padding-top: 5px;
	width:545px;
}
.cell_top_day1{
	background: #eeeeee;
	height:24px;
	border-bottom: 1px solid #000;
	font-weight:bold;	
	text-align:center;
	padding-top: 5px;
	width:625px;
}
.cell_top2 {
	background: #eeeeee;		
	font-weight:bold;	
	text-align:left;
	width:50;	
}
.cell_top1 {
	background: #FF0000;		
	font-weight:bold;
	color:#FFFFFF;
	border-bottom: 1px solid #000;
	text-align:center;
	width:100%;		
}
.cell_top4 {
	background: #007b00;		
	font-weight:bold;
	color:#FFFFFF;
	border-bottom: 1px solid #000;
	text-align:center;
	width:100%;	
}
.cell_top3 {
	background: #990066;		
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;	
}
.date {
    position: absolute;
    border: 1px solid #000;
    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: #eeebdd;
	font-size: 16pt;
	font-weight:bold;
	text-align:center;
	color:#605d5c;
	text-decoration:none;
	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: #ffc;
}
.day_of_month a, .day_of_month_s a, .week a {
	color: #999;
	text-decoration: none;
}
th.cal_top_s a {
	color: #FFFFFF;
	text-decoration: underline;
}
table.day {
	width: 80px;
	border-collapse: collapse;
	border: 0px;
	padding: 0px;
	margin: 0px;	
}
table.day th {
	background-color:#eeeeee;
	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;
}