.day
{
	text-align:		center;
	line-height:		1.0em;
	font-family:		arial,sans serif;
	font-weight:		bold;
	font-size:			2.0em;
a	color:				rgb(0,119,153);
	color:				rgb(136,153,136);
}

.weekday
{
	font-family:	arial,verdana;
	text-transform:	uppercase;
	text-align:		center;
	color:			rgb(0,51,119);
	font-size:		0.70em;
	line-height:	1.0em;
}

table.cal
{
	margin-right:	0px;
}

td.cal-row,td.cal-row-top
{
	padding:		0.25em 1em 0.5em 0em;
}

td.cal-row-r,td.cal-row-r-top
{
	padding:		0.25em 0em 0.5em;
}


td.cal-row-top,td.cal-row-r-top
{
	border-top:		1px solid rgb(153,153,102);
}

.bodytext2
{
	margin-right:	0px;
	margin-bottom:	0.5em;
}












.cal-dayblock
{
	width:				80px;
	height:				80px;
	border:				1px solid white;
	background-color:	rgb(238,238,238);
	padding:			3px;
}

.cal-day
{
	line-height:	1.0em;
	font-family:	arial;
	font-weight:	bold;
	font-size:		18px;
	color:			gray;
}

.cal-content
{
	line-height:	1.0em;
	font-family:	arial;
	font-size:		0.62em;
	color:			black;
}

th.cal-weekday
{
	background-color:	gray;
	text-align:		center;
	padding:			3px 10px;
	font-family:		arial;
	font-weight:		bold;
	font-size:			11px;
	color:				white;

}
