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

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

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 5px 0px 5px 5px;
/* font: normal 10px Verdana, sans-serif;*/
 width:245px;
}

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

ul.tabbernav li a {
 /*padding: 10px 8px 4px 8px;*/
 padding: 5px 5px 4px 5px;
 margin-left: 3px;
 border-bottom: none;
 text-decoration: none;
 background: url(images/tabNormal.gif) no-repeat right top;
 color: #fff;
 
}

ul.tabbernav li a:link , ul.tabbernav li a:visited{color:#fff;}

ul.tabbernav li a:hover {
 color: #FFF;
 background: url(images/tabOver.gif) no-repeat right top;
 
}

ul.tabbernav li.tabberactive a {
 background: url(images/tabNormal.gif) right top;
 color:#FFF;
 text-decoration: none;
 border-bottom: 1px solid #222;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #fff;
 text-decoration: none;
 border-bottom: 1px solid #222;
  background: url(images/tabNormal.gif) right top;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 background:#edebd5 url(images/tabsBottom.gif) no-repeat bottom;
 border: 1px solid #9fabb3;
 width:250px;
 min-height:200px; 
 overflow:auto;
 padding-bottom:50px;
}

.tabbertab a{
	padding:0px 0px 0px 20px;
}

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

.tabberlive .tabbertab h3 {
 display:none;
}

.tabbertab dl {
	padding:0px;
	margin: 0px;
}

.tabbertab dt {
 color:#05386b;
 font-size:13px;
 font-weight:bold;
 padding:0px 0px 5px 0px;

}

.tabbertab span {
	padding-left:5px;
	font-weight: bold;
	color:#426a93;
}

.tabbertab dd {	
	padding: 0px 0px 0px 13px;
	margin: 0px;
} 

.tabbertab dd a:link, .tabbertab dd a:visited {
	color:#859c0e;
	background: url(images/ddBg.gif) no-repeat left;
} 

.tabbertab dd a:hover {
	color:#921515;
	background: url(images/ddBgOver.gif) no-repeat left;
}
