a.acalendar:link, a.acalendar:active, a.acalendar:visited {
	color: #000;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
a.acalendar:hover {
	color: #000;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}

.calendar_theader a.acalendar:link, .calendar_theader a.acalendar:active, .calendar_theader a.acalendar:visited {
	color: #fff;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
.calendar_theader a.acalendar:hover {
	color: #fff;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}

.calendar_theader {
	color: #fff;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	background-color: #bfc1c3;
}
.calendar_theader_weekdays {
	color: #787878;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	background-color: #e7e8e9;
	padding: 1px;
	width: 14%;
}

.calendar_today {
	color: #000000;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	background-color: #ca0000;
	padding: 1px;
}
.calendar_selected {
	color: #000000;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	padding: 1px;
}
.calendar_actual_past {
	color: #000000;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	padding: 1px;
}
.calendar_actual_future {
	color: #000000;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	padding: 1px;
}
.calendar_actual_past_weekend {
	color: #000000;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	background-color: #f8f8f8;
	padding: 1px;
}
.calendar_actual_future_weekend {
	color: #999999;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	background-color: #f8f8f8;
	padding: 1px;
}
.calendar_noactual_past {
	color: #CCCCCC;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	padding: 1px;
}
.calendar_noactual_future {
	color: #CCCCCC;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	padding: 1px;
}
.calendar_noactual_past_weekend {
	color: #999999;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	background-color: #f8f8f8;
	padding: 1px;
}
.calendar_noactual_future_weekend {
	color: #999999;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	background-color: #f8f8f8;
	padding: 1px;
}
.calendar_event {
	color: #999999;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	background-color: #ffa252;
	padding: 1px;
}

.calendar_underline {
  height: 1px;
  background: #e2e2e2;
  overflow: hidden;
}
.calendar_theader_today {
  text-align:center; 
  font-size:10px; 
  background:#efefef;
}
