﻿*{font-size: 12px;font-family:Arial;}
body{margin: 0px; text-align:left;}
#jMonthCalendar {width:595px;height:378px; display:inline-block;}
#jMonthCalendar .Meeting {}
.MonthlyCalendar{ border-radius:5px;}
.MonthlyCalendar .MonthNavigation{border-bottom:1px #00b2de solid; border-right:1px #00b2de solid;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:left;}
.MonthlyCalendar .MonthName{width:59%;text-align:center;font-weight:bold;float:left;}
.MonthlyCalendar{width:595px; height:100%;border:1px #b5e7fa solid;}
.MonthlyCalendar #CalendarHead {width:100%;background:#b5e7fa none repeat scroll 0 0;}
.MonthlyCalendar #CalendarHead .DateHeader{width:14.285%;text-align:center;border-bottom:1px #00b2de solid; border-right:1px #00b2de solid;}
.MonthlyCalendar #CalendarBody{}
.DateBox{vertical-align:top;border-left:none;border-top:none;border-bottom:solid 1px #bababc;border-right:solid 1px #bababc;width:135px; background:#fff; position:relative}/*除开周末的有效日期td背景色*/
.DateLabel{height:16px;width:100%;background:#fff none repeat scroll 0 0;text-align:right; text-align:center;}/*日期背景色*/
.DateLabel a{cursor:pointer;padding:0 5px 2px;text-decoration:none;line-height:16px;}
#CalendarBody .Inactive,#CalendarBody .Weekend{background:#fafafa none repeat scroll 0 0;}
.Today, #CalendarBody .DateBoxOver{background:#e5e5e5 none repeat scroll 0 0;}
#jMonthCalendar .MoreEvents{font-size:12px;padding:1px 1px 1px 4px;cursor:pointer;display:block;position:absolute;text-align:center;	height:14px;}
#jMonthCalendar .Event{font-size:12px;padding:1px 0 3px 0px;cursor:pointer;display:inline-block;position:absolute;text-align:left;overflow:hidden;height:30px;background:#dedede; width:99%; border:1px solid #999999; border-top:none; border-left:none;}/*显示价格背景*/
#jMonthCalendar .Event a{color:#009900; font-size:11px;}
#jMonthCalendar em{ font-style:normal; color:red;}
.Event a{text-decoration:none;color:#000;float:left;white-space:nowrap;padding-top:1px;}
.Event a:hover { text-decoration:underline; }
.Event span.ui-icon-triangle-1-w { float:left; }
.Event span.ui-icon-triangle-1-e { float:right; }
