/* $Id*/

.zpCalendarWin2k table {
  border: 1px solid;
  font-size: 11px;
  cursor: default;
  font-family: tahoma,verdana,sans-serif;
}

.zpCalendarWin2k {
  z-index: 100;
  position: relative;
  display: none;
  border: 2px solid;
  font-size: 11px;
  cursor: default;
  font-family: tahoma,verdana,sans-serif;
}

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

.zpCalendarWin2k .button { /* "<<", "<", ">", ">>" buttons have this class */
  text-align: center;
  padding: 1px;
  border: 1px solid;
}

.zpCalendarWin2k .nav {
  background: url("menuarrow.gif") no-repeat 100% 100%;
}

.zpCalendarWin2k thead .title { /* This holds the current "month, year" */
  font-weight: bold;
  padding: 1px;
  border: 1px solid;
  text-align: center;
}

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

.zpCalendarWin2k thead .daynames { /* Row <TR> containing the day names */
}

.zpCalendarWin2k thead .name { /* Cells <TD> containing the day names */
  border-bottom: 1px solid;
  padding: 2px;
  text-align: center;
}

.zpCalendarWin2k thead .weekend { /* How a weekend day name shows in header */
}

.zpCalendarWin2k thead .hilite { /* How do the buttons in header appear when hover */
  border: 2px solid;
  padding: 0px;
}

.zpCalendarWin2k thead .active { /* Active (pressed) buttons in header */
  padding: 2px 0px 0px 2px;
  border: 1px solid;
}

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

.zpCalendarWin2k tbody .day { /* Cells <TD> containing month days dates */
  width: 2em;
  text-align: right;
  padding: 2px 4px 2px 2px;
}
.zpCalendarWin2k tbody .day.othermonth {
  font-size: 80%;
}
.zpCalendarWin2k tbody .day.othermonth.oweekend {
}

.zpCalendarWin2k table .wn {
  padding: 2px 3px 2px 2px;
  border-right: 1px solid;
}

.zpCalendarWin2k tbody .rowhilite td {
}

.zpCalendarWin2k tbody .rowhilite td.wn {
}

.zpCalendarWin2k tbody td.hilite { /* Hovered cells <TD> */
  padding: 1px 3px 1px 1px;
  border: 1px solid;
}

.zpCalendarWin2k tbody td.active { /* Active (pressed) cells <TD> */
  padding: 2px 2px 0px 2px;
  border: 1px solid;
}

.zpCalendarWin2k tbody td.selected { /* Cell showing selected date */
  font-weight: bold;
  border: 1px solid;
  padding: 2px 2px 0px 0px;
}

.zpCalendarWin2k tbody td.weekend { /* Cells showing weekend days */
}

.zpCalendarWin2k tbody td.today { /* Cell showing today date */
  font-weight: bold;
}

.zpCalendarWin2k tbody .disabled {
  color: #999;
} /* let's suppose this is a right default for the "disabled" items */

.zpCalendarWin2k tbody .emptycell { /* Empty cells (the best is to hide them) */
  visibility: hidden;
}

.zpCalendarWin2k tbody .emptyrow { /* Empty row (some months need less than 6 rows) */
  display: none;
}

/* The footer part -- status bar and "Close" button */

.zpCalendarWin2k tfoot .ttip { /* Tooltip (status bar) cell <TD> */
  padding: 1px;
  border: 1px solid;
  text-align: center;
}

.zpCalendarWin2k tfoot .ttip .error {
  color: #c20;
}

.zpCalendarWin2k tfoot tr.time td {
  padding: 0;
  border-top: 1px solid;
}

.zpCalendarWin2k tfoot tr.time td.timetext {
  text-align: center;
}

.zpCalendarWin2k tfoot tr.time table td {
  border: 0;
  padding: 0;
}

.zpCalendarWin2k tfoot tr.time td.hilite,
.zpCalendarWin2k tfoot tr.time td.active {
  border: 0;
  padding: 0;
}

.zpCalendarWin2k tfoot tr.time td.hour,
.zpCalendarWin2k tfoot tr.time td.minute {
  text-align: right; font-weight: bold;
  border-right: 1px solid; padding: 0 1px 0 3px;
}

.zpCalendarWin2k tfoot tr.time td.colon {
  text-align: center;
  font-weight: bold;
  background: transparent;
}

.zpCalendarWin2k tfoot tr.time td.ampm {
  text-align: center;
}

/*
.zpCalendarWin2k tfoot tr.time td.parent-hour table { position: relative; left: .7em; z-index: 10; empty-cells: visible; }
.zpCalendarWin2k tfoot tr.time td.parent-minute table { position: relative; left: -.7em; z-index: 10; }
*/


.zpCalendarWin2k tfoot .footrow { /* The <TR> in footer (only one right now) */
}


.zpCalendarWin2k .calendar-time-scroller {
  border-left: 1px solid;
  border-right: 1px solid;
}

.zpCalendarWin2k .calendar-time-scroller .up {
  width: 11px;
  background: transparent url("scroller-up.gif") no-repeat 50% 50%;
  height: 0.5em;
/*  font-size: 1px; */
}

.zpCalendarWin2k .calendar-time-scroller .down {
  width: 11px;
  background: transparent url("scroller-down.gif") no-repeat 50% 50%;
  height: 0.5em;
/*  font-size: 1px; */
}


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

.zpCalendarWin2k .combo {
  position: absolute;
  display: none;
  top: 0px;
  left: 0px;
  width: 4em;
  cursor: default;
  border: 1px solid;
  font-size: 90%;
  padding: 1px;
}

.zpCalendarWin2k .combo .label,
.zpCalendarWin2k .combo .label-IEfix {
  text-align: center;
  padding: 1px;
}

.zpCalendarWin2k .combo .label-IEfix {
  width: 4em;
}

.zpCalendarWin2k .combo .disabled {
  color: #888;
}

.zpCalendarWin2k .combo .active {
  padding: 0px;
  border: 1px solid;
}

.zpCalendarWin2k .history {
  width: 18em;
}

.zpCalendarWin2k .history .label {
  text-align: center;
}

.zpCalendarWin2k .history .label-IEfix {
  width: 18em;
}

.zpCalendarWin2k .zpCalDayInfo {
  background-color: yellow;
  font-size: 80%;
}

.zpCalendarWin2k .zpCalSpecialDay {
  background-color: #cccccc;
}

.zpCalendarWin2k {
  border-color: #d4d0c8 #404040 #404040 #d4d0c8;
  border-width: 1px;
  color: #000;
  background-color: #d4d0c8;
}

.zpCalendarWin2k table {
  border-color: #fff #808080 #808080 #fff;
}

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

.zpCalendarWin2k .button { /* "<<", "<", ">", ">>" buttons have this class */
  border-color: #d4d0c8 #404040 #404040 #d4d0c8;
}

.zpCalendarWin2k thead .title { /* This holds the current "month, year" */
  border-color: #000;
  background-color: #848078;
  color: #fff;
}

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

.zpCalendarWin2k thead .daynames { /* Row <TR> containing the day names */
}

.zpCalendarWin2k thead .name { /* Cells <TD> containing the day names */
  border-color: #000;
  background-color: #f4f0e8;
}

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

.zpCalendarWin2k thead .hilite { /* How do the buttons in header appear when hover */
  border-color: #d4d0c8 #404040 #404040 #d4d0c8;
  background-color: #e4e0d8;
}

.zpCalendarWin2k thead .active { /* Active (pressed) buttons in header */
  padding: 2px 0px 0px 2px;
  border-color: #404040 #d4d0c8 #d4d0c8 #404040;
  background-color: #c4c0b8;
}

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

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

.zpCalendarWin2k table .wn {
  border-color: #000;
  background-color: #f4f0e8;
}

.zpCalendarWin2k tbody .rowhilite td {
  background-color: #e4e0d8;
}

.zpCalendarWin2k tbody .rowhilite td.wn {
  background-color: #d4d0c8;
}

.zpCalendarWin2k tbody td.hilite { /* Hovered cells <TD> */
  border-color: #d4d0c8 #404040 #404040 #d4d0c8;
}

.zpCalendarWin2k tbody td.active { /* Active (pressed) cells <TD> */
  border-color: #404040 #d4d0c8 #d4d0c8 #404040;
}

.zpCalendarWin2k tbody td.selected { /* Cell showing selected date */
  border-color: #404040 #d4d0c8 #d4d0c8 #404040;
  background-color: #e4e0d8;
}

.zpCalendarWin2k tbody td.weekend { /* Cells showing weekend days */
  color: #f00;
}

.zpCalendarWin2k tbody td.today { /* Cell showing today date */
  color: #00f;
}

.zpCalendarWin2k tbody .disabled { color: #999; }

.zpCalendarWin2k tbody .emptycell { /* Empty cells (the best is to hide them) */
}

.zpCalendarWin2k tbody .emptyrow { /* Empty row (some months need less than 6 rows) */
}

/* The footer part -- status bar and "Close" button */

.zpCalendarWin2k tfoot .footrow { /* The <TR> in footer (only one right now) */
}

.zpCalendarWin2k tfoot .ttip { /* Tooltip (status bar) cell <TD> */
  border-color: #000;
  background-color: #848078;
  color: #fff;
}

.zpCalendarWin2k tfoot .hilite { /* Hover style for buttons in footer */
  border-color: #404040 #d4d0c8 #d4d0c8 #404040;
  background-color: #e4e0d8;
}

.zpCalendarWin2k 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) */

.zpCalendarWin2k .combo {
  border-color: #d4d0c8 #404040 #404040 #d4d0c8;
  background-color: #e4e0d8;
}

.zpCalendarWin2k .combo .active {
  background-color: #c4c0b8;
  border-color: #404040 #d4d0c8 #d4d0c8 #404040;
}

.zpCalendarWin2k .combo .hilite {
  background-color: #048;
  color: #fea;
}

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


/* time */

.zpCalendarWin2k tfoot tr.time td { border-color: #8f8b7e; }
.zpCalendarWin2k tfoot tr.time td.hour,
.zpCalendarWin2k tfoot tr.time td.minute { border-color: #cdcabc; }
.zpCalendarWin2k tfoot tr.time td.hilite { background-color: #e4e0d8; }
.zpCalendarWin2k tfoot tr.time td.active { background-color: #b4b0a8; }
.zpCalendarWin2k .calendar-time-scroller { border-color: #adaa9c; }
