td.calendarHeader
{
	font-weight: bolder;
}
td.redDay
{
	background-color: red;
	color: white;
	text-align: center;
	font-weight: bolder;	
	border: 1px solid white;			
}
td.greenDay
{
	background-color: #99FF66;
	color: green;
	text-align: center;
	font-weight: bolder;
	border: 1px solid white;	
}
#calendar table
{
	width: 100%; 
}
#calendar table table
{
	height: 200px;
	font-size: 0.7em;
	border: 1px solid black;
}
#calendar table table td
{
	text-align: center;
	vertical-align: middle;
}
#calendar table tr.tr_month td
{
	padding: 0;
	background: transparent url(../img/indentbg.gif) repeat-x;
	color: white;
	font-size: 1.2em;
	text-transform: uppercase;
}



