body
{
	font-family: Verdana;
	font-size: 8px;
}

table#calendar
{
	font-size: 9px;
}

table#calendar td.month
{
	font-family: Verdana;
	font-size: 10px;
	color: #006699;
	font-weight: bold;
}

table#calendar tr
{
	text-align: center;
}

table#calendar tr.daynames td
{
	width: 20px;
	height: 10px;
	background: #666;
	color: #fff;
	font-weight:bold;
}

table#calendar tr.week td
{
	font-size: 10px;
	height: 20px;
}

table#calendar td.today
{
	color: #333333;
	font-weight: bold;
	background: #FFCC00;
	border: #000000 1px solid;
}

table#calendar td.Event
{
	color: #333333;
	font-weight: bold;
	background: #efe48e;
	border: #999999 1px solid;	
}
table#calendar td.EventGone
{
	color: #333333;
	font-weight: bold;
	border: #999999 1px solid;
}

table#calendar a
{
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}

table#calendar a:hover
{
	font-size: 10px;
	color: #CC0000;
	text-decoration: none;
}

a.monthnav
{
	font-size: 10px;
	color: #666;
	text-decoration: none;
}

a.monthnav:hover
{
	color: green;
	text-decoration: underline;
}