/* $Id: winter.css 5650 2006-12-14 17:43:22Z smaxim $ */
@import url("layouts/layout-2d.css");
/* $Id: winter.css 5650 2006-12-14 17:43:22Z smaxim $ */
@import url("layouts/layout-2d.css");

.calendar, .calendar table {
  border-color: #BDDDFC; /*556*/
  color: #000;
  background-color: #e9f4fe; /*eef white*/
}

.calendar .nav {
  background-color: #D3E8FB; /*#778*/
}

.calendar thead .title {
  background-color: #e9f4fe; /*#ccd*/
  color: #000;
}

.calendar thead .headrow {
  background-color: #D3E8FB; /*#778*/
  color: #fff;
}

.calendar thead .daynames {
  background-color: #e9f4fe;
}

.calendar thead .name {
  border-color: #BDDDFC; /*556*/
  color: #000;
}

.calendar thead .weekend {
  color: #FF0000; /*a66*/
}

.calendar thead .hilite {
  background-color: #C1DBF2; /*aaf*/
  color: #000;
  border-color: #BDDDFC; /*04f*/
}

.calendar thead .active {
  background-color: #99CFFF; /*77c*/
}

.calendar tbody .day {
  color: #456;
}
.calendar tbody .day.othermonth {
  color: #bbb;
}
.calendar tbody .day.othermonth.oweekend {
  color: #fbb;
}

.calendar table .wn {
  border-color: #000;
  background-color: #bdf;
}

.calendar tbody .rowhilite td {
  background-color: #def;
}

.calendar tbody .rowhilite td.wn {
  background-color: #eef;
}

.calendar tbody td.hilite {
  background-color: #def;
  border-color: #BDDDFC; /*#bbb*/
}

.calendar tbody td.active {
  background-color: #cde;
}

.calendar tbody td.selected {
  border-color: #81CBFF; /*#000*/
  background-color: #d3e8fb; /*fff*/
  color: #000;
}

.calendar tbody td.weekend {
  color: #FF0000; /*a66*/
}

.calendar tbody td.today {
  color: #000; /*#00f #0670BB*/
}

.calendar tbody .disabled { color: #999; }

.calendar tfoot .footrow {
  background-color: #cde2f6; /*#556*/
  color: #fff;
}

.calendar tfoot .ttip {
  background-color: #cde2f6; /*#ccd*/
  color: #445;
  border-color: #556;
}

.calendar tfoot .hilite {
  background-color: #C1DBF2; /*#aaf;*/
  border-color: #BDDDFC; /*04f*/
  color: #000;
}

.calendar tfoot .active {
  background-color: #99CFFF; /*77c*/
}

.calendar .combo {
  border-color: #655;
  background-color: #def;
  color: #000;
}

.calendar .combo .hilite {
  background-color: #acf;
}

.calendar .combo .active {
  border-color: #46a;
  background-color: #eef;
}

.calendar .month-left-border { /* Divider line between two monthes */
  border-left:1px solid #555566;
}


/* time */

.calendar tfoot tr.time td { border-color: #000; }
.calendar tfoot tr.time td.hour,
.calendar tfoot tr.time td.minute { border-color: #aac; }
.calendar tfoot tr.time td.hilite { background-color: #acf; }
.calendar tfoot tr.time td.active { background-color: #9be; }
