﻿body {
}

a { font-size:11px; }
        
#jMonthCalendar { /*position:relative;background-image:url(../images/fras/top_box_homepage.jpg);
	background-repeat:no-repeat;*/
	background-color:#F5F6F8;
	margin-top:6px;
	margin-bottom:10px;
	}
.MonthlyCalendar .MonthNavigation { border-bottom:solid 1px #F5F6F8; clear:both; height:20px; padding:5px 10px 0 10px; }
.MonthlyCalendar .MonthNavPrev, .MonthlyCalendar .MonthNavNext, .MonthlyCalendar .TodayLink { width:7%; float:left; }
.MonthlyCalendar .YearNavNext, .MonthlyCalendar .YearNavPrev { width:10%; float:right; }
.MonthlyCalendar .MonthName { width:80%; text-align:center; font-weight:bold; float:left; }


.MonthlyCalendar { height:100%; width:100%; border:solid 1px #F5F6F8; border-collapse:collapse; }
.MonthlyCalendar #CalendarHead { width:100%; background:#F5F6F8 none repeat scroll 0 0; }
.MonthlyCalendar #CalendarHead .DateHeader { width:14%; text-align:center; }

.MonthlyCalendar #CalendarBody { }
.DateBox { vertical-align:top; border:solid 1px #F5F6F8; }
.DateLabel {background:transparent none no-repeat scroll center top; height:13px; width:100%; background-image:url(../images/fras/bgr_zi_calendar.jpg); background-repeat:no-repeat; text-align:center; color:#3A5D7D; font-weight:bold;margin-bottom:3px;}
.DateLabel a { cursor:pointer; padding:0 5px 2px; text-decoration:none; line-height:12px; }

#CalendarBody .Inactive, #CalendarBody .Weekend { background:#F5F6F8 none repeat scroll 0 0; }
.Today { background:#F5F6F8 none repeat scroll 0 0; }

#jMonthCalendar .Event { background:transparent none no-repeat scroll center top; height:13px; width:100%; background-image:url(../images/fras/bgr_zi_calendar.jpg); background-repeat:no-repeat; text-align:center; color:red; font-weight:bold;margin-bottom:3px;}
.Event a { text-decoration:none; color:#000; }
.Event a:hover { text-decoration:underline; }

#jMonthCalendar .Meeting { background-color: #DDFFFF;}
		#jMonthCalendar .Birthday { background-color: #DD00FF;}
		#jMonthCalendar #Event_3 { background-color:#0000FF; }
		
#jMonthCalendar .specialevent { background:transparent none no-repeat scroll center bottom; height:13px; width:100%; background-image:url(../images/fras/bgr_zi_calendar.jpg); background-repeat:no-repeat; text-align:center; color:red; font-weight:bold;margin-bottom:3px;}		