@import url("layout-3d.css");

.calendar {
  border-color: #585858;
  border-width: 1px;
  color: #000;
  
}

.calendar table {
  border-color: #585858;
  background: url("fancyblue/bg_body.gif") 100% 100%;
}

.calendar .nav {
  background-color: #FFCC66;

}


.calendar .button {
  border-color: #696969 #CFAB1E #000000 #2E2E2E;
  color: #000000;
  
  background: url("fancyblue/bg_button.gif") 100% 100%;
}

.calendar thead .title { 
  border-color: #737373 #400000 #000000 #2E2E2E;
  background: url("fancyblue/bg_title.gif") 100% 100%;
  color: #fff;
}

.calendar thead .headrow { 

}

.calendar thead .daynames { 
}

.calendar thead .name { 
  border-color: #000;
  background-color: #6A92A8;
  color: #ffffff;
}

.calendar thead .weekend { 
  color: #f00;
}

.calendar thead .hilite { 
  border-color: #696969 #CFAB1E #000000 #2E2E2E;
  background-color: #B1783E;
  color: #000000;
  background: url("fancyblue/bg_button_hover.gif") 100% 100%;
}

.calendar thead .active { 
  padding: 2px 0px 0px 2px;
  border-color: #404040 #d4d0c8 #d4d0c8 #404040;
  background-color: #FF0303;
}



.calendar tbody .day { 
}
.calendar tbody .day.othermonth {
  color: #888;
}
.calendar tbody .day.othermonth.oweekend {
  color: #e88;
}

.calendar table .wn {
  border-color: #000000;
  background-color: #6A92A8;
  color: #ffffff
}

.calendar tbody .rowhilite td {
  background-color: #A5C4D5;
}

.calendar tbody .rowhilite td.wn {
  
  background: url("fancyblue/bg_wn.gif") 100% 100%;
}

.calendar tbody td.hilite {
  border-color: #F9EAD5 #675B4D #9C8A74 #F7E2C6;
  background-color: #A1B3BC;

}

.calendar tbody td.active { 
  border-color: #404040 #d4d0c8 #d4d0c8 #404040;
  
}

.calendar tbody td.selected {
  border-color: #404040 #d4d0c8 #d4d0c8 #404040;
  background-color: #FFFBEF;
  color: #000000;
}

.calendar tbody td.weekend { 
  color: #f00;
}

.calendar tbody td.today {
  color: #000000;
}

.calendar tbody .disabled { color: #999; }

.calendar tbody .emptycell {
}

.calendar tbody .emptyrow { 
}



.calendar tfoot .footrow { 
}

.calendar tfoot .ttip { 
  border-color:  #585858 #585858 #585858 #585858;
  background: url("fancyblue/bg_footer.gif") 100% 100%;
  color: #fff;
}

.calendar tfoot .hilite { 
  border-color: #404040 #d4d0c8 #d4d0c8 #404040;
  background-color: #e4e0d8;
}

.calendar tfoot .active { 
  border-color: #000 #fff #fff #000;
}



.calendar .combo {
  border-color: #FFC46C #6B4000 #A26100 #FFAE35;
  background-color: #D9D2C9;
  color: #000000;
}

.calendar .combo .active {
  background-color: #FFFBEF;
  border-color: #404040 #d4d0c8 #d4d0c8 #404040;
  color: #000000;
}

.calendar .combo .hilite {
  border-color: #E4BF8F #573B1B #855A29 #DAA266;
  background-color: #F5DAB7;
  background: url("fancyblue/bg_button_hover.gif") 100% 100%;
  color: #000000;
}



.calendar tfoot tr.time td { border-color: #8f8b7e; }
.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: #b4b0a8; }
.calendar-time-scroller { border-color: #adaa9c; }
