#calendarBgFormRel {
	position: relative;
	z-index: 1000;
	left: 430px;
	top: -115px;
	width: 230px;
}
#calendarSmFormRel {
	position: relative;
	z-index: 1000;
	left: 50px;
	top: -32px;
	width: 230px;
}
#calendarFormRel {
	position: absolute;
	z-index: 1000;
	width: 230px;
}
.calendarAbs {
	position: absolute;
	width: 205px;
}
.calendar {
	font-family: Verdana;
	font-size: 9px;
	left: 0px;
	top: 0px;
	margin: 10px 0px 0px 0px;
	width: 225px;
	background-color: #C1C3DA;
	border: solid 1px #9b9b9b;
}
.calmonth {
	border-color: #9b9b9b;
	border-width: 0 0 1px 1px;
	border-style: solid;
}
.month { 
	font-size: 9px;
}
.prevMonthBtn, .nextMonthBtn {
	height: 18px;
	width: 18px;
}
.dayofweek { 
	width: 17px;
	height: 17px;
	text-align: center;
	vertical-align: middle;
	font-size: 9px;
	font-weight: bold;
	color: #9b9b9b;
	background-color: #FFFFFF;
	border-color: #9b9b9b;
	border-width: 1px 1px 0 0;
	border-style: solid;
	padding: 3px 2px 3px 2px;
}
.date, .datePickable, .datePickableHover { 
	width: 17px;
	height: 17px;
	padding-right: 0px;
	text-align: center;
	vertical-align: middle;
	font-size: 9px;
	font-weight: bold;
	color: #9B9B9B;
	background-color: #FFFFFF;
	cursor: pointer;
	border-color: #9b9b9b;
	border-width: 1px 1px 0 0;
	border-style: solid;
}
.date {
	color: #AAAAAA;
	font-weight: normal;
	cursor: default;
}
.selected, .selectedPickable, .selectedPickableHover {
	width: 17px;
	height: 17px;
	padding-right: 0px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	font-size: 9px;
	color: #737373;
	background-color: #D7D7D7;
	cursor: pointer;
	border-color: #9b9b9b;
	border-width: 1px 1px 0 0;
	border-style: solid;
}
.selected { 
	font-weight: normal;
	cursor: default;
}

.datePickableHover, .selectedPickableHover { 
	color: #FFFFFF;
	background-color: #C1C3DA;
}

.monthselect, .yearselect {
	font-family: Verdana;
	color: #444444;
	font-weight: normal;
	font-size: 10px;
}
.empty { 
	font-size: 9px;
	font-weight: bold;
	width: 17px;
	height: 17px;
	background-color: #FFFFFF;
	border-color: #9b9b9b;
	border-width: 1px 1px 0 0;
	border-style: solid;
} 
#calendar a {
	font-weight: bold;
}

#datechooser a.closeLink{
	color: #ffffff;
	font-size: 9px;
}

.displayBlock {
	display: block;
}
.displayNone {
	display: none;
}