table.calendar
{
	width: 100%;
}

table.calendar caption
{
	font-size: 1.75em;
	color: #000;
	background-color: #fff;
	padding: 2px;
	font-weight: bolder;
}

table.calendar thead
{
	border: 1px solid #000;
}

table.calendar thead th
{
	background-color: #00CCCC;
	color: #000;
}

table.calendar td, table.calendar tr
{
	border-style: solid;
	border-collapse: collapse;
	border-color: #000;
	border-width: 2px;
	padding: .5em;
}

table.calendar tbody th
{
	text-align: right;
}


