/*

http://webfx.eae.net/docs/environ.html
*/


DIV.calendar 
{
	border: solid 1px black;
	background: white;
	text-align:center;
	height:170px;
	width:auto;	
}

.calendar, .calendar TD, .calendar TH
{
	font-family: ms sans serif;
	font-size: 8pt;
}
.calendar a
{
	text-decoration: none;
	color: menutext;
}
.calendar .header
{
	 background: activecaption;
	 text-align:center;
	 font-weight: bold;
	 color: captiontext;
	 padding: 2px;
	 font-family: verdana;
	 font-size: 14px;
}
.calendar TD.nonmonth 
{
	color: inactivecaptiontext;
}
.calendar  span.today 
{
	color: Red;
}
.calendar  span.selected 
{
	background-color: highlight;
	color: highlighttext;
}
.calendar TD.weekend 
{
	background-color: #e0e0e0;
}
.calendar .navbar 
{
	background: activecaption;
	/*border-bottom: solid 2px blue;*/
	padding-bottom: 2px;
	text-align:center;
	width: 193px;
}
.calendar .nav 
{
	background: buttonface;
	border: outset 1px;
	padding: 1px;

}
.calendar TABLE.month
{
	width: auto;
	text-align: center;
	border-collapse: collapse;
}
.calendar TABLE.month TD
{
	padding: 0;
	padding-bottom: 2px;	
}
.calendar TABLE.month TH
{
	color: Navy;
	padding: 1px;
	border-bottom: solid 1px black;
	font-weight: normal;
}
.calendar TABLE.month TD.weekend 
{
	background-color: #e0e0e0;
}
.calendar TABLE.month a
{
	color: Black;
}
.calendar TABLE.month TD.mouseover, 
.calendar TR.mouseover TD, 
.calendar TR.mouseover TD.weekend 
{
	background-color: lightblue;
}
.calendar DIV.status 
{
	padding-top: 4px;	
}