/* $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!
  --------------------------------------------------*/
#wide-tabber {
	position: relative;
	left: 0px;
	top: 18px;
}
#wide-tabber .tabberlive .tabbertabhide {
	display:none;
}
/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
#wide-tabber .tabber {
	height: 396px;
	width: 234px;
	background-color: #F2F2F2;
	position: relative;
	z-index: 10;
}
#wide-tabber .tabberlive {
	margin-top:1em;
}
/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
#wide-tabber ul.tabbernav {
	margin:0;
	padding: 3px 0;
	border-bottom: 0px solid #3c80ad;
	font-weight:bold;
	color:#3e5869;
	font-family: Verdana;
	font-size: 11px;
}
#wide-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;
}
#wide-tabber ul.tabbernav li a {
	padding: 0px;
	margin-left: 0px;
	border: 0px solid #c3d1d0;
	border-bottom: none;
	font-family: Georgia;
	font-size: 15px;
	line-height: 33px;
	display: inline-block;
	height: 33px;
	width: 127px;
	background-image: url(/images/tab-off.gif);
	color: #666 !important;
	text-align: center;
}
#wide-tabber ul.tabbernav li a:link {
	font-weight:bold;
	font-size: 15px;
	text-decoration: none;
}
#wide-tabber ul.tabbernav li a:visited {
	font: 12px verdana;
	font-weight:bold;
	color:#3e5869;
}
#wide-tabber ul.tabbernav li a:hover {
	color: #0A285C !important;
	background-image: url(/images/tab-over.gif);
}
#wide-tabber ul.tabbernav li.tabberactive a {
	text-decoration: none;
	color: #082655 !important;
	font-family: Georgia;
	font-size: 15px;
	font-weight: bold;
	background-image: url(/images/tab-on.gif);
	background-repeat: no-repeat;
	display: inline-block;
	height: 33px;
	width: 127px;
	line-height: 33px;
	text-align: center;
}
#wide-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)
  --------------------------------------------------*/
#wide-tabber .tabberlive .tabbertab {
	border-top:2px solid #FEF7E8;
	margin-top:-5px;
	overflow:hidden;
	padding:6px 0 0;
	width:650px;
}
/* If desired, hide the heading since a heading is provided by the tab */
#wide-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 */
#wide-tabber .tabberlive#tab1 .tabbertab #firstTab {
	margin-left: 0px;
}
#wide-tabber .tabberlive#tab2 {
}
#wide-tabber .tabberlive#tab2 .tabbertab {
	height:200px;
	overflow:hidden;
}
#full #tab0 {
	text-align: center;
	width: 622px;
}
.padme{
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom:10px;
}
