/* The main calendar widget.  DIV containing a table. */


div.calendar { position: relative; }

.calendar, .calendar table {
  border: 1px solid #556;
  color: #000;
  cursor: default;
  background: #eeh;
  font-family: tahoma,verdana,sans-serif;
}

/* The body part -- contains all the days in month. */

.calendar tbody .day {
    width: 2 em;
  color: #456;
  text-align: right;
  padding: 0px 0px 0px 0px;
}



.weekday-active-v {
	color: #4974a3;
	font-family:tahoma;
	 font-size:11px;
}
.day-active-v {
	color: #4974a3;
	font-family:tahoma;
	 font-size:11px;
}
.calendar {
	 font-family:verdana;
	 font-size:11px
}
.calendar td, th {
	 font-family:verdana;
	 font-size:11px;
	 text-decoration: none;
}

.weekday {
	color: #804040;
	font-family:verdana;
	font-size:11px;
}
.weekday-active {
	color: #804040;
	font-family:verdana;
	font-size:11px;
}
.day-active {
	color: #804040;
	font-family:verdana;
	font-size:11px;
}
.day-active a,
.weekday-active a,
.day-active-v a,
.weekday-active-v a
 {
text-decoration: underline;
}

