#calendar {
	border-top: 2px solid #CCC;
	border-left: 2px solid #CCC;
	border-right: 2px solid black;
	border-bottom: 2px solid black;
	border-collapse:collapse;
	margin-bottom:20px;

}

#calendar td {
	border:1px solid #8C8C8C;
	width:90px;
	height:75px;
	padding:0px;
	margin:0px;
	font-size:95%;
}

#calendar .theDate {
	position:relative;
	float: left;
	/*border-right:1px dotted #8C8C8C;
	border-bottom:1px dotted #8C8C8C;*/
	padding:3px;
	top:0px;
	z-index:0;
	color:#8C8C8C;
}

#calendar .events {
	width:50px;
	padding-left:3px;
}
#calendar .eventInstance {
	padding:3px;
}
#calendar .the-events-box {
	padding:3px;
	border:0px solid red;
}

#calendar .eventDescription {
	border:1px solid black;
	display:none;
	position:absolute;
	width:150px;
	background-color:#DDDDDD;
	padding:5px;
}

#calendar .blankDays {
	background-color:#CCC;
}

#calendar #dayLabels td {
	text-align:center;
	font-size:2em;
	padding-top:1em;
}

#calendar_title {
	
	
	
}
div#thecalendarheader {
	width:400px;
	border:0px solid red;
	font-size:3em;
	text-align:center;
	padding:10px;
	margin:15px;
	line-height:1em;
}

.calendar_nav {
	width:200px;
	font-size:7em;
	text-align:center;
}

#footer_pagination {
	text-align:center;
	margin-bottom:10px;
}

/*detail page*/
.event_time {
	text-align:center;
	font-size:1.5em;
	margin:10px 0 5px 0;
}