/*Format Calendar */
.today {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #26226F;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	padding: .1cm;		
}
a.calendar:link {color: #26226F; TEXT-DECORATION: none}  	/*blue*/
a.calendar:visited {color: #26226F; TEXT-DECORATION: none}  	/*blue*/
a.calendar:hover {color: #666666; TEXT-DECORATION: underline}	/*gray, underlined*/
a.calendar:active {color: #666666}	/*gray*/

a.today:link {color: #ffffff; TEXT-DECORATION: none}
a.today:visited {color: #ffffff; TEXT-DECORATION: none}
a.today:hover {color: #666666; TEXT-DECORATION: underline}

.thisMonth {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
	color: #26226F;
	text-align: center;
	padding: .1cm;
}
.selectDate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #EAEAEA;
	color: #26226F;
	text-align: center;
	padding: .1cm;
}


/* Used in forms - creates smaller white box around text */
.formCalTxtBox {
	width: 200px; 
	padding: 5px; 
	background-color: white; 
	border: 1px solid black;
}