/* $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!
  --------------------------------------------------*/
#column-tabber .tabberlive .tabbertabhide {
	display:none;
}
/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
#column-tabber .tabber {
	height: 396px;
	width: 234px;
	background-color: #F2F2F2;
	position: relative;
	z-index: 10;
}
#column-tabber .tabberlive {
	margin-top:1em;
}
/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
#column-tabber ul.tabbernav {
	margin:0;
	padding: 3px 0;
	border-bottom: 0px solid #3c80ad;
	font-weight:bold;
	color:#3e5869;
	font-family: Verdana;
	font-size: 11px;
}
#column-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;
}
#column-tabber ul.tabbernav li a {
	padding: 5px 5px 4px 5px;
	margin-left: 0px;
	border: 0px solid #c3d1d0;
	border-bottom: none;
	background: #e1e8e7;
}
#column-tabber ul.tabbernav li a:link {
	font-weight:bold;
	color:#ffffff !important;
	background-color: #005E9B;
	font-family: Verdana;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
}
#column-tabber ul.tabbernav li a:visited {
	font: 12px verdana;
	font-weight:bold;
	color:#3e5869;
}
#column-tabber ul.tabbernav li a:hover {
	background-color: #BF0601;
}
#column-tabber ul.tabbernav li.tabberactive a {
	background-color: #E9F1F4;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #979594;
	border-right-color: #979594;
	border-bottom-color: #E9F1F4;
	border-left-color: #979594;
	color: #CF401D !important;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
}
#column-tabber ul.tabbernav li.tabberactive a:hover {
	background-color: #E9F1F4;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #979797;
	border-right-color: #979797;
	border-bottom-color: #E9F1F4;
	border-left-color: #979797;
	color: #CC421D;
	font-family: Verdana, verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
#column-tabber .tabberlive .tabbertab {
	padding:5px;
	border:1px solid #979797;
	width: 222px;
	overflow:hidden;
	background-color: #E9F1F4;
}
/* If desired, hide the heading since a heading is provided by the tab */
#column-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 */
#column-tabber .tabberlive#tab1 .tabbertab #firstTab {
	margin-left: 0px;
}
#column-tabber .tabberlive#tab2 {
}
#column-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!
  --------------------------------------------------*/
#top-tabber .tabberlive .tabbertabhide {
	display:none;
}
/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
#top-tabber .tabber {
	height: 396px;
	width: 234px;
	background-color: #F2F2F2;
	position: relative;
	z-index: 10;
}
#top-tabber .tabberlive {
	margin-top:1em;
}
/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
#top-tabber ul.tabbernav {
	margin:0;
	padding: 3px 0;
	border-bottom: 0px solid #3c80ad;
	font-weight:bold;
	color:#3e5869;
	font-family: Verdana;
	font-size: 11px;
}
#top-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;
}
#top-tabber ul.tabbernav li a {
	padding: 5px 5px 4px 5px;
	margin-left: 0px;
	border: 0px solid #c3d1d0;
	border-bottom: none;
	background: #e1e8e7;
}
#top-tabber ul.tabbernav li a:link {
	font-weight:bold;
	color:#ffffff !important;
	background-color: #005E9B;
	font-family: Verdana;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
}
#top-tabber ul.tabbernav li a:visited {
	font: 12px verdana;
	font-weight:bold;
	color:#3e5869;
}
#top-tabber ul.tabbernav li a:hover {
	background-color: #BF0601;
}
#top-tabber ul.tabbernav li.tabberactive a {
	background-color: #E9F1F4;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #979594;
	border-right-color: #979594;
	border-bottom-color: #E9F1F4;
	border-left-color: #979594;
	color: #CF401D !important;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
}
#top-tabber ul.tabbernav li.tabberactive a:hover {
	background-color: #E9F1F4;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #979797;
	border-right-color: #979797;
	border-bottom-color: #E9F1F4;
	border-left-color: #979797;
	color: #CC421D;
	font-family: Verdana, verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
#top-tabber .tabberlive .tabbertab {
	background-color:#E9F1F4;
border:1px solid #979797;
height:196px;
overflow:hidden;
padding:5px;
width:458px;
}
/* If desired, hide the heading since a heading is provided by the tab */
#top-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 */
#top-tabber .tabberlive#tab1 .tabbertab #firstTab {
	margin-left: 0px;
}
#top-tabber .tabberlive#tab2 {
}
#top-tabber .tabberlive#tab2 .tabbertab {
	height:200px;
	overflow:hidden;
}

