table.calendar {
	border-collapse: collapse;
}

table.calendar td {
	width: 30px;
	height: 25px;
	text-align: center;
	vertical-align: middle;
}

table.calendar td.offday {
	background: #CCC;
	border: 1px solid #000;
	color: #999;
}

table.calendar td.monthday {
	border: 1px solid #000;
	color: #000;
	background: #FFF;
}

table.calendar td.eventday {
	border: 2px solid #000;
	color: #000;
	background: #EFF;
}

table.calendar td.testday {
	border: 2px solid #000;
	color: #FFF;
	background-color: #39F;
}

table.calendar td.weekend {
	border: 1px solid #000;
	color: #000;
	background: #EEE;
}

table.small_calendar {
	border-collapse: collapse;
	font-size: 10px;
}

table.small_calendar td {
	width: 15px;
	height: 10px;
	text-align: center;
}

table.small_calendar td.offday {
	background: #CCC;
	border: 1px solid #000;
	color: #999;
}

table.small_calendar td.monthday {
	border: 1px solid #000;
	color: #000;
	background: #FFF;
}

table.small_calendar td.eventday {
	border: 2px solid #000;
	color: #000;
	background: #EFF;
}

table.small_calendar td.weekend {
	border: 1px solid #000;
	color: #000;
	background: #EEE;
}

table.calendar tr.header {
	background: #009;
	color: #FFF;
	vertical-align: bottom;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

tr.header td {
	height: 15px;
}
tr.header td a{
	font-size: 150%/100%;
	color: #fff;
	text-decoration: none;
}

table.calendar tr.header h2 {
	margin: 0px;
	padding: 0px;
}

table.calendar tr.days {
	background: #009;
	color: #FFF;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

table.calendar tr.days td {
	text-align: center;
	height: 15px;
}

table.small_calendar tr.header h1 {
	margin: 0px;
	padding: 0px;
}

table.small_calendar tr.header {
	background: #CCC;
	color: #000;
	vertical-align: bottom;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

table.small_calendar tr.days {
	background: #CCC;
	color: #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

table.small_calendar tr.days td {
	text-align: center;
	height: 10px;
	font-size: 10px;
}

.today {
	font-weight: bold;
	color: #009;
}