div.DialogCalendar
{
	position: fixed;
	z-index: 90003;
	background-color: #FFFFFF;
	top: 50%;
	left: 50%;
	width: 400px;
	height: 540px;
	margin-left: -200px;
	margin-top: -270px;
	border: solid 1px #CCCCCC;
	box-shadow: 0px 0px 10px 1px #666666;
	border-radius: 5px;
	font-family: "COpenSans";
	font-size: 14pt;
}	

div.DialogCalendarContent
{
	height: 350px;
	overflow: auto;
}

b.CalendarTitle
{
	font-family: "COpenSans";
	font-size: 14pt;
	color: #150892;
	font-weight: normal;
}

a.CalendarLink:Link, a.CalendarLink:Visited, a.CalendarLink:Active
{
	font-family: "COpenSans";
	color : #000000;
	font-size : 14pt;
	font-style : normal;
	font-weight : bold;
	text-decoration: none;
}

a.CalendarLink:Hover
{
	font-family: "COpenSans";
	color : blue;
	font-size : 14pt;
	font-style : normal;
	font-weight : bold;
	text-decoration: none;
}

a.CalendarSelLink:Link, a.CalendarSelLink:Visited, a.CalendarSelLink:Active
{
	font-family: "COpenSans";
	color : red;
	font-size : 14pt;
	font-style : normal;
	font-weight : bold;
	text-decoration: none;
}

hr.CalendarLine
{
	border-bottom: 1px solid #000000;
}

input.CalendarBtn
{
	width: 32px;
	height: 42px;
	line-height: 42px;
	border: 1px solid #E2DCe4;
	font-family: "COpenSans";
	font-size: 15pt;
	padding-left: 5px;
	color: #727F82;
}

input.CalendarYearEdit
{
	width: 60px;
	height: 42px;
	line-height: 42px;
	border: 1px solid #E2DCe4;
	font-family: "COpenSans";
	font-size: 15pt;
	padding-left: 5px;
	color: #727F82;
	box-sizing: border-box;
}

input.CalendarTime
{
	width: 40px;
	height: 42px;
	line-height: 42px;
	border: 1px solid #E2DCe4;
	font-family: "COpenSans";
	font-size: 15pt;
	padding-left: 5px;
	color: #727F82;
	box-sizing: border-box;
}

select.CalendarTime
{
	width: 70px;
	height: 42px;
	line-height: 42px;
	border: 1px solid #E2DCe4;
	font-family: "COpenSans";
	font-size: 15pt;
	padding-left: 5px;
	color: #727F82;
}

select.CalendarMonthCmb
{
	width: 150px;
	height: 42px;
	line-height: 42px;
	border: 1px solid #E2DCe4;
	font-family: "COpenSans";
	font-size: 15pt;
	padding-left: 5px;
	color: #727F82;
}