.dropdown {
	padding: 2px;
	border-top: 1px solid #ebebeb;
	border-left: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
	background: #f9f9f9;
}
#myform a
{
	padding:4px;
	background: #FFFFFF;
	text-decoration: none;
	-webkit-box-shadow:  0px 0px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow:  0px 0px 5px 0px rgba(0,0,0,0.3);
	box-shadow:  0px 0px 5px 0px rgba(0,0,0,0.3);
	color:#000000;

}
#myform a:hover
{
	-webkit-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.3);
	box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.3);
	background: #de4249;
	color:#FFFFFF;



}
.dropdown select.year {
	font-size: 12px;

	padding: 0 7px;
	line-height: 25px;
	height: 25px;
	background: #fff;
	border: 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	outline: none;
	-webkit-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.3);
	box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.3);
}
.dropdown select.month {
	font-size: 12px;

	padding: 0 7px;
	line-height: 25px;
	height: 25px;
	background: #fff;
	border: 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	outline: none;
	-webkit-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.3);
	box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.3);
}

.calendar1 { width: 295px; position: relative; }

.calendar1 .heading {
	font-size: 12px;
	color: #fff;
	line-height: 30px;
	background: #de4249;
	border-top: 1px solid #ebebeb;
	border-left: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
}
.calendar1 .heading li:nth-child(odd) {
	float: left;
	padding-left: 5px;
}
.calendar1 .heading li:nth-child(even) {
	font-size: 11px;
	float: right;
	padding-right: 5px;
}
.calendar1 ul.days {
	border-top: 1px solid #ebebeb;
	border-left: 1px solid #ebebeb;
	border-bottom: 4px solid #ebebeb;
	background: #f8f8f8;
}
.calendar1 ul.days li {
	font-size: 14px;
	color: #898989;
	float: left;
	width: 41px;
	line-height: 30px;
	padding: 0;
	text-align: center;
	border-right: 1px solid #ebebeb;
}

.calendar1 ul.dates {
	position: relative;
	display: block;
	border-left: 1px solid #e5e5e5;
	background: #e5e5e5;
}
.calendar1 ul.dates li {
	position: relative;
	color: #333;
	float: left;
	width: 41px;
	height: 41px;
	text-align: center;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	cursor: pointer;
	background: #fff;
}
.calendar1 ul.dates li:hover,
.calendar1 ul.dates li.active,
.calendar1 ul.dates li.holiday:hover,
.calendar1 ul.dates li:hover:nth-child(7n+13),
.calendar1 ul.dates li.active:nth-child(7n+13) {
	color: #fff!important;
	-webkit-box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.2);
	box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.2);
	background: #2382bc;
}
.calendar1 ul.dates li:nth-child(7n+13)  {
	color: #d10b15!important;
}

.calendar1 ul.dates li.disable span {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
	filter: alpha(opacity=20);
	opacity: 0.2;
}
.calendar1 ul.dates li.disable {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.calendar1 ul.dates li.holiday {
	color: #d10b15;
}
.calendar1 ul.dates li.active {
	color: #ffffff;
	background: #2E7D32;
}
.calendar1 ul.dates li.todayHoliday {
	color: #ffffff;
	background: #d10b15;
}
.calendar1 ul.dates li span.nep {
	font-size: 20px;
	position: absolute;
	z-index: 96;
	top: 5px;
	left: 5px;
	line-height: 20px;
}
.calendar1 ul.dates li span.eng {
	font-size: 9px;
	position: absolute;
	z-index: 97;
	right: 5px;
	bottom: 5px;
	line-height: 0px;
}



.popup-box {
	display: none;
	position: absolute;
	z-index: 999999;
	left: 50%;
	top: 20px;
	margin-left: -110px;
	padding: 20px 10px 10px 10px;
	width: 200px;
	font-size: 13px;
	color: #fff;
	text-align: center;
	background: #2382bc;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.7);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.7);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.7);
}
.popup-box .col1 {
	display: block;
	padding-bottom: 5px;
}
.popup-box .col2 {
	font-size: 12px;
	display: block;
	padding-bottom: 10px;
	border-bottom: 1px solid #1d6591;
}
.popup-box .col3 {
	display: block;
	padding-top: 10px;
	border-top: 1px solid #579fcc;
}
.popup-close {
	position: absolute;
	z-index: 9999999;
	right: 5px;
	top: 0px;
	width: 20px;
	height: 20px;
	cursor: pointer;
	background: url(../images/close.png) 50% 50% no-repeat;
}