/*[variables]
colors
{
	@25: #1F0403;
}
*/
/*$Id: tabber.css 462 2007-12-10 00:05:53Z fxstein $
--------------------------------------------------
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
{
	display: none;
}
.tabberlive
{
	position: relative;
	top: -21px;
	margin-bottom: -21px;
}
/*--------------------------------------------------
ul.tabbernav = the tab navigation list
li.tabberactive = the active tab
--------------------------------------------------*/
UL.tabbernav
{
	margin: 0 0 0 120px;
	padding: 3px 0;
	/*[disabled]border-bottom:1px solid #DD7D06;*/
	font: bold 11px Verdana, sans-serif;
}
UL.tabbernav LI
{
	line-height: 12px;
	padding-left: 1px;
	padding-top: 0px;
	background-image: none;
	list-style: none;
	margin: 0;
	display: inline;
}
UL.tabbernav LI A
{
	padding: 3px 0.5em;
	margin-left: 3px;
	border: 3px solid #1F0403;
	/*[empty]background:;*/
}
UL.tabbernav LI A:link
{
	color: #1F0403 !important; /*[e]#1F0403*/
	font: bolder fantasy;
}
UL.tabbernav LI A:visited
{
	color: #1F0403;
}
UL.tabbernav LI A:hover
{
	color: #DD7D06 !important; /*[e]#DD7D06*/
	background: #1F0403;
	/*[disabled]border-color:#1F0403;*/
}
UL.tabbernav LI.tabberactive A
{
	/*[empty]background-color:;*/
	/*[disabled]border-bottom:1px solid #B8D1DC;*/
}
UL.tabbernav LI.tabberactive A:hover
{
	color: #000;
	background: #1F0403;
	/*[disabled]border-bottom:1px solid #CCC;*/
}
/*--------------------------------------------------
.tabbertab = the tab content
Add style only after the tabber interface is set up (.tabberlive)
--------------------------------------------------*/
.tabberlive .tabbertab
{
	padding: 0px;
	border: 0px solid #AAA;
	border-top: 0;
/*If you don't want the tab size changing whenever a tab is changed
you can set a fixed height
height:200px;
If you set a fix height set overflow to auto and you will get a
scrollbar when necessary
overflow:auto;*/
}
/*If desired, hide the heading since a heading is provided by the tab*/
.tabberlive .tabbertab H2
{
	display: none;
}
.tabberlive .tabbertab H3
{
	display: none;
}
/*Example of using an ID to set different styles for the tabs on the page*/
.tabberlive#tab1
{
}
.tabberlive#tab2
{
}
.tabberlive#tab2 .tabbertab
{
	overflow: auto;
}
UL
{
}
