div#calendar {
	background:#fff;
	padding:6px;
	margin-bottom:15px
}
h4.forthcoming_events {
	background:#000;
	color:#fff;
	font:bold 13px arial, sans-serif;
	margin:0;
	padding:2px 4px 2px 4px;
	cursor:default
}

/* ------------------------------ */

table.calendar
{
	background:#fff;
	border:0;
	border-collapse:separate !important;
	border-spacing:2px;
	margin:0;
	width:100%;
	_width:95%
}
table.calendar caption
{
	background:#F5F5F8;
	border-width:none;
	margin-bottom:2px;
	text-align:center;
	border-bottom:1px solid #DADCE6;
	border-top:1px solid #DADCE6;
}
table.calendar caption span.date
{
	float:left;
	width:95%;
}
table.calendar caption span a
{
	color:#424B5C;
	text-decoration:none;
}
table.calendar caption span a:hover
{
	color:#424B5C;
	text-decoration:underline;
}
table.calendar caption a.previous
{

}
table.calendar caption a.previous_img
{
	text-indent:-10000px;
	background:url(/img/left_arrow.gif) left center no-repeat;
	display:block;
	width:5px;
	height:9px;
	float:left;
	position:relative;
	top:3px;
	left:5px
}
table.calendar caption a.next
{
	
}
table.calendar caption a.next_img
{
	text-indent:-10000px;
	background:url(/img/right_arrow.gif) right center no-repeat;
	display:block;
	width:5px;
	height:9px;
	float:right;
	position:relative;
	top:3px;
	right:5px
}
table.calendar th
{
	background:#F5F5F8;
	border:1px solid transparent;
	color:#424B5C;
	font-weight:normal;
	text-align:center;
}
table.calendar td
{
	background:#DADCE6;
	border:1px solid #DADCE6;
	color:#424B5C;
	margin:2px;
	padding:1px 2px;
	text-align:center;
}
table.calendar td a
{
	background:#DADCE6;
	color:#000;
	text-decoration:none;
}
table.calendar td.other
{
	background:#F5F5F8;
	border:1px solid #F5F5F8;
	color:#A2ADB5;
}
table.calendar td.other a
{
	background:#F5F5F8;
	color:#A2ADB5;
}
table.calendar td.hasEvent
{
	background:#DADCE6;
	border:1px solid #424B5C;
}
table.calendar td.hasEvent a
{
	font-weight:normal;
	color:#AE0000
}
table.calendar td.hasEvent a:hover
{
	
}
table.calendar td.today
{
	background:#4C5565;
	border:1px solid #4C5565;
	color:#fff;
	font-weight:bold
}
table.calendar td.today a
{
	background:#424B5C;
	color:#FFF;
}
table.calendar td.hasEvent.today
{
	background:#eee;
	border:1px solid #424B5C;
	color:#FFF;
}
table.calendar td.hasEvent.today a
{
	background:#eee;
	color:#333;
}