/* $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; }

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber { }
.tabberlive {
 padding-top: 1px; width: 220px;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav {
 margin:0;
 padding: 3px 0;
 border-bottom: 1px solid #e1e4eb;
 font: bold 14px Tahoma, Arial, Helvetica, sans-serif;
}

ul.tabbernav li { list-style: none; margin: 0; display: inline; }

ul.tabbernav li a {
 padding: 3px 0.5em;
 margin-left: 3px;
 border: 1px solid #e1e4eb;
 border-bottom: none;
 background: #e1e4eb;
 text-decoration: none;
 font-weight: bold;
}
ul.tabbernav li a:link { color: #666; text-decoration:none; }
ul.tabbernav li a:visited { color: #666; }
ul.tabbernav li a:hover {
 color: #000;
 background: #999;
 border-color: #999;
 text-decoration:none;
}

ul.tabbernav li.tabberactive a { background-color: #fff; border-bottom: 1px solid #fff; }
ul.tabbernav li.tabberactive a:hover {
 color: #000;
 background: white;
 border-bottom: 1px solid white;
}

.tabberlive .tabbertab { padding:8px; border:1px solid #e1e4eb; border-top:0; }
.tabbertab h1 { margin-top: 0; margin-bottom: 1em; }
.tabbertab p, .tabbertab li { margin: 0 0 12px 0; padding: 0; font-size: 11px; line-height: 1.5em; }

.tabbertab ul { margin: 0 0 -9px 0; padding: 0; list-style: none; }
.tabbertab ul li {
	padding-left: 19px;
	background-image:  url(/newdesign/images/bulletContent.gif);
	background-repeat: no-repeat;
	background-position: 0 .67em;
	}
.tabbertab a:link, .tabbertab a:visited { color: #4900a4; text-decoration: underline; }
.tabbertab a:hover, .tabbertab a:visited:hover { text-decoration: none; }