.calendar
{
	
	font-size:xx-small;
}
A.calendar	   		    { font-family:Verdana; 	COLOR: #990000;; TEXT-DECORATION: underline;	font-weight: bold;	font-size: 10px }	
A.calendar:link    		{ font-family:Verdana; 	COLOR: #0000FF; TEXT-DECORATION: underline; font-weight: bold; 	font-size: 10px }
A.calendar:visited 		{ font-family:Verdana; 	COLOR: #000000; TEXT-DECORATION: underline;	font-weight: bold; 	font-size: 10px }
A.calendar:active  		{ font-family:Verdana; 	COLOR: #003399; TEXT-DECORATION: underline; font-weight: bold; 	font-size: 10px }
A.calendar:hover   		{ font-family:Verdana; 	COLOR: #FF0000;	TEXT-DECORATION: none; font-weight: bold; 	font-size: 10px }


.calendar table
{
background-color:white;
font-size: xx-small;
font-family: Verdana, Arial, sans-serif;
}



.cal_top
{
	color:black;
	background-color: #CCCCCC;
}

.cal_dayname
{
	font-weight:bold;
	color:white;
	background-color:#CCCCCC;
	text-align:center;
}

.cal_date
{

 /*color:black;*/
}

.cal_today
{
	font-weight:bold;
	color:red;
	text-align:center;
	
}

.cal_detail
{
	
	text-align:right;
	/*background-color:#98B8E7;*/
	
}



.cal_back
{
	color:#CCCCCC;
	background-color:#CCC;
		/*font-weight:bold;*/
	color:black;
	
}



.cal_back_expired
{
	color:white;
	background-color:#000000;
}


.cal_event {
	border-bottom: black solid thin;
	border-top: black solid thin;
	border-left: black solid thin;
	border-right: black solid thin;
	background-color:#E1FDFF;
	font-weight:bold;
	color:black;
}

