@CHARSET "ISO-8859-1";

fieldset {
	margin: 1em 0 1em 0;
	padding: 1em 1em 0em 1em;
	border: 1px solid grey;
}
legend {
	font-size: 14pt;
   font-weight: normal;
   /*margin: 1em 0 1em 0;*/
   margin-bottom: 0.5em;
   color: #000000;
}

.required {
	color: #ff7e00;
}

span.help {
   position: relative;
}

.smallhelp {
	font-style: italic;
	font-size: 8pt;
}

div.help {
   font-size: 8pt;
   color: #808080;
   background: #e8e8e8;
   border: 1px solid black;
   position: absolute;
   left: 3px;
   top: -1px;
   width: 150px;
   padding: 5px;
   z-index: 10;
   display: none;
}

img.help {
   cursor: help;
   position: relative;
   top: 4px;
}

div#helpmask {
	position: fixed;
	background: white;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	display: none;
}

img.plus {
	cursor: pointer;
   position: relative;
   top: 4px;
}

.idleField {
   outline:none;
   color: #959595;
   border: solid 1px #909090;
   padding: 1px;
   margin: 5px;
}

.focusField {
   outline:none;
   color: #00aadd;
   border: solid 2px #33ccff;
   padding: 0px;
   margin: 5px;
}

.filledField {
   color: #000000;
}

.errorField {
   color: #dd4411;
   border: solid 1px #ff7e00;
   padding: 1px;
}

td.label {
	padding: 5px 0 5px 0;
	text-align: right;
}

select {
	min-width: 10em;
}

input[type="submit"], input[type="reset"] {
	margin: 5px;
	padding: 3px;
	border: solid 2px #33ccff;
	background: #909090;
	color: #ffffff;
	font-weight: bold;
	font-variant: small-caps;
}

input[type="reset"] {
	background: #d0d0d0;
}

input[type="submit"]:hover {
	background: #33ccff;
	cursor: pointer;
}

input[type="reset"]:hover {
	background: #ff7e00;
	border: solid 2px #ff7e00;
	cursor: pointer;
}

input[type="submit"].disabledField, input[type="submit"].disabledField:hover {
   background: #e0e0e0;
   border: solid 2px #909090;
   cursor: default;
}
