@charset "utf-8";
/* CSS Document */
/*******************************************
 * The following are the classes for 
 * Field Elements (for Forms)
*******************************************/

label {
        margin: 0;
        padding:0.2em 0.4em;
        text-align:right;
        width:200px;
        float:left;
      }
  
fieldset {
            border:solid 0 #9999ff; /* Opera doesn't get border:none or border:0 on fieldsets */
            width:500px;
         }
  
legend {
          width:350px;
          height:30px;
          color:#990017;
		  font-family:Arial, Helvetica, sans-serif;
          font-size:1.8em;
		  text-transform:uppercase;
		 
/*		  
          background: transparent url("/images/legend_bg.gif") no-repeat;
*/
          position:relative;
          top:0em;
          letter-spacing:-1px;
          white-space:pre; /* hack: make sure */
       }

.br {
      display:none;
    }  
  
.textfield {
              font:1.1em  Verdana, Arial, Helvetica, sans-serif ;
              color:#333333 ;
              margin:3px;
              height:20px;
              border:solid 0 #ffffff;
              padding: 3px 8px;
/*
              background:transparent url("/images/textfield_bg.gif") no-repeat scroll;
*/
              width:210px;
              voice-family: "\"}\""; 
              voice-family:inherit;
              width:300px;
            }

/*
fieldset>input.textfield {
                            background:transparent url("/images/textfield_bg.gif") no-repeat;
                         }
*/

textarea {
            white-space: soft;
            font:1.1em Verdana, Arial, Helvetica, sans-serif;
            color:#333333 ;
            margin:3px;
/*			
            height:165px;
*/
            border:solid 1 #999999;
            padding: 0 8px;
/*			
            background:#ffffff url("/images/textarea_bg.gif") no-repeat scroll;
*/
            width:210px;
            voice-family: "\"}\""; 
            voice-family:inherit;
            width:250px;
          }

/*
fieldset>textarea {
                    background:transparent url("/images/textarea_bg.gif") no-repeat;
                  }
*/

.submit {
          margin:3px;
/*		  
          background:transparent url("/images/submit.gif") no-repeat;
*/
          height:20px;
          border:solid 0 #ffffff;
          width:80px;
          font:1.1em Verdana, Arial, Helvetica, sans-serif;
          color:#666666;
          text-transform:uppercase;
        }             

.form {
        font-family:Verdana, Arial, Helvetica, sans-serif;
        font-size:10px;
        margin:5px;
        color:#000000;
      }
      
.form:after {
              content: "."; 
              display: block; 
              height: 0; 
              clear: both; 
              visibility: hidden;
            }   
            
.checkboxLabel {
        			margin: 0;
        			padding:0.2em;
        			margin-top:0.3em;
        			text-align:left;
        			width:450px;
        			float:right;
			   }			

.tableFieldset {
					color:#0000CC;
					font-size:1.5em;
					text-align:center;
					font-weight:bold;
			   }
			   
.tableFieldName {
					color:#999999;
					text-align:center;
					font-weight:500;
			    }
			   
.tableOrignalData {
				  };			   
				  
.tableUpdateData {
				 };				  
