.moocalendar {
	width:190px;
	w\idth:180px;
	top:0;
	left:0;
	position:absolute;
	background:#8FB2CE;
	padding:5px;
	font-size:1.2em;
}
.moocalendar table, .moocalendar td { font-size:1em; }

.moocalendar .previous,
.moocalendar .next {
	float:left;
	cursor:hand;
	c\ursor:pointer;
	position:relative;
	z-index:2;
	margin-bottom:5px;
	overflow:hidden;
	text-indent:-9999px;
	width:20px;
	height:15px;
	background:url(../images/gifs/bulletMainContentLeft.gif) no-repeat left center;
}
.moocalendar .next {
	float:right;
	background:url(../images/gifs/bulletMainContent.gif) no-repeat right center;
}

.moocalendar .current-month {
	text-align:center;
	position:absolute;
	z-index:1;
	top:6px;
	left:5px;
	width:180px;
	font-weight:bold;
	color:#ffffff;
}

.moocalendar table {
	clear:both;
	border-collapse:separate;
	border-spacing:1px;
	width:180px;
	background:#FFFFFF;
}

.moocalendar table th {
	font-weight:bold;
	background:#8FB2CE;
	cursor:default;
}

.moocalendar table td,
.moocalendar table th {
	width:24px;
	padding:2px 0;
	/*border:1px solid #fff;*/
	text-align:center;
}

.moocalendar table td {
	cursor:hand;
	c\ursor:pointer;
	background:#E9F0F5;
}
.moocalendar table td.outOfRange {
	text-decoration:line-through;
	cursor:default;
	color:#999999;
}
.moocalendar table td.hover {
	text-decoration:underline;
	background:#CADAE8;
}
.moocalendar table td.today { font-weight:bold; }
.moocalendar table td.weekend { color:#666666; }
.moocalendar table td.selected { background:#ff9900; }
.moocalendar table td.empty {
	background:#eeeeee;
	cursor:default;
}