#calendarwrapper {font-family:Arial;font-size:1.2em}

ol {margin: 0; padding: 0 }
li {list-style:none; margin: 0; padding:0}

ol.calendar         {width:850px;display:block;}

/* Day styles */
li {width:110px;height:110px;float:left;margin:.1em;border:1px solid #afafaf;padding:.2em;overflow:hidden;}

/* Day Content */
li ul { margin: 0; padding: 0 }
li ul li { font-size: 0.8em; display: inline; border: none; padding: 0; margin: 0; float: none; overflow; none; }

/* Heading styles */
li.header {
	height: 20px;
	background-color: #94b9e2;
	border: 1px solid #0165cd;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
}

/* Days shown on this calendar, but not in this month */
li.othermonth {background-color:#dfdfdf; color: #999999;}


/* Day which contains events */
li.hasevents { background-color:#ffeb8f; color: #000000; }

/* Today */
li.today {background-color:#bfdeff; color: #000000; border: 1px solid #0165cd;}
li.today a {color: #000000; }

/* Event links within each day */
li.event { cursor: pointer; cursor: hand; }
.event-details {
	display: none;
	min-height: 100px;
}

/* Month selection */
#monthselect { font-family: Helvetica, Arial; text-align: center; font-size: 1.5em; padding-bottom: 3px }
#monthselect a { padding: 0 10px; text-decoration: none }

