.ScheduleCalendar
{
  border:none;
}

.ScheduleDay
{
  width:90px;
  height:70px;
  text-align:right;
  vertical-align:top;
  font-family:Arial;
  font-size:11px;
  color:Black;
  background-color:#FFFFFF;
  border:solid 1px #C6C1AC;
}

.ScheduleSelectedDay
{
  width:90px;
  height:70px;
  text-align:right;
  vertical-align:top;
  font-family:Arial;
  font-size:11px;
  color:Black;
  background-color:#C2D2B2;
  border:solid 1px #C6C1AC;
}

.ScheduleOtherMonthDay
{
  background-color:#D9D9D9;
}

.ScheduleMonth
{
  border-collapse:collapse;
  border:solid 1px black;
}

.ScheduleDayHeader
{
  background-color:#E3E0CD;
  background-image:url(../Images/ScheduleCalendar/header_bg.gif);
  color:#504C39;
  font-family:Verdana;
  font-size:11px;
  text-align:center;
  border-top:solid 1px #FFFFFF;
  border-left:solid 1px #FFFFFF;
  border-bottom:solid 1px #ACA899;
  border-right:solid 1px #C6C1AC;
  padding: 4px;
}

.ScheduleTitle
{
  background-color:#7D9459;
  background-image:url(../Images/ScheduleCalendar/title_bg.gif);
  border: 1px solid black;
  border-bottom-width: 0px;
}

.ScheduleTitle TD
{
  font-family:verdana;
  font-size:11px;
  font-weight:bold;
  color:White;
  padding-top:1px;
  padding-bottom:1px;
}

.ScheduleNextPrev
{
  cursor:pointer;
}

