/* CSS Document */

body {background-image: url("images/BACKGROUND ALL PAGES.JPG");
      background-repeat:repeat;
      background-attachment:scroll;
      background-position: "top center";
      text-align: left;
      font-family: Arial,Georgia,Serif;} 

p                    {margin-left: 10px} 
p.dark               {color:#8B0000; font-style:italic; font-weight:bold; text-align:center;}
p.dark_gold          {color:gold;    font-style:normal; font-weight:bold; text-align:left;}
p.dark_gold_clear    {color:gold;    font-style:normal; font-weight:bold; text-align:left; clear: left;}
p.dark_gold_center   {color:gold;    font-style:normal; font-weight:bold; text-align:center;}  
p.dark_normal        {color:#8B0000; font-style:normal; font-weight:bold; text-align:left;}
p.dark_normal_clear  {color:#8B0000; font-style:normal; font-weight:bold; text-align:left; clear: left; }
p.dark_right         {color:#8B0000; font-style:normal; font-weight:bold; text-align:right;}
p.dark_center        {color:#8B0000; font-style:normal; font-weight:bold; text-align:center;} 

span.ad {margin:0px 0px 0px 40px;}
span.inline {display: inline;}

b.large   {
          color:gold;
          font-size:28px; 
          font-weight:bold;
          font-style:italic;}
          
b.high        {background: #8B0000;}
b.gold        {background: #EE9A00;}
b.gold_large  {background: #EE9A00;
              font-size:28px; 
              font-weight:bold;}
b.dark        {
              font-style: italic;
              font-size:28px; 
              font-weight:bold;
              color: #8B0000;}  
b.dark_border {
              font-style: italic;
              font-size:26px; 
              font-weight:bold;
              color: #8B0000;
              border-style: dotted; width: 18em;} 
              
.container {
          text-align: center;
          }
div#dark_border {
              font-style: italic;
              font-size:26px; 
              font-weight:bold;
              color: #8B0000;
              border-style: dotted; width: 18em;
              text-align: center;
              margin-left: auto;
              margin-right: auto;
              width: 70%;}                          
              
table.t1  {table-layout: automatic;
          width: 1000px;
          text-align:left;          
          color:#8B4513;
          font-size:13px; 
          font-weight:bold;
          vertical-align: bottom;}                

table.t1 tr th              {text-align:center; vertical-align: center;}
table.t1 tr td              {text-align:left;   vertical-align: center;}
table.t1 tr td.brittle      {text-align:left;   vertical-align: center; background-image: url("./images/BRITTLE SLABS IN TUBS.JPG"); background-repeat: repeat-x; height: 250px;}
table.t1 tr td.rowH         {border-top: 2px solid gold; vertical-align: top;}
table.t1 tr td.rowH_center  {border-top: 2px solid gold; vertical-align: top; text-align: left;}
table.t1 tr td.rowH_narrow  {border-top: 2px solid gold; vertical-align: top; width: 40%;}
table.t1 tr td.rowH_narrow_center  {border-top: 2px solid gold; vertical-align: top; width: 40%; text-align:center;}
table.t1 tr td.rowB         {border-top: 2px solid #8B0000;}


table.t1_small  {table-layout: automatic;
                text-align:right;                
                color:#8B0000;
                font-size:13px; 
                font-weight:bold;
                vertical-align: bottom;}

ul  {float:right;
    width:100%;
    padding:0;
    margin:0;
    list-style-type:none;}
ul.clear {clear:right;
          padding:20px;
          margin:0px 0px 0px 40px;
          list-style-type: square;}    
    
li {display:inline;}  
li.clear {list-style-type: square;
          display:list-item;}  

a   { 
    font-size:11px; 
    font-weight:bold;      
    color:gold;     
    float:center;
    width:2em;
    text-decoration:underline;
    padding:0.2em 0.6em;
    border-right:1px solid white;    
    vertical-align: bottom;}
    
a.red   { 
    font-size:11px; 
    font-weight:bold;      
    color:red;     
    float:center;
    width:2em;
    text-decoration:underline;
    padding:0.2em 0.6em;
    border-right:1px solid white;    
    vertical-align: bottom;}    
    
a.left          {border-left:1px solid white;}
a.left_red          {border-left:1px solid white; color:red;} 

a.leftselected  {border-left:1px solid white; text-decoration:none;}
a.leftselected_red  {border-left:1px solid white; text-decoration:none; color:red;}    
    
a.wide          {width:11em; text-decoration:underline;}
a.wideselected  {width:11em; text-decoration:none;}    

a.selected {font-weight:bold; 
            text-decoration:none;}             
a.selected_red {font-weight:bold; 
            text-decoration:none; color:red;}                         

a:hover {color: #8B4513;}            

a.nostyle   { 
            font-size:12px; 
            font-weight:bold;      
            color: #000000;     
            clear:left;
            width:0em;
            text-decoration:underline;
            padding:0em 1em;
            border-right:0px solid white;    
            vertical-align: top;}

img               {height: auto;
                  width: auto;            
                  margin: 0px 0px 0px 0px;}
img.floatL        {float: left;
                  margin: 0px 10px 0px 0px;}
img.floatR        {float: right;
                  margin: 0px 10px 0px 0px;}                               
img.centeredImage {text-align:center;
                  margin: 0px 30px 0px 30px;}
img.border        {border:12px solid gold;}                 
