/* style.css */
<style>
/**** browser Common Styles ****/

a       { text-decoration: none}
a:hover { color: red }


/**** Styles for availability screen  ****/
.gen-disclaimer-attr
   {
     color:         red;
     font-family:   serif;
     font-size:     12pt;
     font-style:    normal;
     font-weight:   bold
   } 
   
.location-disclaimer-attr
   {
     color:         blue;
     font-family:   serif;
     font-size:     12pt;
     font-style:    italic;
     font-weight:   bold
   }
   
.class-disclaimer-attr
   {
     color:         black;
     font-family:   default;
     font-size:     12pt;
     font-style:    normal;
     font-weight:   normal
   }

.headcolor
   {
     color:         green
   }

.warn
   {
     color:         red
   }
   
.beforeconfirm
   {
     color:         red;
     font-size:     14pt
   }

.afterconfirm
   {
     color:         blue;
     font-size:     14pt
   }

.errconfirm
   {
     color:         red;
     font-size:     14pt
   }

.trbg
   { 
     background:   #6699CC
   }


body
.availbg
    { 
      color:        black;
      background:   white
    }

.confirmbg
    { 
      color:        black;
      background:   #FFFFCC
    }
    
.summarybg
    { 
      color:        black;
      background:   #FFFFCC
    }

    
TD {font-family:arial;font-size:9pt}
.erez2header {font-size:16pt;font-weight:600;color:#009933}
.availrentalinfoheader {background-color:#CC6666;color:#FFFFFF}
.availrentalinfolabel {color:#CC6666}
.availcustomerinfo {background-color:#6699CC;color:#FFFFFF}
.webdisclaimertext {font-size:10pt;color:#CC0033}
.vehicletypeheader {background-color:#6699CC;color:#FFFFFF}
.vehiclenotavailable {color:#CC0033}
.rentalinfoheader {background-color:#CC6666;color:#FFFFFF}
.rentalinfobgcolor {background-color:#CC6666}
.rentalinfolabel {color:#CC6666}
.optionsheader {background-color:#6699CC;color:#FFFFFF}
.optionsnotetext {font-size:8pt;color:#6699CC}
.confirmationnotetext {color:#CC0033}
.confirmationsummarytext {font-size:12pt;color:#6699CC}

</style>


