/* $Id: tp_orange.css,v 1.1 2008-10-30 13:59:01 shakeel Exp $ */
@import url("layouts/layout-3d.css");

.calendar {
  border-color: #000000;
  border-width: 0px;
  color: #000;
  z-index:10000;
  
}

.calendar table {
  border-color: #B2B2B2;
  /*background: url("tp_orange/bg_body.gif") 100% 100%;*/
  background-color:white;
}

.calendar .nav {
  background-color: #000000;

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

.calendar .button { /* "<<", "<", ">", ">>" buttons have this class */
  border-color: #A3A3A3 #B2B2B2 #A3A3A3 #E2E2E2;
  color: #000000;
  
  background: url("tp_orange/bg_button.gif") 100% 100%;
}

.calendar thead .title { /* This holds the current "month, year" */
  border-color: var(--color);
  /*background: url("tp_orange/bg_title.gif") 100% 100%;*/
  color: #fff;
  background-color: var(--color);
}

.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: #A8A8A8;
    background-color: var(--color);
    color: #ffffff;
}

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

.calendar thead .hilite { /* How do the buttons in header appear when hover */
  /*border-color: #D7D7D7 #ABABAB #CFCFCF #D7D7D7;
  background-color: #CE5C00;
  color: #FFB400;*/
  /*background: url("tp_orange/bg_button_hover.gif") 100% 100%;*/
  /*background-color:var(--color);*/
  /*border-color: #A3A3A3 #B2B2B2 #A3A3A3 #E2E2E2;*/
   border-color:#f0f0f0;
  /*background-color: #f0f0f0;*/
  /*border-radius:2px;*/
}

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

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

.calendar tbody .day { /* Cells <TD> containing month days dates */
}
.calendar tbody .day.othermonth {
  color: gray;
    font-size: 14px;
}
.calendar tbody .day.othermonth.oweekend {
  color: lightgray;
}

.calendar table .wn {
  border-color: #000000;
  background-color: #A87A6A;
  color: #ffffff
}

.calendar tbody .rowhilite td {
  /*background-color: #FFEDDF;*/
}

.calendar tbody .rowhilite td.wn {
  
  background: url("tp_orange/bg_wn.gif") 100% 100%;
}

.calendar tbody td.hilite { /* Hovered cells <TD> */
  /*border-color: #D96B00 #D96B00 #D96B00 #D96B00;*/
 border-color:#f0f0f0;
  background-color: #f0f0f0;
  border-radius:5px;

}

    .calendar tbody td.active { /* Active (pressed) cells <TD> */
        border-color: #FFFFFF var(--color) var(--color) #FFFFFF;
    }

    .calendar tbody td.selected { /* Cell showing selected date */
        border-color: #FFFFFF var(--color) var(--color) #FFFFFF;
        background-color: var(--color);
        color: #FFFFFF;
    }

.calendar tbody td.weekend { /* Cells showing weekend days */
  color: var(--color);
}

.calendar tbody td.today { /* Cell showing today date */
  color: #000000;
}

.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 .footrow { /* The <TR> in footer (only one right now) */
}

.calendar tfoot .ttip { /* Tooltip (status bar) cell <TD> */
 border-color: #DEDEDE #DEDEDE #DEDEDE #DEDEDE;
    /* background: url(tp_orange/bg_footer.gif) 100% 100%; */
    color: white;
    background-color: var(--color);
}

.calendar tfoot .hilite { /* Hover style for buttons in footer */
  border-color: #DEDEDE #DEDEDE #DEDEDE #DEDEDE;
  background-color: #CCCCCC;
}

.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: var(--color);
        background-color: #D9D2C9;
        color: #000000;
        z-index: 9;
    }

    .calendar .combo .active {
        background-color: var(--color);
        border-color: var(--color);
        color: #000000;
    }

    .calendar .combo .hilite {
        border-color: var(--color);
        background-color: var(--color) !important;
        /*background: url("tp_orange/bg_button_hover.gif") 100% 100%;*/
        color: #ffffff;
    }

/* time */

.calendar tfoot tr.time td { border-color: #CBCBCB; background-color:#EFEFEF; }
.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: #CBCBCB; }
.calendar-time-scroller { border-color: #adaa9c; }
