/*****************************************************************************************/
/*                                                                                       */
/*                         Single Day View (day)                                         */
/*                                                                                       */
/*****************************************************************************************/
/* The cells that are defined as workday hour cells. */
.dv_HourCell {
	background : #fff ;
	font-family : Arial, Arial Narrow, Times New Roman ;
	font-size : 9pt ;
	font-weight : normal ;
}
/* The evening and morning hour cells. */
.dv_HourCellEve {
	background : transparent;
	font-family : Arial, Arial Narrow, Times New Roman ;
	font-size : 9pt ;
	font-weight : normal ;
}
/* An event listed on the daily calendar. */
.dv_EventTitle {
	background : #F7DCC7;
	font-family : Arial, Arial Narrow, Times New Roman ;
	font-size : 9pt ;
	font-weight : normal ;
	cursor : pointer ;
	border:1px solid #000000;
	
}
/* The borders of the hour cells. */
.dv_BorderCell {
	background : #452E10 ;
}
.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 : normal ;
	
}
.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 #000000 ;													
	border-top: solid 1 #000000 ;
	border-bottom: solid 1 #000000 ;
	border-right: solid 1 #000000 ;
}
/* The button for moving the calendar to the next day. */
.dv_DayHeaderNext
{
    display:none;
	background : #FFF ;
	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
{
    display:none;
	background : #fff ;
	color : #0033AA ;
	font-family : Arial ;
	font-size : 9pt ;
	font-weight : bold ;
	text-align : left ;
}
/* The day header for the calendar. */
.dv_DayHeader {
	background : #fff ;
	color : #0033AA ;
	font-family : Arial ;
	font-size : 11pt ;
	font-weight : bold ;
	text-align : center ;
	border:1px solid #452E10;
	border-bottom:0px solid #452E10;
}
.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)                                            */
/*                                                                                       */
/*****************************************************************************************/
#Full_Cal_Wrap{ border:1px solid #452E10; border-right:0px;  }


/*Month wrapper*/
.calWrapper{   }
/* Weekend day of week header. */
.mv_weekendDOWHeader {
	background : #fff ;
	font-family : arial ;
	font-weight : normal ;
	font-size : 8pt;
	
	border-top : #452E10 1px solid ;
	border-right: #452E10 1px solid ;
	/*
	border-bottom : #452E10 1px solid ;
	border-left: #452E10 1px solid ;*/
	text-align : center ;
}
/* Weekday day of week header. */
.mv_weekdayDOWHeader {
	background : #fff ;
	font-family : Arial ;
	font-weight : normal ;
	font-size : 8pt;
border-top : #452E10 1px solid ;
	/*border-bottom : #452E10 1px solid ;*/
	border-right: #452E10 1px solid ;
	/*border-left: #452E10 1px solid ;*/
	text-align : center ;
}
/* Month header. */
.mv_MonthHeader
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 14pt;
    BACKGROUND: transparent;
    FONT-FAMILY: Arial ;
	
	text-align:center;
	color:#452E10;
}
/* Month header background. */
.mv_MonthHeaderBkg
{
    /*border-right : solid 1px #452E10 ;
    border-top : solid 1px #452E10 ;
   border-left : solid 1px #452E10 ;*/
    font-weight: bold ;
    font-size: 9pt ;
    background: transparent ;
    font-family: arial ;
	height:50px;
	BORDER-bottom: #CC9900 0px solid;
}
/* The button for moving the calendar to the next month. */
.mv_MonthHeaderNext
{height:50px;
    /*display:none;*/
    FONT-WEIGHT: bold;
    FONT-SIZE: 9pt;
    BACKGROUND: transparent;
    FONT-FAMILY: Arial ;
    text-align : right ;
	border-right: #452E10 1px solid ;
}
/* The button for moving the calendar to the previous month. */
.mv_MonthHeaderPrev
{height:50px;
     /*display:none;*/
    FONT-WEIGHT: bold;
    FONT-SIZE: 9pt;
    BACKGROUND: transparent;
    FONT-FAMILY: Arial ;
    text-align : left ;
}

/* The cells at the beginning or end of the month that do not contain days. */
.mv_NonMonthBorder
{
    border-right: solid 1px #452E10 ;
    border-top: solid 1px #452E10 ;
    /* background: #F0E9C5 ; */
    background : #e0e0e0 ;
    /*border-left: solid 1px #452E10;*/
   /* border-bottom: solid 1px #452E10;*/
}

.mv_NonMonthCell
{
    font-weight: normal;
    font-size: 9pt;
    /* background: #F0E9C5; 
    background : #e0e0e0 ;*/
    font-family: arial ;
 	/*border-top : #452E10 1px solid ;
	border-bottom : #452E10 1px solid ;
	border-right: #452E10 1px solid ;
	border-left: #452E10 1px solid ;*/
	border: solid 1px #452E10;
	border-left:0px;

}

.mv_DateNonMonthDayCell
{
    font-weight: bold;
    font-size: 9pt;
    /* background: #F0E9C5; */
    background : #e0e0e0 ;
    /*border-bottom: #452E10 1px solid;*/
    font-family: arial
}
/* The cells where the numerical weekdays appear. */
.mv_DateCell
{
    font-weight: bold;
    font-size: 9pt;
    /*background: #F0E9C5;*/
    border-left: #452E10 1px solid;
    border-bottom: #452E10 1px solid; 
    font-family: arial ;
}
/* The cells where the numerical weekend days appear. */
.mv_DateCellWeekend
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 9pt;
    BACKGROUND: transparent;
   BORDER-LEFT: #452E10 1px solid;
    BORDER-BOTTOM: #452E10 1px solid;
    FONT-FAMILY: Arial ;	
}
/* The cells where today’s numerical day appears. */
.mv_DateCellToday
{
    /* background : #C5DAEF ; */
    background : #F7DCC7;
   border-right: #452E10 1px solid ; 
    border-left : #452E10 1px solid ;
     border-bottom : #452E10 1px solid ; 
   /* border-bottom : #b38b3b 1px solid ;*/
    font-family: Arial ;
    font-size : 9pt ;
    font-weight : bold ;
}
/* The weekend cells that hold the Add Event and View Event buttons. */
.mv_DateCellEmptyWeekend
{
    background : transparent;
    border-bottom : #452E10 1px solid ;
    font-family: Arial ;
    font-size : 9pt ;
    font-weight : bold ;
}
/* The today cell that holds the Add Event and View Event buttons. */
.mv_DateCellEmptyToday
{
    /* background : #C5DAEF ; */
    background : #F7DCC7;
    /* border-bottom : #452E10 1px solid ; */
    border-bottom : #452E10 1px solid ;
    font-family: Arial ;
    font-size : 9pt ;
    font-weight : bold ;
}
/* The weekday cells that holds the Add Event and View Event buttons. */
.mv_DateCellEmpty
{
    font-weight: bold;
    font-size: 9pt;
    /*background: #f0e9c5;*/
    border-bottom: #452E10 1px solid;
    font-family: arial
}
/* The popup window that appears when the event is hovered over. */
.mv_eventContainer
{
   visibility: hidden ;
   position: absolute ;
   /*display:none;*/
}
/* The today cell that holds listed events. */
.mv_dayBorderToday
{
	/*
    border-right: #c9bda5 2px solid ;
    border-top: #c9bda5 2px solid ;
    background: #c5daef ;
    border-left: #c9bda5 2px solid ;
    border-bottom: #c9bda5 2px solid ;
    */
    border: #452E10 1px solid ;
  border-right:2px solid #452E10;
  border-top:2px solid #452E10;
    background: #F7DCC7;
    /*border-left: #b38b3b 1px solid ;
    border-bottom: #b38b3b 1px solid ;*/
}
/* The weekday cell that holds listed events. */
.mv_dayBorder
{
    border-right: #452E10 1px solid ;
    border-top: #452E10 1px solid ;
   /* background: #f0e9c5 ;*/
    /*border-left: #452E10 1px solid ;
    border-bottom: #452E10 1px solid ;*/
}
/* The Weekend day cell that holds listed events. */
.mv_dayBorderWeekend
{
     border-right: #452E10 1px solid ;
    border-top: #452E10 1px solid ;

   background: transparent ;
	
   /* border-left: #452E10 1px solid ; 
    border-bottom: #452E10 1px solid ;*/
}
/* The event title cell. */
.mv_eventTitle
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 9pt;
    BACKGROUND: transparent ;
	padding-bottom:7px;
    FONT-FAMILY: Arial
}
/* Today’s event title cell. */
.mv_DayCellToday
{
	background : transparent ;
	font-family : Arial ;
    font-weight : bold ;
    font-size : 9pt ;
}
.mv_DayCell
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 9pt;
    BACKGROUND: transparent ;
    FONT-FAMILY: Arial
}
/* The font for the event pop-up. */
.mv_TodayCell
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 9pt;
    /*BACKGROUND: #C5DAEF;*/
	background:#fff;
    FONT-FAMILY: Arial
}
/* 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;
}
#ev_pop_title{ border-bottom:1px solid #452E10;
}

/*****************************************************************************************/
/*                                                                                       */
/*                         Inline View (inline)                                          */
/*                                                                                       */
/*****************************************************************************************/
/* The inline view header background. */
.ILViewHeaderBkg
{
    /*BORDER-bottom: #CC9900 1px solid;
    
    BORDER-TOP: #CC9900 1px solid;
	/*BORDER-RIGHT: #E0E0E0 1px solid;
    BORDER-LEFT: #E0E0E0 1px solid;*/
    FONT-WEIGHT: bold;
    FONT-SIZE: 11pt;
    BACKGROUND: #fff;
    color:#000;
    FONT-FAMILY: Arial;
    TEXT-ALIGN: center ;
}

.ILViewHeader
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 11pt;
    BACKGROUND: #fff;
    FONT-FAMILY: Arial;
    TEXT-ALIGN: center ;
}
/* Font for the event description. */
.ILViewEvent
{
    FONT-SIZE: 9pt;
    FONT-FAMILY: Arial;
}
/* The date for the inline view. */
.ILViewDate
{
    padding:5px;
   /* BORDER-RIGHT: #fff 1px solid;*/
    BORDER-TOP: #CC9900 1px solid;
    FONT-WEIGHT: bold;
	color:#fff;
    FONT-SIZE: 9pt;
    BACKGROUND: transparent;
    BORDER-LEFT: #E0E0E0 1px solid;
	 BORDER-bottom: #CC9900 1px solid;
    FONT-FAMILY: Arial ;
}
.ILViewTodayDate
{
    
    BORDER-RIGHT: #E0E0E0 1px solid;
    BORDER-TOP: #E0E0E0 1px solid;
    FONT-WEIGHT: bold;
    FONT-SIZE: 9pt;
    BACKGROUND: #fff;
    BORDER-LEFT: #E0E0E0 1px solid;
    FONT-FAMILY: Arial
}
/* The cell the events are listed in. */
.ILViewDayCell
{
    Padding:10px;
    BORDER-RIGHT: #E0E0E0 1px solid;
    BORDER-TOP: #E0E0E0 1px solid;
    FONT-WEIGHT: normal;
    FONT-SIZE: 9pt;
    BACKGROUND: #fff;
    BORDER-LEFT: #E0E0E0 1px solid;
    BORDER-BOTTOM: #E0E0E0 1px solid;
    FONT-FAMILY: Arial
}
.ILViewTodayCell
{
    BORDER-RIGHT: #E0E0E0 1px solid;
    BORDER-TOP: #E0E0E0 1px solid;
    FONT-WEIGHT: bold;
    FONT-SIZE: 9pt;
    BACKGROUND: #fff;
    BORDER-LEFT: #E0E0E0 1px solid;
    BORDER-BOTTOM: #E0E0E0 1px solid;
    FONT-FAMILY: Arial
}

/*****************************************************************************************/
/*                                                                                       */
/*                         Month-Up With Event (monthupwithevent)                        */
/*                                                                                       */
/*****************************************************************************************/
/* The cells at the beginning or end of the month that do not contain days. */
.mup_nonMonthCell {
	background : transparent ;
	font-family : Arial ;
	font-weight : normal ;
	font-size : 8pt;
	text-align : center ;
border-bottom: #452E10 1px solid ;
		border-left: #452E10 1px solid ;
}
/* The weekend day cell. */
.mup_weekendCell {
	background : transparent;
	font-family : Arial ;
	font-weight : normal ;
	font-size : 8pt;
	text-align : center ;
border-bottom: #452E10 1px solid ;
		border-left: #452E10 1px solid ;
}
/* The week day cell. */
.mup_weekdayCell {
	background : transparent ;
	font-family : Arial ;
	font-weight : normal ;
	font-size : 8pt;
	text-align : center ;
border-bottom: #452E10 1px solid ;
		border-left: #452E10 1px solid ;
	/*border-top: #452E10 1px solid ;
	border-right: #452E10 1px solid ;*/
}
/* Highlights the weekdays that have events. */
.mup_weekdayEventCell {
	background : #F7DCC7 ;
	font-family : Arial ;
	font-weight : normal ;
	font-size : 8pt;
	text-align : center ;
border-bottom: #452E10 1px solid ;
		border-left: #452E10 1px solid ;
	/*border-top: #452E10 1px solid ;
	border-right: #452E10 1px solid ;*/
	cursor : pointer ;
}
.mup_weekenddayEventCell {
	background : transparent ;
	font-family : Arial ;
	font-weight : normal ;
	font-size : 8pt;
	text-align : center ;

	cursor : pointer ;
}
.mup_weekendEventCell {
	background : transparent ;
	font-family : Arial ;
	font-weight : normal ;
	font-size : 8pt;
	text-align : center ;
	/*border-right : #aaaaaa 0px solid ;
	border-bottom : #aaaaaa 0px solid ;
	border-left : #aaaaaa 0px solid ;*/
	cursor : pointer ;
	
}
/* Weekend day of week header. */
.mup_weekendDOWHeader {
	background : transparent ;
	
	font-family : Arial ;
	font-weight : Bold ;
	font-size : 8pt;
	border-bottom: #452E10 1px solid ;
	/*border-right: #aaaaaa 0px solid ;

	border-left: #aaaaaa 0px solid ;*/
	text-align : center ;
}
/* Weekday day of week header. */
.mup_weekdayDOWHeader {
	background : transparent;
	font-family : Arial ;
	font-weight : Bold ;
	font-size : 8pt;
border-bottom: #452E10 1px solid ;
	text-align : center ;
}
/* The year selection cell. */
.mup_yearFooter a{ display:none;}
.mup_yearFooter
{
	/*	background : #FAFAD2 ;*/
		
display:none;
	
	background:transparent;
	font-family : Arial ;
	font-weight : Bold ;
	font-size : 9pt;
	text-align : center ;
}
/* The border around the month header. */
.mup_monthHeaderBorder {
	/*background:#fff;	*/
	background : transparent ;
	font-family : Arial ;
	font-weight : Bold ;
	font-size : 10pt;
	border-left:0px solid #AAAAAA;
	border-top : #aaaaaa 0px solid ;
	border-bottom : #aaaaaa 0px solid ;
	/*border-right : #aaaaaa 0px solid ;
	border-left : #aaaaaa 0px solid ;*/
	text-align : center ;
	padding:1px;
	
}
/* The month header. */
.mup_monthHeader {

/*	background : #FAFAD2 ;*/
	background:transparent;
	font-family : Arial ;
	font-weight : Bold ;
	font-size : 10pt;
	text-align : center ;
	padding:2px;
	color:#452e10;
}
/* The previous button, on the month header. */
.mup_monthHeaderPrev 
{
    /*display:none;*/
	/*	background : #FAFAD2 ;*/
	background:transparent;
	font-family : Arial ;
	font-weight : Bold ;
	font-size : 8pt;
	text-align : center ;
	padding:0px;
}	
/* The next button, on the month header. */
.mup_monthHeaderNext 
{
     /*display:none;*/
	/*	background : #FAFAD2 ;*/
	background:transparent;
	font-family : Arial ;
	font-weight : Bold ;
	font-size : 8pt;
	text-align : center ;
	padding:0px;
}
/* The background for the event display. */
.mup_eventDispBkg {
	background : transparent ;
	font-family : Arial ;
	font-weight : normal ;
	font-size : 10pt;
	text-align : left ;
	border-left: #452E10 1px solid ;
	padding-left:5px;
	overflow:auto;
	
}


/* 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 {
	font-size : 12pt ;
	font-weight : bold ;
	background : transparent ;
	font-family : Arial ;
	text-align : center ;
	 ;
}
/* 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 ;
}
.mup_hiddenEvent {
	visiblity : hidden ;
	position : absolute ;
	display : none ;
}
.mup_weekdayLoggedInCell {
	background : #eeffff ;
	font-family : Arial ;
	font-weight : normal ;
	font-size : 8pt;
	text-align : center ;
	/*border-right : #aaaaaa 0px solid ;
	border-bottom : #aaaaaa 0px solid ;
	border-left : #aaaaaa 0px solid ;*/
	cursor : pointer ;
}
.mup_weekenddayLoggedInCell {
	background : #dedeff ;
	font-family : Arial ;
	font-weight : normal ;
	font-size : 8pt;
	text-align : center ;
	border-right : #aaaaaa 0px solid ;
	border-bottom : #aaaaaa 0px solid ;
	border-left : #aaaaaa 0px solid ;
	cursor : pointer ;
}
/*****************************************************************************************/
/*                                                                                       */
/*                         Event View (event)                                            */
/*                                                                                       */
/*****************************************************************************************/

.evt_TitleCell 
{
		
		font-family : Arial ;
		font-weight : bold ;
		font-size : 12pt;
		text-align : center ;
		border-top : #452E10 1px solid ;
		border-left : #452E10 1px solid ;
		border-right : #452E10 1px solid ;
		border-bottom:#000 1px solid;
		color:#452E10;
}
.evt_DateCell 
{
		
		font-family : Arial ;
		font-weight : bold ;
		font-size : 9pt;
		text-align : center ;
		/*border-top : #452E10 1px solid ;*/
		border-left : #452E10 1px solid ;
		border-right : #452E10 1px solid ;
}
.evt_ViewDayCell 
{
		
		font-family : Arial ;
		font-weight : normal ;
		font-size : 10pt;
		text-align : left ;
		border-bottom : #452E10 1px solid ;
		border-left : #452E10 1px solid ;
		border-right : #452E10 1px solid ;
		padding:5px;
}
.evt_ViewEvent 
{
		
		font-family : Arial ;
		font-weight : normal ;
		font-size : 10pt;
		text-align : left ;
}

/*****************************************************************************************/
/*                                                                                       */
/*                         Event Type Control (used in month display)                    */
/*                                                                                       */
/*****************************************************************************************/
/* The background of the event type control cell. */
.etCtrl_Background {
/*border-top : #452E10 1px solid ;
    border-right : #452E10 1px solid ;
    
    border-left : #452E10 1px solid ;
    border-bottom : #452E10 1px solid ;*/
    font-size: 9pt ;
    background: #A5B7C9 ;
    font-family: Arial ;
}
/* The instructions cell for event type control. */
.etCtrl_InstructCell 
{
   
	/*background: transparent ;*/
	
	/*background-repeat:no-repeat;
	background-color: #fff;*/
	font-family: Arial ;
    /*font-size: 9pt ;
    font-weight : bold ;*/
	font-size: 11pt ;
    font-weight : normal ;
    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 : right ;
    /*text-align : left ;*/
    vertical-align : top ;
}
/* The event type selection box. */
.etCtrl_selectBox {
	/*background : #c5daef ;*/
	
	border:1px solid #000000;
}

#evtype a:link, #evtype a:active, #evtype a:visited { font-size:11px;}
