table#calendar
{
	border: 0px ;
}

table#calendar td.month
{
	font-family: Verdana;
	font-size: 10px;
	color: #772421;
	font-weight: bold;
}

table#calendar tr
{
	text-align: center;
}

table#calendar tr.daynames td
{
	text-align: center;
	width: 18px;
	height: 18px;
	background: #C49334;
	color: #fff;
	font-size: 10px;
}

table#calendar tr.week td
{
	height: 18px;
	font-size: 9px;
}

table#calendar td.today
{
	color: white;
	font-weight: bold;
	background: #772421;
}
.atoday
{
	color: white;
	font-weight: bold;
	font-size: 10px;
	color: #772421;
	text-decoration: none;
}

.atoday:hover
{
	color: white;
	font-weight: bold;
	color: #c1ac51;
	font-size: 10px;
	text-decoration: underline;
}

a.monthnav
{
	font-size: 10px;
	color: #772421;
	text-decoration: none;
}

a.monthnav:hover
{
	color: #c1ac51;
	font-size: 10px;
	text-decoration: underline;
}