/* base fonts */

TABLE.cal_controls	{	
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	font-weight:	bolder;
	color: #000000;
	border-color:	#222222;
	border-style:	none;
	background: #fff8dc;
	font-size: 8pt;
	}
TD.cal_selectedcontrol {
	background: #fff8dc;
}
TD.cal_controls {
	background: #006400;
}

TABLE.cal_main {
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	font-weight:	normal;
	color: #000000;
	border-color:	#C2CE99;
	border-style: groove;
	border-width: thin;
	background: #fff8dc;
	width: 100%	
}
tr.cal_headers {
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	font-weight:	bolder; 
	color: #000000;
	border-color:	#222222;
	border-style:	none;
	background: #c2ce99;
}
td.cal_noday {
	background-color: transparent;
}


td.cal_normal {
	vertical-align:top;
	height: 100px;
	background-color: #fff8dc;
	border-style: groove;
	border-width: thin;
	border-color: #c2ce99; 
	font-size: 8pt;
}
td.cal_today {
	vertical-align:top;
	height: 100px;
	background-color: #D5E4A0;
	border-style: groove;
	border-width: thin;
	border-color: #cccccc;
	font-size: 8pt;
}
td.cal_holiday {
	vertical-align:top;
	height: 100px;
	background-color: #D5E4A0;
	border-style: groove;
	border-width: thin;
	border-color: #cccccc;
	font-size: 8pt;
}
td.cal_weekend {
	vertical-align:top;
	height: 100px;
	background-color: #c2ce99;
	border-style: groove;
	border-width: thin;
	border-color: #cccccc;
	font-size: 8pt;
}
	
	

.cal_date {
	font-size:140%;
	font-weight:bold;
	position:relative;
	right:0;
	display:block;
	text-align:right;
	padding-right:.3em;
	height:3.1em;
	text-align: right;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}	

	

