﻿.EventCalTitle
{
    height: 20px;
    color: Black;
    font-weight: bold;
    background-color: White;
}



.EventCalOtherMonthDay
{
    background-color: #e1e1e1;
}
.EventCalOtherMonthDay a:link
{
    color:#898989;
    text-decoration: none;
}
.EventCalOtherMonthDay a:hover
{
    color:#898989;
    text-decoration: underline;
}
.EventCalOtherMonthDay a:visited
{
    color:#898989;
    text-decoration: none;
}
.EventCalOtherMonthDay a:visiteed:hover
{
    color:#898989;
    text-decoration: underline;
}




.EventCalWeekend
{
    background-color: #ffffff;
}
.EventCalWeekend a:link
{
    Color:Black;
    text-decoration: none;
}
.EventCalWeekend a:hover
{
    Color:Black;
    text-decoration: underline;
}
.EventCalWeekend a:visited
{
    Color:Black;
    text-decoration: none;
}
.EventCalWeekend a:visited:hover
{
    Color:Black;
    text-decoration: underline;
}




.EventCalDayStyle
{
    color: Black;
}
.EventCalDayStyle a:link
{
    color: Black;
    text-decoration:none;
}
.EventCalDayStyle a:hover
{
    color: Black;
    text-decoration:underline;
}
.EventCalDayStyle a:visited
{
    color: Black;
    text-decoration:none;
}
.EventCalDayStyle a:visited:hover
{
    color: Black;
    text-decoration:underline;
}





.EventsDay
{
  background-color: White;
  color: #429bd5;
}
.EventsDay a:link;
{
  color: #429bd5;
  text-decoration: none;
}
.EventsDay a:hover;
{
  color: #429bd5;
  text-decoration: underline;
}
.EventsDay a:visited;
{
  color: #429bd5;
  text-decoration: none;
}
.EventsDay a:visited:hover;
{
  color: #429bd5;
  text-decoration: underline;
}





.EventCalNextPrev
{
    color: White;
}





.EventCalToday
{
  background-color: #898989;
}
.EventCalToday a:link;
{
  color:White;
  text-decoration: none;
}
.EventCalToday a:hover;
{
  color:White;
  text-decoration: none;
}
.EventCalToday a:visited;
{
  color:White;
  text-decoration: none;
}
.EventCalToday a:visited:hover;
{
  color:White;
  text-decoration: none;
}





#EventEntryForm
{
    padding: 15px 15px 0px 15px;
}
.EventEntryFormItem
{
    padding: 0px 0px 15px 0px;
}
.eventTitle
{
    font-size: 16px;
    font-weight: bold;
}




.EventCalSelectedDay
{
    background-color: #C0C0C0;
    color:White;
}
.EventCalSelectedDay a:link;
{
    color:White;
    text-decoration: none;
}
.EventCalSelectedDay a:hover;
{
    color:White;
    text-decoration: underline;
}
.EventCalSelectedDay a:visited;
{
    color:White;
    text-decoration: none;
}
.EventCalSelectedDay a:visited:hover;
{
    color:White;
    text-decoration: underline;
}
