
/* calendar */

td.cal {
	font-family : arial,helvetica,sans-serif;
	font-size : 11px;
	color : #000000;
	background-color : #d3d3d3;
}

select.month {
	font-family : arial,helvetica,sans-serif;
	font-size : 11px;
	color : #000000;
	width : 85px;
}

input.year {
	font-family : arial,helvetica,sans-serif;
	font-size : 11px;
	color : #000000;
	width : 30px;
}
	
td.calDaysColor {
	font-family : arial,helvetica,sans-serif;
	font-size : 11px;
	color : #ffffff;
	background-color : #000000;
}

td.calWeekend {
	font-family : arial,helvetica,sans-serif;
	font-size : 11px;
	color : #ffffff;
	background-color : #d3d3d3;
}

td.calBgColor {
	font-family : arial,helvetica,sans-serif;
	font-size : 11px;
	color : #ffffff;
	background-color : #d3d3d3;
}

.calBorderColor {
	font-family : arial,helvetica,sans-serif;
	font-size : 11px;
	color : #ffffff;
	background-color : #a9a9a9;
}

td.calHighlightColor {
	font-family : arial,helvetica,sans-serif;
	font-size : 11px;
	color : #ffffff;
	background-color : #ffffcc;
}

a.cal, a.cal:visited {
	font-family : arial,helvetica,sans-serif;
	font-size : 11px;
	color : #000000;
	text-decoration : none;
}  

a.cal:hover {
	font-family : arial,helvetica,sans-serif;
	font-size : 11px;
	color : #FF0000;
	text-decoration : none;
} 

.disabled {
	font-family : arial,helvetica,sans-serif;
	font-size : 11px;
	color : #808080;
	text-decoration : none;
}  
  
