div.calendarWidgetDiv 
{
	background-color:white;
	width:133px;
	height:133px;
	border-bottom: 2px #A3A3A3 solid;
	border-top: 2px #A3A3A3 solid;
	border-left: 2px #A3A3A3 solid;
	border-right: 2px #A3A3A3 solid;
	padding-left:1px;
	position : absolute;
	float:none;
	
 
	/*position :relative;
	float : right;
	top : -188px;  
	left : -240px; 
	/*left : -220px;  */
	/* left : -400px; */
	z-index : 100;

}

tr.showBlank {
	display : block;
}

tr.hideBlank {
	display : none;
}

div.calendarWidgetDivOld {

	background-color:white;
	width:133px;
	height:133px;
	border-bottom: 2px #A3A3A3 solid;
	border-top: 2px #A3A3A3 solid;
	border-left: 2px #A3A3A3 solid;
	border-right: 2px #A3A3A3 solid;
	padding-left:1px;


	position : relative;
	float: left;
	clear :both;
	top : -260px;
	left : -254px; 


}



div.header 
{
	display:block;
	width:134px;
	height:16px;
	padding-top:2px;
	padding-bottom:3px;
	text-align: center;
}

span.headerHeading 
{
	font-weight:bold;
	font-size:11px;
	font-family: arial; 
	color:#999999;
}

.leftArrow 
{
	padding-right:5px;
}

.rightArrow 
{
	padding-left:5px;
}


div.daysHeader 
{
	height: 15px;
	display:block;
	width:134px;
	padding-bottom:1px;
}

div.dayHeader 
{
	display:block;
	float:left;
	height: 15px;
	width:18px;
	background-color:#F5F5F5;
	text-align: center;
	font-weight:bold;
	font-size:10px;
	font-family:arial; 
	color:#999999;
	border-right:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
}

div.calendarRow 
{
	display:block;
	height: 15px;
	width:134px;
}

span.cell 
{
	display:block;
	float:left;
	font-family:arial;
	font-size: 10px;
	color: #999999;
}

div.today ,div.beforeToday ,div.otherMonth,div.currentSelection,div.calendarDay,div.afterToday 
{
	display:block;
	float:left;
	width: 18px;
	height:15px;
	text-align: center;
	border-right:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
}

div.today 
{
	background-color: #EBEBEB;
	color: #7F8A93;
	cursor: pointer;
	font-weight:bold;
}

div.beforeToday 
{
	background-color: #EBEBEB;
	color: #EBEBEB;
}

div.afterToday 
{
	background-color: #EBEBEB;
	color: #EBEBEB;
}  

div.otherMonth 
{
	background-color: #EBEBEB;
	color: #EBEBEB;
}

div.currentSelection 
{
	background-color:white;
	color: #FF5C00;
	cursor: pointer;
	font-size: 10px;
	font-family: arial;
	font-weight: bold;
}

#rightarrowdiv
{
	float:right;
	padding-right:5px;
}

#leftarrowdiv
{
	float:left;
	padding-left:3px;
}

div.calendarDay 
{
	background-color: #EBEBEB;
	font-family: arial;
	color: #7F8A93;
	cursor: pointer;
	
}

.date input 
{
	width:	119px;
	text-align:center;
}
.calIcon
{
	padding-left:5px;
	margin-top:20px;
	text-align:center;
}