/* CSS Document */
.tabber {
list-style-type: none;
top: 0;
position: relative;
text-align: left;
width:100%;
height: 1.5em;
border-bottom: 1px solid #eee;
}
.tabber ul {
margin: 0;
padding-left: 5px;
position: absolute;
bottom: -1px;
width: 99.2%;
text-align: center;

}
.tabber li {
display: inline;
list-style: none;
}
.tabber span {
margin: 0px 3px -1px 3px;
}
.tabber a {
display: block;
float: left;
padding: 2px 6px 1px 6px;
margin: 2px 3px 0px 0px;
background: #F47B20; /*#0078C3;*/
/*background-image: url(/images/tabber/tab_bg.gif);*/
border: 1px solid #eee;
color: #fff;
text-decoration: none;
font-size:11px;
font-weight:bold;

}
.tabber a:hover {
/*background: #eee;*/
color:#fff;
text-decoration: underline;
}

.tabber a.on
{
    background-color: #fff;
    color: #666;
    border-top: 2px solid #F47B20;
    border-bottom: 1px solid #fff;
    background-image: none;
    padding-top: 3px;
    font-weight:bold;
    margin: 0px 3px 0px 0px;
     /*background: url(/images/tabber/tab_on.gif) no-repeat top center;*/
}
.tabber a.on:hover
{
    background-color: #fff;
    color:#666;
    text-decoration:none;
}

.tabber a.secured_on
{
	background-color: #fff;
    color: #666;
    border-top: 2px solid #0078c3;
    border-bottom: 1px solid #fff;
    background-image: none;
    padding-top: 3px;
    font-weight:bold;
    margin: 0px 3px 0px 0px;
}

.tabber a.secured_on:hover
{
    background-color: #fff;
    color:#666;
    text-decoration:none;	
}

.tabber a.secured_off
{
	display: block;
	float: left;
	padding: 2px 6px 1px 6px;
	margin: 2px 3px 0px 0px;
	background: #0078c3; /*#0078C3;*/
	/*background-image: url(/images/tabber/tab_bg.gif);*/
	border: 1px solid #eee;
	color: #fff;
	text-decoration: none;
	font-size:11px;
	font-weight:bold;
}

.tabber a.secured_off:hover
{
    background-color: #fff;
    color:#666;
    text-decoration:none;	
}

.tabber_subnav {
    list-style-type: none;
    top: 0;
    padding-bottom: 3px;
    padding-top: 3px;
    position: relative;
    text-align: left;
    width:663px;
    height: 1.5em;
    background-color: #fff;
    border-bottom: 1px solid #eee;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}
.tabber_subnav ul {
    margin: 0;
    padding-left: 5px;
    padding-bottom: 3px;
    position: absolute;
    bottom: -1px;
    width: 99.2%;
    text-align: center;
}
.tabber_subnav li {
    display: inline;
    list-style: none;
}
.tabber_subnav span {
    margin: 0px 3px -1px 3px;
}
.tabber_subnav a {
    display: block;
    float: left;
    padding: 2px 6px 1px 6px;
    margin: 2px 3px 0px 0px;
    color: #666;
    text-decoration: none;
    font-size:11px;
}
.tabber_subnav a:hover {
    background: #e5e5e5;
    color:#666;
    text-decoration: none;
}
.tabber_subnav a.on
{
    font-weight:bold;
}
.tabber_subnav a.on:hover
{
    background-color: #e5e5e5;
    color:#666;
    text-decoration:none;
}
.tabber_subnav a.secured_on
{
    font-weight:bold;
	color:#0078c3;
}

.tabber_subnav a.secured_on:hover
{
    background-color: #e5e5e5;
    color:#666;
    text-decoration:none;
}

.tabber_subnav a.secured_off
{
    display: block;
    float: left;
    padding: 2px 6px 1px 6px;
    margin: 2px 3px 0px 0px;
    color: #0078c3;
    text-decoration: none;
    font-size:11px;
}

.tabber_subnav a.secured_off:hover
{
    background-color: #e5e5e5;
    color:#666;
    text-decoration:none;	
}
.tabberBox_hidecontent
{
	display:none;
}	
.tabberBox_showcontent
{
	display:block;
	padding:5px;
}
.tabberBox_content
{
	
	padding:5px;
    border-left:solid 1px #eee;
    border-bottom:solid 1px #eee;
    border-right:solid 1px #eee;
    padding-bottom:5px;
    
	
}
.tabberBox_content img
{
	
	margin:2px;
    
 }

.tabberBox_content a
{

}
.tabberBox_content li
{
	list-style-type:none;
	padding-bottom:4px;
	font-size:11px;
}

/*
.tabberBox
{
    text-align:center;
    margin-right:10px;
    font:bold 12px arial,helvetica;
    height:29px;
    float:left;
    background: url('/images/line.gif') repeat-x bottom;
    display:inline;
    width:100%;
    
}


.tabberBox_ltab
{
	background:url('/images/tabs/tab_off_l.gif') no-repeat top;
	width:6px;
	height:29px;
	float:left;
	display:inline;
}

.tabberBox_rtab 
{
	background:url('/images/tabs/tab_off_r.gif') no-repeat top right;
	width:auto;
	float:left;
	display:inline;
	padding:10px 13px 0px 6px;
	height:19px;
	
}

.tabberBox_ltab_on
{
	background:url('/images/tabs/tab_on_l.gif') no-repeat top;
	width:6px;
	height:29px;
	float:left;
	display:inline;
}
.tabberBox_rtab_on
{
	background:url('/images/tabs/tab_on_r.gif') no-repeat top right;
	width:auto;
	float:left;
	display:inline;
	padding:10px 13px 0px 6px;
	height:19px;
}
.tabberBox a
{
	color:#FFF;
	font-size:8pt;
	font-weight:bold;
}
.tabberBox_rtab_on a, a:hover
{
	color:#000;
}
.tabberBox_rtab a, a:hover
{
	color:#666;
}


.tabberBox_spacer
{
	width:5px;
}
*/

