.ajax__calendar th, .ajax__calendar td {
            padding: 0px;
        }
 
 
.Calendar1_VisibleMonthChanged
{
	
	}
	
.Calendar1_SelectionChanged
{
	
	
	}
	
.OtherMonthDayStyle
{
	background-color: #eeeeee;
	color:#999;
	font-weight:normal;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	padding: 2px 2px;
	}	
	
.OtherMonthDayStyle a
{
	color:#999;
	font-weight:normal;
	text-decoration: none;
	}
	
.DayStyle
{
	background-color: white;
	color:#333;
	font-weight:normal;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	padding: 2px 2px;
	}
	
.DayStyle a
{
	color:#333;
	font-weight:normal;
	text-decoration: none;
	}	
	
.NextPrevStyle a
{
	font-weight:normal;
	text-decoration: none;
	}

.NextPrevStyle img
{
	border: none;
	padding: 5px 5px;
	
	}	
	
.TitleStyle
{
	background:url(../Images/bgProg.gif) repeat-x;
	font-weight: bold;
	}
	
.TodayDayStyle
{
	
	}
	
.DayHeaderStyle
{
	background:url(../Images/bgMenuOver.gif);
	color: White;
	border-right: 1px solid #80da76;
	padding: 2px 2px;
	}
	
.WeekendDayStyle
{
	background-color: white;
	color:#333;
	font-weight:normal;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	padding: 2px 2px;
	}
	
.WeekendDayStyle a
{
	color:#333;
	font-weight:normal;
	text-decoration: none;
	}	
	
.SelectedDayStyle
{
	background-color: #e7eeff;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	padding: 2px 2px;
	}      
	
.SelectedDayStyle a
{
	color: #3366ff;
	font-weight:bold;
	text-decoration: none;
	} 	
	                    
.Calendar
{ 
	border: 1px solid #ccc;
	width:200px;
	}