@charset utf-8;

#mini_calendar a
{
	color:#000000;
	display:block;
	height:15px;
	padding-top:2px;
	text-align:center;
	text-decoration:none;
}

#mini_calendar a:hover
{
	text-decoration:underline;
}

#mini_calendar td
{
	border-style:none;
	font:54% verdana;
	height:17px;
	padding:0 3px 3px 0;
	width:17px;
}

#mini_calendar td.active
{
	background:url(../images/mini_calendar_active.gif) left top no-repeat;
}

#mini_calendar td.current
{
	background:url(../images/mini_calendar_current.gif) left top no-repeat;
	color:#ffffff;
}

#mini_calendar td.current a
{
	color:#ffffff;
}

#mini_calendar td.inactive
{
	background:url(../images/mini_calendar_inactive.gif) left top no-repeat;
}

#mini_calendar th
{
	border-style:none;
	font:bold 54% verdana;
	height:13px;
	padding:0 3px 0 0;
	width:17px;
}

#mini_calendar tr.title
{
	background:#96112f;
	color:#ffffff;
	text-align:center;
	text-transform:uppercase;
}

#mini_calendar tr.title a
{
	color:#FFFFFF;
	height:auto;
	padding:0;
}

#mini_calendar tr.title td
{
	height:10px;
	padding-top:1px;
	width:auto;
}