@import url("layouts/layout-2d.css");

.calendar, .calendar table {
  border-color: #556;
  color: #000;
  background-color: #ffffff;
}

.calendar .nav {
  background-color: #ffffff;  /* Background color for navigation in calendar */
}

.calendar thead .title {
  background-color: #ffffff;  /* Month name header background */
  color: #000;
}

.calendar thead .headrow {
  background-color: #778;
  color: #fff;
}

.calendar thead .daynames {
  background-color: #66B3B5;  /* Background color for days of the week header */
}

.calendar thead .name {
  border-color: #556;
  color: #000;
}

.calendar thead .weekend {
  color: #000000; /* Weekend day name font color */
}

.calendar thead .hilite {
  background-color: #66B3B5;
  color: #000;
  border-bottom-color: #000000;
  border-top-color: #66B3B5;
  border-left-color: #66B3B5;
  border-right-color: #66B3B5;
}

.calendar thead .active {
  background-color: #66B3B5;
}

.calendar tbody .day {
  color: #000000;
}
.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: #95CBCC;  /* Background color of the highlighted row for the date that is chosen*/
}

.calendar tbody .rowhilite td.wn {
  background-color: #eef;
}

.calendar tbody td.hilite {
  background-color: #ffffff; /* Background color of date that user mouse overs */
  border-color: #bbb;
}

.calendar tbody td.active {
  background-color: #000000;
}

.calendar tbody td.selected {
  border-color: #000;
  background-color: #fff;
  color: #000;
}

.calendar tbody td.weekend {
  color: #000000;
}

.calendar tbody td.today {
  color: #00f;
}

.calendar tbody .disabled { 
	color: #999; 
	text-decoration: line-through;
}

.calendar tfoot .footrow {
  background-color: #556;
  color: #fff;
}

.calendar tfoot .ttip {
  background-color: #66B3B5; /* Color of footer at bottom of calendar*/
  color: #445;
  border-color: #556;
}

.calendar tfoot .hilite {
  background-color: #aaf;
  border-color: #04f;
  color: #000;
}

.calendar tfoot .active {
  background-color: #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;
}

/* 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; }

