table.cal-header {
	width: 100%;
	height: 35px;
	font: normal 10pt Verdana;
	color: #FFFFFF;
}

table.cal-header td.previous {
	width: 33%;
	text-align: left;
}

table.cal-header td.title {
	width: 33%;
	text-align: center;
}

table.cal-header td.next {
	width: 33%;
	text-align: right;
}

table.cal {
	width: 100%;
	font: normal 8pt Verdana;
	border-collapse: collapse;
	border-bottom: solid 1px #D6D6D6;
	color: #545353;
}

table.cal td {
	width: 14%;
}

table.cal td.dayofweek {
	background-color: #FFFFFF;
	font: bold 9pt Verdana;
	text-align: center;
	height: 20px;
}

table.cal td.today {
	background-color: #FFFFFF;
	border-left: solid 1px #D6D6D6;
	border-right: solid 1px #D6D6D6;
	text-align: right;
}

table.cal td.day {
	background-color: #FFFFFF;
	border-left: solid 1px #D6D6D6;
	border-right: solid 1px #D6D6D6;
	text-align: right;
}

table.cal td.othermonth-day {
	background-color: #D6D6D6;
	text-align: right;
}

table.cal .today-label {
	background-color: Green;
	font: bold 10pt Verdana;
	color: White;
}

table.cal .day-label {
	font: normal 10pt Verdana;
}

table.cal .othermonth-day-label {
	font: normal 10pt Verdana;
	color: #333333;
}

table.cal td.channel {
	border-left: solid 1px #D6D6D6;
	border-right: solid 1px #D6D6D6;
	height: 20px;
}

table.cal td.othermonth-channel {
	border-left: solid 1px #D6D6D6;
	border-right: solid 1px #D6D6D6;
	height: 20px;
	background-color: #D6D6D6;
}

table.cal td.channel-spacer {
	border-left: solid 1px #D6D6D6;
	border-right: solid 1px #D6D6D6;
	height: 4px;
}

table.cal td.othermonth-channel-spacer {
	background-color: #D6D6D6;
	border-left: solid 1px #D6D6D6;
	border-right: solid 1px #D6D6D6;
	height: 4px;
}

table.cal td.channel-spacer-bottom {
	border-left: solid 1px #D6D6D6;
	border-right: solid 1px #D6D6D6;
	border-bottom: solid 1px #D6D6D6;
	height: 4px;
}

table.cal td.othermonth-channel-spacer-bottom {
	background-color: #D6D6D6;
	border-left: solid 1px #D6D6D6;
	border-right: solid 1px #D6D6D6;
	border-bottom: solid 1px #D6D6D6;
	height: 4px;
}

table.cal td.channel-event {
	height: 20px;
	font-size: 7pt;
	background-color: #C3EEBE;
	padding-left: 3px;
	border: solid 1px #C0C0C0;
}

table.cal td.channel-event img {
	margin-right: 3px;
}

table.cal td.channel-event a {
	color: #545353;
}

table.cal-singleday {
	border: solid 1px #D6D6D6;
	width: 100%;
}

table.cal-singleday td.hour {
	font: bold 12pt Verdana;
	text-align: center;
	width: 50px;
}
