.WeekDayHeading
 {
  color: #ffffff; 
  background-color: blue;
  font-size: 18px; 
  font-style: normal; 
  font-weight: bold; 
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  text-align: center;
  text-decoration: none;
  width: 100;
 }

.WeekDay
{
 height: 100;
 background-color: white;
 vertical-align: top;
 width: 100;
} 

.WeekEndHeading
 {
  color: #ffffff; 
  background-color: blue;
  font-size: 18px; 
  font-style: normal; 
  font-weight: bold; 
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  text-align: center;
  text-decoration: none;
  width: 100;
 }

.WeekEndDay
{
 height: 100;
 background-color: white;
 vertical-align: top;
 width: 100;
} 

.MonthCalendar
{
 width: 700;
 background-color: silver;
} 

.MonthHeading
 {
  color: #ffffff; 
  background-color: red;
  font-size: 18px; 
  font-style: normal; 
  font-weight: bold; 
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  text-align: center;
  text-decoration: none;
 }

.MonthMove
 {
  color: #ffffff; 
  background-color: red;
  font-size: 18px; 
  font-style: normal; 
  font-weight: bold; 
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  text-align: center;
  text-decoration: none;
  cursor: hand;
 }

.DayNumber
{
  color: 000000; 
  font-size: 14px; 
  font-style: normal; 
  font-weight: bold; 
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  text-align: center;
  text-decoration: none;
}

.Event
{
  color: 000000; 
  font-size: 14px; 
  font-style: normal; 
  font-weight: bold; 
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  text-align: center;
  text-decoration: none;
}

.ListTable
{


}

.ListMonth
{

}

.ListEventEven
{
  background-color: white;
}

.ListEventOdd
{
  background-color: gray;
}

