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

/*----TOP TABBER----------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
#tabber {
	background-image:url(/images/tab-panel.gif);
	background-repeat:no-repeat;
	
	margin-left:8px;
	margin-top:7px;
	width:644px;
}
#tabber .tabberlive .tabbertabhide {
	display:none;
}
/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
#tabber .tabber {
	height: 396px;
	width: 234px;
	background-color: #F2F2F2;
	position: relative;
	z-index: 10;
}
#tabber .tabberlive {
	margin-top:1em;
}
/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
#tabber ul.tabbernav {
	border-bottom:0 solid #3C80AD;
	color:#3E5869;
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	margin:0;
	padding:1px 8px;
}
#tabber ul.tabbernav li {
	list-style: none;
	display: inline;
	height: 20px;
	width: 105px;
	margin-top:0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#tabber ul.tabbernav li a {
	padding: 0px;
	margin-left: 0px;
	border: 0px solid #c3d1d0;
	border-bottom: none;
	font-family: Verdana;
	display: inline-block;
	font-size:15px;
	font-weight:bold;
	height:42px;
	line-height:39px;
	text-align:center;
	text-decoration:none;
	width:157px;
	color: #FFFFFF !important;
}
#tabber ul.tabbernav li a:link {
	font-weight:bold;
	font-size: 15px;
	text-decoration: none;
}
#tabber ul.tabbernav li a:visited {
	font: 12px verdana;
	font-weight:bold;
	color:#3e5869;
}
#tabber ul.tabbernav li a:hover {
	color: #0A285C !important;
	background-image: url(/images/tbb-2-over.gif);
}
#tabber ul.tabbernav li.tabberactive a {
	background-image:url(/images/tbb-2-on.gif);
	background-repeat:no-repeat;
	color:#FFFFFF !important;
	display:inline-block;
	font-family:Verdana;
	font-size:15px;
	font-weight:bold;
	height:42px;
	line-height:39px;
	text-align:center;
	text-decoration:none;
	width:157px;
}
#tabber ul.tabbernav li.tabberactive a:hover {
	text-decoration: none;
	font-weight: bold;
}
/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
#tabber .tabberlive .tabbertab {
	margin-top:-5px;
	overflow:hidden;
	padding:6px 0 0;
	width:650px;
}
/* If desired, hide the heading since a heading is provided by the tab */
#tabber .tabberlive .tabbertab h2 {
	display:none;
	height: 33px;
	width: 127px;
}
/*.tabberlive .tabbertab h3 {
 display:none;
}*/

/* Example of using an ID to set different styles for the tabs on the page */
#tabber .tabberlive#tab1 .tabbertab #firstTab {
	margin-left: 0px;
}
#tabber .tabberlive#tab2 {
}
#tabber .tabberlive#tab2 .tabbertab {
	height:200px;
	overflow:hidden;
}
#full #tab0 {
	text-align: center;
	width: 622px;
}
.padme {
	padding:6px 13px 10px 9px;
}
