/* $Id*/

.zpCalendarForest table {
  border: 1px solid;
  font-size: 11px;
  cursor: default;
  font-family: tahoma,verdana,sans-serif;
  border-color: #585858;
  background: url("forest/bg_body.gif") 100% 100%;
}

.zpCalendarForest {
  z-index: 100;
  position: relative;
  display: none;
  border: 2px solid;
  font-size: 11px;
  cursor: default;
  font-family: tahoma,verdana,sans-serif;
  border-color: #585858;
  border-width: 1px;
  color: #000;
}

.zpCalendarForest .nav {
  background: url("menuarrow.gif") no-repeat 100% 100%;
  background-color: #FFCC66;
}
/* Header part -- contains navigation buttons and day names. */

.zpCalendarForest .button { /* "<<", "<", ">", ">>" buttons have this class */
  text-align: center;
  padding: 1px;
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-right: 1px solid;
  border-color: #696969 #CFAB1E #000000 #2E2E2E;
  color: #000000;
  background: url("forest/bg_button.gif") 100% 50%;
}

.zpCalendarForest thead .title { /* This holds the current "month, year" */
  font-weight: bold;
  padding: 1px;
  border-bottom: 1px solid;
  border-left: 1px solid;
  text-align: center;
  border-color: #737373 #400000 #000000 #2E2E2E;
  background: url("forest/bg_title.gif") 100% 50%;
  color: #fff;
}

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

}

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

.zpCalendarForest thead .name { /* Cells <TD> containing the day names */
  border-bottom: 1px solid;
  padding: 2px;
  text-align: center;
  border-color: #000;
  background-color: #818B73;
  color: #ffffff;
}

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

.zpCalendarForest thead .hilite { /* How do the buttons in header appear when hover */
  border-bottom:1px solid #000;
  border-left:1px solid #000;
  padding: 0px;
  background-color: #B1783E;
  color: #000000;
  background: url("forest/bg_button_hover.gif") 100% 50%;
}

.zpCalendarForest thead .active { /* Active (pressed) buttons in header */
  padding: 2px 0px 0px 2px;
  border: 1px solid;
  padding: 2px 0px 0px 2px;
  border-color: #999999 #ffffff #ffffff #999999;
  background-color: #FF0303;
}

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

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

.zpCalendarForest tbody .day { /* Cells <TD> containing month days dates */
  width: 2em;
  text-align: right;
  padding: 2px 4px 2px 2px;
}

.zpCalendarForest tbody .day.othermonth {
  font-size: 80%;
  color: #888;
}

.zpCalendarForest tbody .day.othermonth.oweekend {
  color: #e88;
}

.zpCalendarForest table .wn {
  padding: 2px 3px 2px 2px;
  border-right: 1px solid;
  border-color: #000000;
  background-color: #818B73;
  color: #ffffff
}

.zpCalendarForest tbody .rowhilite td {
  background-color: #CBD2C2;
}

.zpCalendarForest tbody .rowhilite td.wn {

  background: url("forest/bg_wn.gif") 100% 50%;
  
}

.zpCalendarForest tbody td.hilite { /* Hovered cells <TD> */
  padding: 1px 3px 1px 1px;
  border: 1px solid;
  border-color: #F9EAD5 #675B4D #9C8A74 #F7E2C6;
  background-color: #ABADA8;
}

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

}

.zpCalendarForest tbody td.selected { /* Cell showing selected date */
  font-weight: bold;
  border: 1px solid;
  padding: 2px 2px 0px 0px;
  border-color: #404040 #d4d0c8 #d4d0c8 #404040;
  background-color: #FFFBEF;
  color: #000000;
}

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

.zpCalendarForest tbody td.today { /* Cell showing today date */
  font-weight: bold;
  color: #000000;
}

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

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

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

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

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

.zpCalendarForest tfoot .ttip { /* Tooltip (status bar) cell <TD> */
  padding: 1px;
  border-top: 1px solid;
  text-align: center;
  border-color:  #585858 #585858 #585858 #585858;
  background: url("forest/bg_footer.gif") 100% 50%;
  color: #fff;
}

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

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

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

.zpCalendarForest .combo {
  position: absolute;
  display: none;
  top: 0px;
  left: 0px;
  width: 4em;
  cursor: default;
  border: 1px solid;
  font-size: 90%;
  padding: 1px;
  border-color: #FFC46C #6B4000 #A26100 #FFAE35;
  background-color: #818B73;
  color: #000000;
}


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

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

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

.zpCalendarForest .combo .active {
  padding: 0px;
  border: 1px solid;
  background-color: #FFFBEF;
  border-color: #404040 #d4d0c8 #d4d0c8 #404040;
  color: #000000;
}

.zpCalendarForest .combo .hilite {
  border-color: #E4BF8F #573B1B #855A29 #DAA266;
  background-color: #F5DAB7;
  background: url("forest/bg_button_hover.gif") 100% 50%;
  color: #000000;
}

/* time */

.zpCalendarForest tfoot tr.time td {
  padding: 0;
  border-top: 1px solid;
  border-color: #8f8b7e;
}

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

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

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

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

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

.zpCalendarForest tfoot tr.time td.hilite {
  border: 0;
  padding: 0;
  background-color: #e4e0d8;
}

.zpCalendarForest tfoot tr.time td.active {
  border: 0;
  padding: 0;
  background-color: #b4b0a8;
}

.zpCalendarForest .calendar-time-scroller {
  border-left: 1px solid;
  border-right: 1px solid;
  border-color: #adaa9c;
}

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

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


.zpCalendarForest .history {
  width: 18em;
}

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

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

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

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