﻿/* div.formatted stuff */
       
  
  
table.form, label
{
	width:100%;
	font-family: verdana, "Lucida Grande", arial, helvetica, sans-serif;
	color: #333;
	font-size: 12px;
}

table.form td.label
{
	width:40%;
	text-align:right;
	padding-right:5px;
	vertical-align:top;
	padding-top:10px;
}

table.form td.field
{
	width:60%;
	padding-left:5px;
	padding-top:8px;
}  


table.form span.error
{
	color:Red;
	font-weight:bold;
	font-size:10pt;
}

table.form td.button
{
	text-align:right;
	padding-right:200px;
	padding-top:5px;
	padding-bottom:5px;
}

table.form div.notes
{
	font-size:8pt;
	color:#cccccc;
	font-style:italic;
}
  
  
  
  
       
       
       
       /* div.formatted.css */
/*
* {
  margin: 0;
  padding: 0;
}

div.formatted {
  margin: 0;
  padding: 0;
  font-size: 100%;
  min-width: 560px;
  max-width: 620px;
  width: 590px;
  border:1px solid red;
}

div.formatted 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;
}

div.formatted fieldset legend {
  font-size: 150%;
  font-weight: normal;
  color: #000000;
  margin: 0 0 0 0;
  padding: 0 5px;
}

label {
  font-size: 100%;
}

label u {
  font-style: normal;
  text-decoration: underline;
}

input, select, textarea {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 100%;
  color: #000000;
}

textarea {
  overflow: auto;
}

div.formatted div {
  clear: left;
  display: block;
  width: 354px;
  height: expression('1%');
  margin: 5px 0 0 0;
  padding: 1px 3px;
}

div.formatted fieldset div.notes {
  float: right;
  width: 158px;
  height: auto;
  margin: 0 0 10px 10px;
  padding: 5px;
  border: 1px solid #666666;
  background-color: #ffffe1;
  color: #666666;
  font-size: 88%;
}

div.formatted fieldset div.notes h4 {
  background-image: url(/images/icon_info.gif);
  background-repeat: no-repeat;
  background-position: top left;
  padding: 3px 0 3px 27px;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #666666;
  color: #666666;
  font-size: 110%;
}

div.formatted fieldset div.notes p {
  margin: 0em 0em 1.2em 0em;
  color: #666666;
}

div.formatted fieldset div.notes p.last {
  margin: 0em;
}

div.formatted 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;
}

div.formatted div fieldset legend {
  font-size: 100%;
  padding: 0 3px 0 9px;
}

div.formatted div.required fieldset legend {
  font-weight: bold;
}

div.formatted div label {
  display: block;
  float: left;
  width: 130px;
  padding: 3px 5px;
  margin: 0 0 5px 0;
  text-align: right;
}

div.formatted div.optional label, label.optional {
  font-weight: normal;
}

div.formatted div.required label, label.required {
  font-weight: bold;
}

div.formatted div label.labelCheckbox, div.formatted div label.labelRadio {
  float: none;
  display: block;
  width: 200px;
  height: expression('1%');
  padding: 0;
  margin: 0 0 5px 142px;
  text-align: left;
}

div.formatted div fieldset label.labelCheckbox, div.formatted div fieldset label.labelRadio {
  margin: 0 0 5px 0;
  width: 170px;
}

div.formatted 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;
}

div.formatted div.error {
  background-color: #ffffe1;
  background-image: url(/images/required_bg.gif);
  background-repeat: no-repeat;
  background-position: top left;
  color: #666666;
  border: 1px solid #ff0000;
}

div.formatted 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;
}

div.formatted div input, div.formatted div select, div.formatted div textarea {
  width: 200px;
  padding: 1px 3px;
  margin: 0 0 0 0;
}

div.formatted div input.inputFile {
  width: 211px;
}

div.formatted div select.selectOne, div.formatted div select.selectMultiple {
  width: 211px;
  padding: 1px 3px;
}

div.formatted div input.inputCheckbox, div.formatted div input.inputRadio, input.inputCheckbox, input.inputRadio {
  display: inline;
  height: 14px;
  width: 14px;
  background-color: transparent;
  border-width: 0;
  padding: 0;
  margin: 0 0 0 140px;
}

div.formatted div.submit {
  width: 214px;
  padding: 0 0 0 146px;
}

div.formatted div.submit div {
  display: inline;
  float: left;
  text-align: left;
  width: auto;
  padding: 0;
  margin: 0;
}

div.formatted div input.inputSubmit, div.formatted div input.inputButton, input.inputSubmit, input.inputButton {
  background-color: #cccccc;
  color: #000000;
  width: auto;
  padding: 0 6px;
  margin: 0;
}

div.formatted div.submit div input.inputSubmit, div.formatted div.submit div input.inputButton {
  float: right;
  margin: 0 0 0 5px;
}

div.formatted div small {
  display: block;
  margin: 0 0 5px 142px;
  padding: 1px 3px;
  font-size: 88%;
  height: expression('1%');
}
       
       
       
       
       
       */
       
       
       
       
       
       /* div.formatted.import.css */
/*
label img {
  behavior: url(/behaviors/label_img.htc);
}

div.formatted fieldset legend {
  line-height: 150%;
}

div.formatted input, div.formatted select, div.formatted textarea {
  background-color: #ffffff;
}

div.formatted textarea.expanding {
  overflow: auto;
  overflow-x: auto;
  overflow-y: visible;
}

div.optional label:before {
  content: '';
}

div.required label:before {
  content: '';
}
  
div.formatted div label.labelCheckbox, div.formatted div label.labelRadio, label.labelCheckbox, label.labelRadio {
  display: block;
  width: 190px;
  height: expression('1%');
  padding: 4px 0px 0px 18px;
  text-indent: -18px;
  line-height: 120%;
}

div.formatted div label.labelCheckbox input.inputCheckbox, div.formatted div label.labelRadio input.inputRadio, label.labelCheckbox input.inputCheckbox, label.labelRadio input.inputRadio {
  margin: 0px 0px 0px 0px;
}

div.formatted div fieldset input.inputText, div.formatted div fieldset input.inputPassword, div.formatted div fieldset input.inputFile, div.formatted div fieldset textarea.inputTextarea {
  width: 160px;
  margin: 0px 0px 0px 18px;
  margin: expression('0px 0px 0px -124px');
}

div.formatted div label.compact {
  display: inline;
  width: auto;
  padding: 4px 10px 0px 0px;
  text-indent: 0px;
  margin: 0px 0px 0px 0px;
}

div.formatted div.wide label {
  float: none;
  display: block;
}

div.formatted div label.wide {
  width: 348px;
}

div.formatted div.wide input.inputText, div.formatted div.wide input.inputPassword, div.formatted div.wide input.inputFile, div.formatted div.wide select, div.formatted div.wide textarea {
  width: 344px;
  margin: 0px;
}

div.formatted div.notes p, div.formatted div small {
  line-height: 125%;
}

div.formatted div.wide small {
  margin: 0px 0px 5px 0px;
}
       
       
       
      */
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
        .cssdiv.formatted p{
        width: 300px;
        clear: left;
        margin: 0;
        padding: 5px 0px 8px 0px;
        padding-left: 200px; /*width of left column containing the label elements*/
        border-top: 1px dashed #C6ECA1;
        height: 1%;
        }

        .cssdiv.formatted label{
        font-weight: bold;
        float: left;
        font-family: Arial;
        font-size:10pt;
        margin-left: -200px; /*width of left column*/
        width: 195px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
        }

        .cssdiv.formatted input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
        width: 180px;
        }

        .cssdiv.formatted textarea{
        width: 250px;
        height: 150px;
        }

        /*.threepxfix class below:
        Targets IE6- ONLY. Adds 3 pixel indent for multi-line div.formatted contents.
        to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
        */

        * html .threepxfix{
        margin-left: 3px;
        /* end div.formatted stuff */}
        
        span.notes
        {
            color:gray;
            font-size:8pt;
            margin-left:2px;
            
        }
        
        
		/* shadowed textboxes */
		input.shadow:focus
		{
			/*border-bottom:2px solid #C6ECA1;
			border-right:2px solid #C6ECA1;
			border-left:2px solid #B6D299;
			border-top:2px solid #B6D299;*/
			
			border-bottom:2px solid #C4DEF6;
			border-right:2px solid #C4DEF6;
			border-left:2px solid #C4DEF6;
			border-top:2px solid #C4DEF6;
		}


		input.shadow
		{
			padding-left:2px;
		}
		
		.inlineerror
		{
			color:Red;
			font-weight:bold;
			margin-left:5px;
		}
		
		.div.formattedbutton
		{
			cursor:pointer;
			border:outset 1px #ccc;
			background:#999;
			color:#666;
			font-weight:bold;
			padding: 1px 2px;
			background:url(div.formattedbg.gif) repeat-x left top;
		}
		
		
