/***********************************************************
/* Calendar
/***********************************************************/


caption
{
	margin: 0 auto;
	text-align: left;
	font: 22px/32px Georgia, serif;
}

table
{
	background: #fff;
	border-bottom: 1px solid #ccb;
	border-right: 1px solid #ccb;
	margin: 0 auto;
}

th,
td
{
	border-left: 1px solid #ccb;
	border-top: 1px solid #ccb;
	font-family: Verdana, sans-serif;
	padding: 0 2px;
	vertical-align: top;
	width: 100px;
	height: inherit;
}

col.Sat,
col.Sun
{
	background: #D1E9EF;
}

tr.day
{
	color: #665;
	font-size: 9px;
	height: 90px;
}

tr.number
{
	background: #eee;
	color: #998;
	font-size: 10px;
	height: 15px;
	text-align: right;
	vertical-align: middle;
}

th
{
	background: #998;
	color: #fff;
	font-size: 11px;
	font-variant: small-caps;
	font-weight: normal;
	height: 15px;
	text-transform: capitalize;
	text-align: center;
	vertical-align: middle;
}

.CalHoliday, td a
{
	font-weight: bold;
	color: #9F1D3E;
}
