/**
 * Style sheet calendar
 */
/* Main Event List */
#main_content .mod_eventlist .day
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
}

#main_content .mod_eventlist .event
{
	margin-top:15px;
}

#main_content .mod_eventlist .header
{
	margin-top:15px;
}

/* Mini Calendar */
.mod_minicalendar table
{
	width:100%;
}

/* top name of the month */
.mod_minicalendar .head
{
	padding-bottom:2px;
	text-align:center;
	font-size:11px;
	color:#7c8919;
	line-height:18px;
}

/* top days of the week */
.mod_minicalendar .label
{
	text-align:center;
	vertical-align:middle;
	font-weight:normal;
	font-size:10px;
	color:#7c8919;
}

.mod_minicalendar td
{
	width:19px;
	height:16px;
	text-align:center;
	vertical-align:top;
}

.mod_minicalendar .days
{
	background-image:url("http://speedy-d.arescdn.com/images/greaterSpringfield/calendar_background.gif");
	background-position:right top;
	background-repeat:no-repeat;
	border-right:2px solid #ffffff;
	border-bottom:2px solid #ffffff;
	font-size:10px;
	color:#1d3464;
}

/* Border for left side of calendar */
.mod_minicalendar .col_first
{
	border-left:2px solid #ffffff;
}

.mod_minicalendar .days a
{
	color:#fff;
}

.mod_minicalendar .days a:hover
{
	text-decoration:underline;
}

/* Current Date */
.mod_minicalendar .today
{
	background-image:url("http://speedy-c.arescdn.com/images/greaterSpringfield/calendar_today.gif");
	background-position:right top;
	background-repeat:no-repeat;
}

