/*****************************************************************************************/
/*                                                                                       */
/*                         Single Day View (day)                                         */
/*                                                                                       */
/*****************************************************************************************/
/* The cells that are defined as workday hour cells. */
.dv_HourCell {
	, verdana Narrow, Times New Roman ;
	color: #FFFFFF;
	background-color: #91be4a;
	font-weight: bold;
}
/* The evening and morning hour cells. */
.dv_HourCellEve {
	background : #e2ffe0;
	, verdana Narrow, Times New Roman ;
	color: #000033;
}
/* An event listed on the daily calendar. */
.dv_EventTitle {
	, verdana Narrow, Times New Roman ;
	cursor : pointer;
	width: 25px;
	font-weight: bold;
	color: #eb0f7e;
	height: auto;
	background-color: #FFFFFF;
}
/* The borders of the hour cells. */
.dv_BorderCell {
	background-color: #FFFFFF;
}
.dv_HourLayer
{
	
}
.dv_HiddenEventLayer 
{
	position : absolute ;
	visibility : hidden ;
}
.dv_EventLayer
{
	background: transparent ;
	position: absolute;
}
.dv_Event {
	background : transparent ;
	, verdana Narrow, Times New Roman ;
	
	
}
.dv_EventTransparent {
	background : transparent ;
	, verdana Narrow, Times New Roman ;
	
	
}
.dv_DayHeaderBkg{
	color : #0033AA;
	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 ;
	
	
	
	text-align : right ;
}
/* The button for moving the calendar to the previous day. */
.dv_DayHeaderPrev{
	background : #99DDFF ;
	color : #0033AA ;
	
	
	
	text-align : left ;
}
/* The day header for the calendar. */
.dv_DayHeader {
	background : #99DDFF ;
	color : #0033AA ;
	
	
	
	text-align : center ;
}
.dv_DayHeaderTransparent {
	background : transparent ;
	
	
	
}
.dv_LongDescriptionHidden {
	visibility : hidden ;
	position : absolute ;
}
.dv_LongDescriptionVisible {
	position : relative ;
	visibility : visible ;
	background-color : #ffffff ;
}
/*****************************************************************************************/
/*                                                                                       */
/*                         Month View (month)                                            */
/*                                                                                       */
/*****************************************************************************************/
/* Weekend day of week header. */
.mv_weekendDOWHeader {
	background : #00aae2 ;
	
	
	font-size : 8pt;
	color : #ffffff ;
	border-top : #e8e8e8 1px solid ;
	border-bottom : #e8e8e8 1px solid ;
	border-right: #e8e8e8 1px solid ;
	border-left: #e8e8e8 1px solid ;
	text-align : center ;
}
/* Weekday day of week header. */
.mv_weekdayDOWHeader {
	background : #00aae2 ;
	
	
	font-size : 8pt;
	color : #ffffff ;
	border-top : #e8e8e8 1px solid ;
	border-bottom : #e8e8e8 1px solid ;
	border-right: #e8e8e8 1px solid ;
	border-left: #e8e8e8 1px solid ;
	text-align : center ;
}
/* Month header. */
.mv_MonthHeader
{
	FONT-SIZE: 1.6em;
	BACKGROUND: transparent;
	font-weight: bold;
	color: #eb0f7e;
}
/* Month header background. */
.mv_MonthHeaderBkg
{
    border-right : #e2ffe0 1px solid ;
    border-top : #e2ffe0 0px solid ;
    border-left : #e2ffe01px solid ;
    
    
    background: #ffffff ;
    
}
/* The button for moving the calendar to the next month. */
.mv_MonthHeaderNext
{
    
    
    BACKGROUND: transparent;
    
    text-align : right ;
}
/* The button for moving the calendar to the previous month. */
.mv_MonthHeaderPrev
{
    
    
    BACKGROUND: transparent;
    
    text-align : left ;
}
/* The cells at the beginning or end of the month that do not contain days. */
.mv_NonMonthBorder
{
    border-right: #e8e8e8 1px solid ;
    border-top: #e8e8e8 1px solid ;
    /* background: #e2ffe0 ; */
    background : #ffffff ;
    border-left: #e8e8e8 1px solid ;
    border-bottom: #e8e8e8 1px solid ;
}

.mv_NonMonthCell
{
    font-weight: normal;
    
    /* background: #e2ffe0; */
    background : #ffffff ;
    
    border-top : #e8e8e8 1px solid;
    border-bottom : #e8e8e8 1px solid;
    border-left : #e8e8e8 1px solid;
    border-right : #e8e8e8 1px solid;
}

.mv_DateNonMonthDayCell
{
    
    
    /* background: #e2ffe0; */
    background : #ffffff ;
    border-bottom: #000000 1px solid;
    
}
/* The cells where the numerical weekdays appear. */
.mv_DateCell
{
    
    
    background: #e2ffe0;
    border-left: #e8e8e8 1px solid;
    border-bottom: #e8e8e8 1px solid;
    
}
/* The cells where the numerical weekend days appear. */
.mv_DateCellWeekend
{
    
    
    BACKGROUND: #00aae2;
    BORDER-LEFT: #e8e8e8 1px solid;
    BORDER-BOTTOM: #e8e8e8 1px solid;
    	
}
/* The cells where today’s numerical day appears. */
.mv_DateCellToday
{
	/* border-left : #e8e8e8 1px solid ; */
    border-left : #b38b3b 1px solid;
	/* border-bottom : #e8e8e8 1px solid ; */
    border-bottom : #b38b3b 1px solid;
	background-color: #eb0f7e;    
    
}
/* The weekend cells that hold the Add Event and View Event buttons. */
.mv_DateCellEmptyWeekend
{
    background : #00aae2;
    border-bottom : #e8e8e8 1px solid ;
    
    
    
}
/* The today cell that holds the Add Event and View Event buttons. */
.mv_DateCellEmptyToday
{
	/* background : #00aae2 ; */
    background : #eb0f7e;
	/* border-bottom : #e8e8e8 1px solid ; */
    border-bottom : #b38b3b 1px solid;    
    
}
/* The weekday cells that holds the Add Event and View Event buttons. */
.mv_DateCellEmpty
{
    
    
    background: #e2ffe0;
    border-bottom: #e8e8e8 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
{
	/*
    border-right: #e8e8e8 1px solid ;
    border-top: #e8e8e8 1px solid ;
    background: #00aae2 ;
    border-left: #e8e8e8 1px solid ;
    border-bottom: #e8e8e8 1px solid ;
    */
    border-right: #b38b3b 1px solid;
	border-top: #b38b3b 1px solid;
	background: #eb0f7e;
	border-left: #b38b3b 1px solid;
	border-bottom: #b38b3b 1px solid;
}
/* The weekday cell that holds listed events. */
.mv_dayBorder
{
    border-right: #e8e8e8 1px solid ;
    border-top: #e8e8e8 1px solid ;
    background: #e2ffe0 ;
    border-left: #e8e8e8 1px solid ;
    border-bottom: #e8e8e8 1px solid ;
}
/* The Weekend day cell that holds listed events. */
.mv_dayBorderWeekend
{
    border-right: #e8e8e8 1px solid ;
    border-top: #e8e8e8 1px solid ;
    background: #00aae2 ;
    border-left: #e8e8e8 1px solid ;
    border-bottom: #e8e8e8 1px solid ;
	font-size: .8em;
	
}
/* The event title cell. */
.mv_eventTitle
{
    FONT-WEIGHT: normal;
    
    BACKGROUND: transparent ;
    
}
/* Today’s event title cell. */
.mv_DayCellToday
{
	background : transparent;
	font-size: .8em;
	display: list-item;    
    
}
.mv_DayCell
{
	FONT-WEIGHT: normal;
	BACKGROUND: transparent;
	font-size: .8em;

}


/* The font for the event pop-up. */
.mv_TodayCell
{
	font-size: 1.4em;
	color: White;
	BACKGROUND: #00aae2;
	border: thin solid #FFFFFF;
	width: 300px;
}
/* The border for the event pop-up. */
.mv_eventPopup
{
    BORDER-RIGHT: #000000 0px solid;
    BORDER-TOP: #000000 0px solid;
    BORDER-LEFT: #000000 0px solid;
    BORDER-BOTTOM: #000000 0px solid;
}

/*****************************************************************************************/
/*                                                                                       */
/*                         Inline View (inline)                                          */
/*                                                                                       */
/*****************************************************************************************/
/* The inline view header background. */
.ILViewHeaderBkg
{
	BORDER-RIGHT: #ffffff 0px solid;
	BORDER-TOP: #ffffff 0px solid;
	Color: #e2ffe0;
	
	TEXT-ALIGN: left;
	background-color: #91be4a;
	font-size: .9em;
	font-weight: bold;
}

.ILViewHeader
{
	font-size: .9em;
	BACKGROUND: #00aae2;
	Color: #ffffff;
	
	TEXT-ALIGN: left;
}
/* Font for the event description. */
.ILViewEvent
{
}
/* The date for the inline view. */
.ILViewDate
{
	font-size: .9em;
	BACKGROUND: #91be4a;
	
	font-weight: bold;
	border-top-style: solid;
	color: #FFFFFF;
	border-top-width: thin;
	border-top-color: #e2ffe0;
}
.ILViewTodayDate
{
	BORDER-RIGHT: #ffffff 1px solid;
	BORDER-TOP: #ffffff 1px solid;
	font-size: .9em;
	BACKGROUND: #eeeeaa;
	BORDER-LEFT: #ffffff 1px solid;
	
}
/* The cell the events are listed in. */
.ILViewDayCell
{
	BORDER-TOP: #ffffff 1px solid;
	font-size: 0.9em;
	Color: #205580;
	BORDER-BOTTOM: #ffffff 1px solid;
	
	background-color: #e2ffe0;
	padding-left: 5px;
}
.ILViewTodayCell
{
	BORDER-RIGHT: #ffffff 1px solid;
	BORDER-TOP: #ffffff 1px solid;
	font-size: .9em;
	BACKGROUND: #eeeedd;
	BORDER-LEFT: #ffffff 1px solid;
	BORDER-BOTTOM: #ffffff 1px solid;
	
}

/*****************************************************************************************/
/*                                                                                       */
/*                         Month-Up With Event (monthupwithevent)                        */
/*                                                                                       */
/*****************************************************************************************/
/* The cells at the beginning or end of the month that do not contain days. */
.mup_nonMonthCell {
	text-align : center;
	border-right: #ffffff 1px solid;
	border-bottom: #ffffff 1px solid;
	border-left: #ffffff 1px solid;
}
/* The weekend day cell. */
.mup_weekendCell {
	text-align : center;
	border-right: #ffffff 1px solid;
	border-bottom: #ffffff 1px solid;
	border-left: #ffffff 1px solid;
	color: #999999;
	background-color: #FFFFFF;
}
/* The week day cell. */
.mup_weekdayCell {
	text-align : center;
	border-right: #ffffff 1px solid;
	border-bottom: #ffffff 1px solid;
	border-left: #ffffff 1px solid;
	color: #999999;
}
/* Highlights the weekdays that have events. */
.mup_weekdayEventCell {
	background : #00a8de;
	text-align : center;
	cursor : pointer;
	color: #FFFFFF;
	text-decoration: underline;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #0099CC;
	border-bottom-color: #0099CC;
	border-left-color: #0099CC;
}
.mup_weekenddayEventCell {
	background : #92e4ff;
	text-align : center;
	border-right : #ffffff .5px solid;
	border-bottom : #ffffff .5px solid;
	border-left : #ffffff .5px solid;
	cursor : pointer;
	color: #FFFFFF;
}
.mup_weekendEventCell {
	background : #00a8de;
	text-align : center;
	border-right : #ffffff 1px solid;
	border-bottom : #ffffff 1px solid;
	border-left : #ffffff 1px solid;
	cursor : pointer;
	color: #FFFFFF;
}
/* Weekend day of week header. */
.mup_weekendDOWHeader {
	border-right: #ffffff .5px solid;
	border-bottom: #ffffff .5px solid;
	border-left: #ffffff .5px solid;
	text-align : center;
	color: #FFFFFF;
	background-color: #69ceee;
}
/* Weekday day of week header. */
.mup_weekdayDOWHeader {
	background : #00a8de;
	border-right: #ffffff .5px solid;
	border-bottom: #ffffff .5px solid;
	border-left: #ffffff .5px solid;
	text-align : center;
	color: #FFFFFF;
}
/* The year selection cell. */
.mup_yearFooter
{
	text-align : center ;
}
/* The border around the month header. */
.mup_monthHeaderBorder {
	background : #ffffff ;
	border-right : #ffffff 1px solid ;
	border-top : #ffffff 1px solid ;
	border-bottom : #ffffff 1px solid ;
	border-left : #ffffff 1px solid ;
	text-align : center ;
}
/* The month header. */
.mup_monthHeader {
	text-align : center;
	font-weight: bold;
}
/* The previous button, on the month header. */
.mup_monthHeaderPrev {
	background : #ffffff ;
	text-align : center ;
}	
/* The next button, on the month header. */
.mup_monthHeaderNext {
	background : #ffffff ;
	text-align : center ;
}
/* The background for the event display. */
.mup_eventDispBkg {
	text-align : left;
	border-right : #dedede 0px solid;
	border-top : #dedede 0px solid;
	border-bottom : #dedede 0px solid;
	border-left : #dedede 0px solid;
	background-color: #f8f8f8;
}
/* The event display. */	
.mup_eventDisplay {
	background : transparent;
	text-align : left;
	border-bottom: thin none #FFFFFF;
}
/* The event display date header. */
.mup_eventDisplayDate {
	background : transparent;
	text-align : center;
	font-weight: bold;
	color: #eb0f7e;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eb0f7e;
}
/* Display for the event title. */
.mup_eventDisplayEventTitle {
	text-align : left;
	background-color: #eb0f7e;
	color: #FFFFFF;
	padding-left: 2px;
}
/* Display for the event location. */
.mup_eventDisplayLocation {
	font-size : 0.9em;
	text-align : left;
	color: #666666;
	background-color: #f8f8f8;
	padding-left: 2px;
}
/* Display for event times. */
.mup_eventDisplayTimes {
	text-align : left;
	color: #666666;
	background-color: #f8f8f8;
}
/* Displays the event’s long description. */
.mup_eventDisplayLongDesc {
	text-align : left;
	color: #666666;
	background-color: #f8f8f8;
}
.mup_hiddenEvent {
	visiblity : hidden ;
	position : absolute ;
	display : none ;
}
.mup_weekdayLoggedInCell {
	background : #eeffff ;
	
	font-weight : normal ;
	font-size : 8pt;
	text-align : center ;
	border-right : #dedede 1px solid ;
	border-bottom : #dedede 1px solid ;
	border-left : #dedede 1px solid ;
	cursor : pointer ;
}
.mup_weekenddayLoggedInCell {
	background : #dedeff ;
	
	font-weight : normal ;
	font-size : 8pt;
	text-align : center ;
	border-right : #dedede 1px solid ;
	border-bottom : #dedede 1px solid ;
	border-left : #dedede 1px solid ;
	cursor : pointer ;
}
/*****************************************************************************************/
/*                                                                                       */
/*                         Event View (event)                                            */
/*                                                                                       */
/*****************************************************************************************/

.evt_TitleCell 
{
	background : #00aae2;
	font-size : 12pt;
	text-align : center;
	border-top : #A39986 1px solid;
	border-left : #A39986 1px solid;
	border-right : #A39986 1px solid;
	font-weight: bold;
	color: #FFFFFF;
}
.evt_DateCell 
{
		background : #00aae2 ;
		
		
		
		text-align : center ;
		border-top : #A39986 1px solid ;
		border-left : #A39986 1px solid ;
		border-right : #A39986 1px solid ;
}
.evt_ViewDayCell 
{
		background : #00aae2 ;
		
		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 : #00aae2;
	font-size : 10pt;
	text-align : left;
	color: #FFFFFF;
}

/*****************************************************************************************/
/*                                                                                       */
/*                         Event Type Control (used in month display)                    */
/*                                                                                       */
/*****************************************************************************************/
/* The background of the event type control cell. */
.etCtrl_Background {
    border-right : #91be4a 0px solid ;
    border-top : #91be4a 0px solid ;
    border-left : #91be4a 0px solid ;
    border-bottom : #91be4a 0px solid ;
    
    background: #ffffff ;
    
}
/* The instructions cell for event type control. */
.etCtrl_InstructCell {
	background: transparent ;
	
    
    
    text-align : right ;
    vertical-align : top ;
}
/* The cell the selection box is displayed in. */
.etCtrl_SelCell {
	background: transparent ;
	
    
    text-align : left ;
    vertical-align : top ;
}
/* The event type selection box. */
.etCtrl_selectBox {
	background : #ffffff;
	color : #00aae2;
}

