/*

	EVENTS CALENDAR STYLES

*/
#calendar {
	margin:5px 0;
}

#calendar table {
	margin:0;
	width:100%;
}

#calendar table tr td {
	padding:5px 8px;
}

tr.daynames {
	background-color:#EEE;
}

tr.daynames td {
	color:#333;
	font-weight:bold;
	text-transform:uppercase;
	font-size:14px;
	text-align:center;
}

.currentmonthdaycell {
}

.othermonthdaycell,
.othermonthdaycell a {
	cursor:default;
}

.othermonthdaycell .daynumber,
.othermonthdaycell .daycontent,
.othermonthdaycell .daycontent a {
	color:#CCC;
}

.daynumber {
	font-size:18px;
	color:#333;
	line-height:normal;
}

.daycontent {
	margin:10px 0;
	font-size:11px;
	line-height:normal;
}

.daycontent a {
	text-decoration:none;
	font-weight:bold;
}

.daycontent a:hover {
	text-decoration:underline;
}

.othermonthdaycell a:hover {
	text-decoration:none;
}

.monthheader {
	margin:0;
	font-weight:normal;
	text-align:center;
}

.body .navigation input {
	border:none;
	text-indent:-9999px;
	line-height:0;
	width:24px;
	height:24px;
	cursor:pointer;
	outline:none;
	border:none;
	padding:0;
}

.navigation .previous {
	background:url(/images/icons/arrow_left_24.png) no-repeat 0 0;
	float:left;
}

.navigation .next {
	background:url(/images/icons/arrow_right_24.png) no-repeat 0 0;
	float:right;
}

.calendarwrapper {
	margin:10px 0 0;
}