/*********************************************************
Calendar Styles used for FI
**********************************************************/
/* Calendar */
.AdminLink, .AdminLink:Hover, .MoreTextLink 
{  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-style: normal; 
	font-weight: normal; 
	color: #007DC3; 
	text-decoration: underline;
}

.MoreTextLink
{
	margin-top:50px ;
	padding-top:30px ;
	color:Green ;
	
}

.AdminData, a:hover.AdminData
{  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-style: normal; 
	font-weight: normal; 
	color: #000000;
	text-decoration: none;
}

.AdminDataTitle  {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: bold; color: #000000}

.EventsCalendar
{
	background-color:White; 
	border-color:Black;
	font-family: Vardana ; /*tahoma, Arial, Helvetica, sans-serif;*/
	font-size:8pt;
}

/* month and week*/
.Day, .Today, .Weekend, .SpecialDay, .OtherMonthDay, .OtherMonthDayAlter, .Holiday 
{
   font-family: Verdana;
   Font-Size: 11px;
}

.DayHeader, .SpecialDayHeader, .TodayHeader,.DayHeader:Hover, .SpecialDayHeader:Hover, .TodayHeader:Hover
{
   font-size: 13px;
   background-color: transparent;
}

.WeekendHeader,  .WeekendHeader:Hover
{
   font-size: 13px;
   background-color: transparent;
	color:#602100;
}

.DayHeader, .TodayHeader, .OtherMonthDayHeader, .SpecialDayHeader, .WeekendHeader, .DayHeader:Hover, .TodayHeader:Hover, .OtherMonthDayHeader:Hover, .SpecialDayHeader:Hover, .WeekendHeader:Hover
{
   vertical-align: middle;
   text-decoration: none;
   text-align: left;
   height: 30px;
}

.DayHeader, .TodayHeader, .DayHeader:Hover, .TodayHeader:Hover
{
	color:#602100;
}

.Day
{
	background-color:White;
}

.Today
{
	background-color:#D8B89A;
	border: solid 2px #602100;
}

.Weekend
{
	background-color: #EEE0D3;
}

.OtherMonthDay
{
	background-color: #B1B2B3;
}

.MonthWeekHeader, .MonthWeekHeader:Hover
{
   vertical-align: middle;
   background-color: #602100;
   color: white;
   font-size: 12px;
   width: 22px;
   text-decoration: none;
}

.CalendarTitle, .CalendarTitle:Hover
{
   Text-Align: Center;
   Height: 28px;
}

.NextPrev, .NextPrev:Hover, .CalendarTitle, .CalendarTitle:Hover
{
   color: white;
   Background-Color: #B82400;
   font-family: Tahoma;
   Font-Size: 16;
   font-weight: bold;
   text-decoration: none;
}

.CalendarHeader
{
   text-align: center;
   background-color: #602100;
   border-color:White ;
   color: white;
}

/* Year */

.YearCell
{
   font-family: Verdana;
   Font-Size: 12px;
   background-color:White;
}

.YearMonthHeader, .YearMonthHeader:Hover
{
   color:White;
   background-color: #602100;
   font-size: 12px;
   height: 20px;
   text-decoration: none;
   text-align: center;
}

/* Day */
.HourVertHeader
{
   /*background-image: url(images/bgHourVert.gif);*/
   text-align: right;
   width: 26px;
   background-color: #602100;
   font-size: 12px;
   color:White;
   text-decoration: none;
}

.DayWorkTimeCell
{
	background-color:White ;
}

.DayCell
{
	background-color:#EEE0D3;
}

/* Toolbar */
.ToolbarItem
{
   /*background-image: url(images/bgToolbar.gif);*/
    text-decoration: none;
}

.ToolbarSelectedItem
{
   /*background-image: url(images/bgToolbarSelected.gif);
   Font-weight: bold;*/
	text-decoration:none;
}

A.ToolbarItem:hover {
    text-decoration: none;
    /*color:  red;*/
}

.ToolbarItem, .ToolbarSelectedItem, .ToolbarItem:hover
{
   Height: 26px;
   Margin: 5px;
	font-family: tahoma, Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #B82400;
	font-weight:bold ; 
   Text-Align: Center;
}

.CalendarToolbarItem, .CalendarToolbarItem:hover
{
    text-decoration: none;
   Margin: 5px;
	font-family: tahoma, Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #B82400;
	font-weight:bold ; 
   Text-Align: Center;
}

/***********************************************************
*  Page Styles
***********************************************************/
.Cite {
   font-family:Tahoma,Arial,sans-serif; 
   font-size:8pt;
   color:white
}
.Normal
{
	background-color:LightYellow;
	font-size:8pt;
}
/***********************************************************
*  Calendar Styles
***********************************************************/

/***********************************************************
*  Toolbar Styles
***********************************************************/

/***********************************************************
*  FullYear Styles
***********************************************************/
.FullYearMonthTitle
{
   color: Blue;
   font-size: 12px;
   border: solid 1px lightblue;
   height: 20px;
   text-decoration: none;
   text-align: center;
   background-color: lightblue;
}
.FullYearWeekHeader
{
   font-size: 12px;
   border-width: 1px;
   height: 18px;
   text-align: center;
   text-decoration: none;
   width: 18px;
   background-color: yellow;
   border: solid 1px lightblue;
}
.FullYearDayName
{
   font-size: 12px;
   border-width: 1px;
   height: 18px;
   text-align: center;
   text-decoration: none;
   background-color: transparent;
   border: solid 1px lightblue;
}
.FullYearDay
{
   color: Blue;
}
.FullYearToday
{
   border: solid 2px red;
   color: red;
   background-color: yellow;
}
.FullYearOtherMonthDay
{
   color: Gray;
}
.FullYearDay, .FullYearOtherMonthDay
{
   border: solid 1px lightblue;
   background-color: transparent;
}
.FullYearDay, .FullYearToday, .FullYearOtherMonthDay
{
   font-family: verdana;
   font-size: 11px;
   height: 20px;
   text-align: right;
   text-decoration: none;
}

/***********************************************************
*  Year Styles
***********************************************************/
.YearSpecialMonthCell
{
   background-color: lightblue;
}
.YearSpecialMonthHeader
{
   background-color: Yellow;
}
.YearSpecialMonthHeader
{
   font-size: 12px;
   height: 20px;
   text-decoration: none;
   text-align: center;
}
/***********************************************************
*  MonthWeek Styles
***********************************************************/

.OtherMonthDayAlter
{
	background-color: lightyellow;
}
.SpecialDay
{
	background-color: lightblue;
}
.Holiday
{
	background-color: lightyellow;
}
.HolidayHeader
{
	text-align: right;
	Color:DarkBlue;
}
.OtherMonthDayHeader,a:hover.OtherMonthDayHeader
{
   Font-Size: 11px;
   Color: Gray;
}
.SpecialDayHeader
{
}

/***********************************************************
*  Day Styles
***********************************************************/
.HourHorizHeader
{
   text-align: center;
   height: 22px;
   background-color: lightgrey;
   font-size: 12px;
   text-decoration: none;
}

/***********************************************************
*  Timeline Styles
***********************************************************/
.TimelineCell
{
   font-size: 12px;
/*	border: solid 1px #66ccff;
*/}
.TimelineMonthHeader
{
   Height: 23px;
   Font-Size: 13px;
   font-family: Verdana;
   text-align: center;
   color: white;
   Align: Center;
}
.TimelineDayHeader
{
}
.TimelineNavigator
{
}
.TimelineMonthHeader, .TimelineDayHeader, .TimelineNavigator
{
   background-image: url(images/bgCalendarHeader.gif);
   color: white;
}
.TimelineTodayHeader
{
   Font-Weight: bold;
   color: Red;
   Background-Color: Yellow;
}
.TimelineDayHeader, .TimelineTodayHeader, .TimelineNavigatorHeader
{
   Font-Size: 13px;
   font-family: Verdana;
   text-align: center;
   text-decoration: none;
}
.TimelineWeekend
{
   background-Color: lightblue;
}

/***********************************************************
*  Other Styles
***********************************************************/
.MoreText
{
   font-family: Tahoma;
   Font-Size: 13px;
   font-weight: bold;
	color:Fuchsia;
	text-decoration: none;
}
.Eventbar
{
   font-family: Tahoma;
   font-size: 12px;
   background-color:Yellow;
}

