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

.calendar { border-color: #111;}

.calendar td 
{  
	cursor:pointer; 
	font-family:"Courier New", Courier, monospace; 
	font-size:11px;
	font-weight:bold;
}

.calendar table {
  border-color: #111;
  color: #111;
  background-color: #111;
}

/* Header part -- contains navigation buttons and day names. */

.calendar .button { /* "<<", "<", ">", ">>" buttons have this class */
  background-color: #111;
  color: #999;
}

.calendar .nav {
  background-color: #111;
}

.calendar thead .title { /* This holds the current "month, year" */
  background-color: #111;
  color:#999;
}

.calendar thead .headrow { /* Row <TR> containing navigation buttons */
}

.calendar thead .name { /* Cells <TD> containing the day names */
  border-color: #111;
  color: #111;
}

.calendar thead .weekend { /* How a weekend day name shows in header */
  color: #999;
}

.calendar thead .hilite { /* How do the buttons in header appear when hover */
  background-color: #111;
  color: #fff;
  border-color: #111;
}

.calendar thead .active { /* Active (pressed) buttons in header */
  background-color: #111;
}

.calendar thead .daynames { /* Row <TR> containing the day names */
  background-color: #111;
}

/* The body part -- contains all the days in month. */

.calendar tbody .day { /* Cells <TD> containing month days dates */
  color: #999;
  
}
.calendar tbody .day.othermonth {
  color: #999;
}
.calendar tbody .day.othermonth.oweekend {
  color: #999;
}

.calendar table .wn {
  border-color: #999;
  background-color: #111;
}

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

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

.calendar tbody td.hilite { /* Hovered cells <TD> */
  background-color: #111;
  border-color: #111;
  color:#fff;
  /*font-weight:bold;*/
}

.calendar tbody td.active { /* Active (pressed) cells <TD> */
  background-color: #111;
}

.calendar tbody td.selected { /* Cell showing today date */
  border-color: #111;
  background-color: #111;
  color: #fff !important;
  font-weight:bold;
}

.calendar tbody td.weekend { /* Cells showing weekend days */
  color: #799bc9;
}

.calendar tbody td.weekend:hover{
  color:#fff;
}

.calendar tbody td.today { color: #f00;}

.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) */
  background-color: #111;
  color: #fff;
  display:none;
}

.calendar tfoot .ttip { /* Tooltip (status bar) cell <TD> */
  background-color: #111;
  color: #efa;
  display:none;
}

.calendar tfoot .hilite { /* Hover style for buttons in footer */
  background-color: #111;
  border-color: #084;
  color: #111;
}

.calendar tfoot .active { /* Active (pressed) style for buttons in footer */
  background-color: #111;
}

/* Combo boxes (menus that display months/years for direct selection) */

.calendar .combo {
  border-color: #111;
  background-color: #111;
  color: #111;
  
}

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

.calendar .combo .active {
  border-color: #111;
  background-color: #111;
  
  color:#000000;
}

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


/* time */

.calendar tfoot tr.time td { border-color: #8a8; }
.calendar tfoot tr.time td.hour,
.calendar tfoot tr.time td.minute { border-color: #aca; }
.calendar tfoot tr.time td.hilite { background-color: #111; }
.calendar tfoot tr.time td.active { background-color: #111; }
