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

table.cal{
	margin: 0px;
  background: #FFF;
  font-size: 12px;
}

th.cal_day_title{
  background: #828481;
  color: #FFF;
  font-variant:small-caps;
  border: 1px solid #DBDBDB;
}

td.cal_day, td.cal_active{
	color: #DBDBDB;
  width: 25px;
  text-align: center;
  border: 1px solid #DBDBDB;
  /*border-right:1px solid #DBDBDB;
  border-bottom:1px solid #DBDBDB;*/
}

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

td.other{
  background:#FFA209;
}

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

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

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

td.cal_today{
    color: #76B135;
		background: #D8E9D2;
    border: 1px solid #76B135;
}