/* $Id: bluexp.css 5650 2006-12-14 17:43:22Z smaxim $ */
@import url("layouts/layout-2d.css");

#calendar-container {
  padding:6px 7px 0px 7px;
  margin:0 0 10px 0;
  width:180px;
  background-repeat:no-repeat;
}

.calendar {
  border-color: #cacaca;
  border-width: 1px;
  color: #424242;
  background-color: #cacaca;
  line-height:15px;
}

.calendar table {
  border-color: #cacaca;
}

.calendar .nav {
  background-color: #cacaca;
}
/* Header part -- contains navigation buttons and day names. */

.calendar .button { /* "<<", "<", ">", ">>" buttons have this class */
  border-color: #cacaca;
  color: #202020;
  background-color: #cacaca;
}

.calendar thead .title { /* This holds the current "month, year" */
  border-color: #cacaca;
  background-color: #cacaca;
  color: #202020;
  font-size: 1.3em;
}

.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: #fff;
  background-color: #2f2f2f;
  color: #ffffff;
}

.calendar thead .weekend { /* How a weekend day name shows in header */
  /*color: #f00;*/
}

.calendar thead .hilite { /* How do the buttons in header appear when hover */
  color:#fff;
  border-color: #2f2f2f;
  background-color: #2f2f2f;
}

.calendar thead .active { /* Active (pressed) buttons in header */
  padding: 2px 0px 0px 2px;
  border-color: #404040 #d4d0c8 #d4d0c8 #404040;
  color:#fff;
  background-color: #5b5b5b;
}

/* The body part -- contains all the days in month. */

.calendar .month-left-border { /* Divider line between two monthes */
  border-left:1px solid #0466FC;
}

.calendar tbody .day { /* Cells <TD> containing month days dates */

}
.calendar tbody .day.othermonth {
  color: #202020;
}
.calendar tbody .day.othermonth.oweekend {
  color: #202020;
}

.calendar table .wn {
  border-color: #000000;
  background-color: #2f2f2f;
}

.calendar tbody .rowhilite td {
  /*background-color: #5EB0FF;*/
}

.calendar tbody .rowhilite td.wn {
  background-color: #0466F4;
}

.calendar tbody td.hilite { /* Hovered cells <TD> */
  border:none;
  background-color:#F27111 !important;
}

.calendar tbody td.active { /* Active (pressed) cells <TD> */
  border-color: #404040 #d4d0c8 #d4d0c8 #404040;
}

.calendar tbody td.selected { /* Cell showing selected date */
  border:0;
  color:#fff;
  background-color: #969696;
  font-weight:normal;
}

.calendar tbody td.weekend { /* Cells showing weekend days */
  /*color: #f00;*/
}

.calendar tbody td.today { /* Cell showing today date */
	background:#f0911d !important;
  color: #202020;
}

.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 { /* The <TR> in footer (only one right now) */
	display:none;
}

.calendar tfoot .footrow { /* The <TR> in footer (only one right now) */
}

.calendar tfoot .ttip { /* Tooltip (status bar) cell <TD> */
  border-color: #022B6A #6EA7FD #0466FC #0341A0;
  background-color: #0466FC;
  color: #fff;
}

.calendar tfoot .hilite { /* Hover style for buttons in footer */
  border-color: #404040 #d4d0c8 #d4d0c8 #404040;
  background-color: #e4e0d8;
}

.calendar tfoot .active { /* Active (pressed) style for buttons in footer */
  border-color: #000 #fff #fff #000;
}

/* Combo boxes (menus that display months/years for direct selection) */

.calendar .combo {
  border-color: #2f2f2f;
  background-color: #2f2f2f;
}

.calendar .combo .active {
  background-color: #2f2f2f;
  border-color: #2f2f2f;
  color:#fff;
}

.calendar .combo .hilite {
  border-color: #2f2f2f;
  background-color: #2f2f2f;
  color: #ffffff;
}

#zpCal0HelpButtonStatus{
	visibility:hidden;
}

.zpCalSpecialDay{
	background-color:#2f2f2f;
	color:#fff !important;
}
.calendar tbody .day{ width: 22px}

/* time */

.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: #2431A2; }
.calendar-time-scroller { border-color: #adaa9c; }

