div .calendar {
   display: block;
   width: 550px;
}

div .calendar_row_top {
   height: 1px;
   background-color: #0;
   border-bottom: 1px solid #E7AB0B;
   display: block;
}

div .calendar_row_bottom {
   height: 1px;
   background-color: #0;
   display: block;
}

div .calendar_row_odd {
   display: block;
   border-bottom: 1px solid #E7AB0B;
   padding: 0px;
}

div .calendar_row_even {
   display: block;
   border-bottom: 1px solid #E7AB0B;
   padding: 0px;
}

div .calendar_day_nr {
   display: inline;
   float: left;
   width: 28px;
}

div .calendar_day_text {
   display: inline;
   float: left;
   width: 25px;
   padding-left: 10px;
}

div .calendar_day_entry {
   display: block;
   border-left: 1px solid #E7AB0B;
   margin-left: 59px;
   padding-left: 5px;
}

div .calendar h4 {
   /* have it your way */
}

/* optional div-containers */

/* use only, if the saturday-alias is enabled */
div .calendar_row_saturday {
   padding: 0px;
   border-bottom: 1px solid #E7AB0B;
   background-color: #eeedff;
   display: block;
}

/* use only, if the sunday-alias is enabled */
div .calendar_row_sunday {
   padding: 0px;
   border-bottom: 1px solid #E7AB0B;
   background-color: #c7c4ff;
   display: block;
}

/* use only, if the special-row is enabled */
div .calendar_row_special {
   padding: 0px;
   border-bottom: 1px solid #E7AB0B;
   display: block;
   background-color: #fd7bda;
}

