@charset "utf-8";
/* CSS Document */
input.hjsDatePicker{
	background:transparent url(dropMenu1.jpg) no-repeat;
	border:none;
	width:242px;
	height:29px;
	padding:6px 0px 0px 4px;
	font-weight:normal;
	color:#2e89ee;
	font-size:15px;
	font-family:"Myriad Pro";
	cursor:pointer;
}
input:focus.hjsDatePicker{
	background: #fffce9 url(dropMenu1.jpg) no-repeat top left;
	
	
}
.hjs_container{
	position: relative;
	padding: 0;
	z-index: 500;
}
.hjs_cal{
	background-color: #fff;
	border: 1px solid #ffc000;
	position: absolute;
	width: 244px;
	top: 34px;
	left: 0;
	margin: 0px 0px 3px 0px;
}
.hjs_cal table{
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
.hjs_cal select{
	margin: 2px 3px;
	font-size: 11px;
}
.hjs_cal select option{
	padding: 1px 3px;
}
.hjs_cal th,
.hjs_cal td{
	width: 14.2857%;
	text-align: center;
	font-size: 11px;
	padding: 2px 0;
	font-family:Verdana, Arial, Helvetica, sans-serif !important;

}
.hjs_cal th{
	border: solid #ffc000;
	border-width: 1px 0;
	color: #797774;
	background: #f1eedd;
	font-weight: bold;
}
.hjs_cal td{
	cursor: pointer;
	color:#4f81bc;
}
.hjs_cal thead th{
	background: #eae3c0;
}
.hjs_cal td.hjs_roll{
	color: #000;
	background: #fff6bf;
}
/* must have this for the IE6 select box hiding */
.hjs_hide{
	visibility: hidden;
}
.hjs_empty{
	background: #eee;
}
.hjs_today{
	background: #ffee8a;
}
.hjs_selected{
	color: #fff;
	background: #c0dafa;
	font-weight:bold;
}

.birthday_calDay{
font-family:Verdana, Arial, Helvetica, sans-serif !important;
font-size:11px;
}



