.smallCalendar
{
	position:absolute;
	display:none;
	z-index:999;
}
.iframeHider
{
	position:relative;  				
	top:0px;
	left:0px;
	border-style:none;
	opacity:0;
}
.sCal
{  
	position:absolute;
	top:0px;
	left:0px;
	color:rgb(87,127,178);
	font-weight:bold;
	font-family:Verdana,Helvetica,Arial,Sans-Serif;
	font-size:8pt;  				
	border-style:solid;
	border-width:1px;
	border-color:white;
	cursor:pointer;
}
.sCal td
{
	border-style:solid;
	border-color:#8daed9;
	border-width:1px;
	width:18px;
	height:18px;
	text-align:center;  				
} 
.stretcher
{
	width:90px;  				
}
.sCalHeader td
{
	color:white;
	background-color:rgb(87,127,178);
}
.sCalWeekend 
{
	background-color:#c5d5e8;
}
.sCalWeekday
{
	background-color:#e6edf7;
}