/* $Id*/

.zpCalendarBluexp table {
  border: 1px solid;
  font-size: 11px;
  cursor: default;
  font-family: tahoma,verdana,sans-serif;
  border-color: #4c9800;
}

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

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

.zpCalendarBluexp .button { /* "<<", "<", ">", ">>" buttons have this class */
  text-align: center;
  padding: 1px;
  border: 1px solid;
  border-color: #74BD74 #063B06 #095A09 #40A540;
  color: #FFFFFF;
  background-color: #464f58;
}

.zpCalendarBluexp thead .title { /* This holds the current "month, year" */
  font-weight: bold;
  padding: 1px;
  border: 1px solid;
  text-align: center;
  border-color: #6EA7F9 #022B66 #03419B #3886F6;
  background-color: #464f58;
  color: #fff;
}

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

}

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

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

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

.zpCalendarBluexp thead .hilite { /* How do the buttons in header appear when hover */
  border: 2px solid;
  padding: 0px;
  border-color: #74BD74 #063B06 #095A09 #40A540;
  background-color: #0E8D0E;
}

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

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

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

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

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

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

.zpCalendarBluexp table .wn {
  padding: 2px 3px 2px 2px;
  border-right: 1px solid;
  border-color: #000000;
  background-color: #4c9800;
}

.zpCalendarBluexp tbody .rowhilite td {
  background-color: #e9f0d6;
}

.zpCalendarBluexp tbody .rowhilite td.wn {
  background-color: #0466F4;
}

.zpCalendarBluexp tbody td.hilite { /* Hovered cells <TD> */
  padding: 1px 3px 1px 1px;
  border: 1px solid;
  border-color: #A2D1FF #274A6B #3C70A2 #7FC0FF;
}

.zpCalendarBluexp tbody td.active { /* Active (pressed) cells <TD> */
  padding: 2px 2px 0px 2px;
  border: 1px solid;
  border-color: #404040 #d4d0c8 #d4d0c8 #404040;
}

.zpCalendarBluexp 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: #e4e0d8;
}

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

.zpCalendarBluexp tbody td.today{ /* Cell showing today date */
  font-weight: bold;
  color: #00f;
}

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

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

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

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

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

.zpCalendarBluexp tfoot .ttip { /* Tooltip (status bar) cell <TD> */
  padding: 1px;
  border: 1px solid;
  text-align: center;
  border-color: #022B6A #6EA7FD #0466FC #0341A0;
  background-color: #48515a;
  color: #fff;
}

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

.zpCalendarBluexp tfoot .active { /* Active (pressed) style for buttons in footer */
  border-color: #000 #fff #fff #000;
}

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

.zpCalendarBluexp tfoot tr.time td {
  padding: 0; border-top: 1px solid;
}
.zpCalendarBluexp tfoot tr.time td.timetext {
  text-align: center;
}

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

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

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

.zpCalendarBluexp tfoot tr.time td.ampm {
  text-align: center;
  background: transparent;
  color: #000;
}


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

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

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

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

  border-color: #1CAE1C;
  background-color: #96E496;
  color: red;
}

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

  background-color: #1CAE1C;
  border-color: #404040 #d4d0c8 #d4d0c8 #404040;
}

.zpCalendarBluexp .combo .hilite {
  border-color: #74BD74 #063B06 #095A09 #40A540;
  background-color: #0E8D0E;
  color: #ffffff;
}


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


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


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

/* time */

.zpCalendarBluexp tfoot tr.time td {
  border-color: #8f8b7e;
}

.zpCalendarBluexp tfoot tr.time td.hour,
.zpCalendarBluexp tfoot tr.time td.minute {
  border-color: #cdcabc;
}

.zpCalendarBluexp tfoot tr.time td.hilite {
  background-color: #e4e0d8;
}

.zpCalendarBluexp tfoot tr.time td.active {
  background-color: #b4b0a8;
}

.zpCalendarBluexp .calendar-time-scroller {
  border-color: #adaa9c;
}

/* add */

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

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


/* history */

.zpCalendarBluexp .history {
  width: 18em;
}

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

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