/* CSS FOR BROWSBOX 2.0 - CALENDAR */
/* ------------------------------- */

div.calendar_detailtitle { margin: 0 0 0px 0; padding: 0 0 2px 0; /*border-bottom: 1px solid #666;*/ }
div.month { margin: 0 0 5px 0; padding: 0 0 2px 0; border-bottom: 1px solid #666; }
div.month h2, div.calendar_detailtitle h1  { margin-bottom: 0px; }
div.month h3, div.calendar_detailtitle h3 { margin: 0 0 5px 0; }
div.month h2  { text-transform: uppercase; font-size: 13px; }
table.cal_table { font-size: 11px;	width: 100%; }
table.cal_table tr { margin: 0 0 3px 0; }
table.cal_table tr td.day_of_week {	width: 80px; }
table.cal_table tr td.date { width: 95px; text-align: right; }
table.cal_table tr td.title { padding: 0 0 0 40px; line-height: 15px; }
div.calendar_detaildatum { font-size: 10px; margin: 1px 0 15px 0; color: #999; }
div.calendar_detailcontent { margin-bottom: 30px; }
div#calendar_detail_navigation { text-align: center; }