/* Firebreak Equipment style sheet */

body {
      border: 0;
      background-color: #ffffee;
     }

p, li, td, dd {
               font-family: Verdana, Arial, Helvetica, sans-serif;
               font-size:   13;
              }

a {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size:   10;
   color:       #333333;
  }

a:link    { color: #333333 }  /* unvisited links */
a:visited { color: #333333 }  /* visited links   */
a:hover   { color: #c11b17 }  /* user hovers     */
a:active  { color: #c11b17 }  /* active links    */


td.siteButton {
               width:282;
               background-color: #D4BD8B;
               border-top:   1px solid #ece5c6;
               border-right: 1px solid #806a4b;
               border-bottom:1px solid #806a4b;
               border-left:  1px solid #ece5c6;
               font-family:  Verdana, Arial, Helvetica, sans-serif;
               font-size:    15;
               font-weight:  bold;
               color:        #ece5c6; 
               }

td.selectedSiteButton {
               width:282;
               background-color: #c7aa7d;
               border-top:   1px solid #806a4b;
               border-right: 1px solid #ece5c6;
               border-bottom:1px solid #ece5c6;
               border-left:  1px solid #806a4b;
               font-family:  Verdana, Arial, Helvetica, sans-serif;
               font-size:    15;
               font-weight:  bold;
               color:        #ece5c6; 
               }

td.beigeColumn {
              background-color: #D4BD8B;
             }

td.blackColumn {
             width: 203;
             background-color: #342826;
             }

/* width is 225, but no width specified for this column to allow for the different box models used by various browsers - the table has a width specification. */
td.redColumn {
             background-color: #990000;
             font-family:Verdana, Arial, Helvetica, sans-serif;
             font-size:  13;
             font-weight:bold;
             color:      #D4BD8B;
             }

