div.formheader {
	font-family: Century Gothic, Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
	padding: 1px;
	color: #108FC7;
}

div.form {
	border-top: solid 2px #5DA8D0;
	border-bottom: solid 2px #5DA8D0;
	margin-bottom: 20px;
}

div.formitem {
	/* height: 23px; */
	border-top: solid 1px #A9C2D9;
}

div.firstformitem {
	/* height: 23px; */
}

td.label, td.requiredlabel {
	height: 23px;
	padding-top: 5px;
	background-color: #DFEDF4;
	padding-left: 18px;
	font-size: 11px;
	width: 282px;
}

td.requiredlabel {
	background-image: url(../img/required.gif);
	background-repeat: no-repeat;
	background-position: 288px 4px;
}

td.input {
	padding-left: 4px;
	font-size: 12px;
}

span.dataLabel {
	font-size: 12px;
	padding-left: 7px;
	font-weight: bold;
}

input.text, input.activetext {
	width: 280px;
	font-size: 11px;
	font-weight: bold;
	padding-left: 2px;
	border: solid 1px #F2F2F2;
	background-color: #F2F2F2;
	height: 17px;
}

input.activetext {
	border: solid 1px #808080;
	background-color: white;
}

textarea.text, textarea.activetext {
	font-family: arial, helvetica, sans-serif;
	width: 400px;
	font-size: 11px;
	font-weight: bold;
	padding-left: 2px;
	border: solid 1px #F2F2F2;
	background-color: #F2F2F2;
	height: 80px;
	margin-top: 2px;
	margin-bottom: 2px;
}

textarea.activetext {
	border: solid 1px #808080;
	background-color: White;
}

span.error {
	font-weight: bold;
	font-size: 11px;
	color: #A8000D;
}

select {
	width: 200px;
	background-color: #F2F2F2;
	font-size: 11px;
	font-weight: bold;
}

span.help {
	background-image: url(../img/help.gif);
	background-repeat: no-repeat;
	background-position: 4px center;
	width: 20px;
	cursor: pointer;
}

div.helptext {
	border: solid 1px black;
	background-color: #FFFFDF;
	padding: 2px 4px;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 11px;
	margin-bottom: 12px;
	margin-top: 2px;
	margin-left: 3px;
}

div.input-field, div.input-field-active {
	width: 280px;
	font-size: 11px;
	font-weight: bold;
	padding-left: 2px;
	border: solid 1px #F2F2F2;
	background-color: #F2F2F2;
	height: 17px;
}

div.input-field-active {
	border: solid 1px #808080;
	background-color: white;
}

div.datepicker {
	border: solid 1px #808080;
	background-color: White;
	width: 183px;
	display: none;
	z-index: 5000;
}

div.datepicker td {
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
	cursor: pointer;
	user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;	
}

div.datepicker td.prev-month {
	background-image: url(../img/datepicker-back.gif);
	background-repeat: no-repeat;
	background-position: 6px 6px;
	cursor: pointer;
}

div.datepicker td.next-month {
	background-image: url(../img/datepicker-next.gif);
	background-repeat: no-repeat;
	background-position: 6px 6px;
	cursor: pointer;
}

div.datepicker tr.datepicker-header td {
	background-color: #CFCBC3;
}

div.datepicker tr.weekdays td {
	background-color: #EEECE7;
	width: 26px;
}

div.datepicker select {
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	background-color: White;
}

div.datepicker td.selected {
	color: white;
	background-color: #108FC7;
}

div.datepicker tr.datepicker-footer td {
	text-align: left;
	padding-left: 7px;
	color: #404040;
	padding-bottom: 3px;
	background-color: #EEECE7;
}

div.datepicker td.close {
	background-image : url(../img/datepicker-close.gif);
	background-repeat: no-repeat;
	background-position: 10px 4px;
}

td.input a.filelink {
	color: #0011FF;
	font-size: 12px;
	font-weight: bold;
}

td.input a.filelink:hover {
	color: #FF0000;
}