/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.middle_links .tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.middle_links .tabber {
}
.middle_links .tabberlive {
 margin-top:1em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
.middle_links ul.tabbernav, #tertCol .middle_links ul.tabbernav
{
 margin:0;
 padding: 15px 5px 5px;
 background-color:#EFF4F8;
 border-top:3px solid #B0CADA;
 font: bold 11px Verdana, sans-serif;
}

.middle_links ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
 border:0;
}

.middle_links ul.tabbernav li a, #midCol .middle_links ul.tabbernav li a
{
 color:#004276;
 padding:0.5em;
 margin:0;
 border:0 none;
 background: #EFF4F8;
 text-decoration: none;
}

.middle_links ul.tabbernav li a:link { color: #448; }
.middle_links ul.tabbernav li a:visited { color: #667; }

#midCol .middle_links ul.tabbernav li a:hover,ul.tabbernav li a:hover
{
 color: #111;
 background-color: #f7fafc;
 border-color:#e3e3e3;
}

ul.tabbernav li.tabberactive a, #midCol .middle_links ul.tabbernav li.tabberactive a
{
background:#fff;
border-color:#DDDDDD;
border-style:solid;
border-width:1px 1px 0;
color:#004276;
padding:0.5em 0.5em 0.6em;
}

ul.tabbernav li.tabberactive a:hover, #midCol .middle_links ul.tabbernav li.tabberactive a:hover
{
 color: #993300;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.middle_links .tabberlive .tabbertab,.tabberlive .tabbertab  {
 padding:5px;
 border-top:1px solid #d3d3d3;
 border-bottom:3px solid #B0CADA;
  background:#fff;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.middle_links .tabberlive .tabbertab h2 {
 display:none;
}
.middle_links .tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.middle_links .tabberlive#tab1 {
}
.middle_links .tabberlive#tab2 {
}
.middle_links .tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}
.middle_links .tabbertab li, .tabbertab li, .trending ul li{ border-color:#ccc; border-style: dotted; border-width:0 0 1px 0;}
.trending ul li a {display:block;font-family:Verdana,Geneva,sans-serif;font-size:0.9em;font-weight:bold;padding:3px 2px;}
.trending ul li a:hover {background-color:#f7f7f7;color:#993300;}
.middle_links .tabbertab li a, .tabbertab li a{ color:#004276;font-size:0.9em;}
