#calendar{
	/*margin van 5 px op de binnenliggende table, anders lukt het niet in IE*/
	padding: 5px;
}

table.cal{
	margin: 5px;
	border: 1px solid #000;
  background: #597F1C;
  font-size: 12px;
}

th.cal_day_title{
  background: #597F1C;
  color: #FFF;
  font-variant:small-caps;
}

td.cal_day, td.cal_active{
  width: 20px;
  text-align: center;
  border-right:1px solid #777777;
  border-bottom:1px solid #777777;
}

td.cal_day{
  font-weight:bold;
  background: #FFF;
}

td.other{
  background:#FFA209;
}

a.cal_active{
  color: #FFFFFF;
  font-weight: bold;
}

td.cal_nav, a.cal_nav{
  color: #FFF !important;
  background: #597F1C;
  font-weight: bold;
  text-align: center;
	font-size: 12px;
} 

span.cal_cur_date{
  /*margin-left:25px;
  margin-right:25px;*/
}

.cal_today{
    color: #ECCF33;
    border: 1px solid red;
    font-weight: bold;
}