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

label {
        margin: 0;
        padding-left:0.2em;
		padding-right:0.2em; 
        text-align:right;
        width:250px;
		float:left;
		clear:both;
		text-transform:capitalize;
      }
  
fieldset {
            border:solid 0 #ffffff; /* Opera doesn't get border:none or border:0 on fieldsets */
            width:500px;
         }
  
legend {
          width:300px;
          height:30px;
          color:#0000cc;
          font-size:1.2em;
          padding-left:0.5em;
          position:relative;
          top:0em;
          font-weight:bold;
          letter-spacing:-1px;
          white-space:pre; /* hack: make sure */
       }

.br {
      display:none;
    }  
  
.legendHeading {
          width:300px;
          height:30px;
          color:#0000cc;
          font-size:1.5em;
          padding-left:0.5em;
          position:relative;
          top:0em;
          font-weight:bold;
          letter-spacing:-1px;
          white-space:pre; /* hack: make sure */
       }

input#Add_Item {
		margin-left: 250px; /* line up submit with field left edge; PHD-1.14.09 */
		}
		
.storeTableRowOdd {
					background-color:#99CCFF;
				  }
				  
.storeTableRowEven {
						background-color:#FFFFFF;
				   }
				   
.storeTableHeaderData {
					  }
					  
.storeTableHeaderRow {
					 }
					 
.storeTable {
			}					 					  				   				  		