﻿.Calendar
{
   border-right: lightgrey ridge;
   border-top: lightgrey ridge;
   font-size: 8pt;
   filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=3, OffY=3, Color= 'gray' , Positive= 'true' ) progid:DXImageTransform.Microsoft.Alpha( Opacity=100, FinishOpacity=20, Style=1, StartX=96, FinishX=100, StartY=0, FinishY=0) progid:DXImageTransform.Microsoft.Alpha( Opacity=100, FinishOpacity=20, Style=1, StartX=0, FinishX=0, StartY=97, FinishY=100);
   border-left: lightgrey ridge;
   border-bottom: lightgrey ridge;
   font-family: Arial;
   background-color: white;
}
.WeekRowsTable
{
   border-right: black 1px solid;
   border-top: black 1px solid;
   font-size: 8pt;
   border-left: black 1px solid;
   border-bottom: black 1px solid;
   font-family: Arial;
   background-color: white;
}
.Day
{
   cursor: hand;
   background-color: lemonchiffon;
}
.SelectedDay
{
   background-color: gold;
   cursor: hand;
}
.SelectedToday
{
   font-weight: bold;
   background-color: gold;
   cursor: hand;
}
.Today
{
   font-weight: bold;
   background-color: gold;
   cursor: hand;
}
.OtherDay
{
   cursor: hand;
   color: gray;
}
.DayHeader
{
   border-bottom: blue 1px solid;
}
.DayHeader TR
{
   font-size: 7pt;
   background-color: lightblue;
}
.DayHeaderCell
{
   font-size: 7pt;
}
.HeaderTable
{
   font-size: 8pt;
   border-bottom: blue 1px solid;
   font-family: Arial;
   cursor:hand;
}
.HeaderRows
{
   font-size: 8pt;
   font-family: Arial;
   cursor: default;
}
.HeaderRows TR
{
   background-color: inherit;
}
.IncrementalButtons
{
   cursor: hand;
   color: mediumblue;
}
.IncrementalButtonsPressed
{
   cursor: hand;
   color: darkblue;
}
.MonthYearPicker
{
   border-right: gray 1px solid;
   border-top: gray 1px solid;
   font-size: 8pt;
   border-left: gray 1px solid;
   border-bottom: gray 1px solid;
   font-family: Arial;
   background-color: white;
}
.MonthTable
{
   font-size: 8pt;
   font-family: Arial;
}
.YearTable
{
   font-size: 8pt;
   font-family: Arial;
}
.MonthCell
{
   cursor: hand;
}
.SelectedMonthCell
{
   background-color: gold;
   cursor: hand;
}
.YearCell
{
   cursor: hand;
}
.SelectedYearCell
{
   cursor: hand;
   background-color: gold;
}

