﻿
a.calendarLink, a.calendarLink:link, a.calendarLink:visited	
{
	text-decoration: none ;
	color: #E05206 ;

}

a.calendarLink:hover	{
	text-decoration: underline ;
	color: #E05206 ;
}


.calendarLink	{
	
	color: #E05206 ;
}


.DES_CalDay1, .DES_CalDay1 TR
{
   color : Black;
   cursor: pointer;  /* W3C approved hand. */
   cursor: hand;   /* IE specific hand */
   border:0px;
}

.DES_CalOtherMonthDay1, .DES_CalOtherMonthDay1 TR
{
	background-color: #F2F2F2; 
   color: Black;
   cursor: pointer;  /* W3C approved hand. */
   cursor: hand;   /* IE specific hand */
  /* only specify color of borders. Lines are added programmatically */
   border:0px;
}

.DES_CalWeekRowsTable1
{
	 border:0px;
}

.DES_CalDayHeader1
{

   background-color: #83C1FE;  /* lightblue */
/* optional background image. Appearance/Backgrounds has several predefined images
   background-image: url(Backgrounds/GradientBlue16px.gif);
   background-repeat: repeat-x;
*/
}

.DES_CalCommandButton1
{
   border-right: 0;  /* lightgrey */
   border-top: 0;
   border-left: 0;
   border-bottom: 0;
   background-color: White;  /* lightblue */  
   cursor: pointer;
   cursor: hand;
}


.DES_CalWeekNumbers1
{
   background-color: #83C1FE;  /* lightblue */
/* optional background image. Appearance/Backgrounds has several predefined images
   background-image: url(Backgrounds/GradientBlue16px.gif);
   background-repeat: repeat-x;
 */
}

	

.DES_SDUnselectableCustom, .DES_SDUnselectable2 TR
{
   color:Black;
   background-color: #d3d3d3; 
  /* only specify color of borders. Lines are added programmatically */
   border-right-color: #808080;	/* gray */
   border-top-color: #808080;
   border-left-color: #808080;
   border-bottom-color: #808080;
}

.DES_SelectedDay1, .DES_SelectedDay1 TR
{
   background-color: #b4d6b6;
   cursor: pointer;
   cursor: hand;
}


.DES_FooterButton1
{
   border-right: #E0E0E0 0 outset;  /* lightgrey */
   border-top: #E0E0E0 0 outset;
   border-left: #E0E0E0 0 outset;
   border-bottom: #E0E0E0 0 outset;
   background-color: white;
   font-family: Verdana;
   cursor: pointer;
	font-size: 8pt ; 
	text-decoration: none ;
	letter-spacing: 0pt ;
	color: #E05206 ;   
}
.DES_FooterButton1 a
{
	color: #E05206 ; 
}
.DES_FooterButton1 a:hover
{
	color:#E05206;
	text-decoration:underline;
}