/* CSS Document */

	.formtext {
		font-family: Tahoma, Verdana, Arial, Arial Narrow, Helvetica, sans-serif;
		font-size: 10px;
		font-weight: normal;
		color: #000000;
	}	

	.formbutton{
		cursor:pointer;
		border:outset 1px #ccc;
		background:#999;
		color:#fff;
		
		padding: 3px;
		background:#000066;
		font-family: tahoma, Trebuchet MS, Arial, Arial Narrow, Helvetica, sans-serif;
		font-size: 11px;
		font-weight:bold;
		}

	.formbutton:hover{
		cursor:pointer;
		border:outset 1px #ccc;
		background:#999;
		color:#fff;
		font-weight:bold;
		padding: 3px;
		background:#000066;
		font-family: tahoma, Trebuchet MS, Arial, Arial Narrow, Helvetica, sans-serif;
		font-size: 11px;
		font-weight:bold;
		}

	.searchbutton{
		cursor:pointer;
		border:outset 1px #ccc;
		background:#999;
		color:#fff;
		font-weight:bold;
		padding: 2px;
		background:#000066;
		font-family: tahoma, Trebuchet MS, Arial, Arial Narrow, Helvetica, sans-serif;
		font-size: 13px;
		font-weight: normal;
		}

	.searchbutton:hover{
		cursor:pointer;
		border:outset 1px #ccc;
		background:#999;
		color:#fff;
		font-weight:bold;
		padding: 2px;
		background:#999999;
		font-family: Trebuchet MS, Arial, Arial Narrow, Helvetica, sans-serif;
		font-size: 13px;
		font-weight: normal;
		}

	.dropdownselects{
		font-family: tahoma, Verdana, Trebuchet MS, Arial, Arial Narrow, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: normal;
		color: #000000;
		background:#ccc;
		padding: 2px;
		border-top-width: 1px;
		border-right-width: 1px;
		border-bottom-width: 1px;
		border-left-width: 1px;
		border-top-style: solid;
		border-right-style: solid;
		border-bottom-style: solid;
		border-left-style: solid;
		border-top-color: #445F56;
		border-right-color: #445F56;
		border-bottom-color: #445F56;
		border-left-color: #445F56;
	}


	.formfield{
		width: 225px;
		font-family: Tahoma, Trebuchet MS, Arial, Arial Narrow, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: normal;
		color: #000;
		background-color:#FFFFFF;
		background:url(../images/web/formbg.jpg); background-repeat:repeat-x;
		padding: 2px;
		border-top-width: 1px;
		border-right-width: 1px;
		border-bottom-width: 1px;
		border-left-width: 1px;
		border-top-style: solid;
		border-right-style: solid;
		border-bottom-style: solid;
		border-left-style: solid;
		border-top-color: #445F56;
		border-right-color: #445F56;
		border-bottom-color: #445F56;
		border-left-color: #445F56;
	}

	.searchformfield{
		font-family: Tahoma, Trebuchet MS, Arial, Arial Narrow, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: normal;
		color: #000;
		background-color:#FFFFFF;
		padding: 2px;
		border-top-width: 1px;
		border-right-width: 1px;
		border-bottom-width: 1px;
		border-left-width: 1px;
		border-top-style: solid;
		border-right-style: solid;
		border-bottom-style: solid;
		border-left-style: solid;
		border-top-color: #445F56;
		border-right-color: #445F56;
		border-bottom-color: #445F56;
		border-left-color: #445F56;
	}

	.formfield_dropdowns{
		width: 155px;
		font-family: Tahoma, Trebuchet MS, Arial, Arial Narrow, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: normal;
		color: #000;
		border-top-width: 1px;
		border-right-width: 1px;
		border-bottom-width: 1px;
		border-left-width: 1px;
		border-top-style: solid;
		border-right-style: solid;
		border-bottom-style: solid;
		border-left-style: solid;
		border-top-color: #445F56;
		border-right-color: #445F56;
		border-bottom-color: #445F56;
		border-left-color: #445F56;
	}

	.formfieldmini{
		width: 125px;
		font-family: Tahoma, Trebuchet MS, Arial, Arial Narrow, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: normal;
		color: #000000;
		background:#ebebeb;
		background:url(../images/web/formbg.jpg); background-repeat:repeat-x;
		padding: 2px;
		border-top-width: 1px;
		border-right-width: 1px;
		border-bottom-width: 1px;
		border-left-width: 1px;
		border-top-style: solid;
		border-right-style: solid;
		border-bottom-style: solid;
		border-left-style: solid;
		border-top-color: #445F56;
		border-right-color: #445F56;
		border-bottom-color: #445F56;
		border-left-color: #445F56;
	}

	.searchfield{
		width: 205px;
		margin-top:2px;
		font-family: tahoma, Trebuchet MS, Arial, Arial Narrow, Helvetica, sans-serif;
		font-size: 13px;
		font-weight: bold;
		color: #000000;
		background:#ebebeb;
		background:url(../images/web/formbg.jpg); background-repeat:repeat-x;
		padding: 4px;
		border-top-width: 1px;
		border-right-width: 1px;
		border-bottom-width: 1px;
		border-left-width: 1px;
		border-top-style: solid;
		border-right-style: solid;
		border-bottom-style: solid;
		border-left-style: solid;
		border-top-color: #445F56;
		border-right-color: #445F56;
		border-bottom-color: #445F56;
		border-left-color: #445F56;
	}

	.textarea {
		width: 420px;
		margin-top:2px;
		font-family: tahoma, Trebuchet MS, Arial, Arial Narrow, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: normal;
		color: #000000;
		background:#ebebeb;
		background:url(../images/web/formbgtextarea.jpg); background-repeat:repeat-x; background-position:bottom;
		padding: 2px;
		border-top-width: 1px;
		border-right-width: 1px;
		border-bottom-width: 1px;
		border-left-width: 1px;
		border-top-style: solid;
		border-right-style: solid;
		border-bottom-style: solid;
		border-left-style: solid;
		border-top-color: #445F56;
		border-right-color: #445F56;
		border-bottom-color: #445F56;
		border-left-color: #445F56;		
	}

	.textareamini {
		width: 125px;
		margin-top:2px;
		font-family: tahoma, Trebuchet MS, Arial, Arial Narrow, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: normal;
		color: #000000;
		background:#ebebeb;
		background:url(../images/web/formbgtextarea.jpg); background-repeat:repeat-x; background-position:bottom;
		padding: 2px;
		border-top-width: 1px;
		border-right-width: 1px;
		border-bottom-width: 1px;
		border-left-width: 1px;
		border-top-style: solid;
		border-right-style: solid;
		border-bottom-style: solid;
		border-left-style: solid;
		border-top-color: #445F56;
		border-right-color: #445F56;
		border-bottom-color: #445F56;
		border-left-color: #445F56;		
	}
	



	
	.Submit { 
		font-family: tahoma, Arial, Arial Narrow, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		background:#000;
		padding:5px;
		color: #fff;	
		border-top-width: 1px;
		border-right-width: 1px;
		border-bottom-width: 1px;
		border-left-width: 1px;
		border-top-style: solid;
		border-right-style: solid;
		border-bottom-style: solid;
		border-left-style: solid;
		border-top-color: #66cc00;
		border-right-color: #66cc00;
		border-bottom-color: #66cc00;
		border-left-color: #66cc00;		
	}
	

form.myform {
  margin: 0;
  padding: 0;
  font-size: 100%;
  min-width: 830px;
  max-width: 830px;
  width: 830px;
}

form.myform fieldset {
  clear: both;
  font-size: 100%;
  border-color: #000000;
  border-width: 1px 0 0 0;
  border-style: solid none none none;
  padding: 10px;
  margin: 0 0 0 0;
  background:#e9f5d5;
}

form.myform fieldset legend {
  font-family: Tahoma,Trebuchet MS, Tahoma, Arial, sans-serif;
  font-size: 150%;
  font-weight: normal;
  color: #000000;
  margin: 0 0 0 0;
  padding: 0 5px;
}

form.myform label {
  font-size: 100%;
}

form.myform label u {
  font-style: normal;
  text-decoration: underline;
}

form.myform input, select, textarea {
  font-family: Tahoma,Trebuchet MS, Tahoma, Arial, sans-serif;
  font-size: 100%;
  color: #000000;
}

form.myform textarea {
  overflow: auto;
}

form.myform div {
  clear: left;
  display: block;
  width: 554px;
  zoom: 1;
  margin: 5px 0 0 0;
  padding: 1px 3px;
}

form.myform fieldset div.notes {
  float: right;
  width: 208px;
  height: auto;
  margin: 0 0 10px 10px;
  padding: 10px;
  border: 1px solid #666666;
  background-color: #ffffe1;
  color: #666666;
  font-size: 88%;
}

form.myform fieldset div.notes h4 {
  background-image: url(../images/web/icon_info.gif);
  background-repeat: no-repeat;
  background-position: top left;
  padding: 0px 0 3px 27px;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #666666;
  color: #666666;
  font-size: 110%;
}

form.myform fieldset div.notes p {
  margin: 0em 0em 1.2em 0em;
  color: #666666;
}

form.myform fieldset div.notes p.last {
  margin: 0em;
}

form.myform div fieldset {
  clear: none;
  border-width: 1px;
  border-style: solid;
  border-color: #666666;
  margin: 0 0 0 144px;
  padding: 0 5px 5px 5px;
  width: 197px;
}

form.myform div fieldset legend {
  font-size: 100%;
  padding: 0 3px 0 9px;
}

form.myform div.required fieldset legend {
  font-weight: bold;
}

form.myform div label {
  display: block;
  float: left;
  width: 130px;
  padding: 3px 5px;
  margin: 0 0 5px 0;
  text-align: right;
}

form.myform div.optional label, label.optional {
  font-weight: normal;
}

form.myform div.required label, label.required {
  font-weight: bold;
}

form.myform div label.labelCheckbox, form div label.labelRadio {
  float: none;
  display: block;
  width: 200px;
  zoom: 1;
  padding: 0;
  margin: 0 0 5px 142px;
  text-align: left;
  border:none;
  background:none;
  font-family: Tahoma,Tahoma,Trebuchet MS, Arial, Arial Narrow, Helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
color: #4b6a26;
}

form.myform div fieldset label.labelCheckbox, form div fieldset label.labelRadio {
  margin: 0 0 5px 0;
  width: 170px;
}

form.myform div img {
  border: 1px solid #000000;
}

p.error {
  background-color: #ff0000;
  background-image: url(/images/icon_error.gif);
  background-repeat: no-repeat;
  background-position: 3px 3px;
  color: #ffffff;
  padding: 3px 3px 5px 27px;
  border: 1px solid #000000;
  margin: auto 100px;
}

form.myform div.error {

}

form.myform div.error p.error {
  background-image: url(/images/icon_error.gif);
  background-position: top left;
  background-color: transparent;
  border-style: none;
  font-size: 88%;
  font-weight: bold;
  margin: 0 0 0 118px;
  width: 200px;
  color: #ff0000;
}

form.myform div select, form div textarea {
	/*
  width: 200px;
  padding: 1px 3px;
  margin: 0 0 0 0;
  */
}

form.myform div input.inputText, form div input.inputPassword {
  width: 200px;
  padding: 1px 3px;
  margin: 0 0 0 0;
  font-family: Tahoma,Tahoma,Trebuchet MS, Arial, Arial Narrow, Helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
color: #4b6a26;
background:url(../images/web/formbg.jpg); background-repeat:repeat-x;
		border-top-width: 1px;
		border-right-width: 1px;
		border-bottom-width: 1px;
		border-left-width: 1px;
		border-top-style: solid;
		border-right-style: solid;
		border-bottom-style: solid;
		border-left-style: solid;
		border-top-color: #445F56;
		border-right-color: #445F56;
		border-bottom-color: #445F56;
		border-left-color: #445F56;
}

form.myform div input.inputFile {
  width: 211px;
}

form.myform div select.selectOne, form div select.selectMultiple {
  width: 211px;
  padding: 1px 3px;
}

form.myform div input.inputCheckbox, form div input.inputRadio, input.inputCheckbox, input.inputRadio {
  display: inline;
  height: auto;
  width: auto;
  background-color: transparent;
  border-width: 0;
  padding: 0;
  margin: 0 0 0 140px;
  background:none;
  border:none;
}

 .noborder{
  background:none;
  border:none;
}

form.myform div.submit {
  width: 214px;
  padding: 0 0 0 146px;
}

form.myform div.submit div {
  display: inline;
  float: left;
  text-align: left;
  width: auto;
  padding: 0;
  margin: 0;
}

form.myform div input.inputSubmit, form div input.inputButton, input.inputSubmit, input.inputButton {
  background-color: #cccccc;
  color: #000000;
  width: auto;
  padding: 0 6px;
  margin: 0;
}

form div.submit div input.inputSubmit, form div.submit div input.inputButton {
  float: right;
  margin: 0 0 0 5px;
}

form div small {
  display: block;
  margin: 0 0 5px 142px;
  padding: 1px 3px;
  font-size: 88%;
  zoom: 1;
}

label img {
  behavior: url(/behaviors/label_img.htc);
}

form fieldset legend {
  line-height: 150%;
}

form input, form select, form textarea {
  background-color: #ffffff;
}

form textarea.expanding {
  overflow: auto;
  overflow-x: auto;
  overflow-y: visible;
}

div.optional label:before {
  content: '';
}

div.required label:before {
  content: '';
}
  
form div label.labelCheckbox, form div label.labelRadio, label.labelCheckbox, label.labelRadio {
  display: block;
  width: 190px;
  zoom: 1;
  padding: 4px 0 0 18px;
  text-indent: -18px;
  line-height: 120%;
}

form div label.labelCheckbox input.inputCheckbox, form div label.labelRadio input.inputRadio, label.labelCheckbox input.inputCheckbox, label.labelRadio input.inputRadio {
  margin: 0;
}

form div fieldset input.inputText, form div fieldset input.inputPassword, form div fieldset input.inputFile, form div fieldset textarea.inputTextarea {
  width: 160px;
  margin: 0 0 0 18px;
  margin: expression(setCntr(), '0px 0 0 -124px');
}

form div label.compact {
  display: inline;
  width: auto;
  padding: 4px 10px 0 0;
  text-indent: 0;
  margin: 0 0 0 0;
}

form div.wide label {
  float: none;
  display: block;
}

form div label.wide {
  width: 348px;
}

form div.wide input.inputText, form div.wide input.inputPassword, form div.wide input.inputFile, form div.wide select, form div.wide textarea {
  width: 344px;
  margin: 0;
}

form div.notes p, form div small {
  line-height: 125%;
}

form div.wide small {
  margin: 0 0 5px 0;
}

	.ErrorDivContainer {
		padding:10px; background:#FFCCCC; border:#999999; border-width:1px;
		width:620px;
		font-weight:bold;	
		border-top-width: 1px;
		border-right-width: 1px;
		border-bottom-width: 1px;
		border-left-width: 1px;
		border-top-style: solid;
		border-right-style: solid;
		border-bottom-style: solid;
		border-left-style: solid;
		border-top-color:#CCCCCC;
		border-right-color: #CCCCCC;
		border-bottom-color: #CCCCCC;
		border-left-color: #CCCCCC;
	}
