/*****************************************************************************************/
/*                                                                                       */
/*                         Single Day View (day)                                         */
/*                                                                                       */
/*****************************************************************************************/
/* The cells that are defined as workday hour cells. */
.dv_HourCell {
	background : #99DDFF ;
	font-family : Arial, Arial Narrow, Times New Roman ;
	font-size : 9pt ;
	font-weight : Bold ;
}
/* The evening and morning hour cells. */
.dv_HourCellEve {
	background : #6699DD ;
	font-family : Arial, Arial Narrow, Times New Roman ;
	font-size : 9pt ;
	font-weight : Bold ;
}
/* An event listed on the daily calendar. */
.dv_EventTitle {
	background : #aaddaa ;
	font-family : Arial, Arial Narrow, Times New Roman ;
	font-size : 9pt ;
	font-weight : Bold ;
	cursor : pointer ;
}
/* The borders of the hour cells. */
.dv_BorderCell {
	background : #0033AA ;
}
.dv_HourLayer
{
	
}
.dv_HiddenEventLayer 
{
	position : absolute ;
	visibility : hidden ;
}
.dv_EventLayer
{
	background: transparent ;
	position: absolute;
}
.dv_Event {
	background : transparent ;
	font-family : Arial, Arial Narrow, Times New Roman ;
	font-size : 9pt ;
	font-weight : Bold ;
}
.dv_EventTransparent {
	background : transparent ;
	font-family : Arial, Arial Narrow, Times New Roman ;
	font-size : 9pt ;
	font-weight : Bold ;
}
.dv_DayHeaderBkg{
	background : #99DDFF ;
	color : #0033AA ;
	font-family : Arial ;
	font-size : 11pt ;
	font-weight : bold ;
	border-left: solid 1 #0033AA ;													
	border-top: solid 1 #0033AA ;
	border-bottom: solid 1 #0033AA ;
	border-right: solid 1 #0033AA ;
}
/* The button for moving the calendar to the next day. */
.dv_DayHeaderNext{
	background : #99DDFF ;
	color : #0033AA ;
	font-family : Arial ;
	font-size : 9pt ;
	font-weight : bold ;
	text-align : right ;
}
/* The button for moving the calendar to the previous day. */
.dv_DayHeaderPrev{
	background : #99DDFF ;
	color : #0033AA ;
	font-family : Arial ;
	font-size : 9pt ;
	font-weight : bold ;
	text-align : left ;
}
/* The day header for the calendar. */
.dv_DayHeader {
	background : #99DDFF ;
	color : #0033AA ;
	font-family : Arial ;
	font-size : 11pt ;
	font-weight : bold ;
	text-align : center ;
}
.dv_DayHeaderTransparent {
	background : transparent ;
	font-family : Arial ;
	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-color: #b2b2b2;
	font-weight: bold;
	font-size: x-small;
	/*border-top : #b2b2b2 1px solid ;*/
	border-bottom : #b2b2b2 1px solid ;
	border-right: #b2b2b2 1px solid ;
	/*border-left: #b2b2b2 1px solid ;*/
	text-align: center;
	padding-bottom: 2px;
}

/* Weekday day of week header. */
.mv_weekdayDOWHeader {
	background-color: #ccc;
	font-weight: bold;
	font-size: x-small;
	/*border-top : #b2b2b2 1px solid ;*/
	border-bottom : #b2b2b2 1px solid ;
	border-right: #b2b2b2 1px solid ;
	/*border-left: #b2b2b2 1px solid ;*/
	text-align: center;
	padding-bottom: 2px;
}

/* Month header. */
.mv_MonthHeader
{
    font-weight: bold;
    font-size: medium;
}

/* Month header background. */
.mv_MonthHeaderBkg
{
    /*border-right : #808080 1px solid ;
    border-top : #808080 1px solid ;*/
    border-left : #b2b2b2 1px solid ;
    background-color: #25507c;
    color: #fff;
}

.mv_MonthHeaderBkg a,
.mv_MonthHeaderBkg a:active,
.mv_MonthHeaderBkg a:hover,
.mv_MonthHeaderBkg a:visited
{
	color: #fff !important;
}

/* The button for moving the calendar to the next month. */
.mv_MonthHeaderNext
{
    text-align : right ;
}

/* The button for moving the calendar to the previous month. */
.mv_MonthHeaderPrev
{
    text-align : left ;
}

/* The cells at the beginning or end of the month that do not contain days. */
.mv_NonMonthBorder
{
    border-right: #b2b2b2 1px solid ;
    /*border-top: #b2b2b2 1px solid ;*/
    background-color : #e6e6e6;
    /*border-left: #b2b2b2 1px solid ;*/
    border-bottom: #b2b2b2 1px solid ;
}

.mv_NonMonthCell
{
    font-weight: normal;
    background-color: #e6e6e6;
    /*border-top : #b2b2b2 1px solid;*/
    border-bottom : #b2b2b2 1px solid;
    /*border-left : #b2b2b2 1px solid;
    border-right : #b2b2b2 1px solid;*/
}

.mv_DateNonMonthDayCell
{
    font-weight: bold;
    background-color: #e6e6e6;
    border-bottom: #000 1px solid;
}

/* === */
/* The cells where the numerical weekdays appear. */
.mv_DateCell
{
    /*font-weight: bold;*/
    font-size: small;
    background-color: #f2f2f2;
    border-left: #b2b2b2 1px solid;
    border-bottom: #b2b2b2 1px solid;
}

/* The cells where the numerical weekend days appear. */
.mv_DateCellWeekend
{
    /*font-weight: bold;*/
    font-size: small;
    background-color: #f2f2f2;
    border-left: #b2b2b2 1px solid;
    border-bottom: #b2b2b2 1px solid;	
}

/* The cells where today’s numerical day appears. */
.mv_DateCellToday
{
    background-color: yellow;
    border-left : #b2b2b2 1px solid;
    border-bottom : #b2b2b2 1px solid;
    font-weight: bold;
}

/* The weekend cells that hold the Add Event and View Event buttons. */
.mv_DateCellEmptyWeekend
{
    background-color: #f2f2f2;
    border-bottom : #b2b2b2 1px solid ;
}

/* The today cell that holds the Add Event and View Event buttons. */
.mv_DateCellEmptyToday
{
    background-color: yellow;
    border-bottom : #b2b2b2 1px solid ;
}

/* The weekday cells that holds the Add Event and View Event buttons. */
.mv_DateCellEmpty
{
    background: #f2f2f2;
    border-bottom: #b2b2b2 1px solid;
}

/* The popup window that appears when the event is hovered over. */
.mv_eventContainer
{
    visibility: hidden;
    position: absolute;
    width: 180px;
}

/* The today cell that holds listed events. */
.mv_dayBorderToday
{
    border-right: #999 2px solid ;
    border-top: #999 1px solid ;
    background-color: yellow;
    border-left: #999 2px solid ;
    border-bottom: #999 2px solid ;
}

/* The weekday cell that holds listed events. */
.mv_dayBorder
{
    border-right: #b2b2b2 1px solid ;
    /*border-top: #c9bda5 1px solid ;*/
    background-color: #fff;
    /*border-left: #c9bda5 1px solid ;*/
    border-bottom: #b2b2b2 1px solid ;
}

/* The Weekend day cell that holds listed events. */
.mv_dayBorderWeekend
{
    border-right: #b2b2b2 1px solid ;
    /*border-top: #c9bda5 1px solid ;*/
    background-color: #f2f2f2;
    /*border-left: #c9bda5 1px solid ;*/
    border-bottom: #b2b2b2 1px solid ;
}

/* The event title cell. */
.mv_eventTitle
{
    background: transparent;
}

.mv_eventTitle a,
.mv_eventTitle a:active,
.mv_eventTitle a:hover,
.mv_eventTitle a:visited
{
	font-size: x-small !important;
}

/* Today’s event title cell. */
.mv_DayCellToday
{
	background: transparent;
}

.mv_DayCell
{
    background: transparent;
}

/* The font for the event pop-up. */
.mv_TodayCell
{
    font-weight: normal;
    background-color: #fff;
}

/* The border for the event pop-up. */
.mv_eventPopup
{
    border-right: #000 1px solid;
    border-top: #000 1px solid;
    border-left: #000 1px solid;
    border-bottom: #000 1px solid;
    background-color: #fff;
}

/*****************************************************************************************/
/*                                                                                       */
/*                         Inline View (inline)                                          */
/*                                                                                       */
/*****************************************************************************************/
/* The inline view header background. */
.ILViewHeaderBkg
{
    FONT-WEIGHT: bold;
    TEXT-ALIGN: center ;
}

.ILViewHeader
{
    FONT-WEIGHT: bold;
    FONT-SIZE: large;
    BACKGROUND-COLOR: #25507c;
    COLOR: White;
    TEXT-ALIGN: center;
}

/* Font for the event description. */
.ILViewEvent
{
    VISIBILITY: visible;
}

/* The date for the inline view. */
.ILViewDate
{
    FONT-WEIGHT: bold;
    BORDER-BOTTOM: solid 1px #bcbcbc;
    BORDER-TOP: solid 1px #bcbcbc;
}
.ILViewTodayDate
{
    FONT-WEIGHT: bold;
}
/* The cell the events are listed in. */
.ILViewDayCell
{
}
.ILViewTodayCell
{
}

/*****************************************************************************************/
/*                                                                                       */
/*                         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-family : Arial ;
	font-weight : normal ;
	font-size : 8pt;
	text-align : center ;
	border-right: #aaaaaa 1px solid ;
	border-bottom: #aaaaaa 1px solid ;
	border-left: #aaaaaa 1px solid ;
}
/* The weekend day cell. */
.mup_weekendCell {
	background : #dedeff ;
	font-family : Arial ;
	font-weight : normal ;
	font-size : 8pt;
	text-align : center ;
	border-right: #aaaaaa 1px solid ;
	border-bottom: #aaaaaa 1px solid ;
	border-left: #aaaaaa 1px solid ;
}
/* The week day cell. */
.mup_weekdayCell {
	background : #eeffff ;
	font-family : Arial ;
	font-weight : normal ;
	font-size : 8pt;
	text-align : center ;
	border-right: #aaaaaa 1px solid ;
	border-bottom: #aaaaaa 1px solid ;
	border-left: #aaaaaa 1px solid ;
}
/* Highlights the weekdays that have events. */
.mup_weekdayEventCell {
	background : #ffffee ;
	font-family : Arial ;
	font-weight : normal ;
	font-size : 8pt;
	text-align : center ;
	border-right : #aaaaaa 1px solid ;
	border-bottom : #aaaaaa 1px solid ;
	border-left : #aaaaaa 1px solid ;
	cursor : pointer ;
}
.mup_weekenddayEventCell {
	background : #eeeedd ;
	font-family : Arial ;
	font-weight : normal ;
	font-size : 8pt;
	text-align : center ;
	border-right : #aaaaaa 1px solid ;
	border-bottom : #aaaaaa 1px solid ;
	border-left : #aaaaaa 1px solid ;
	cursor : pointer ;
}
.mup_weekendEventCell {
	background : #ccccff ;
	font-family : Arial ;
	font-weight : normal ;
	font-size : 8pt;
	text-align : center ;
	border-right : #aaaaaa 1px solid ;
	border-bottom : #aaaaaa 1px solid ;
	border-left : #aaaaaa 1px solid ;
	cursor : pointer ;
}
/* Weekend day of week header. */
.mup_weekendDOWHeader {
	background : #ddddff ;
	font-family : Arial ;
	font-weight : Bold ;
	font-size : 8pt;
	border-right: #aaaaaa 1px solid ;
	border-bottom: #aaaaaa 1px solid ;
	border-left: #aaaaaa 1px solid ;
	text-align : center ;
}
/* Weekday day of week header. */
.mup_weekdayDOWHeader {
	background : #eeeeff ;
	font-family : Arial ;
	font-weight : Bold ;
	font-size : 8pt;
	border-right: #aaaaaa 1px solid ;
	border-bottom: #aaaaaa 1px solid ;
	border-left: #aaaaaa 1px solid ;
	text-align : center ;
}
/* The year selection cell. */
.mup_yearFooter
{
	background : #eeeeee ;
	font-family : Arial ;
	font-weight : Bold ;
	font-size : 9pt;
	text-align : center ;
}
/* The border around the month header. */
.mup_monthHeaderBorder {
	background : #eeeeee ;
	font-family : Arial ;
	font-weight : Bold ;
	font-size : 10pt;
	border-right : #aaaaaa 1px solid ;
	border-top : #aaaaaa 1px solid ;
	border-bottom : #aaaaaa 1px solid ;
	border-left : #aaaaaa 1px solid ;
	text-align : center ;
}
/* The month header. */
.mup_monthHeader {
	background : #eeeeee ;
	font-family : Arial ;
	font-weight : Bold ;
	font-size : 10pt;
	text-align : center ;
}
/* The previous button, on the month header. */
.mup_monthHeaderPrev {
	background : #eeeeee ;
	font-family : Arial ;
	font-weight : Bold ;
	font-size : 8pt;
	text-align : center ;
}	
/* The next button, on the month header. */
.mup_monthHeaderNext {
	background : #eeeeee ;
	font-family : Arial ;
	font-weight : Bold ;
	font-size : 8pt;
	text-align : center ;
}
/* The background for the event display. */
.mup_eventDispBkg {
	background : #fff ;
	font-family : Arial ;
	font-weight : normal ;
	font-size : 10pt;
	text-align : left ;
	/*border-right : #aaaaaa 1px solid ;
	border-top : #aaaaaa 1px solid ;
	border-bottom : #aaaaaa 1px solid ;
	border-left : #aaaaaa 1px solid ;*/
	padding: 0px 10px 10px 10px;
}
/* The event display. */	
.mup_eventDisplay {
	background : transparent ;
	font-family : Arial ;
	font-weight : normal ;
	font-size : 10pt;
	text-align : left ;
}
/* The event display date header. */
.mup_eventDisplayDate 
{
	color : #fff;
	line-height: 140%;
	font-size : 12pt ;
	font-weight : bold ;
	background-color : #25507c ;
	font-family : Arial ;
	text-align : center ;
	border-bottom : #aaaaaa 1px solid ;
}
/* Display for the event title. */
.mup_eventDisplayEventTitle {
	font-weight : bold ;
	background : transparent ;
	font-family : Arial ;
	font-size : 10pt;
	text-align : left ;
}
/* Display for the event location. */
.mup_eventDisplayLocation {
	background : transparent ;
	font-family : Arial ;
	font-weight : normal ;
	font-size : 10pt;
	text-align : left ;
}
/* Display for event times. */
.mup_eventDisplayTimes {
	background : transparent ;
	font-family : Arial ;
	font-weight : normal ;
	font-size : 10pt;
	text-align : left ;
}
/* Displays the event’s long description. */
.mup_eventDisplayLongDesc {
	background : transparent ;
	font-family : Arial ;
	font-weight : normal ;
	font-size : 10pt;
	text-align : left ;
	border-bottom: solid 1px #aaa;
}
.mup_hiddenEvent {
	visibility : hidden ;
	position : absolute ;
	display : none ;	
}
.mup_weekdayLoggedInCell {
	background : #eeffff ;
	font-family : Arial ;
	font-weight : normal ;
	font-size : 8pt;
	text-align : center ;
	border-right : #aaaaaa 1px solid ;
	border-bottom : #aaaaaa 1px solid ;
	border-left : #aaaaaa 1px solid ;
	cursor : pointer ;
}
.mup_weekenddayLoggedInCell {
	background : #dedeff ;
	font-family : Arial ;
	font-weight : normal ;
	font-size : 8pt;
	text-align : center ;
	border-right : #aaaaaa 1px solid ;
	border-bottom : #aaaaaa 1px solid ;
	border-left : #aaaaaa 1px solid ;
	cursor : pointer ;
}
/*****************************************************************************************/
/*                                                                                       */
/*                         Event View (event)                                            */
/*                                                                                       */
/*****************************************************************************************/

.evt_TitleCell 
{
		background : #C5DAEF ;
		font-family : Arial ;
		font-weight : bold ;
		font-size : 12pt;
		text-align : center ;
		border-top : #A39986 1px solid ;
		border-left : #A39986 1px solid ;
		border-right : #A39986 1px solid ;
}
.evt_DateCell 
{
		background : #C5DAEF ;
		font-family : Arial ;
		font-weight : bold ;
		font-size : 9pt;
		text-align : center ;
		border-top : #A39986 1px solid ;
		border-left : #A39986 1px solid ;
		border-right : #A39986 1px solid ;
}
.evt_ViewDayCell 
{
		background : #C5DAEF ;
		font-family : Arial ;
		font-weight : normal ;
		font-size : 10pt;
		text-align : left ;
		border-bottom : #A39986 1px solid ;
		border-left : #A39986 1px solid ;
		border-right : #A39986 1px solid ;
}
.evt_ViewEvent 
{
		background : #C5DAEF ;
		font-family : Arial ;
		font-weight : bold ;
		font-size : 10pt;
		text-align : left ;
}

/*****************************************************************************************/
/*                                                                                       */
/*                         Event Type Control (used in month display)                    */
/*                                                                                       */
/*****************************************************************************************/
/* The background of the event type control cell. */
.etCtrl_Background {
    border-right : #c9bda5 2px solid ;
    border-top : #c9bda5 2px solid ;
    border-left : #c9bda5 2px solid ;
    border-bottom : #c9bda5 2px solid ;
    font-size: 9pt ;
    background: #A5B7C9 ;
    font-family: Arial ;
}
/* The instructions cell for event type control. */
.etCtrl_InstructCell {
	background: transparent ;
	font-family: Arial ;
    font-size: 9pt ;
    font-weight : bold ;
    text-align : right ;
    vertical-align : top ;
}
/* The cell the selection box is displayed in. */
.etCtrl_SelCell {
	background: transparent ;
	font-family: Arial ;
    font-size: 9pt ;
    text-align : left ;
    vertical-align : top ;
}
/* The event type selection box. */
.etCtrl_selectBox {
	background : #c5daef ;
}
