@import url("../../../zapatec/zpcal/themes/layouts/layout-2d.css");

.calendar, .calendar table {
  border: 1px solid #bdb2bf;
  border-width: 1px;
  font-size: 11px;
  color: #000;
  cursor: default;
  font-family: "Trebuchet MS", verdana, tahoma, sans-serif;
}

/* BORDE CALENDARIO Y tan borde*/
.calendar {
  border-color: #797979;

}

.calendar .button { /* "<<", "<", ">", ">>" buttons have this class */
  text-align: center;    /* They are the navigation buttons */
  padding: 2px 2px 3px 2px;          /* Make the buttons seem like they're pressing */
  background-color: #8B8B8B;
  color: #FFF;
  font-weight: bold;

}

.calendar .nav {
  font-family: "Trebuchet MS", verdana, tahoma, sans-serif;
}
.calendar .nav div {
  background: transparent url(../images/menuarrow.gif) no-repeat 100% 100%;

}

/* CABECERA CALENDARIO MES Y ANO */
.calendar thead tr { background-color: #8B8B8B; color: #8B8B8B; }
/*.calendar thead div {display:none}*/

.calendar thead .title { /* This holds the current "month, year" */
  font-weight: bold;      /* Pressing it will take you to the current date */
  text-align: center;
 background-color:  #8B8B8B;
  color:  #FFF;


}

calendar thead .headrow { /* Row <TR> containing navigation buttons */
 background-color:  #8B8B8B;

}
.calendar thead .name { /* Cells <TD> containing the day names */
  padding: 5px;
  text-align: center;
  background-color: #C7C7C7;
  color: #8B8B8B;
  font-weight: bold
}

.calendar thead .weekend { /* How a weekend day name shows in header */
  color: #f72322; /* COLOR FINES DE SEMANA EN CABECERA */
  font-weight: bold
}

.calendar thead .hilite { /* How do the buttons in header appear when hover */
  background-color: #333 ;
}


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

.calendar tbody .day { /* Cells <TD> containing month days dates */
  font-family: Trebuchet MS;
  width: 1.5em;
  color: #000;
  text-align: center;
  background-color: #DEE7FA;
}


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

.calendar table .wn {
  background-color: #CCCCCC;
}

.calendar tbody .rowhilite td {
  background-color: #CCFFCC;
}

.calendar tbody .rowhilite td.wn {
  background-color: #CCFFCC;
}

.calendar tbody .rowhilite td,
.calendar tbody .rowhilite td.wn {
  /*background: url(../images/rowhover-bg.gif);*/
  background-color: #D1DEF8;
}

.calendar tbody{empty-cells:hide}
.calendar tbody .rowhilite td.wn.disabled{color: #DBDBDB; background-color: #FFFFFF;}
.calendar tbody .rowhilite td.disabled{color: #DBDBDB; background-color: #FFFFFF;}
.calendar tbody td.today { font-weight: bold; /* background: url("today-bg.gif") no-repeat 70% 50%; */ }

.calendar tbody td.hilite { /* Hovered cells <TD> */
  /*background: url(../images/hover-bg.gif);*/
  border-color: ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;
  background-color: #D1DEF8;
  color: ButtonText;
}
.calendar tbody td.active { /* Active (pressed) cells <TD> */
  background-color: #FFFFFF;
}

.calendar tbody td.selected { /* Cell showing selected date */
  font-weight: bold;
  border-color: ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;
  background-color: #A9C0F1;
  color: ButtonText;
  /*background: url(../images/active-bg.gif); color: #fff;*/
}

.calendar tbody td.weekend { /* Cells showing weekend days */
  color: #E52731;
}

.calendar tbody td.weekend.disabled { color: #999;text-decoration: line-through}


.calendar tbody td.today { color:  #006600;

 }
.calendar tbody td.today.disabled { color: #999;text-decoration: line-through}
.calendar tbody .disabled { color: #999;text-decoration: line-through}

.calendar tbody td.day.disabled { color: #ABABAB; background-color: #FFFFFF;}
.calendar tbody td.weekend.disabled { color: #ABABAB; background-color: #FFFFFF;}

.calendar tbody .emptycell { /* Empty cells (the best is to hide them) */
  visibility: hidden;
  color: #DBDBDB; background-color: #FFFFFF;
}

.calendar tbody .emptyrow { /* Empty row (some months need less than 6 rows) */
  display: none;
  color: #DBDBDB; background-color: #FFFFFF;
}

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

.calendar tfoot .footrow { /* The <TR> in footer (only one right now) */
  text-align: center;
  background: #565;
  color: #333;
}
.calendar tfoot .ttip { /* Tooltip (status bar) cell <TD> */
  font-size: 11px;
  padding: 2px;
  /*background: url(../images/status-bg.gif) repeat-x 0 0; color: #000;*/
  background-color: #C7C7C7;
}

.calendar tfoot .hilite { /* Hover style for buttons in footer */
  background: #afa;
  color: #000;
}
.calendar tfoot .active { /* Active (pressed) style for buttons in footer */
  background: #7c7;
  padding: 2px 0px 0px 2px;
}


.calendar .combo {
  position: absolute;
  display: none;
  top: 0px;
  left: 0px;
  width: 4em;
  cursor: default;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #797979;
  background: url(../images/normal-bg.gif); color: #000;
  z-index: 100;
  font-size: 90%;
}

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

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

.calendar .combo .hilite {
  background: url(../images/hover-bg.gif); color: #000;
}

.calendar .combo .active {
  background: url(../images/active-bg.gif); color: #fff;
  font-weight: bold;
}

.calendar td.time {
  border-top: 1px solid #797979;
  padding: 1px 0px;
  text-align: center;
  background: url(../images/dark-bg.gif);
}

.calendar td.time .hour,
.calendar td.time .minute,
.calendar td.time .ampm {
  padding: 0px 5px 0px 6px;
  font-weight: bold;
  background: url(../images/normal-bg.gif); color: #000;
}

.calendar td.time .hour,
.calendar td.time .minute {
  font-family: monospace;
}

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

.calendar td.time .colon {
  padding: 0px 2px 0px 3px;
  font-weight: bold;
}

.calendar td.time span.hilite {
  background: url(../images/hover-bg.gif); color: #000;
}

.calendar td.time span.active {
  background: url(../images/active-bg.gif); color: #fff;
}

.zpCalDayInfo
{
                color:#FFFFFF;
                width:0px; /*antes 20*/
                height:0px;  /*quitar*/
                font-size: 0px;  /*9*/
                text-align:right;
                white-space:nowrap;
                font-weight:bold;
}
.zpCal-no-DayInfo
{
                background-color: #FFFFFF;
                width:0px;
                height:0px;          /**quitar*/
                font-size: 0px;     /*12*/
                text-align:right;
                white-space:nowrap;
}

