a
{
	color:#FFFFFF;
	text-decoration:none;
}
/*****************************************************************************************/
/*                                                                                       */
/*                         Single Day View (day)                                         */
/*                                                                                       */
/*****************************************************************************************/
/* The cells that are defined as workday hour cells. */
.dv_HourCell {
	background-color:#666666 ;
	font-family : vardana;, vardana; Narrow, Times New Roman ;
	font-size : 9px ;
	font-weight : Bold ;
}
/* The evening and morning hour cells. */
.dv_HourCellEve {
	background : black;
	font-family : vardana;, vardana; Narrow, Times New Roman ;
	font-size : 9px ;
	font-weight : Bold ;
}
/* An event listed on the daily calendar. */
.dv_EventTitle {
	background-color:red ;
	font-family : vardana;, vardana; Narrow, Times New Roman ;
	font-size : 9px ;
	font-weight : Bold ;
	cursor : pointer ;
}
/* The borders of the hour cells. */
.dv_BorderCell {
	background : #ab0404;
}
.dv_HourLayer
{
	
}
.dv_HiddenEventLayer 
{
	position : absolute ;
	visibility : hidden ;
}
.dv_EventLayer
{
	background: transparent ;
	position: absolute;
}
.dv_Event {
	background : transparent ;
	font-family : vardana;, vardana; Narrow, Times New Roman ;
	font-size : 9px ;
	font-weight : Bold ;
}
.dv_EventTransparent {
	background : transparent ;
	font-family : vardana;, vardana; Narrow, Times New Roman ;
	font-size : 9px ;
	font-weight : Bold ;
}
.dv_DayHeaderBkg{
	background : #99DDFF ;
	color : #0033AA ;
	font-family : vardana;
	font-size : 11px ;
	font-weight : bold ;
	border-left: #ab0404 1px solid ;													
	border-top: #ab0404 1px solid ;	
	border-bottom: #ab0404 1px solid ;	
	border-right: #ab0404 1px solid ;	
}
/* The button for moving the calendar to the next day. */
.dv_DayHeaderNext{
	background : #666666 ;
	color : #0033AA ;
	font-family : vardana;
	font-size : 9px ;
	font-weight : bold ;
	text-align : right ;
}
/* The button for moving the calendar to the previous day. */
.dv_DayHeaderPrev{
	background : #666666 ;
	color : #0033AA ;
	font-family : vardana;
	font-size : 9px ;
	font-weight : bold ;
	text-align : left ;
}
/* The day header for the calendar. */
.dv_DayHeader {
	background : #666666 ;
	color : #0033AA ;
	font-family : vardana;
	font-size : 11px ;
	font-weight : bold ;
	text-align : center ;
}
.dv_DayHeaderTransparent {
	background : transparent ;
	font-family : vardana;
	font-size : 11px ;
	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 : #ab0404 ;
	font-family : vardana;
	font-weight : bold ;
	font-size : 12px;
	border-top : #ab0404 1px solid ;
	border-bottom : #ab0404 1px solid ;
	border-right: #ab0404 1px solid ;
	border-left: #ab0404 1px solid ;
	text-align : center ;
}
/* Weekday day of week header. */
.mv_weekdayDOWHeader {
	background : #ab0404 ;
	font-family : vardana;
	font-weight : Bold ;
	font-size : 12px;
	border-top : #ab0404 1px solid ;
	border-bottom : #ab0404 1px solid ;
	border-right: #ab0404 1px solid ;
	border-left: #ab0404 1px solid ;
	text-align : center ;
}
/* Month header. */
.mv_MonthHeader
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 20px;
    BACKGROUND: transparent;
    FONT-FAMILY: vardana;
}

/* Month header background. */
.mv_MonthHeaderBkg
{
    border-right : #ab0404 2px solid ;
    border-top : #ab0404 2px solid ;
    border-left : #ab0404 2px solid ;
    font-weight: bold ;
    font-size: 12px ;
    background: black ;
    font-family: vardana; 
	color:#FF0000;
}

/* The button for moving the calendar to the next month. */
.mv_MonthHeaderNext
{
	padding-right:20px;
    FONT-WEIGHT: bold;
    FONT-SIZE: 15px;
    BACKGROUND: transparent;
    FONT-FAMILY: vardana;
    text-align : right ;
	color:#FF0000;
}
a.mv_MonthHeaderNext:link, a.mv_MonthHeaderNext:visited, a.mv_MonthHeaderNext:active{	text-decoration: none; color: #ffffff; 	font: bold 11px verdana; padding-left: 1px;	padding-right: 1px;}
/* The button for moving the calendar to the previous month. */
.mv_MonthHeaderPrev
{
	padding-left:20px;
    FONT-WEIGHT: bold;
    FONT-SIZE: 15px;
    BACKGROUND: transparent;
    FONT-FAMILY: vardana; 
    text-align : left ;
	color:#FF0000;
}
/* The cells at the beginning or end of the month that do not contain days. */
.mv_NonMonthBorder
{
    border-right: #ab0404 1px solid ;
    border-top: #ab0404 1px solid ;
    /* background: #F0E9C5 ; */
    background : black ;
    border-left: #ab0404 1px solid ;
    border-bottom: #ab0404 1px solid ;
}

.mv_NonMonthCell
{
    font-weight: normal;
    font-size: 9px;
    /* background: #F0E9C5; */
    background : black ;
    font-family: vardana;
    border-top : #ab0404 1px solid;
    border-bottom : #ab0404 1px solid;
    border-left : #ab0404 1px solid;
    border-right : #ab0404 1px solid;
}

.mv_DateNonMonthDayCell
{
    font-weight: bold;
    font-size: 9px;
    /* background: #F0E9C5; */
    background : black ;
    font-family: vardana;
}
/* The cells where the numerical weekdays appear. */
.mv_DateCell
{
    font-weight: bold;
    font-size: 12px;
    background: black;
    font-family: vardana;
	color:#FFFFFF;
	border-left : #ab0404 1px solid ;
	border-bottom : #ab0404 1px solid ;
}
/* The cells where the numerical weekend days appear. */
.mv_DateCellWeekend
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    BACKGROUND: black;
    FONT-FAMILY: vardana;	
	border-left : #ab0404 1px solid ;
	border-bottom : #ab0404 1px solid ;
}
/* The cells where today’s numerical day appears. */
.mv_DateCellToday
{
    /* background : #C5DAEF ; 
    background : #FFE354 ;*/
	background : #ab0404 ;
    /* border-left : red 1px solid ; */
    border-left : #b38b3b 1px solid ;
    /* border-bottom : red 1px solid ; */
    border-bottom : black 1px solid ;
    font-family: vardana;
    font-size : 12px ;
    font-weight : bold ;
}
/* The weekend cells that hold the Add Event and View Event buttons. */
.mv_DateCellEmptyWeekend
{
    background : black;
	border-bottom : black 1px solid ;
    font-family: vardana;
    font-size : 9px ;
    font-weight : bold ;
}
/* The today cell that holds the Add Event and View Event buttons. */
.mv_DateCellEmptyToday
{
    /* background : #C5DAEF ; */
    background-color:#999999 ;
    /* border-bottom : red 1px solid ; */
    border-bottom : black 1px solid ;
    font-family: vardana;
    font-size : 9px ;
    font-weight : bold ;
}
/* The weekday cells that holds the Add Event and View Event buttons. */
.mv_DateCellEmpty
{
    font-weight: bold;
    font-size: 9px;
    background: black;
	border-bottom : black 1px solid ;
    font-family: vardana;
}
/* The popup window that appears when the event is hovered over. */
.mv_eventContainer
{
    visibility: hidden ;
    position: absolute ;
	color:#FFFFFF;
}
/* The today cell that holds listed events. */
.mv_dayBorderToday
{
	/*
    border-right: red 2px solid ;
    border-top: red 2px solid ;
    background: #c5daef ;
    border-left: red 2px solid ;
    border-bottom: red 2px solid ; #ffffcc
    */
	background-color:black ;
	border-right: #ab0404 1px solid;
	border-top: #ab0404 1px solid; 
	border-left: #ab0404 1px solid ;
    border-bottom: #ab0404 1px solid;
}
/* The weekday cell that holds listed events. */
.mv_dayBorder
{
    border-right: #ab0404 1px solid ;
    background: black ;
    border-left: #ab0404 1px solid ;
	border-top: black 2px solid ;
    border-bottom: #ab0404 1px solid ;
}
/* The Weekend day cell that holds listed events. */
.mv_dayBorderWeekend
{
	border-top: black 2px solid ;
    border-right: #ab0404 1px solid ;
    background: black;
    border-left: #ab0404 1px solid ;
    border-bottom: #ab0404 1px solid ;
}
/* The event title cell. */
.mv_eventTitle
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 10px;
    BACKGROUND: transparent ;
    FONT-FAMILY: vardana;
	text-align:left;
	color:#FF0000;
}
/* Today’s event title cell. */
.mv_DayCellToday
{
	background : transparent ;
	font-family : vardana;
    font-weight : bold ;
    font-size : 9px ;
}
.mv_DayCell
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 9px;
    BACKGROUND: transparent ;
    FONT-FAMILY: vardana;
}
/* The font for the event pop-up. */
.mv_TodayCell
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 12px;
    background-color:#666666;
    FONT-FAMILY: vardana;
	text-align:left;
}
/* The border for the event pop-up. */
.mv_eventPopup
{
	margin-left:20px;
    BORDER-RIGHT: red 1px solid;
    BORDER-TOP: red 1px solid;
    BORDER-LEFT: red 1px solid;
    BORDER-BOTTOM: red 1px solid;
}

/*****************************************************************************************/
/*                                                                                       */
/*                         Inline View (inline)                                          */
/*                                                                                       */
/*****************************************************************************************/
/* The inline view header background. */
.ILViewHeaderBkg
{
    BORDER-RIGHT: #9999ff 2px solid;
    BORDER-TOP: #9999ff 2px solid;
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    BACKGROUND: #ddddff;
    BORDER-LEFT: #9999ff 2px solid;
    FONT-FAMILY: vardana;
    TEXT-ALIGN: center ;
}

.ILViewHeader
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    BACKGROUND: #ddddff;
    FONT-FAMILY: vardana;
    TEXT-ALIGN: center ;
}
/* Font for the event description. */
.ILViewEvent
{
    FONT-SIZE: 9px;
    FONT-FAMILY: vardana;
}
/* The date for the inline view. */
.ILViewDate
{
    BORDER-RIGHT: #9999ff 1px solid;
    BORDER-TOP: #9999ff 1px solid;
    FONT-WEIGHT: bold;
    FONT-SIZE: 9px;
    BACKGROUND: #ddddff;
    BORDER-LEFT: #9999ff 1px solid;
    FONT-FAMILY: vardana;
}
.ILViewTodayDate
{
    BORDER-RIGHT: #9999ff 1px solid;
    BORDER-TOP: #9999ff 1px solid;
    FONT-WEIGHT: bold;
    FONT-SIZE: 9px;
    BACKGROUND: #eeeeaa;
    BORDER-LEFT: #9999ff 1px solid;
    FONT-FAMILY: vardana;
}
/* The cell the events are listed in. */
.ILViewDayCell
{
    BORDER-RIGHT: #9999ff 1px solid;
    BORDER-TOP: #9999ff 1px solid;
    FONT-WEIGHT: bold;
    FONT-SIZE: 9px;
    BACKGROUND: #eeeeff;
    BORDER-LEFT: #9999ff 1px solid;
    BORDER-BOTTOM: #9999ff 1px solid;
    FONT-FAMILY: vardana;
}
.ILViewTodayCell
{
    BORDER-RIGHT: #9999ff 1px solid;
    BORDER-TOP: #9999ff 1px solid;
    FONT-WEIGHT: bold;
    FONT-SIZE: 9px;
    BACKGROUND: #eeeedd;
    BORDER-LEFT: #9999ff 1px solid;
    BORDER-BOTTOM: #9999ff 1px solid;
    FONT-FAMILY: vardana;
}

/*****************************************************************************************/
/*                                                                                       */
/*                         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 : vardana;
	font-weight : normal ;
	font-size : 8px;
	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 : vardana;
	font-weight : normal ;
	font-size : 8px;
	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 : vardana;
	font-weight : normal ;
	font-size : 8px;
	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 : vardana;
	font-weight : normal ;
	font-size : 8px;
	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 : vardana;
	font-weight : normal ;
	font-size : 8px;
	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 : vardana;
	font-weight : normal ;
	font-size : 8px;
	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 : vardana;
	font-weight : Bold ;
	font-size : 8px;
	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 : vardana;
	font-weight : Bold ;
	font-size : 8px;
	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 : vardana;
	font-weight : Bold ;
	font-size : 9px;
	text-align : center ;
}
/* The border around the month header. */
.mup_monthHeaderBorder {
	background : #eeeeee ;
	font-family : vardana;
	font-weight : Bold ;
	font-size : 10px;
	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 : vardana;
	font-weight : Bold ;
	font-size : 10px;
	text-align : center ;
}
/* The previous button, on the month header. */
.mup_monthHeaderPrev {
	background : #eeeeee ;
	font-family : vardana;
	font-weight : Bold ;
	font-size : 8px;
	text-align : center ;
}	
/* The next button, on the month header. */
.mup_monthHeaderNext {
	background : #eeeeee ;
	font-family : vardana;
	font-weight : Bold ;
	font-size : 8px;
	text-align : center ;
}
/* The background for the event display. */
.mup_eventDispBkg {
	background : #eeeeff ;
	font-family : vardana;
	font-weight : normal ;
	font-size : 10px;
	text-align : left ;
	border-right : #aaaaaa 1px solid ;
	border-top : #aaaaaa 1px solid ;
	border-bottom : #aaaaaa 1px solid ;
	border-left : #aaaaaa 1px solid ;
}
/* The event display. */	
.mup_eventDisplay {
	background : transparent ;
	font-family : vardana;
	font-weight : normal ;
	font-size : 10px;
	text-align : left ;
}
/* The event display date header. */
.mup_eventDisplayDate {
	font-size : 12px ;
	font-weight : bold ;
	background : transparent ;
	font-family : vardana;
	text-align : center ;
	border-bottom : #aaaaaa 1px solid ;
}
/* Display for the event title. */
.mup_eventDisplayEventTitle {
	font-weight : bold ;
	background : transparent ;
	font-family : vardana;
	font-size : 10px;
	text-align : left ;
}
/* Display for the event location. */
.mup_eventDisplayLocation {
	background : transparent ;
	font-family : vardana;
	font-weight : normal ;
	font-size : 10px;
	text-align : left ;
}
/* Display for event times. */
.mup_eventDisplayTimes {
	background : transparent ;
	font-family : vardana;
	font-weight : normal ;
	font-size : 10px;
	text-align : left ;
}
/* Displays the event’s long description. */
.mup_eventDisplayLongDesc {
	background : transparent ;
	font-family : vardana;
	font-weight : normal ;
	font-size : 10px;
	text-align : left ;
}
.mup_hiddenEvent {
	visiblity : hidden ;
	position : absolute ;
	display : none ;
}
.mup_weekdayLoggedInCell {
	background : #eeffff ;
	font-family : vardana;
	font-weight : normal ;
	font-size : 8px;
	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 : vardana;
	font-weight : normal ;
	font-size : 8px;
	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 : #666666 ;
		font-family : vardana;
		font-weight : bold ;
		font-size : 14px;
		text-align : center ;
		border-top : red 1px solid ;
		border-left : red 1px solid ;
		border-right : red 1px solid ;
}
.evt_DateCell 
{
		background-color:#333333 ;
		font-family : vardana;
		font-weight : bold ;
		font-size : 12px;
		text-align : center ;
		border-top : red 1px solid ;
		border-left : red 1px solid ;
		border-right : red 1px solid ;
}
.evt_ViewDayCell 
{
		background : black ;
		font-family : vardana;
		font-weight : normal ;
		font-size : 10px;
		text-align : left ;
		border-top : red 1px solid ;
		border-bottom : red 1px solid ;
		border-left : red 1px solid ;
		border-right : red 1px solid ;
		padding-left:10px;
}
.evt_ViewEvent 
{
		background : black ;
		font-family : vardana;
		font-weight : bold ;
		font-size : 10px;
		text-align : left ;
}

/*****************************************************************************************/
/*                                                                                       */
/*                         Event Type Control (used in month display)                    */
/*                                                                                       */
/*****************************************************************************************/
/* The background of the event type control cell. */
.etCtrl_Background {
    border-right : black 2px solid ;
    border-top : black 2px solid ;
    border-left : black 2px solid ;
    border-bottom : black 2px solid ;
    font-size: 9px ;
    background: black ;
    font-family: vardana;
}
/* The instructions cell for event type control. */
.etCtrl_InstructCell {
	background: transparent ;
	font-family: vardana;
    font-size: 12px ;
    font-weight : bold ;
    text-align : right ;
    vertical-align : top ;
}
/* The cell the selection box is displayed in. */
.etCtrl_SelCell {
	background: black ;
	font-family: vardana;
    font-size: 12px ;
	font-weight:bold;
    text-align : left ;
    vertical-align : top ;
}
/* The event type selection box. */
.etCtrl_selectBox {
	background : white ;
	font-family: vardana;
    font-size: 14px ;
	font-weight:bold;
    text-align : left;
}
