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

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

#calendar {
  padding: 0px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
 	position: absolute;
	color: #fff;
top: 6px;
left: 975px;
}

#cTable{
  z-index:10;
  font-size: 90%;
  border-top:solid 1px #c1b6d4;
  border-right:solid 1px #c1b6d4;
  border-collapse: collapse;
  background: none;
  color: #000;
  text-align: center;
}

#cTable .prev_month{
  cursor: pointer;
  background: url("../img/prev.gif") center center no-repeat;
  border-left: 1px solid #c1b6d4;
  border-bottom: 1px solid #c1b6d4;
}

#cTable .next_month{
  cursor: pointer;
  background: url("../img/next.gif") center center no-repeat;
  border-left: 1px solid #c1b6d4;
  border-bottom: 1px solid #c1b6d4;
}

#cTable .month_name{
  text-align: center;
  font-size: 10px;
  background: none;
  padding: 0px;
  width: auto;
  border-left: 1px solid #c1b6d4;
  border-bottom: 1px solid #c1b6d4;
  color: #fff;
}

#cTable td{
  color: #fff;
  border-left: solid 1px #c1b6d4;
  border-bottom: solid 1px #c1b6d4;
  height: 14px;
  width: 18px;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  font-size: 10px;
  text-decoration: none;
}

.bubble{
  display: none;
  background: orange;
  width: 120px;
  line-height: 90%;
  position: absolute;
  z-index: 11;
  overflow: hidden;
  text-align: left;
  color: #000;
}

.bubble h5{
  margin: 3px;
  padding: 0;
  font-size: 11px;
}

.bubble p{
  margin: 3px;
  padding: 0;
  font-size: 10px;
}

#cTable .normal, #cTable .highlighted, #cTable .actual, 
#cTable .disabled, #cTable .today, #cTable .active{
  
}

#cTable .normal{
  background: none;
  color: #fff;
  text-align: center;
}

#cTable .highlighted{
  background: #622585;
  color: #fff;
  cursor: pointer;
}

#cTable .highlighted_active{
  background: #622585;
  color: #fff;
  cursor: pointer;
}

#cTable .active{
  background: #fff;
  color: #622585;
  font-weight: bold;
  cursor: pointer;
  
}

#cTable.today .active{
  background: url(../img/calendar-active.gif) center 1px no-repeat;
  color: #fff;
  cursor: pointer;
}

#cTable td.today{
  color: #f4c428;
  cursor: pointer;
}


#cTable .active_today{
  background: #622585;
  color: #fff;
  font-weight: normal;
  cursor: pointer;
}

#cTable .action{
  background: #EBE7E4;
  text-decoration: underline;
  color: #850505;
  cursor: pointer;
}


#cTable .disabled{
  color: #bbb;
  background: none;
}

#cTable h5.cal-head {
	padding: 3px 3px 3px 3px;
	margin: 0;
}

#cTable p.cal-desc {
	padding: 0 3px 3px 3px;
	margin: 0;
	line-height: 11px;
	font-weight: normal;
}


