#iframectrl{
	display: none; 
	left: 0; 
	top: 0; 
	z-index: 900; 
	position: absolute; 
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0)
}

#popupcalendar{
	z-index: 10000;
	position: absolute;
	top: 0;
	left: 0;
}

.calendar{
	border:solid 1px #C0C0C0;
	font-family:arial;
	background-image:url(bg.gif);
	background-color:#DEEFF8;
	background-repeat:repeat-x;
	background-position:top;
	font-size:12px;
	padding:1px 1px 1px 1px;
}

.calendar td{
	height:20px;
	text-align:center;
	font-weight:normal;
}

.leftarrow{
	background-image:url('leftarrow.gif');
	background-repeat:no-repeat;
	width:20px;
	background-position:50% 50%;
	cursor:pointer;
}

.rightarrow{
	background-image:url('rightarrow.gif');
	background-repeat:no-repeat;
	background-position:50% 50%;
	width:20px;
	cursor:pointer;
}

.displaydate{
	width:100px;
	text-align:center;
}

.closebutton{
	background-image:url('close_icon.gif');
	background-repeat:no-repeat;
	background-position:50% 50%;
	cursor:pointer;
}

.calendarheader{
	color:#747474;
}

.selecteddate{
	background-image:url('selecteddate.gif');
	background-repeat:no-repeat;
	background-position:50% 50%;
	cursor:pointer;
}

.date{
	cursor:pointer;
}

.weekend{
color:red;
}

.disableddate
{
	color:#CCCCCC;
	}