legend {
	font-weight: bold;
	background-color: #FFE3D7;
	padding: 1px 10px 1px 10px;
	border: solid 1px #FF9D6F;
}

input {
	font-family: Arial, Helvetica, sans-serif;
}

.fieldsetContent {
	margin-top: 5px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	height: auto;
	width: 95%;
	left: 20px;
	top: 20px;
}

.tdName {
	white-space: nowrap;
}
.tdRequired {
	white-space: nowrap;
	font-weight: bold;
	color: #000066;
}
.tdValue{
	width: 100%;
}
.tdSep{
	width: 10px;
}

.combo {
	width: 200px;
	height: 80px;
	border: 0px solid;
	position: absolute;
	background-color: #FFFFFF;
	overflow: auto;
	left: 492px;
	top: 20px;
}

.linkhelp {
	border: 1px double #FF7F00;
	position: absolute;
}
.linkhelpTitle {
	border-bottom: 1px solid #FFCC66;
	background-color: #FF7F00;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Verdana;
}
.linkhelpBody {
	background-color: #FFFF00;
	color: green;
}

.textarea {
	width: 100%;
	margin-left: 20px;
}

.calendarBody {
	background-color: #DDE7FF;
	position: absolute;
	overflow: auto;
}
.calendarTable {
	background-color: #DDE7FF;
	border: 1px solid #0033CC;
}
.calendarTd {
	background-color: #DDF4FF;
	border: 1px solid #DDF4FF;
	text-align: center;
	width: 23px;
	color: #000099;
	cursor:hand;
}
.calendarTdEmpty {
	background-color: #DDF4FF;
	text-align: center;
	cursor:default;
}
.calendarTdHeader {
	background-color: #DDF4FF;
	color: #AA9999;
	font-size=70%;
	text-align: center;
	cursor:default;
}
.calendarTdActive {
	background-color: #3399FF;
	border: 1px solid #3399FF;
	text-align: center;
	font-weight: bold;
	color: #EEFF00;
	width: 23px;
	cursor:hand;
}
.calendarTdOver {
	background-color: #FFFFFF;
	border: 1px solid #0033CC;
	text-align: center;
	width: 23px;
	color: #000099;
	cursor:hand;
}
.calendarTdActiveOver {
	background-color: #FFFFFF;
	border: 1px solid #0033CC;
	text-align: center;
	font-weight: bold;
	width: 23px;
	color: #000099;
	cursor:hand;
}