﻿div.CalendarSpot
{
  text-align: center;
  padding: 3px 3px 3px 3px;
}

.CalendarSpotTable 
{
  width: 100%;
  background-color: White;
}

/* header styling */
.CalendarSpotTable table
{
  height: 15px;
  border: none;
  font-weight: bold;
}

.CalendarSpotTable table a
{
  text-decoration: none;
}

.CalendarSpotTable .CalendarSpotHeader
{
  background-color: #CCCCCC;
}

.CalendarSpotTable td
{
  color: Black;
  font-family: Verdana; 
  padding: 0px;
}

.CalendarSpotTable .CalendarSpotDay 
{
}


.CalendarSpotTable .CalendarSpotDayCell a
{
  font-weight: bold;
  text-decoration: none;
}

.CalendarSpotTable .CalendarSpotDayCell a:hover
{
  text-decoration: underline;
}

.CalendarSpotTable .CalendarSpotTodayCell 
{
  border:1px solid #ccc;
}


.CalendarSpotWeekendDay
{
}

.CalendarSpotSaturday
{
}

.CalendarSpotSunday
{
}

CalendarSpotHoliday
{
}