#CalendarArea .dbcalendar
{
	border: none;
}

#CalendarArea .dbday
{
	width: 90px;
	height: 70px;
	text-align: right;
	vertical-align: top;
	font-family: Arial;
	font-size: 8pt;
	color: Black;
	background-color: #f4f4f4;
	border: solid 1px navy;
}

#CalendarArea .dbothermonthday
{
	background-color: #dddddd;
}

#CalendarArea .dbmonthheading
{
	border-collapse: collapse;
	border: solid 1px black;
}

#CalendarArea .dbdayheader
{
	background-color: #ECE9D8;
	font-family: Arial;
	font-size: 8pt;
	color: Black;
	text-align: center;
	border-top: solid 1px #FFFFFF;
	border-left: solid 1px #FFFFFF;
	border-bottom: solid 1px #ACA899;
	border-right: solid 1px #ACA899;
}

#CalendarArea .dbtitle
{
	/*background-image:url(images/title_background.gif);   background-color:#6A804A;*/
	background-repeat: repeat-x;
	background-color: #D0E0EF;
	background-image: url(../images/common/top_item_selected_bg.gif);
}

#CalendarArea .dbtitle TD
{
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	color: White;
	padding-top: 4px;
	padding-bottom: 4px;
}

#CalendarArea .dbnextprev
{
	cursor: pointer;
}

#CalendarArea .dbcallbackloading
{
	background-color: #f4f4f4;
	border: 1px solid black;
}

#CalendarArea .dbpostlink
{
	font-size: 7pt;
	line-height: 1.2em;
}
#CalendarArea A.dbpostlink:LINK
{
	color: #4C7A9E;
}

#CalendarArea A.dbpostlink:ACTIVE
{
	color: #4C7A9E;
}

#CalendarArea A.dbpostlink:VISITED
{
	color: #4C7A9E;
}

#CalendarArea A.dbpostlink:HOVER
{
	color: #FF0000;
}

#CalendarPickerArea .dbcalendar td
{
	font-size: 11px;
}

#CalendarPickerArea .dbtitle
{
	font-weight: bold;
	background-color: #D7D7E5;
}

#CalendarPickerArea .dbday
{
	width: 25px;
	cursor: pointer;
	text-align: center;
	border-width: 1px;
	border-color: #F6F6F6;
	border-style: solid;
}

#CalendarPickerArea .dbdayhover
{
	width: 25px;
	cursor: pointer;
	text-align: center;
	text-decoration: underline;
	border-width: 1px;
	border-color: #F6F6F6;
	border-style: solid;
}

#CalendarPickerArea .dbdayheader
{
	width: 25px;
	text-align: center;
	border-width: 1px;
	border-color: white;
	border-style: solid;
	font-weight: bold;
	background-color: #FFFFFF;
}

#CalendarPickerArea .dbothermonthday
{
	color: #999999;
}

#CalendarPickerArea .dboutofrangeday
{
	visibility: hidden;
}

#CalendarPickerArea .dbselectedday
{
	width: 25px;
	background-color: #FBE694;
	color: #000000;
	border-width: 1px;
	border-color: #BB5503 !important;
	border-style: solid;
	font-weight: bold;
}

#CalendarPickerArea .dbcalendar
{
	border-style: solid;
	border-width: 1px;
	border-color: Black;
	border-collapse: collapse;
	background-color: #FFFFFF;
	cursor: default;
}

#CalendarPickerArea .dbmonth
{
	background-color: #F6F6F6;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-top: 0px;
}

#CalendarPickerArea .dbnextprev
{
	cursor: pointer;
	height: 25px;
	vertical-align: center;
	padding: 0px 5px 0px 5px;
}

.dbselector
{
	width: 14px;
	cursor: pointer;
	text-align: left;
	vertical-align: center;
	background-color: #FFFFFF;
}
