table.icalend {
	background: #ffffff;
	}

table.icalend thead td {
	font-weight: bold;
	font-size:11px;
	background: #f6f6f6;
	}

table.icalend thead td.end {
	font-weight: bold;
	font-size:11px;
	background: #e2e2e2;
	}

table.icalend td {
	padding: 2px;
	padding-right: 7px;
	padding-left: 7px;
	font-size:11px;
	text-align: center;
	background: #f6f6f6;
	}

table.icalend td.cm {
	font-weight: bold;
	background-color: #ffe629;
	}
	

table.icalend tbody td.end {
	background: #e2e2e2;
	}


table.icalend a {
	display: block;
	width: 100%;
	height: 100%;
	}

table.icalend tbody td a.free, table.icalend tbody td a.free:visited {
	color: #008800;
	text-decoration:none;
	font-weight: bold;
	}

table.icalend tbody td a, table.icalend tbody td a:visited {
	color: #CC0000;
	text-decoration:none;
	font-weight: bold;
	}

/*

table.icalend td a.red, table.icalend td a.red:visited {
	color: #FF0000;
	}

td.week a, td.week a:visited {
	color: #000000;
	}

*/

