/* $Id: winxp.css 5650 2006-12-14 17:43:22Z smaxim $ */
@import url("layouts/layout-3d.css");

.calendar {
  border-width: 2px;
  color: #CB2424;
  background-color: #ffffff;
}

.calendar table {
  border-width: 0px;
  border-top: solid 1px #eee;
  empty-cells:hide;
  border-spacing:0px;
  margin-bottom:14px;
}
.nav
{
	cursor:  pointer;

}
.calendar table td
{
	height:28px;
	width:32px;
	padding : 5px 5px 5px 5px;
}

.navigationAnnee , .calendar table tfoot {
	visibility:hidden;
	display:none;
}


/* Header part -- contains navigation buttons and day names. */

.calendar .button { /* "<<", "<", ">", ">>" buttons have this class */
  border-width: 0px;
}

.calendar thead .title { /* This holds the current "month, year" */
  border: none;
  background-color: #8f8b7e;
  color: #fff;
  background-color: #fff;
  color:#000;
}

.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-width: 0px;
  background-color: #fff;
  color:#000;
  border-top: solid 1px #eee;
}


.calendar thead .hilite,
.calendar tbody .hilite,
.calendar tfoot .hilite { /* How do the buttons in header appear when hover */
  border-width: 0px;
  background-color: #fff;
}

.calendar thead .active { /* Active (pressed) buttons in header */
  padding: 2px 0px 0px 2px;
  border-width: 0px;
  background-color: #dfdbce;
}

/* The body part -- contains all the days in month. */

.calendar tbody .day { /* Cells <TD> containing month days dates */
background : transparent url(/lib/js/zapatec/zpcal/themes/skilou/fd_jour.png) 0px 2px no-repeat;
text-align:center;
}


.calendar table .wn {
  border-width: 0px;
  background-color: #f4f0e8;
  color: #6f6b5e;
}
/*
.calendar tbody .rowhilite td {
  background-color: #f4f0e8;
}

.calendar tbody .rowhilite td.wn {
  background-color: #efebde;
  color: #000;
}
*/
.calendar tbody td.hilite { /* Hovered cells <TD> */
	border-width: 0px;
	color: #00f;
	background-image : url(/lib/js/zapatec/zpcal/themes/skilou/fd_jour_bleu.png);
	background-position:0px 2px;
	background-repeat : no-repeat;
}

.calendar tbody td.weekend .hilite { /* Hovered cells <TD> */
	background-color:#eee;
}


.calendar tbody td.active { /* Active (pressed) cells <TD> */
  border-width: 0px;
}

.calendar tbody td.selected { /* Cell showing selected date */
  border-width: 0px;
	background-image : url(/lib/js/zapatec/zpcal/themes/skilou/fd_jour_check.png);
	background-position:0px 2px;
	background-repeat : no-repeat;
}

.calendar tbody td.today { /* Cell showing today date */
  color: #00f;
}

.calendar tbody .disabled 
{ 
	color: #999; 
	text-decoration:line-through;
}

/* The footer part -- status bar and "Close" button */

.calendar tfoot .ttip { /* Tooltip (status bar) cell <TD> */
  border-width: 0px;
  color: #000;
  font-size: 90%;
}

.calendar tfoot .active { /* Active (pressed) style for buttons in footer */
  border-width: 0px;
}

/* Combo boxes (menus that display months/years for direct selection) */

.calendar .combo {
  border-width: 0px;
  background-color: #efebde;
}

.calendar .combo .active {
  background-color: #dfdbce;
  border-width: 0px;
}

.calendar .combo .hilite {
  background-color: #0041ac;
  color: #fff;
}

.calendar table td.month-right-border { /* Divider line between two monthes */
  border-right:solid 20px #fff;
}

.calendar td.weekend { /* How a weekend day name shows in header */
  color: #f00;
  background-color:#eee;
}
/* time */

.calendar tfoot tr.time td { border-color: #8f8b7e; }
.calendar tfoot tr.time table td { background-color: #efebde; }
.calendar tfoot tr.time td.hour,
.calendar tfoot tr.time td.minute { border-color: #cdcabc; background-color: #fffbee; }
.calendar tfoot tr.time td.hilite { background-color: #8cf; }
.calendar tfoot tr.time td.active { background-color: #48f; }
.calendar-time-scroller { border-color: #adaa9c; }

.calendar table .footrow td{
  border-top: solid 1px #eee;
}

