﻿    .Calendar
    {
			cursor:default;
 			text-align : center;
	    border: #a9bbe1 1px solid; 
			font-size: 12px; 
			color: #234b86; 
			font-family: Verdana; 
			background-color: white;
	   }
     .Calendar_Table
     {
			border-collapse:collapse; 
	   }
     .Calendar_Table TD
     {
			height:19px; 
			width:21px;
	   }
	  .CalendarNavigator
    {
    }
    .CalendarDaysOfWeek
    {
			font-weight: bold; font-size: 12px;
			background-color: #0787cc;
			color: #ffffff; 
    }
    .CalendarDay
    {
			border:solid 1px;
    }
    .CalendarDay_Selected
    {
			background-color:#ffcc66;
    }
    .CalendarDay_Today
    {
			background-color:#74ff26;
    }
    .CalendarDay_Dimmed
    {
			color:Gray;
    }
    .CalendarDay_MouseOver_Disabled
    {
			/*background-color:Gray;*/
    }
    .CalendarDay_MouseOver
    {
			background-color:CadetBlue;
    }
    .CalendarDay_Disabled
    {
  		text-decoration : line-through;
	  }

		.CalendarNavigator_NextMonth
		{
			color: #234b86;
			background-image:url(Images/Calendar/MoveRight.gif);
			background-position:center center;
			background-repeat:no-repeat;
			height:16px;
			width:16px;
			cursor:hand;
		}

		.CalendarNavigator_PreviousMonth
		{
			color: #234b86;
			background-image:url(Images/Calendar/MoveLeft.gif);
			background-position:center center;
			background-repeat:no-repeat;
			height:16px;
			width:16px;
			cursor:hand;
		}
	.CalendarNavigator_NextMonthRTL
		{
			color: #234b86;
			background-image:url(Images/Calendar/MoveLeft.gif);
			background-position:center center;
			background-repeat:no-repeat;
			height:16px;
			width:16px;
			cursor:hand;
		}

	.CalendarNavigator_PreviousMonthRTL
		{
			color: #234b86;
			background-image:url(Images/Calendar/MoveRight.gif);
			background-position:center center;
			background-repeat:no-repeat;
			height:16px;
			width:16px;
			cursor:hand;
		}