// Popup Calendar Styles
.head {
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
}
.text {
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	padding: 2px;
}
#popupcalendar {
	height: 130px;
	left: 580px;
	top: 0;
	visibility: hidden;
	width: 185px;
	z-index: 40;
	padding: 30px;
}
	
a.cal-DayLink {
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
	color: #666666;
	background-color: transparent;
}

a.cal-DayLink:hover {
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	background-color: transparent;
	color: #000000;
}
a.cal-DayLink:active {
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
	background-color: transparent;
	color: #000000;
}
.cal-TextBox{
	color: #666666;
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	background-color: #E0E0E0;
}
a.cal-TodayLink {
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	color: #666666;
	background-color: transparent;
}
a.cal-TodayLink:hover {
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	background-color: transparent;
	color: #000000;
}
a.cal-TodayLink:active {
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	background-color: transparent;
	color: #CFCEC0;
}
.cal-GreyDate {
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
	background-color: #CCCCCC;
	color: #FFFFFF;
}
.cal-GreyInvalidDate {
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: line-through;
	background-color: #CCCCCC;
	color: #999999;
}
.cal-DayCell {
    font-family: Trebuchet MS, Arial, sans-serif;
    font-size: 8pt;
    font-weight: normal;
	background-color:White; /*#FFFFCC;*/
}
.cal-HeadCell {
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	background-color: #CCCCCC;/* #CCCC99; */
}
.cal-Table{
	background-color:#999999;
}

#popupcalendar
{
	position:absolute;
	top:486px;
	visibility: visible;
}

