/* @override 
	http://sanson/css/calendar.css
*/

/* ---------- kalendar ----------- */

#calendar {
	  background: url("../img/calendar-border.gif") center top repeat-x;
  padding: 10px;
  width: 200px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#cTable{
  z-index:10;
  font-size: 90%;
  width: 200px;
  border: none;
  border-collapse: collapse;
  background: #fff;
  color: #000;
  text-align: center;
}

#cTable .prev_month{
  cursor: pointer;
  background: url("../img/prev.gif") center center no-repeat;
}

#cTable .next_month{
  cursor: pointer;
  background: url("../img/next.gif") center center no-repeat;
}

#cTable .month_name{
  text-align: center;
  font-size: 110%;
  background: #fff;
  height: 14px;
  padding: 3px;
}


#cTable .days td{
  background: #F2F2F2;
  font-size: 11px;
  color: #000;
  text-align: center;
  padding: 3px 4px;
}

#cTable .normal, #cTable .highlighted, #cTable .actual, 
#cTable .disabled, #cTable .today, #cTable .active
, #cTable .highlighted_active, #cTable .active_today{
  width: 26px;
  text-align: center;
  height: 23px;
  vertical-align: middle;
  font-size: 105%;
  text-decoration: none;
}

#cTable .normal{
  background: #fff;
  color: #000;
  text-align: center;
}

#cTable .highlighted{
background: url(../img/calendar-active.gif) center 1px no-repeat;
  color: #fff;
  cursor: pointer;
}

#cTable .highlighted_active{
   background: url(../img/calendar-active.gif) center 1px no-repeat;
  color: #fff;
  cursor: pointer;
}

#cTable .active{
  background: #EBE7E4;
   background: url(../img/calendar-active.gif) center 1px no-repeat;
  color: #fff;
  font-weight: normal;
  cursor: pointer;
  
}

#cTable.today .active{
   background: url(../img/calendar-active.gif) center 1px no-repeat;
  color: #fff;
  cursor: pointer;
}

#cTable .today{
  background: url(../img/calendar-today.gif) center 1px no-repeat;
  color: #000;
  cursor: pointer;
}

#cTable .active_today{
  background: #EBE7E4;
   background: url(../img/calendar-active.gif) center 1px no-repeat;
  color: #fff;
  font-weight: normal;
  cursor: pointer;
}

#cTable .action{
  background: #EBE7E4;
  text-decoration: underline;
  color: #850505;
  cursor: pointer;
}


#cTable .disabled{
  color: #999;
  background: #fff;
}


