.news_box_calendar{ width:100%; float:left; margin-bottom:5px; }
.news_box_calendar .header{ width:100%; height:19px; color:#670605; font-size:17px; padding:3px 5px 3px 5px; }
.news_box_calendar .content{ background-image:url(pic/box_calendar_content_bg.gif); background-position:bottom; padding:5px 1px 15px 1px; color:white; }
.news_box_calendar .box_calendar_content ul{ margin:0 0 0 20px; padding:0; list-style-type: none; list-style-position: outside; }
.news_box_calendar .box_calendar_content li{ list-style-image: url(pic/list_image_orange.gif); margin-bottom:3px; }
.news_box_calendar .box_calendar_content li a{ text-decoration:none; color:white; }
.news_box_calendar .box_calendar_content li a:hover{ text-decoration:none; color:white; }

.calendar_header{ width:100%; border:0;}
.calendar_header .left_arrow{  width:30px; float:left; text-align:center; font-size:16px;  font-weight:bold; cursor:pointer; }
.calendar_header .left_arrow a{ border:0; }
.calendar_header .left_arrow img{ border:0; cursor:pointer;}
.calendar_header .date{ border:0; text-align:center; font-size:15px; margin:0 auto 0 auto;}
.calendar_header .right_arrow{ width:30px; float:right; text-align:center; font-size:16px; font-weight:bold; cursor:pointer; }
.calendar_header .right_arrow a{ border:0; }
.calendar_header .right_arrow img{ border:0; cursor:pointer;}
table.ajax_calendar{ clear:both; width:90%;}
.ajax_calendar_show{ clear:both; display:block; width:90%; text-align:center;cursor:pointer; line-height:20px;}
table.ajax_calendar th{font-size:11px; padding:0px; font-weight:normal; width:26px;}
table.ajax_calendar td{text-align:right; color:#999999; font-size:11px; padding:1px;  width:27px;}
table.ajax_calendar td.selected{ color:#ffffff; font-weight:bold; cursor:pointer; }
table.ajax_calendar td.selected a{ color:#ffffff; font-weight:bold; cursor:pointer; }
table.ajax_calendar td.selected:hover{ border:1px solid white; padding:0; }
table.ajax_calendar td.multiple{ color:yellow; font-weight:bold; cursor:pointer; }
table.ajax_calendar td.today{ background-color:#FFBA64;}
.event_box_details{ width:190px; text-align:center;  font-size:11px; }
.event_box_details a{ color:white; }

.news_box_calendar .left_arrow{ width:12px; height:12px; cursor:pointer; cursor:hand; background-image:url(arrow_left.gif); background-repeat:no-repeat; background-position:left; }
.news_box_calendar .right_arrow{ width:12px; height:12px; cursor:pointer; cursor:hand; background-image:url(arrow_right.gif); background-repeat:no-repeat; background-position:right; }
.news_box_calendar_loading{position:absolute; z-index:1000; left:0; top:0; display:none;}