@import url("layouts/layout-3d.css");

.calendar {
  border-color: #FFFFFF;
  border-width: 1px;
  color: #000000;
  background-color: #CCD6FD;
  z-index: 19999;
}

.calendar table {
  border-color: #FFFFFF;
  
}

.calendar .nav {
  background-color: #006A77;

}
/* Header part -- contains navigation buttons and day names. */

.calendar .button { /* "<<", "<", ">", ">>" buttons have this class */
  border-color: #FFFFFF;
  color: #FFFFFF;
  background-color: #006A77;
}

.calendar thead .title { /* This holds the current "month, year" */
  border-color: #FFFFFF;
  background-color: #006A77;
  color: #FFFFFF;
}

.calendar thead .headrow { /* Row <TR> containing navigation buttons */

}

.calendar thead .daynames { /* Row <TR> containing the day names */
}

.calendar thead .name { /* Cells <TD> containing the day names */
  border-color: #FFFFFF;
  background-color:#444444;
  color: #ffffff;
}

.calendar thead .weekend { /* How a weekend day name shows in header */
  color: red;
}

.calendar thead .hilite { /* How do the buttons in header appear when hover */
  border-color: #FFFFFF;
  background-color: #CC0000;
  color: #ffffff;
}

.calendar thead .active { /* Active (pressed) buttons in header */
  padding: 2px 0px 0px 2px;
  border-color: #FFFFFF;
  background-color: #006A77;
}

/* The body part -- contains all the days in month. */

.calendar tbody .day { /* Cells <TD> containing month days dates */
}
.calendar tbody .day.othermonth {
  color: #000000;
}
.calendar tbody .day.othermonth.oweekend {
  color: #888888;
}

.calendar table .wn {
  border-color: #FFFFFF;
  background-color: #006A77;
  color: #ffffff
}

.calendar tbody .rowhilite td {
  background-color:#E4FEB4;
}

.calendar tbody .rowhilite td.wn {
  background-color: #cccccc;
}

.calendar tbody td.hilite { /* Hovered cells <TD> */
  border-color: #FFFFFF;
}

.calendar tbody td.active { /* Active (pressed) cells <TD> */
  border-color: #FFFFFF;
}

.calendar tbody td.selected { /* Cell showing selected date */
  border-color: #FFFFFF;
  background-color: #006A77;
  color: #FFFFFF;
}

.calendar tbody td.weekend { /* Cells showing weekend days */
  color: #006A77;
}

.calendar tbody td.today { /* Cell showing today date */
  color: #ffffff;
}

.calendar tbody .disabled { color: #FFFFFF; }

.calendar tbody .emptycell { /* Empty cells (the best is to hide them) */
}

.calendar tbody .emptyrow { /* Empty row (some months need less than 6 rows) */
}

/* The footer part -- status bar and "Close" button */

.calendar tfoot .footrow { /* The <TR> in footer (only one right now) */
}

.calendar tfoot .ttip { /* Tooltip (status bar) cell <TD> */
  border-color: #FFFFFF;
  background-color: #006A77;
  color: #FFFFFF;
}

.calendar tfoot .hilite { /* Hover style for buttons in footer */
  border-color: #FFFFFF;
  background-color: #006A77;
}

.calendar tfoot .active { /* Active (pressed) style for buttons in footer */
  border-color: #FFFFFF;
}

/* Combo boxes (menus that display months/years for direct selection) */

.calendar .combo {
  border-color: #ffffff;
  background-color: #006A77;
  color: #ffffff;
}

.calendar .combo .active {
  background-color: #006A77;
  border-color: #FFFFFF;
  color: #ffffff;
}

.calendar .combo .hilite {
  border-color: #FFFFFF;
  background-color: #006A77;
  color: #ffffff;
}

/* time */

.calendar tfoot tr.time td { border-color: #FFFFFF; }
.calendar tfoot tr.time td.hour,
.calendar tfoot tr.time td.minute { border-color: #FFFFFF; }
.calendar tfoot tr.time td.hilite { background-color: #006A77; }
.calendar tfoot tr.time td.active { background-color: #006A77; }
.calendar-time-scroller { border-color: #FFFFFF; }
