/* $Id: fancyblue.css 6262 2007-02-13 00:49:01Z smaxim $ */
@import url("layout-3d.css");

.calendar {
  border: 1px solid #c6c6c6;
  color: #000;
}

.calendar table {
  background-color: #f0f0f0;
  border: none;
}

.calendar .nav {
  background-color: #FFCC66;
}

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

.calendar .button { /* "<<", "<", ">", ">>" buttons have this class */
	color: #414141;
	background: #c1c1c1 url(bg_btn.png) no-repeat left top;
	border: none;
}

.calendar thead .hilite { /* How do the buttons in header appear when hover */
	color: #ff8a00;
	background: #d8d8d8 url(bg_btn.png) no-repeat left -31px;
	border: none;
}

.calendar thead .active { /* Active (pressed) buttons in header */
	background: #d8d8d8 url(bg_btn.png) no-repeat left -31px;
	color: #ff3c00;
	font-weight: bold;
	border: none;
}


.calendar thead .title { /* Заголовок "month, year" */
  background: #c1c1c1 url(bg_btn.png) no-repeat left -31px;
  color: #ff8a00;
  border: none;
}

.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: #474747;
	background-color: #747474;
	color: #ffffff;
}

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

/* The body part -- contains all the days in month. */
.calendar tbody .day.othermonth {
  color: #888;
}

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

.calendar table .wn {
	border-color: #474747;
	background-color: #747474;
	color: #ffffff
}

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

.calendar tbody .rowhilite td.wn {
  background-color: #4d4d4d;
  border: none;
}

.calendar tbody td.hilite { /* Hovered cells <TD> */
  border: none;
  background-color: #ffffff;
}

.calendar tbody td.active { /* Active (pressed) cells <TD> */
	border: none;
}

.calendar tbody td.selected { /* Cell showing selected date */
	border: none;
	background-color: #cdcdcd;
	color: #000000;
}

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

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

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

.calendar tfoot .ttip { /* Tooltip (status bar) cell <TD> */
	background: #c1c1c1 url(bg_btn.png) no-repeat left -31px;
	color: #414141;
	border: none;
	border-top: 1px solid #474747;
}

.calendar tfoot .hilite { /* Hover style for buttons in footer */
  border-color: #404040 #d4d0c8 #d4d0c8 #404040;
  background-color: #e4e0d8;
  border: none;
}

.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: #747474;
  background-color: #e5e5e5;
  color: #000000;
}

.calendar .combo .active {
  background-color: #ff8a00;
  border: none;
  color: #fff;
}

.calendar .combo .hilite {
  border: none;
  background-color: #f8f8f8;
  color: #000000;
}

.calendar .month-left-border { /* Divider line between two monthes */
  border-left:1px solid #585858;
}


/* time */

.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; }
