
.calendar_std
{
	width:100%;
	background-color:#EEEEEE;
	border: solid 1px #020e7c ;
	font-family: Verdana;
	font-size: 9px;
}

.DayHeader_std
{
	background-color: #020e7c;
	color: #fff;
}

.DayStyle_std
{
	background-color: #fff;
	font: 9px Verdana;
}

.OtherMonthDayStyle_std
{
	color: #d30d12;
	font: 9px Verdana;
}

.SelectedDayStyle_std
{
	background-color: #020e7c;
	color:#ffcd00;
	font: bold 9px Verdana;
	
}

.TitleStyle_std
{
	background-color: #020e7c;
}

.FooterStyle_std
{
	background-color: #020e7c;
	color :#fff;
}

.DropDownStyle_std
{
  font : 9px verdana;
}

.NextPrevStyle_std
{
	background-color: #E5E8FF;
	color :#020e7c;

}

#dhtmltooltip
{ 
	position: absolute; 
	width: 150px; 
	border: 2px solid black; 
	padding: 2px; 
	background-color: #020e7c; 
	color:#ffcd00;
	font: 9px verdana;
	visibility: hidden; 
	z-index: 100; 
	/*Remove below line to remove shadow. Below line should always appear last within this CSS
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135); */  
} 


