/*
request.css
Copyright 2007, Applied Microsystems, Inc.  All Rights Reserved
Created Tue Apr 24 11:04:26 AKDT 2007
by Raymond E. Marcil 

CSS for Inspection Request form.
*/


/*
   Formatting for the table used in the Inspection Request Form.
*/

#request 

#request table{
  background-color:#ffffff;
  width:650px; 
  text-align:center; 
  margin:0 auto; 
  margin-left: auto;
  margin-right: auto;
}

#request tr {
  background-color:#ffffff;
}

#request th{
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:13px;
  font-weight: bold;
  color:#000000; 
  background-color:#ffffff; 
  background-image:url(../images/bkgrd_grad_03.gif);
  padding:4px 4px 0px 3px; 
  height:17px;
}

#request td{
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:13px;
  background-color:#ffffff;
  color:#000000;
  margin-right:1px; 
  margin-bottom:1px; 
  vertical-align:middle;
  height:25px;}

#request td.request-col-a{
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:13px; 
  background-color:#88BBEE;
  color:#000000;
  width:30%;
  margin-right:1px; 
  margin-bottom:1px; 
  vertical-align:top;
  padding:3px 2px 2px 2px;}

#request input.text{
  font-family:TrebuchetMS;
  font-size:9pt;
  font-weight:bold;
  background-color:336699;
  border-color:336699;
  border-style:inset;
  border-width:2px;
  color:#FFFFFF;}

/* Used for text input boxes im request_form.cfm page. */ 
#request input.input1{
  display:inline;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:13px;
  float:none;
  padding:2px;
  margin:0; 
  border:1px solid #bbbbbb;
  width:auto;		
}
#request input.img	{margin-left:0; font-size:8pt; color:#444444; background-color:#ff9966;
					 font-family:verdana; border:1px solid #999999; cursor:hand;}
