/* shared */
td.calendar-day,td.calendar-day-booked, td.calendar-day-np { width:40px; border-bottom:1px solid #1d67a0; border-right:1px solid #1d67a0; text-align:center; }
/* calendar */
table.calendar	{ border-left:1px solid #1d67a0; }
tr.calendar-row	{  }
td.calendar-day	{ min-height:9px; padding-top:4px; font-size:10px; line-height:9px; position:relative; background:#a1c9e8; } * html div.calendar-day { height:8px; }
td.calendar-day-booked	{ min-height:9px; padding-top:4px; font-size:10px; line-height:9px; position:relative; background:#579dd2 url('../img/booked.gif') no-repeat;} * html div.calendar-day-booked { height:8px; }
td.calendar-day-np	{ background:#bfd2e1; min-height:	8px; } * html div.calendar-day-np { height:8px; }
td.calendar-day-head { background:#39484d; font-weight:bold; text-align:center; width:30px;  border-bottom:1px solid #1d67a0; color:white; border-top:1px solid #1d67a0; border-right:1px solid #1d67a0; }

.month_name{color:white;width:100%;text-align:center; font-weight:bold; margin-bottom:15px; margin-top:0px;}
