table#calSmall {
	font-size: 1.2em;
}

table.cWholeTable {
	text-align: center;
	cursor: default;
	margin: 0px;
}
tr.cMonthRow {
	background: #eff3f7;
	font-weight: bold;
}
tr.cMonthRow td{
	border: 2px solid black;
}

tr.cDayRow {
	background: #eff3f7;
	font-weight: bold;
}
tr.cDayRow td{
	border: 1px solid black;
}

tr.cWeekRow {
	background: #eff3f7;
}
tr.cWeekRow td{
	border:1px solid white;
	margin: 0px;
}
div#info table.cWholeTable tr.cNavigationRow td {
	border: none;
	background: none;
}
div#info table.cWholeTable tr.cNavigationRow input {
	background: #dee7f1;
	border: 1px solid black;
	padding: 0px;
	margin: 3px 1px 0px 1px;
	width: 22%;
	height: 20px;
	font-size: 6pt;
}

.cWeekend {
	background: #dee7f1;
}
.cUnimportant {
	color: #999;
	background: #f5f5f5;
}
div#info table.cWholeTable tr.cWeekRow td.cMarkedToday {
	color: #fd1111;
	font-weight: bold;
}

