.calenderFrame{
	position: absolute;
	z-index: 99999;
	overflow: visible;
	text-align: center;
}
.calHideBack {
	position: absolute;
	z-index: 9998;
	width: 100%;
	left: 0px;
	top: 0px;
	right: 0px;
	visibility: visible;
	overflow: visible;
	height: 100%;
	bottom: 0px;
}

.calenderFrame span{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display : block;
	background-image: url(site_images/general/cal_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 7px;
	padding-right: 8px;
	padding-left: 8px;
}
.calenderFrame table {
	width: 148px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.calenderFrame .calbottom {
	background-image: url(site_images/general/cal_btm.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 21px;
	color: #CCCCCC;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	text-transform: lowercase;
	cursor: pointer;
	clear: left;
	position: relative;
	width: 148px;
	padding-right: 8px;
	padding-left: 8px;
}

.calenderFrame td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	vertical-align: middle;
	padding-right: 1px;
	padding-left: 1px;
	height: 17px;
	color: #FFFFFF;
}
.calenderFrame table select{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 70px;
	background-color: #3E504D;
	color: #FFFFFF;
	margin-top: -4px;
	margin-left: -4px;
	padding-top: 1px;
	padding-bottom: 3px;
	padding-left: 3px;
	border: 1px solid #3E504D;
	text-align: left;
	font-weight: bold;
	line-height: 12px;
	margin-bottom: -3px;
}
.calenderFrame table tr .dayOvr{
	cursor: pointer;
	color: #333333;
	background-color: #E3E2EC;
}
.calYear td{

}
.calMonth td{
	background-color: #EAECF0;
	color: #000000;
}
.calDay td{
	color: #333333;
	background-color: #FFCC00;
}
.day{
	color: #666666;
	cursor: pointer;
}
.calenderFrame table .nday, .calenderFrame table .pday{
	color: #999999;
	cursor: pointer;
}
.calenderPreviousYear{
	cursor: pointer;
}
.calenderYearAdvance{
	cursor: pointer;
}
.monthPrevious{
	cursor: pointer;
}
.monthAdvance{
	cursor: pointer;
}
.selectContainer{
	width: 40px;
	overflow: hidden;
	eight: 18px;
	position:relative;
	height: 11px;
	left: 0px;
	top: 0px;
	margin-left: auto;
	padding: 0px;
	margin-bottom: -1px;
	margin-right: auto;
}
