﻿@charset "utf-8";

.EventListCalendar
{
 background:url(calendar_bg.gif) no-repeat left top;
 height:auto;
 width:180px;
}

.EventListCalendar_ft
{
 background:url(calendar_f.gif) no-repeat left center;
 height:7px;
 width:180px;
 margin-bottom:5px;
 font-size:1px !important;
}

.EventListCalendar .Title
{
font-size:medium;
height:45px;
padding:0;
vertical-align:bottom;
padding-bottom:5px;
}

.EventListCalendar .NextPrev
{
}

.EventListCalendar .Calendar
{
  font-size: medium;
  margin-left: 2px;
}

.EventListCalendar .DayHeader
{
  background-color:#eeeeee;
  border-bottom:2px solid #b0b0b0;
  font-weight:bold;
}

.EventListCalendar .Selector
{
}

.EventListCalendar .Day
{
}

.EventListCalendar .WeekendDay
{
  background-color:#ffdddd;
}

.EventListCalendar .OtherMonthDay
{
  color:#CCCCCC;
}

.EventListCalendar .SelectedDay
{
  background-color:#c0c0e0;
}

.EventListCalendar .TodayDay
{
  background-color:white;
  border: red 1px solid;
}

.EventListCalendar .TodayWeekendDay
{
  background-color:#ffeeee;
  border: red 1px solid;
}

.EventListCalendar TD
{
  text-align:center;
}

