  @import url("jquery-ui.css");

  div.hours { width:200px; left-margin:15px; }

  .ui-autocomplete-loading { background: white url('images/ui-anim_basic_16x16.gif') right center no-repeat; }


  body, td, input, select {
    font-family: arial, helvetic, tahoma, arial;
    font-size: 9pt;
  }
  
  td.fieldHeader {
   /* background-color: #cccccc; */
   font-weight: bold;
   height: 30px;
  }

  td.fieldHeaderError {
    background-color: #cccccc;
   height: 30px;
   text-align: right;
   /*color: red;*/
   
  }
  
  .footer {
     text-align: right;
     background-color: #dddddd;
  }

  .header {
    font-weight: bold;
	/*color: #FFFFFF;*/ 
	/* background-color: #8691C7;*/

/*	padding: 4px;
	border-width: 0px;*/
   }

   .instructions {
     /* background-color: #ffffdd; */
   }
   
   .field {
     background-color: white;
   }
   
   .footerButton {
     font-size: 8pt;
/*   	border-style: solid;
   	border-width: 1px;
   	border-color: black;   	
   	background-color: #cccccc;*/
   }

	.copyright {
      font-size: 8pt;
	}

	.columnHeader {
     color: #000000; 
     background-color: #BBCEDB;
     font-weight: bold;
     text-align: left;
   }


   a.helpLink:link, a.helpLink:visited {
       color: white;
       font-weight: none;
       text-decoration: none;
   }
   
   a.helpLink:hover {
		color: white;
       text-decoration: underline;
   }
   .oddrow {
   	background-color: #ffffff;
   	height: 30px;
   }
   
   .evenrow {
   	background-color: #e0e0e0;
   	height: 30px;
   }

   table.wizard {
    border-style: solid;
   	border-spacing: 13px;
   	border-width: 1px;
   	border-color: #888888;
   	 background-color: green;
   	 width: 500px;   	    	 
   	 }
   
   table.validationErrors {
/*   border-style: solid;
   	border-width: 1px;
   	border-color: red;*/
   	border-style: none;
   	border-width: 0px;
   	 background-color: white;
   	 padding: 0px;
/*   	 width: 500px;   	 */
	padding: 0px;
	background-color: white;
	border-width: 0px;	   
   	 }
   	 
   	 td.validationError {
   	  color: red;
   	  font-size: 8pt;
   	  vertical-align: middle;
   	  background-color: white;
   	 }
   	 
