
table.calendar
{
	margin: 0 0 0.6em 0;
	width: 100%;
	border: 2px outset #585455;
}

table.calendar th
{
	background: #AAA9A9;
	color: #FFF;
	font: bold 0.9em/2 Helvetica, Tahoma, Arial, sans-serif;
	text-align: center;
}
table.calendar th.weekend
{
	font-weight: normal;
}

table.calendar th a
{
	color: #AAA9A9;
	font: bold 1em/2 Helvetica, Tahoma, Arial, sans-serif;
	background: #FFF;
	display: block;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	text-align: center;
	width: 100%;
	padding: 0;
	margin: 0;
}


table.calendar td
{
	background: #FFFFFF;
	padding:0;
	text-align: right;
	width: 14%;
	vertical-align: middle;
	border-collapse: collapse;
}

table.calendar td.weekend
{
	background: #AAA9A9;
}

table.calendar td a,
table.calendar td a.nonlink:hover
{
	background: transparent;
	color: #1F1A17;
	line-height: 1;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	text-align: right;
	width: 72%;
	padding: 0.6em 28% 0.6em 0;
}

table.calendar td a.today
{
	font-weight: bold;
}
table.calendar td a.link
{
	color: #1F1A17;
	text-decoration: underline;
	font-weight: bold;
}
table.calendar td a.nonlink,
table.calendar td a.nonlink:hover
{
	color: #AAA9A9;
	cursor: default;
}
table.calendar td.weekend a.nonlink
{
	color: #FFF;
}

table.calendar td a:hover
{
	background: #585455;
	color: #FFF;
	text-decoration: none;
}

table.calendar td a.selected
{
	background: #1F1A17;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

