/* $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!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none !important;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber { }

.tabberlive { margin: 6px 0 0 0; xolor:white;}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/


body#wfmvideo ul.tabbernav
{
 margin:0;
 padding: 3px 0;
border:none;
 font: bold small arial, helvetica sans-serif;
}

body#wfmvideo ul.tabbernav li
{
 list-style: none;
 margin: 0!important; 
 display: inline;
 padding: 0px 0 4px 25px;
 border-right: 8px solid #555;
 background: #666 url(/video/images/tabcorner2-topleft.gif) top left no-repeat;
}


body#wfmvideo ul.tabbernav li { padding-top: 0; } /* targets IE */
html>/**/body#wfmvideo ul.tabbernav li { padding-top: 4px;# } /* targets FF and other modern browsers */


body#wfmvideo ul.tabbernav li a
{
 padding: 5px 25px 0 2px;
 margin: 0 0 0 0;
 text-decoration: none;
 text-transform: uppercase;
 color: #fff;
 background: #666 url(/video/images/tabcorner2-topright.gif) top right no-repeat;
font-size: 90%;
border:none;
}


body#wfmvideo ul.tabbernav li a:hover
{
 color: #fff;
 border-bottom:none;
}

body#wfmvideo ul.tabbernav li.tabberactive
{
  background: #333 url(/video/images/tabcorner-topleft.gif) top left no-repeat;
}

body#wfmvideo ul.tabbernav li.tabberactive a
{
 padding-bottom: 4px; 
  background: #333 url(/video/images/tabcorner-topright.gif) top right no-repeat;
  border:none;
}

body#wfmvideo ul.tabbernav li.tabberactive a:hover
{
 color: #fff;
 border-bottom:none;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/



body#wfmvideo .tabberlive .tabbertab /* we can set a fixed height here once content is established, otherwise box adjusts to content */
{
 width:935px;	
 min-height:320px;
 height:auto;
 padding:10px 10px 0px 15px;
 border: none;
 background:url(/video/images/tabbertab_upper_right.gif) top right no-repeat;
 background-color:#333;
 font-family:Arial, Helvetica, sans-serif;
}


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

