@CHARSET "ISO-8859-1";
table.calendar {
	border-width: 1px;
	border-style: solid;
	border-color: black;
	font-family: sansserif;
	font-size: 10px;
	text-align: center;

	background-color: white;
}

table.calendar td{
	padding:2px;
}


table.calendar td.header {
	color: #FFFFFF;
	background-color: #000000;
}

table.calendar td span.monthLabel {
	width: 100px;
}

table.calendar a{
	color:				#000000;
	text-decoration:	none;
}


table.calendar td.columnHeader {
	background-color: #FE0000;
	width: 15px;
}

table.calendar td.notInMonth a {
	color: lightgrey;
}

table.calendar td.selected a {
	color: white;
	background-color: gray;
}
