@import url("layouts/layout-2d.css");
.calendar {
  color: #000000;
  background-color: #FFFFFF;
  border-color:#9FBC84;
}
.calendar table {
border-color: #ffffff;
}
.calendar .nav {
  background-color: #ffffff;
}
.calendar .button { /* "<<", "<", ">", ">>" buttons have this class */
  color: #000000;
}
.calendar p{
margin:0px;padding:opx;
}
.calendar thead .title { /* This holds the current "month, year" */
border:0px;
background-color: #ffffff;
color: #000000;
}
.calendar thead .headrow {
}
.calendar thead .daynames {
}
.calendar thead .name { /* Cells <TD> containing the day names */
border-top:#9FBC84 1px solid;
border-bottom:#9FBC84 1px solid;
border-left:#9FBC84 1px solid;
background:#DAE4C9;
}
.calendar thead .weekend { /* How a weekend day name shows in header */
border-top:#9FBC84 1px solid;
border-bottom:#9FBC84 1px solid;
border-left:#9FBC84 1px solid;
background:#DAE4C9;
}
.calendar thead .hilite { /* How do the buttons in header appear when hover */
	border:0px;
	background-color: #ffffff;
}
.calendar thead .active { /* Active (pressed) buttons in header */
  background-color: #2CC22C;
}
/* The body part -- contains all the days in month. */
.calendar tbody .day { /* Cells <TD> containing month days dates */
border-bottom:#9FBC84 1px solid;
border-left:#9FBC84 1px solid;
}
.calendar tbody .day.othermonth {
  color: #888;
}
.calendar tbody .day.othermonth.oweekend {
  color: #e88;
}
.calendar table .wn {
border-color:#ffffff;
}
.calendar tbody .rowhilite td {
  background-color: #DBE4C8;
}
.calendar tbody .rowhilite td.wn {
  background-color: #9FBC84;
}
.calendar tbody td.hilite { /* Hovered cells <TD> */
  border-color: #9aab8b;
}
.calendar tbody td.active { /* Active (pressed) cells <TD> */
  border-color: #e4e0d8;
}
.calendar tbody td.selected { /* Cell showing selected date */
  border-color: #e4e0d8;
  background-color: #e4e0d8;
}
.calendar tbody td.weekend { /* Cells showing weekend days */
background:#DAE4C9;
}
.calendar tbody td.today { /* Cell showing today date */
border-bottom:#9FBC84 1px solid;
border-left:#9FBC84 1px solid;
}
.calendar tbody .disabled { color: #999; }
.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> */
  background-color: #ffffff;
}
.calendar tfoot .hilite { /* Hover style for buttons in footer */
  background-color: #ffffff;
}
.calendar tfoot .active { /* Active (pressed) style for buttons in footer */
  background-color: #ffffff;
}
/* Combo boxes (menus that display months/years for direct selection) */
.calendar .combo {
  border-color: #1CAE1C;
  background-color: #96E496;
  color: #000000;
}
.calendar .combo .active {
  background-color: #1CAE1C;
  border-color: #404040 #d4d0c8 #d4d0c8 #404040;
}
.calendar .combo .hilite {
  border-color: #BDCEA4;
  background-color: #BDCEA4;
  color: #ffffff;
}
.calendar tfoot tr.time td { border-color: #8f8b7e; }
.calendar tfoot tr.time td.hour,
.calendar tfoot tr.time td.minute { border-color: #cdcabc; }
.calendar tfoot tr.time td.hilite { background-color: #e4e0d8; }
.calendar tfoot tr.time td.active { background-color: #b4b0a8; }
.calendar-time-scroller { border-color: #adaa9c; }
