.calendarPanel 
{
	background-color : #FFFFFF;
	border: solid 1px rgb(0,171,169);
	border-bottom: solid 0px rgb(0,171,169);
}

.calendarTitleFade 
{
	background-image: url(../auth/images/caltop.gif);
		
}

.calendarHeadings 
{
	font-family: Verdana;
	font-weight: bold;
	font-size: 10px; 
	color: white; 
	background-color: rgb(0,171,169);
	text-decoration: none;
}

.calendarHeadingsTextArrows 
{
	font-family: Verdana;
	font-size : 9px;
	font-weight: bold;
	color : #FFFFFF ;
	text-decoration: none;
}

.calendarLinkText
{
	font-family: Verdana ;
	font-size : 10px;
	font-weight: bold;
	color : #000000 ;
	text-decoration: none;
}

.calendarNonActiveDay 
{
	font-family: Verdana ;
	font-size : 10px;
	font-weight: bold;
	color : #CCCCCC;
	text-decoration: none;
}

.calendarToday 
{
	font-family: Verdana ;
	font-size : 10px;
	font-weight: bold;
	color : rgb(0,171,169);
	text-decoration: none;
}

.calendarHeadingsText
{
	font-family: Verdana ;
	font-size : 10px;
	font-weight: bold;
	color : #FFFFFF ;
	text-decoration: none;
}

.calendarTextBox
{
	FONT-SIZE: 10px; 
	FONT-FAMILY: Verdana;
	FONT-WEIGHT: bold;
	background-color:rgb(204,238,238); 
	color: #000000; 
	border: 1px rgb(0,171,169) solid;
	width: 80
}

.calendarDropDownBox
{
	
	FONT-SIZE: 10px; 
	FONT-FAMILY: Verdana;
	FONT-WEIGHT: bold;
	background-color: rgb(128,213,212); 
	color: #000000; 
	border: 1px rgb(0,171,169) solid;	
}