/*
CALENDAR LIST
*/
.avai_event{margin:0 0 10px 0;padding:3px 5px 3px 5px;background:#f5f5f5;border:1px solid #e9e9e9}
/*
CALENDAR
*/
/*****************************************************************************************/
/*                                                                                       */
/*                         Single Day View (day)                                         */
/*                                                                                       */
/*****************************************************************************************/
/* The cells that are defined as workday hour cells. */
.dv_HourCell{padding:3px 0 3px 3px;background:#CFDCE9;font-size:9pt;font-weight:Bold}
/* The evening and morning hour cells. */
.dv_HourCellEve{padding:0px 0 0px 3px;background:#EFF3F7;font-size:9pt}
/* An event listed on the daily calendar. */
.dv_EventTitle{background:#333;color:#fff;padding:10px 10px 0 5px;-moz-opacity:0.75;filter:alpha(opacity=75);font-size:9pt;font-weight:Bold;cursor:pointer;
white-space:normal;width:40px;overflow:hidden}



/* The borders of the hour cells. */
.dv_BorderCell{background:#F9FBFC;height:1px }
.dv_HourLayer{}
.dv_HiddenEventLayer{position:absolute;visibility:hidden}
.dv_EventLayer{position:absolute}
.dv_Event{font-size:9pt;font-weight:Bold}
.dv_EventTransparent{font-size:9pt;font-weight:Bold}
.dv_DayHeaderBkg{font-weight:bold;font-size:9pt;height:54px;background:url(../images/backgrounds/calendar-header-blu.gif) no-repeat top left}
.dv_DayHeaderNext{font-size:12px;font-weight:bold;padding-right:20px;text-align:right}
.dv_DayHeaderNext a{color:#486E95;text-decoration:none}
.dv_DayHeaderPrev{font-size:12px;font-weight:bold;padding-left:20px;text-align:left}
.dv_DayHeaderPrev a{color:#486E95;text-decoration:none}


/* The day header for the calendar. */
.dv_DayHeader{font-size:20px;font-weight:bold;text-align:center}
.dv_DayHeader a{color:#666}


.dv_DayHeaderTransparent{font-size:11pt;font-weight:bold}
.dv_LongDescriptionHidden{visibility:hidden;position:absolute}
.dv_LongDescriptionVisible{position:relative;visibility:visible;background-color:#eeeeee}
/*****************************************************************************************/
/*                                                                                       */
/*                         Month View (month)                                            */
/*                                                                                       */
/*****************************************************************************************/
/* Weekend day of week header. */
.mv_weekendDOWHeader{background:#fff;font-weight:bold;font-size:8pt;text-align:center;border-color:#e0e0e0;border-left:1px solid #F4F7EA;border-right:1px solid #F4F7EA;border-bottom:1px solid #F4F7EA}
/* Weekday day of week header. */
.mv_weekdayDOWHeader{background:#fff;font-weight:Bold;font-size:8pt;text-align:center;border-color:#e0e0e0;border-left:1px solid #F4F7EA;border-bottom:1px solid #F4F7EA}
/* Month header. */
.mv_MonthHeader{font-size:20px;font-weight:bold;color:#666}
/* Month header background. */
.mv_MonthHeaderBkg{font-weight:bold;font-size:10px;background:url(../images/backgrounds/calendar-header-blu.gif) no-repeat top left}
/* The button for moving the calendar to the next month. */
.mv_MonthHeaderNext{font-size:12px;font-weight:bold;padding-right:20px;text-align:right}
.mv_MonthHeaderNext a{color:#486e95;text-decoration:none}
/* The button for moving the calendar to the previous month. */
.mv_MonthHeaderPrev{font-size:12px;font-weight:bold;padding-left:20px;text-align:left}
.mv_MonthHeaderPrev a{color:#486e95;text-decoration:none}
/* The cells at the beginning or end of the month that do not contain days. */
.mv_NonMonthBorder{background:#f9fbfc;border:1px solid #fff} 

.mv_NonMonthCell{}

.mv_DateNonMonthDayCell{}
/* The cells where the numerical weekdays appear. */
.mv_DateCell{font-weight:bold;font-size:10px;border-left:#fff 1px solid;border-bottom:#fff 1px solid}
/* The cells where the numerical weekend days appear. */
.mv_DateCellWeekend{font-weight:bold;font-size:10px;border-left:#fff 1px solid;border-bottom:#fff 1px solid}
.mv_DateCellWeekend a{color:#999;text-decoration:none}
/* The cells where today’s numerical day appears. */
.mv_DateCellToday{border-left:#fff 1px solid;border-bottom:#fff 1px solid;font-size:10px;font-weight:bold}
.mv_DateCellToday a{color:#666;text-decoration:none}
/* The weekend cells that hold the Add Event and View Event buttons. */
.mv_DateCellEmptyWeekend{border-bottom:#fff 1px solid;font-size:10px;font-weight:bold}
.mv_DateCell a{color:#878787;text-decoration:none }
/* The today cell that holds the Add Event and View Event buttons. */
.mv_DateCellEmptyToday{border-bottom:#fff 1px solid;font-size:10px;font-weight:bold}
/* The weekday cells that holds the Add Event and View Event buttons. */
.mv_DateCellEmpty{font-weight:bold;font-size:10px;border-bottom:#fff 1px solid}
/* The popup window that appears when the event is hovered over. */
.mv_eventContainer{visibility:hidden;position:absolute}
/* The today cell that holds listed events. */
.mv_dayBorderToday{background:#b4cbe2;border:#6288ae 2px solid}
/* The weekday cell that holds listed events. */
.mv_dayBorder{background:#cfdce9;border:#fff 1px solid}
/* The Weekend day cell that holds listed events. */
.mv_dayBorderWeekend{background:#eff3f7;border:#fff 1px solid}
/* The event title cell. */
.mv_eventTitle{font-weight:normal;font-size:10px;background:transparent}
.mv_eventTitle a{color:#486E95;text-decoration:none }
/* Today’s event title cell. */
.mv_DayCellToday{font-weight:bold;font-size:9pt}
.mv_DayCell a{color:#486e95;text-decoration:none}
.mv_DayCell{font-weight:normal;font-size:9pt}
/* The font for the event pop-up. */
.mv_TodayCell{font-weight:normal;font-size:10px;color:#ccc}
/* The border for the event pop-up. */
.mv_eventPopup{background:#000;-moz-opacity:0.80;filter:alpha(opacity=80);border:#333 1px solid}

/*****************************************************************************************/
/*                                                                                       */
/*                         Inline View (inline)                                          */
/*                                                                                       */
/*****************************************************************************************/
/* The inline view header background. */
.ILViewHeaderBkg{font-weight:bold;font-size:11pt;background:#CFDCE9;text-align:center;padding-left:10px}

.ILViewHeader{font-weight:bold;font-size:11pt;background:#ddddff;text-align:center}
/* Font for the event description. */
.ILViewEvent{font-size:9pt}
/* The date for the inline view. */
.ILViewDate{font-weight:bold;font-size:12pt;background:#EFF3F7;border-left:1px solid #CFDCE9;border-right:1px solid #CFDCE9}
.ILViewTodayDate{border-right:#9999ff 1px solid;border-top:#9999ff 1px solid;font-weight:bold;font-size:9pt;background:#eeeeaa;border-left:#9999ff 1px solid}
/* The cell the events are listed in. */
.ILViewDayCell{font-size:9pt;background:#F9FBFC;border-bottom:5px solid #CFDCE9;border-left:1px solid #CFDCE9;border-right:1px solid #CFDCE9}
.ILViewTodayCell{border-right:#9999ff 1px solid;border-top:#9999ff 1px solid;font-weight:bold;font-size:9pt;background:#eeeedd;border-left:#9999ff 1px solid;border-bottom:#9999ff 1px solid}

/*****************************************************************************************/
/*                                                                                       */
/*                         Month-Up With Event (monthupwithevent)                        */
/*                                                                                       */
/*****************************************************************************************/
/* The cells at the beginning or end of the month that do not contain days. */
.mup_nonMonthCell{background:#eeeeee;font-weight:normal;font-size:8pt;text-align:center;border-right:#aaa 1px solid;border-bottom:#aaa 1px solid;border-left:#aaa 1px solid}
/* The weekend day cell. */
.mup_weekendCell{background:#dedeff;font-weight:normal;font-size:8pt;text-align:center;border-right:#aaa 1px solid;border-bottom:#aaa 1px solid;border-left:#aaa 1px solid}
/* The week day cell. */
.mup_weekdayCell{background:#eeffff;font-weight:normal;font-size:8pt;text-align:center;border-right:#aaa 1px solid;border-bottom:#aaa 1px solid;border-left:#aaa 1px solid}
/* Highlights the weekdays that have events. */
.mup_weekdayEventCell{background:#ffffee;font-weight:normal;font-size:8pt;text-align:center;border-right:#aaa 1px solid;border-bottom:#aaa 1px solid;border-left:#aaa 1px solid;cursor:pointer}
.mup_weekenddayEventCell{background:#eeeedd;font-weight:normal;font-size:8pt;text-align:center;border-right:#aaa 1px solid;border-bottom:#aaa 1px solid;border-left:#aaa 1px solid;cursor:pointer}
.mup_weekendEventCell{background:#ccccff;font-weight:normal;font-size:8pt;text-align:center;border-right:#aaa 1px solid;border-bottom:#aaa 1px solid;border-left:#aaa 1px solid;cursor:pointer}
/* Weekend day of week header. */
.mup_weekendDOWHeader{background:#ddddff;font-weight:Bold;font-size:8pt;border-right:#aaa 1px solid;border-bottom:#aaa 1px solid;border-left:#aaa 1px solid;text-align:center}
/* Weekday day of week header. */
.mup_weekdayDOWHeader{background:#eeeeff;font-weight:Bold;font-size:8pt;border-right:#aaa 1px solid;border-bottom:#aaa 1px solid;border-left:#aaa 1px solid;text-align:center}
/* The year selection cell. */
.mup_yearFooter{background:#eeeeee;font-weight:Bold;font-size:9pt;text-align:center}
/* The border around the month header. */
.mup_monthHeaderBorder{background:#eeeeee;font-weight:Bold;font-size:10pt;border-right:#aaa 1px solid;border-top:#aaa 1px solid;border-bottom:#aaa 1px solid;border-left:#aaa 1px solid;text-align:center}
/* The month header. */
.mup_monthHeader{background:#eee;font-weight:Bold;font-size:10pt;text-align:center}
/* The previous button, on the month header. */
.mup_monthHeaderPrev{background:#eeeeee;font-weight:Bold;font-size:8pt;text-align:center}	
/* The next button, on the month header. */
.mup_monthHeaderNext{background:#eee;font-weight:Bold;font-size:8pt;text-align:center}
/* The background for the event display. */
.mup_eventDispBkg{background:#eeeeff;font-size:10pt;text-align:left;border-right:#aaa 1px solid;border-top:#aaa 1px solid;border-bottom:#aaa 1px solid;border-left:#aaa 1px solid}
/* The event display. */	
.mup_eventDisplay{background:transparent;font-weight:normal;font-size:10pt;text-align:left}
/* The event display date header. */
.mup_eventDisplayDate{font-size:12pt;font-weight:bold;background:transparent;text-align:center;border-bottom:#aaa 1px solid}
/* Display for the event title. */
.mup_eventDisplayEventTitle{font-weight:bold;background:transparent;font-size:10pt;text-align:left}
/* Display for the event location. */
.mup_eventDisplayLocation{background:transparent;font-weight:normal;font-size:10pt;text-align:left}
/* Display for event times. */
.mup_eventDisplayTimes{background:transparent;font-weight:normal;font-size:10pt;text-align:left}
/* Displays the event’s long description. */
.mup_eventDisplayLongDesc{background:transparent;font-weight:normal;font-size:10pt;text-align:left}
.mup_hiddenEvent{visibility:hidden;position:absolute;display:none}
.mup_weekdayLoggedInCell{background:#eeffff;font-weight:normal;font-size:8pt;text-align:center;border-right:#aaa 1px solid;border-bottom:#aaa 1px solid;border-left:#aaa 1px solid;cursor:pointer}
.mup_weekenddayLoggedInCell{background:#dedeff;font-weight:normal;font-size:8pt;text-align:center;border-right:#aaa 1px solid;border-bottom:#aaa 1px solid;border-left:#aaa 1px solid;cursor:pointer}
/*****************************************************************************************/
/*                                                                                       */
/*                         Event View (event)                                            */
/*                                                                                       */
/*****************************************************************************************/

.evt_TitleCell{font-weight:bold;font-size:14pt}
.evt_DateCell{font-size:10pt;color:#666}
.evt_ViewDayCell{}
.evt_ViewEvent{}

/*****************************************************************************************/
/*                                                                                       */
/*                         Event Type Control (used in month display)                    */
/*                                                                                       */
/*****************************************************************************************/
/* The background of the event type control cell. */
.etCtrl_Background{border-top:#fff 5px solid;background:#CFDCE9}
/* The instructions cell for event type control. */
.etCtrl_InstructCell{background:transparent;font-size:9pt;font-weight:bold;text-align:right;vertical-align:top}
/* The cell the selection box is displayed in. */
.etCtrl_SelCell{font-size:9pt;text-align:left;vertical-align:top}
/* The event type selection box. */
.etCtrl_selectBox{color:#333;background:#EFF3F7;border:4px solid #fff}


