body
{
   font-family: Trebuchet MS;  
}

div.float-left
{
   font-size: 12px; 
   float: left; 
   width: 49%;   
   text-align: left;
   border: 1px solid #efefef;
}

div.float-center
{
   font-size: 12px; 
   float: left; 
   width: 100%;   
   text-align: center;
}

div.float-right
{
   float: right;
   font-size: 12px; 
   width: 49%;   
   min-height: 20px;
   text-align: left;
   border: 1px solid #efefef;
}

div.float-left select,
div.float-right select
{
   font-size: 12px;  
   width: 160px;
}

div.float-right h1,
div.float-center h1,
div.float-left h1
{
   font-size: 14px;  
   color: #990000;
   margin: 4px 0px 2px 0px;
}

span.red
{
   color: #990000;
   margin: 0px;
   font-weight: bold;
   margin-left: 5px;
}

#listing-detail
{
   height: 400px;
   overflow: auto;  
   background: #fff;
}

#listing-detail h1,
#listing-detail h1 a,
#listing-detail a
{
   color: #990000;
   font-size: 12px;
   text-decoration: none;   
   margin: 0px;  
   text-align: center;
}

#listing-detail h2
{
   color: #000;
   font-size: 16px;
   text-decoration: none;   
   margin: 10px;  
   text-align: center;
}

#listing-detail p
{
   font-size: 11px;
   color: black;
   margin: 0px;  
   text-align: left;
}

td.header-bar
{
   height: 30px;
   background-color: #990000;
   vertical-align: middle; 
   text-align: center; 
   margin-left: 0;  
}
td.header-bar h1
{
   color: #fff;
   font-size: 16px;
   margin: 0;  
}

p.info-text
{
   font-size: 12px;  
   text-align: center;
}

p.info-text-small
{
   font-size: 11px;  
   text-align: center;
}





.hidden
{
   display:none;  
}
p.smallText
{
   font-size: 11px;
   text-align: left;
   margin: 1px 2px 1px 2px;
}
#multiList
{
   position: absolute;
   z-index: 10;
   font-family: Trebuchet MS;  
   font-size: 11px;
   width: 400px;
   background: #fff;
   border: 1px solid #990000;
   color: #990000;      
   padding: 2px;      
   text-align: left;
}

#noresults
{
   font-family: Trebuchet MS;  
   font-size: 13px;
   z-index: 10;
   position: absolute;  
   top: 500px;
   left: 35%;
   background: #efefef;
   border: 3px solid #990000;
   color: #990000;      
   text-align: center;
}
#noresults p 
{
   margin: 5px;
   font-weight: bold;
}

#loading
{
   font-family: Trebuchet MS;  
   font-size: 11px;
   z-index: 10;
   position: absolute;  
   top: 530px;
   left: 48%;
   background: #fff;
   border: 1px solid #990000;
   color: #990000;
   visibility: hidden;
}
#loading p 
{
   margin: 2px 2px 2px 2px;
}
#loading img 
{
   margin: 2px;
}


div.introText
{
   font-family: Trebuchet MS;    
   color: #990000;
   font-size: 13px;
   font-weight: bold;
   padding: 1px;
   text-align: center;
   float: left;
   margin-top: 10px;
}

#filter
{
   width: 600px;
   font-size: 11px;  
   font-family: Trebuchet MS;  
   padding: 2px;
   margin-left: 10px;
}   

table.mainHolding
{
      
}

table.mainHolding th
{
    width: 200px;
    padding-left: 2px;
    padding-bottom: 2px;
    padding-top: 2px;
    text-align: left;
}
table.mainHolding td
{
    padding: 0px;
}

table th
{
   padding: 0px 0px 0px 0px;
   font-family: Trebuchet MS;
   font-size: 15px;
   font-weight: bold;
}

table td   
{
   vertical-align: top;
   padding: 2px;
}
table td span
{
   padding: 1px 3px 1px 1px;  
}
table.category
{
   border-collapse: collapse;  
   vertical-align: top;
   margin-top: 7px;
   width: 100%;
   
}
table.category th
{
   border: 1px solid #B6BDC0;  
   background: #B6BDC0;
   color: #990000;
   font-size: 11px;
   font-weight: bold;
   font-family: Trebuchet MS;
   padding: 0px;
}
table.category td
{
   border: 1px solid #E1E1E1;        
   background: #fff;
   font-size: 11px;
   padding: 0px;
   padding-left: 4px;
   padding-right: 4px;
   height: 16px;
   white-space: nowrap;
   text-align: left;
   
}

table.category td img
{
   vertical-align: middle;
}

table.category td
{
   vertical-align: middle;
}
table.category td span
{
   vertical-align: middle;
   margin: 0;
   padding: 0;
}
