table.calender_month {
   background: #efefef;
   text-align: center;
   display: compact;
}

#content table.calender_month {
	margin: 0px;
	width: 90%;
}
table.calender_month td {
   width: 30px;
   height: 19px;
   color: #333;
   background: #fff;
   border-right: 1px solid #aaa;
   border-bottom: 1px solid #aaa;
   padding-top: 0px;
   overflow: hidden;
}
table.calender_month td.left,  table.calender_month td.center,  table.calender_month td.right{
   height: 0px;
}
table.calender_month td .event {
   margin: 0px;
   border: 1px solid #ff0000;
   background: #ffdddd;
}
table.calender_month td .today{
   font-weight: bold;
   border: 1px solid #0000ff;
   
}
table.calender_month td.cal_not_in_month {
   background: 0;
   color: #bbb; 
   border: 0px;
}

table.calender_month th {
   color: #000;
   background: #fff;
   padding: 5px;
   text-align: center;
   border-right: 1px solid #aaa;
   border-bottom: 1px solid #aaa;
}
table.calender_month th.dag{
   background: #444;
   color: #fff;
   border: 0px;
   border-bottom: 1px solid #000;
}
