/* @override http://ddb/css/calendar.css */

/* ---------- kalendar ----------- */

#cTable{
  z-index:10;
  font-size: 90%;
  width: 100%;
  border: none;
  border-collapse: collapse;
  background: #CDC1BA;
  color: #490A0A;
}

#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: #CBC0BA;
  height: 14px;
  padding: 3px;
}


#cTable .days td{
  background: #DCD4CD;
  font-size: 105%;
  padding: 4px;
}

#cTable .normal, #cTable .highlighted, #cTable .actual, 
#cTable .disabled, #cTable .today, #cTable .active
, #cTable .highlighted_active, #cTable .active_today{
  width: 27px;
  height: 24px;
  font-size: 105%;
  text-decoration: none;
}

#cTable .normal{
  background: #EBE7E4;
  color: #000;
}

#cTable .highlighted{
  background: #ffd27b;
  color: #000;
  cursor: pointer;
}

#cTable .highlighted_active{
  background: #ffd27b;
  text-decoration: underline;
  color: #850505;
    font-weight: bold;
  font-size: 120%;
  cursor: pointer;
}

#cTable .active{
  background: #EBE7E4;
  text-decoration: underline;
  color: #850505;
  font-weight: bold;
  font-size: 110%;
  cursor: pointer;
  
}

#cTable.today .active{
  background: #ffd27b;
  color: #000;
  cursor: pointer;
}

#cTable .today{
  background: #ffd27b;
  color: #000;
  cursor: pointer;
}

#cTable .active_today{
  background: #ffd27b;
  font-weight: bold;
  color: #850505;
  font-size: 110%;
  cursor: pointer;
  text-decoration: underline;
}

#cTable .action{
  background: #EBE7E4;
  text-decoration: underline;
  color: #850505;
  cursor: pointer;
}


#cTable .disabled{
  color: #888;
  background: #EBE7E4;
}


