/*	WIDGET CALENDARIO	*/

.calendar { position: relative; display: none; font-size: 12px; color: #000000; cursor: default; background: #ffffff; font-family: tahoma, verdana, sans-serif; }
.calendar table {border: 1px solid #c9c9c9; font-size: 14px; color: #666666; cursor: default; background: #ffffff; font-family: tahoma, verdana, sans-serif; }
.calendar .button { /* "<<", "<", ">", ">>" buttons have this class */ text-align: center; color:#666666; font-weight:bold; padding: 2px; border:1px solid #c9c9c9; background-color:#f2f2f2;}
.calendar .nav { background: transparent  no-repeat 100% 100%; background-color:#f2f2f2;  }

.calendar thead .title { /* This holds the current "month, year" */ font-weight: bold; padding: 2px;  font-size: 15px; border: 0px solid #c9c9c9; background: #6d9dff; color: #FFFFFF; text-align: center; }
.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-bottom: 1px solid #c9c9c9; padding: 2px; text-align: center; background: #fafafa; font-weight:bold; }
.calendar thead .weekend { /* How a weekend day name shows in header */ color: #F00806; font-weight:bold;  padding: 2px;}
.calendar thead .hilite { /* How do the buttons in header appear when hover */ padding: 2px; background-color: #dfdfdf; }

.calendar thead .active { /* Active (pressed) buttons in header */ padding: 2px;border: 1px solid #c9c9c9; background-color: #f3f3f3; }
.calendar tbody .day { /* Cells <TD> containing month days dates */ width: 2em; text-align: right; padding: 2px;  background: #f5f8ff; font-weight:bold;  }
.calendar tbody .day.othermonth { font-size: 80%; color: #AAAAAA; }
.calendar tbody .day.othermonth.oweekend { color: #AAAAAA;  }

.calendar table .wn { padding: 2px; border-right: 1px solid #c9c9c9;  background: #fafafa;  font-weight:bold; }
.calendar tbody .rowhilite td { background: #e1e8f7; }
.calendar tbody .rowhilite td.wn { background: #f1f1f1; }


.calendar tbody td.hilite { /* Hovered cells <TD> */ padding: 2px; background-color:#BFD5FF;  }
.calendar tbody td.active { /* Active (pressed) cells <TD> */ padding: 2px; border: 1px solid #c9c9c9; }
.calendar tbody td.selected { /* Cell showing selected date */ font-weight: bold; padding: 2px; border: 1px solid #c9c9c9; background: #6d9dff; color:#ffffff; }
.calendar tbody td.weekend { /* Cells showing weekend days */ color: #f00806;}
.calendar tbody td.selected.weekend { /* Cells showing weekend days */ color:#ffffff;}
.calendar tbody td.today { /* Cell showing today date */ font-weight: bold; color: #0000FF; }

.calendar tbody .disabled { color: #aaaaaa; background-color:#ffffff; font-weight:normal; }
.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; }
.calendar tfoot .footrow { /* The <TR> in footer (only one right now) */ }
.calendar tfoot .ttip { /* Tooltip (status bar) cell <TD> */ background: #E8F0F4; padding: 2px; border: 1px solid #000000; background: #6d9dff; color: #FFFFFF; text-align: center; }
.calendar tfoot .hilite { /* Hover style for buttons in footer */border: 1px solid #c9c9c9; padding: 2px;}
.calendar tfoot .active { /* Active (pressed) style for buttons in footer */ padding: 2px; border: 1px solid #c9c9c9; }




.calendar .combo { position: absolute; display: none; width: 4em; top: 0px; left: 0px; cursor: default; border: 1px solid #c9c9c9; background: #f1f1f1; font-size: 90%; padding: 2px; z-index: 100; }
.calendar .combo .label, .calendar .combo .label-IEfix { text-align: center; padding: 2px;}
.calendar .combo .label-IEfix { width: 4em; }
.calendar .combo .active { background: #C8D0D4; padding: 2px; border-top: 1px solid #000000; border-right: 1px solid #FFFFFF; border-bottom: 1px solid #FFFFFF; border-left: 1px solid #000000; }
.calendar .combo .hilite { background: #004488; color: #AAEEFF; }
.calendar td.time { border-top: 1px solid #000000; padding: 2px; text-align: center; background-color: #E8F0F4; }
.calendar td.time .hour, .calendar td.time .minute, .calendar td.time .ampm { padding: 2px; border: 1px solid #888899; font-weight: bold; background-color: #FFFFFF; }
.calendar td.time .ampm { text-align: center; }
.calendar td.time .colon {padding: 2px; font-weight: bold; }
.calendar td.time span.hilite { border-color: #000000; background-color: #666677; color: #FFFFFF; }
.calendar td.time span.active { border-color: #F00806; background-color: #000000; color: #00FF00; }