.calendar thead .title,
.calendar tfoot .ttip
{
  background: #fea364 none repeat scroll 0 0;
  border: 1px solid #000;
  color: #fff;
  text-shadow: 0 0 3px lightcoral;
  font-weight: bold;
  padding: 1px;
  text-align: center;
}

.calendar table {
  color: #333;  
  font-family: Ubuntu-L, tahoma,verdana,sans-serif;
  font-size: 12px;
}

.calendar .button {
  background: #e1e7ed;
}

.calendar table .wn
{
	background: white;
}

.calendar thead .name, .calendar td.time  {
  background: #f6f8f9 !important;
}

.calendar tbody .day {
  background: white;
}

.calendar tbody .disabled, .calendar tbody .emptycell
{
  background: #eeeeee;
  color: gray !important;
}

.calendar tbody .emptycell
{
	visibility: visible;
}

.calendar tbody .day, .calendar tbody td.weekend
{
  color: #3b4e99;
}

.calendar table .wn {
  color: #333;
}

.calendar tbody td.selected {
  background: #ff812e;
  border-color: #000 #fff #fff #000;
  color: white;
}

.calendar tbody td.hilite
{
	background: #ff812e;
	color: white;
}
/*
#f6f8f9*/