.CALENDAR_DEFAULT
{
   font-size:        100%;
   background:		   White;
   color:			   Black;
   text-align:	      center;
   font-family:	   Sans-Serif,Arial,Tahoma,Helvetica;
   font-weight:	   normal;
}

.CALENDAR_WEEKDAY
{
   font-size:        90%;
   background-color: White;
   color:            Black;
   border:           solid 1px silver;
}

.CALENDAR_WEEKEND
{
   font-size:        90%;
   background-color: WhiteSmoke;
   color:            Black;
   border:           solid 1px silver;
}

.CALENDAR_SELECTEDDAY
{
   font-size:        90%;
   background-color: Yellow;
   color:            Red;
   border:           solid 1px silver;   
}

.CALENDAR_TODAY
{
   font-size:        90%;
   background-color: Pink;
   color:            Black;
   border:           solid 1px silver;   
}

.CALENDAR_OTHERMONTHDAY
{
   font-size:        90%;
   background-color: White;
   color:            Silver;
   border:           solid 1px silver;
}

.CALENDAR_OTHERMONTHDAYWEEKEND
{
   font-size:        90%;
   background-color: WhiteSmoke;
   color:            Silver;
   border:           solid 1px silver;
}

.CALENDAR_PASTDAY
{
   font-size:        90%;
   background-color: White;
   color:            Gray;   
   border:           solid 1px silver;
}

.CALENDAR_PASTDAYWEEKEND
{
   font-size:        90%;
   background-color: WhiteSmoke;
   color:            Gray;   
   border:           solid 1px silver;
}

.CALENDAR_YES
{
   font-size:        90%;
   background-color: Green;
   color:            White;
   border:           solid 1px silver;
}

.CALENDAR_AUTO
{
   font-size:        90%;
   background-color: Green;
   color:            White;
   border:           solid 1px silver;
}

.CALENDAR_NO
{
   font-size:        90%;
   background-color: Red;
   color:            Black;
   border:           solid 1px silver;
}

.CALENDAR_BOOKED
{
   font-size:        90%;
   background-color: Red;
   color:            Black;
   border:           solid 1px silver;
}

.CALENDAR_BOOKED_EDIT { font-size:110%; background-color:Maroon; color:White; border:solid 1px silver; }
.CALENDAR_BOOKED_EDIT_A a { font-size:110%; display:inline; text-decoration:underline; color:White; }
.CALENDAR_BOOKED_EDIT a:hover { font-size:110%; display:inline; color:Aqua; }

.CALENDAR_MAYBE
{
   font-size:        90%;
   background-color: PaleGreen;
   color:            Black;
   border:           solid 1px silver;
}

.CALENDAR_EXCHANGED
{
   font-size:        90%;
   background-color: Yellow;
   color:            Black;
   border:           solid 1px silver;
}

.CALENDAR_DAYHEADER
{
   font-size:        90%;
   font-weight:	   bold;
   border:           solid 1px white;
   background-color: Gray;
   color:            White;
}

.CALENDAR_TITLE
{
   font-size:        90%;
   font-weight:      bold;
   background-color: Silver;
}

.CalendarNextPrev
{
   font-size:        90%;
	font-weight:		bold;
   text-align:       center;	
   border-top:       solid 1px white;
   border-left:      solid 1px white;
   border-bottom:    solid 1px black;
   border-right:     solid 1px black;
   padding-left:     3px;
   padding-right:    3px;

   color:				black;
   text-decoration:  none;
}