﻿
.AvailabilityPickerCalendar
{
	border-style: none;
	border-width: 0.0626em;
	border-top-color: #336699;
	border-right-color: #336699;
	border-bottom-color: #336699;
	border-left-color: #336699;
}
                
.AvailabilityPickerCalendarDayHeader
{
	border-style: solid;
	border-width: 0.0626em;
	border-top-color: #336699;
	border-right-color: #336699;
	border-bottom-color: #336699;
	border-left-color: #336699;
}

.AvailabilityPickerCalendarTodayDay,
.AvailabilityPickerCalendarDay,
.AvailabilityPickerCalendarOtherMonthDay,
.AvailabilityPickerCalendarSelectedDay
{
	border-style: solid;
	border-width: 0.0626em;
	border-top-color: #336699;
	border-right-color: #336699;
	border-bottom-color: #336699;
	border-left-color: #336699;	
	text-align: left;
	vertical-align: top;	
	padding: 0;
}


.AvailabilityPickerCalendarDayAvailable, 
.AvailabilityPickerCalendarDayPartiallyAvailable
{
}

.AvailabilityPickerCalendarDayUnAvailable
{	
	background-position: center center;
	background-image: url(  'images/cross.gif' );
	background-repeat: no-repeat;
}

.AvailabilityPickerCalendarDayInformation
{
	padding: 0.4em;
	font-size: 0.6em;	
}

.AvailabilityPickerCalendarDayInformation img
{
	margin-top: 0.4em;
}

.AvailabilityPickerCalendarOtherMonthDay
{
	color: #999999;	
}

.AvailabilityPickerCalendarNextPrev,
.AvailabilityPickerCalendarTitle
{
	background-color: White;
	font-size: 0.9em;
	color: Black;
	border-style: none;
}


.AvailabilityPickerCalendarSelector
{
}

