.hidden {
	display: none;
}
.allday {
	background-color: transparent;
}
.cancelled {
	text-decoration: line-through;
}
div#section_main div#mainbody.calendarpage {
	margin-left: 180px;
	margin-right: 20px;
}
div.calendar table.minical {
	background-color: #eeeeee;
	margin-right: 20px;
	padding: 0 5px;
	width: 150px;
}
div.calendar table.minical th {
	font-size: 12px;
	text-align: center;
}
div.calendar table.minical td {
	font-size: 10px;
	height: 20px;
	text-align: center;
	width: 20px;
}
div.calendar table.monthview {
	background-color: #000000;
	border: 1px solid #333333;
	width: 99%;
}
div.calendar table.monthview a {
	color: #000000;
	font-weight: normal;
}
div.calendar table.monthview td {
	padding: 3px;
}
div.calendar table.monthview th {
	text-align: center;
}
div.calendar table.monthview td.selected {
	border: 2px solid #669999;
}
div.calendar table.monthview th.monthhead {
	background-color: #669999;
	color: #ffffff;
	font-size: 12px;
	padding: 3px 0;
}
div.calendar table.monthview th.monthhead.side {
	font-size: 10px;
}
div.calendar table.monthview th.monthhead a {
	color: #ffffff;
}
div.calendar table.monthview th.weekhead {
	background-color: #ffffff;
	width: 14%;
}
div.calendar table.monthview th.weekhead.wkend {
	background-color: #ecf2f2;
}
div.calendar table.monthview td {
	background-color: #ffffff;
	width: 14%;
}
div.calendar table.monthview td.day {
	height: 90px;
	vertical-align: top;
}
div.calendar table.monthview td.blank {
	background-color: #669999;
}
div.calendar table.monthview div.datenumber {
	color: #666666;
	margin: 1px 2px 2px;
	text-align: right;
}
div.calendar table.monthview div.datenumber.full {
	color: #990000;
	font-weight: bold;
}
div.calendar table.monthview div.datenumber.full a {
	color: #669999;
	font-weight: bold;
}
div.calendar table.monthview .closed {
	background-color: #ecf2f2;
}
div.calendar table.monthview div.mevent {
	font-size: 9px;
	line-height: 130%;
	margin-bottom: 10px;
}
div.calendar table.monthview div.moreevents {
	font-size: 10px;
	font-weight: bold;
}
div.calendar table.monthview div.sportsdiv {
	font-size: 10px;
	padding-top: 6px;
	text-align: right;
}
div.calendar table.dailyview {
	border: 1px solid #669999;
	width: 99%;
}
div.calendar table.dailyview h2 {
	background-color: #669999;
	margin-top: 0;
	padding: 3px;
}
div.calendar table.dailyview div.mevent {
	margin-bottom: 10px;
}
div.calendar table.dailyview div.time {
	float: left;
	width: 100px;
}
div.calendar table.dailyview div.details {
	margin-left: 100px;
}
div.calendar table.dailyview div.location {
	font-size: 10px;
	line-height: 120%;
	margin-bottom: 1em;
	margin-left: 10px;
}