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

/*----COLUMN TABBER----------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
#ao-tabber .tabberlive .tabbertabhide {
	display:none;
}
/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
#ao-tabber .tabber {
	height: 396px;
	width: 234px;
	background-color: #F2F2F2;
	position: relative;
	z-index: 10;
}
#ao-tabber .tabberlive {
	margin-top:1em;
}
/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
#ao-tabber ul.tabbernav {
	margin:0;
	padding:10px 0 0 51px;
	font-weight:bold;
	color:#3e5869;
	font-family: Verdana;
	font-size: 13px;
}
#ao-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;
}
#ao-tabber ul.tabbernav li a {
	padding: 5px 5px 4px 5px;
	margin-left: 0px;
	border: 0px solid #c3d1d0;
	border-bottom: none;
	background: #e1e8e7;
}
#ao-tabber ul.tabbernav li a:link {
	font-weight:bold;
	color:#000 !important;
	background-color: #999;
	font-family: Verdana;
	font-size: 13px;
	text-transform: capitalize;
	text-decoration: none;
}
#ao-tabber ul.tabbernav li a:visited {
	font: 12px verdana;
	font-weight:bold;
	color:#3e5869;
}
#ao-tabber ul.tabbernav li a:hover {
	background-color: #BF0601;
}
#ao-tabber ul.tabbernav li.tabberactive a {
	background-color: #000000;
	color:#FFFFFF !important;
	font-family:Verdana;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
}
#ao-tabber ul.tabbernav li.tabberactive a:hover {
	background-color: #000000;
	color:#FFFFFF !important;
	font-family:Verdana;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
}
/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
#ao-tabber .tabberlive .tabbertab {
	padding:15px;
	width: 266px;
	overflow:hidden;
}
/* If desired, hide the heading since a heading is provided by the tab */
#ao-tabber .tabberlive .tabbertab h2 {
	display:none;
	height: 20px;
	width: 105px;
}
/*.tabberlive .tabbertab h3 {
 display:none;
}*/

/* Example of using an ID to set different styles for the tabs on the page */
#ao-tabber .tabberlive#tab1 .tabbertab #firstTab {
	margin-left: 0px;
}
#ao-tabber .tabberlive#tab2 {
}
#ao-tabber .tabberlive#tab2 .tabbertab {
	height:200px;
	overflow:hidden;
}
/* $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 {
	position: relative;
	left: 0px;
	top: -2px;
}
#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:0px;
}
/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
#tabber ul.tabbernav {
	margin:0;
	padding: 3px 0;
	border-bottom: 0px solid #3c80ad;
	font-weight:bold;
	color:#3e5869;
	font-family: Verdana;
	font-size: 12px;
}
#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-left: 7px;
	padding-right: 7px;
	margin-left: 0px;
	border: 0px solid #c3d1d0;
	border-bottom: none;
	font-family: verdana;
	font-size: 12px;
	line-height: 33px;
	display: inline-block;
	height: 33px;
	color: #B60000 !important;
	text-align: center;
	background-color:#C6C6C6;
}
#tabber ul.tabbernav li a:link {
	font-weight:bold;
	font-size: 12px;
	text-decoration: none;
}
#tabber ul.tabbernav li a:visited {
	font: 12px verdana;
	font-weight:bold;
	color:#3e5869;
}
#tabber ul.tabbernav li a:hover {
	background-color:#000000;
	color:#FFFFFF !important;
}
#tabber ul.tabbernav li.tabberactive a {
	background-color:#B60000;
	color:#FFFFFF !important;
	display:inline-block;
	font-family:verdana;
	font-size:12px;
	font-weight:bold;
	height:33px;
	line-height:33px;
	text-align:center;
	text-decoration:none;
}
#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 {
	border-top:2px solid #B60000;
	margin-top:-3px;
	overflow:hidden;
	padding:6px 0 0;
	width:630px;
}
/* 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-left: 5px;
	padding-right: 5px;
	padding-bottom:10px;
}
