.calendar {
	width: 240px;
	/*background: #D6E8FF;*/
	/*background: #B07B11;*/
	background: #CFA75A;
	border: 1px solid #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	text-align: center;
}

.calendar th {
	/*background: #FFFFCC;*/
	background: #FF9900;
	font-weight: bold;
	height: 10px;
}

.calendar .header {
	/*background: #5670B3;*/
	background: #910202;
	font-weight: bold;
	height: 14px;
	color: #fff;
}
.calendar .footer {
	/*background: #5670B3;*/
	background: #910202;
	font-weight: bold;
	font-size: 0.8em;
	color: #fff;
	width: 100%;
}

.calendar td.footer {
	height: 12px;
}

.calendar td, .calendar .today {
	width: 18px;
	height: 30px;
	padding: 2px;
}

.calendar div.event-cell {
	width: 18px;
	max-height: 50px;
	background: #FF9900;
	color: #910202;
}
.calendar td {
	text-align: center;
	font-size: 0.9em;
	font-weight: bold;
}

.calendar .date-cell-header {
	text-align: center;
	height: 12px;
	border: 0;
}

.calendar .reg-cell-right {
	/*border-right: 1px solid blue;*/
	border-right: 1px solid #910202;
}

.calendar .reg-cell-bottom {
	/*border-bottom: 1px solid blue;*/
	border-bottom: 1px solid #910202;
}

.calendar .reg-cell-top {
	/*border-top: 1px solid blue;*/
	border-top: 1px solid #910202;
}

.calendar .today {
	/*background: #FAD2DA;*/
	background: #910202;
	color: white;
}

.calendar a.event-link, .calendar a:active.event-link {
	text-decoration: none;
	padding: 1px;
}

.calendar a:hover.event-link {
	background: #FAD2DA;
}

.calendar a.header-nav, .calendar a:link.header-nav {
	background: #5670B3;
	text-decoration: none;
	color: #fff;
}

.calendar a:hover.header-nav {
	background: blue;
}
