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

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

.calendar .header {
	font-weight: bold;
	height: 14px;
	color: #fff;
	background-color: #337ef0;
}
.calendar .footer {
	background: #337ef0;
	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: 25px;
	max-height: 50px;
	color: #FFFFFF;
	background-color: #0099FF;
	background-image: url(../../images/theme_images/buttons/icons/TextEdit/16.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.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;
}

.calendar .reg-cell-bottom {
	border-bottom: 1px solid blue;
}

.calendar .reg-cell-top {
	border-top: 1px solid blue;
}

.calendar .today {
	color: white;
	background-color: #0066FF;
}

.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;
}
.cal_event_date_link {
	width: 50px;
	max-height: 50px;
	color: #FFFFFF;
	background-color: #0099FF;
	text-decoration: none;
}
a.cal_event_date_link:link {
	
}
a.cal_event_date_link:visited {
	
}
a.cal_event_date_link:hover {
	color: #CC0000;	
}
