table.calendar { 
	border			: 1px solid #964;
	margin			: 0 0 8px 15px;
}


table.calendar tr.head {
	background-color: #A22310;
}
table.calendar tr.head th {
	color			: white;
}
table.calendar tr.head th a {
	color			: white;
	text-decoration	: none;
}


table.calendar tr.days {	
	background-color: #E7E3D9;
}
table.calendar tr.days td {
	border-bottom	: 1px solid #964;
	font-weight		: bold;
}


table.calendar tr.body {
}
table.calendar tr.body td {
	padding			: 3px;
}

table.calendar tr.body {
}
table.calendar tr.body td.hilight {
	background-color: yellow;
}