/**************** whatever ****************/
    TABLE.ticker TR TD {
        padding: 0px;
        padding-right: 4px;
    }
/**************** body and tag styles ****************/
    body {
      margin-top: 10px;      
      margin-bottom: 30px;
      background-color: #b1ada2;
      background-image: url(/images/bground_grad.jpg);
      background-repeat:repeat-x;
    }
    
    #container {
      width: 800px;
      background-color: white;
      margin: 0 auto;
      font-family: Verdana, Arial, Helvetica, sans-serif;
      font-size: 12px;
      background-color: #FFFFFF;
      position: relative; /* for search box */
    }
    #container span.stats {
     color: #be2f37;
     font-weight: bold;
     font-size: 18px;
     font-family: Arial, Helvetica, sans-serif;
     }    
      
    #container2 {
      margin: 0 auto;
      font-family: Verdana, Arial, Helvetica, sans-serif;
      font-size: 12px;
      color: black;
      background-color: #FFFFFF;
    }
      #container_popup {
      width: 375px;
      background-color: white;
      margin: 0 auto;
      font-family: Verdana, Arial, Helvetica, sans-serif;
      font-size: 12px;
      background-color: #FFFFFF;
      position: relative; /* for search box */
    }

      h2 {
      color:white;
      background-color:#9d9066;
      background-image:url(/images/h2_grad.jpg);
      background-repeat: repeat-x;
      padding: 5px;
      font-size: 13px;
      font-family: Arial, Helvetica, sans-serif;
      margin-top: 0px;
	  margin-bottom: 2px;
    }
    h2 a {
    color:#FFFFFF;
    text-decoration:underline;
    }
	h3 {
      padding-left:5px;
      color:#970000;
      font-size: 13px;
      font-family: Arial, Helvetica, sans-serif;
      margin-top: 0px;
	  margin-bottom: 3px;
    }
    
    img {
    border:0px;
    }
        
    a {
      color: #00457b;
      text-decoration: none;
      font-weight:bold;
      
    }
    a:hover {
      text-decoration: underline;
    }
    a:active
    {
    outline: none;
    }
   
    ul.text {
    margin-left: 0px; 
    list-style-image:url(/images/bullet.gif);
    list-style-type: disc;
    padding-left: 2em;
    
    }
    
	p {
	padding-left:5px;
	}
    

/**************** framed tabs styles ****************/    
    
 .tab{
         color:#00457b;
         background-color: white;
         background-image:url(/images/tab_hover.jpg);
         background-repeat: repeat-x;
         border: 1px solid gray;
         border-bottom:none;
         text-align: center;
         cursor: pointer;
         padding: 4px;
         font-size: 13px;
         font-family: Arial, Helvetica, sans-serif;
         font-weight:bold;
         margin-top: 0px;
      }

span.activeTab
{
    background: #415374;
    color: white;
    background-image:url(/images/tab_active.jpg);
    background-repeat: repeat-x;
    border: 1px solid gray;
    border-bottom:none;
    text-align: center;
    cursor: pointer;
    padding: 4px;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight:bold;
    margin-top: 0px;
}


/**************** styles for tabbed tables ****************/      

.panel
{
    background-color: white;
    border: 1px solid gray;
    margin-top: 4px;
    margin-bottom: 4px;
}

/**************** search styles ****************/
      
#search {
    position: absolute;
    right: 10px;
    top: 15px;
}

#search a {
      font-size: 13px;
      font-weight: bold;
      padding:5px 10px 5px 10px;
      color: white;
      background-image:url(/images/tab_bground.jpg);
      background-repeat: repeat-x;
      }

/**************** header styles ****************/
    #header {
      margin-left: 5px;
      margin-top: 5px;
    }

/**************** menu styles ****************/
    #tabs10 {
      float:left;
      width:800px;
      border-bottom:4px solid #9f2b2b;
    }
    #tabs10 ul {
      margin:0;
      padding:0px 0px 0 0;
      list-style:none;
    }
    #tabs10 li {
      display:inline;
      margin:0;
      padding:0;
    }
    #tabs10 a {
      float:left;
      /* background:url("../images/tl.gif") no-repeat left top; */
      margin:0;
      padding:0 0 0 0px;
      text-decoration:none;
    }
  #tabs10 span.active {
      float:left;
      display:block;
      font-size: 13px;
      font-weight: bold;
      padding:3px 8px 3px 8px;
      color: white;
      background-image:url(/images/tab_bground.jpg);
      background-repeat: repeat-x;
      border: 3px solid white;
      border-left: none;
      border-bottom: none;
      border-top: none;
    }
    #tabs10 span.inactive {
      float:left;
      display:block;
      font-size: 13px;
      font-weight: bold;
      padding:3px 8px 3px 8px;
      color: white;
      background-image:url(/images/tab_inbground.jpg);
      background-repeat: repeat-x;
      border: 3px solid white;
      border-left: none;
      border-bottom: none;
      border-top: none;
    }
    #tabs10 a span {
      float:none;
    }
    
    #tabs10 a:hover span {
      color: #000000;
      background-image:url(/images/tab_hover.jpg);
      background-repeat:repeat-x;
	  cursor: pointer; 
         }
    #subtabs {
        float: left;
        width: 800px;
        height: 23px;
        background-color:#9f2b2b;
        font-size: 13px;
        font-weight: bold;
        color: white;
        margin-bottom: 10px;
                }
    div.foo {
        padding-bottom:5px;
    }
    #subtabs ul {
        margin:0px;
        padding:0px;
        list-style:none;
    }
    #subtabs li {
        display:inline;
        margin:0;
        padding:0;
        height: 23px;
    }
    #subtabs a {
        float:left;
        margin-top: 2px;
        text-decoration:none;
    }
  #subtabs span.active {
        float:left;
        display:block;
        font-size: 13px;
        font-weight: bold;
        color: white;
        padding-left: 8px;
        padding-right: 8px;
        border: 1px solid white;
        border-left: none;
        border-bottom: none;
        border-top: none;
        padding-bottom: 11px;
        padding-top: 3px;
          }
    #subtabs span.inactive {
        float:left;
        display:block;
        font-size: 13px;
        font-weight: bold;
        color: black;
        padding-left: 8px;
        padding-right: 8px;
        background-color:white;
        padding-bottom: 11px;
        padding-top: 3px;
         }
    #subtabs a span {
      float:none;
    }

    #subtabs a:hover span{
		background-color: white;
		color: #000000;
		text-decoration:underline;
		cursor: pointer; 

   }
    #subtabs span.active:hover {
    color: #000000;
    }
   
/**************** content styles ****************/
    #banner {
      width: 465px;
      margin-left: 10px;
      margin-top: 10px;
      margin-bottom: 10px;
      padding-left: 4px;
      padding-right: 4px;
      padding-top: 4px;
      float: left;
      border: 1px solid gray;
    }
    
    #banner2 {
      width: 275px;
      margin-left: 10px;
      margin-top: 10px;
      margin-bottom: 10px;
      padding-left: 4px;
      padding-right: 4px;
      padding-top: 4px;
      float: left;
      border: 1px solid gray;
    }
    
    #content-left {
      width: 370px;
      background-color:white;
      margin-left: 10px;
      padding-left: 4px;
      padding-right: 4px;
      padding-top: 4px;
      margin-bottom:10px;
      float: left;
      border: 1px solid gray;
      
    }
    #content-right {
      width: 370px;
      background-color:white;
	  padding: 4px;
	  margin-right: 20px;
	  _margin-right:5px; /* The underscore in the preceding style should apply this only to IE browsers */
      margin-bottom:10px;
      float: right;
      border: 1px solid gray; 
    }
    #subpagecontent {
      width: 750px;
      background-color:white;
      margin-left: 10px;
      padding-left: 5px;
      padding-right: 5px;
      padding-top: 5px;
      float: left;
      border: 1px solid gray;
      }
      #subpagecontent table.clientinfo {
      border: 1px solid gray;
      padding: 4px;
      width: 230px;
      }
     #subpagecontent td.header {
     background-color: #415374;
     color: white;
     font-weight:bold;
      }

	#news-left {
      width: 20%;
      background-color:#eeeeee;
      margin-left: 5px;
      padding-left: 5px;
      padding-right: 5px;
      padding-top: 5px;
      margin-bottom:5px;
      float: left;
      border: 1px solid gray;
      
    }
    
    #news-right {
      width: 74%;
      background-color:white;
      margin-left: 5px;
      padding-left: 5px;
      padding-right: 5px;
      padding-top: 5px;
      margin-right:5px;
      margin-bottom:5px;
      float: right;
      border: 1px solid gray;
      
    }
    #subpagecontent table.imageholder {
    color:white;
    background-color:#415374;
    width:170px;
    }
    
	.auctionlist {
	font-family:Arial;
	}
	
    #options a {
    color:#FFFFFF;
    text-decoration:underline;
    }
    #options ul{
        margin:0px;
        padding:0px;
        list-style:none;
    }
    
    #options li {
        list-style:none;
        margin:0;
        padding:0;
        height: 27px;
        background-image:url(/images/tab_inbground.jpg);
        background-repeat:repeat-x;
        width:100px;
        }
    
a img {
  border: 0;
}

/**************** sortable table styles ****************/

table.sortable,
table.pma_results,
table.replay_table,
table.arc_results,
table.tla_results,
table.agency_results
{
    border-collapse: collapse;
}

table.sortable th, table.sortable th a,
table.pma_results th, table.pma_results th a,
table.replay_table th, table.replay_table th a,
table.arc_results th, table.arc_results th a,
table.tla_results th, table.tla_results th a,
table.agency_results th, table.agency_results th a
{
    font-weight:bold;
    text-align:left;
    height:30px;
    border: none;
}

table.sortable th.headerSortUp,
table.pma_results th.headerSortUp,
table.replay_table th.headerSortUp,
table.arc_results th.headerSortUp,
table.tla_results th.headerSortUp,
table.agency_results th.headerSortUp
{
    background-image: url(/images/ui/asc.gif) !important; 
    padding-left: 20px; 
}

table.sortable th.headerSortDown,
table.pma_results th.headerSortDown,
table.replay_table th.headerSortDown,
table.arc_results th.headerSortDown,
table.tla_results th.headerSortDown,
table.agency_results th.headerSortDown
{
    background-image: url(/images/ui/desc.gif) !important; 
    padding-left: 20px; 
}

table.sortable tbody tr.odd td,
table.pma_results tbody tr.odd td,
table.replay_table tbody tr.odd td,
table.arc_results tbody tr.odd td,
table.tla_results tbody tr.odd td,
table.agency_results tbody tr.odd td
{
    background-color: #ffffff;
}

table.sortable tbody tr.even td,
table.pma_results tbody tr.even td,
table.replay_table tbody tr.even td,
table.arc_results tbody tr.even td,
table.tla_results tbody tr.even td,
table.agency_results tbody tr.even td
{
    background-color: #eeeeee;
}

table.sortable th.header,
table.pma_results th.header,
table.replay_table th.header,
table.arc_results th.header,
table.tla_results th.header,
table.agency_results th.header
{
    background-color: #415374;
    text-decoration: underline;
    color: white;
    cursor: pointer; 
    font-weight: bold; 
    background-repeat: no-repeat; 
    background-position: center left; 
    margin-left: -1px; 
}
div.pager
{
    float: right;
}
div.navigation
{
    padding-top: 5px;
    padding-bottom: 28px;
    padding-left: 5px;
    padding-right: 5px;
}

input.pagedisplay_1,
input.pagedisplay_2,
input.pagedisplay_3,
input.pagedisplay_4,
input.pagedisplay_5,
input.pagedisplay_6,
input.pagedisplay_7
{
    background-color: #FFFFFF;
    color: #000000;
    width: 50px;
}

/**************** footer styles ****************/
    #footer {
      clear: both;
      background-color:#415374;
      background-image:url(/images/tab_inbground.jpg);
      background-repeat: repeat-x;
      color: white;
      padding: 5px;
      text-align: center;
    }
	
	#footer a {
	color: #FFFFFF;
	}
 
