/* $Id: winxp.css 5650 2006-12-14 17:43:22Z smaxim $ */
@import url("layouts/layout-3d.css");

.calendar {
  border: #7B7B7B 1px solid;
  color: #000;
  background: #8B8B8B;
}

.calendar table {
  border: #DDDDDD 1px solid;
}

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

.calendar .button { /* "<<", "<", ">", ">>" buttons have this class */
   border: 0px;
	font-weight: bold;
	background: #747474;
}

.calendar thead .title { /* This holds the current "month, year" */
  border: 0px;
  background: #747474;
  color: #fff;
}

.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 */
}

.calendar thead .weekend { /* How a weekend day name shows in header */
  color: #FF2626;
  font-weight: bold;
}

.calendar thead .hilite,
.calendar tbody .hilite,
.calendar tfoot .hilite { /* How do the buttons in header appear when hover */
	border: 1px White solid;
	cursor: pointer;
}

.calendar thead .active { /* Active (pressed) buttons in header */
  padding: 1px 0px 0px 1px;
}

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

.calendar tbody .day { /* Cells <TD> containing month days dates */
}
.calendar tbody .day.othermonth {

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

.calendar table .wn {
	 font-weight: bold;
	 text-align: center;
}

.calendar tbody .rowhilite td {

}

.calendar tbody .rowhilite td.wn {

  color: #000;
}

.calendar tbody td.hilite { /* Hovered cells <TD> */
  border-color: White;

}

.calendar tbody td.active { /* Active (pressed) cells <TD> */

}

.calendar tbody td.selected { /* Cell showing selected date */


}

.calendar tbody td.weekend { /* Cells showing weekend days */
  color: #FF2626;
   font-weight: bold;
}

.calendar tbody td.today { /* Cell showing today date */
  font-weight: bold;
  color: #010101;
  border: 0px;
}

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

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

.calendar tfoot .ttip { /* Tooltip (status bar) cell <TD> */
	border: 0px;
	background: #747474;
}

.calendar tfoot .active { /* Active (pressed) style for buttons in footer */
	
}

/* Combo boxes (menus that display months/years for direct selection) */

.calendar .combo {
  border: 1px solid white;
  color: #D8D8D8;
  background: #3E3E3E;
}

.calendar .combo .active {
 font-weight: bold;
}

.calendar .combo .hilite {
  color: #fff;
  border: 0px;
}

.calendar .month-left-border { /* Divider line between two monthes */

}


/* time */

.calendar tfoot tr.time td { 
	border: 0px; 
	padding:3px 0px 3px 0px;
}


.calendar tfoot tr.time table td {border: 0px;}
.calendar tfoot tr.time td.hour,
.calendar tfoot tr.time td.minute { border: 0px;}
.calendar tfoot tr.time td.hilite {border: 0px;}
.calendar tfoot tr.time td.active {border: 0px;}
.calendar-time-scroller {border: 0px; }
