/* The main calendar widget.  DIV containing a table. */

.eventCalendarButton
{
    border:solid 1px #0065A6; 
    background-color:#009AC7; 
    color:#FFF; 
    font-size:10px; 
    font-weight:bold; 
    font-family:Verdana, Arial, Helvetica, Sans-Serif; 
    height:22px; 
    vertical-align:top;
}

.cphEventCalButton {}

.cphEventCalInput {}

.calendar {
    position: relative;
    display: none;
    font-size: 11px;
    color: #000;
    cursor: default;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
}

.calendar table {
  font-size:11px;
  color:#000;
  cursor:default;
  font-family:tahoma,verdana,arial,helvetica,sans-serif;
}

/* "?" "Today" "<<", "<", ">", ">>" BUTTONS HAVE THIS CLASS */
.calendar .button 
{ 
    text-align:center;
    cursor:pointer;
    font-weight:bold;
    font-size:9px;
    font-family:Verdana,arial,helvetica,sans-serif;
}

/*.calendar .nav {
    background:transparent url(menuarrow.gif) no-repeat 100% 100%;
    background-color:#D9E6F2;
    color:#000;
    font-size:10px;
    padding:3px 0;
    display:block;
}*/

.calendar thead .title { /* This holds the current "month, year" */
    font-family:Verdana, Arial, Helvetica, Sans-Serif;
    font-size:10px;
    color:#000;
    font-weight:bold;
    text-transform:uppercase;
    /* background-color:#D7E5C3; /* Revision */
    text-align:right;
}

/* HEADER ROW CONTAINING NAVIGATION BUTTON */
.calendar thead .headrow 
{
    color:#000;
    background:url(/App_Themes/HealthZone/standard/images/bgDay.gif) no-repeat center;
    font-size:10px;
    padding:3px 0;
    margin:0 1px;
}

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

.calendar thead .name { /* Cells <TD> containing the day names */
    font-family:Verdana, Arial, Helvetica, Sans-Serif;
    font-size:9px;
    color:#5C6772;
    text-align:center;
    background-color:#B8CFE5; /* Revision */
}

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

/* Header Button Rollovers */
.calendar thead .hilite {}

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

/* DAY CELLS */
.calendar tbody .day 
    { 
    width:26px;
    height:26px;
    text-align:center;
    background:url(/App_Themes/HealthZone/standard/images/bgDate.gif) no-repeat;
    font-size:9px;
    font-weight:bold;
    color:#000;
}
.calendar tbody .day .othermonth {
  font-size:80%;
  color:#027576;
}

.calendar tbody .day .othermonth .oweekend {
  color:#027576;
}

.calendar table .wn {
  background: #f4f0e8;
}

/* ROLLOVER DATES ROW */
.calendar tbody .rowhilite td {
    cursor:pointer;
}

.calendar tbody .rowhilite td.wn {}

/* ROLLOVER DATES CELLS */
.calendar tbody td.hilite 
{ 
    width:26px;
    height:26px;
    text-align:center;
    background:url(/App_Themes/HealthZone/standard/images/bgDateRO.gif) no-repeat;
    font-size:9px;
    font-weight:bold;
    color:#FFF;
}

.calendar tbody td.active { /* Active (pressed) cells <TD> */

}

/* CELL SHOWING SELECTED DATE */
.calendar tbody td.selected {}

.calendar tbody td.range {
  background: #ffff80;
}

/* WEEKEND DAYS */
.calendar tbody td.weekend {}

.calendar tbody td.today { /* Cell showing today date */
  width:26px;
  height:26px;
  text-align:center;
  background:url(/App_Themes/HealthZone/standard/images/bgDateRO.gif) no-repeat;
  font-size:10px;
  font-weight:bold;
  color:#FFF;
}

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

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

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

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

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

.calendar tfoot .ttip { /* Tooltip (status bar) cell <TD> */
  background: #f4f0e8;
  background: #848078;
  color: #fff;
  text-align: center;
  display: none;
}

.calendar tfoot .hilite { /* Hover style for buttons in footer */

}

.calendar tfoot .active { /* Active (pressed) style for buttons in footer */


}

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

.calendar .combo {
  position: absolute;
  display: none;
  width: 4em;
  top: 0px;
  left: 0px;
  cursor: default;
  font-size: 90%;
  z-index: 100;
}

.calendar .combo .label,
.calendar .combo .label-IEfix {
  text-align: center;

}

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

.calendar .combo .active {


}

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

.calendar td.time {


  text-align: center;
  background-color: #f4f0e8;
}

.calendar td.time .hour,
.calendar td.time .minute,
.calendar td.time .ampm {


  font-weight: bold;
  background-color: #fff;
}

.calendar td.time .ampm {
  text-align: center;
}

.calendar td.time .colon {

  font-weight: bold;
}

.calendar td.time span.hilite {

  color: #fff;
}

.calendar td.time span.active {

  background-color: #000;
  color: #0f0;
}

