﻿.tabs
{
    float:left;
    width:100%;
    background-color:#B9BAB4;
    font-size:8pt;
    font-color: #000000;
    line-height:normal;
    margin-top: 10px;
}

.tabs ul 
{
	margin:0;
	padding:0;
	list-style:none;
}

.tabs li 
{
	float:left;
	background-color:#B9BAB4;
	margin:0;
	padding:0 0 0 9px;
	
}

.tabs a,
.tabs .inactive 
{
	float:left;
	display:block;
	background-color:#B9BAB4;
	padding:5px 15px 4px 6px;
	text-decoration:none;
	color:#000000;
}

.tabs .inactive 
{
	color:#000000;
}

.tabs a:visited 
{
    color:#000000;
}

.tabs .end a,
.tabs .end .inactive 
{
	background-color:#b7ae96; 
}

.tabs .current_tab a:hover,
.tabs .current_tab_end a:hover 
{
    text-decoration:none;
background-color:#7F7F7F;
    cursor:default;
}

.tabs a:hover 
{
    text-decoration:underline;
}

.tabs .current_tab, 
.tabs .current_tab_end 
{
    background-color:#7F7F7F;
    border:0;
}

.tabs .current_tab a 
{
	background-color:#7F7F7F;
	font-weight:bold;
	padding-bottom:5px;
}

.tabs .current_tab_end a 
{
	background-color:#7F7F7F;
	font-weight:bold;
	padding-bottom:5px;
}

.tabbtm 
{
	background-color:#7F7F7F;
    border-top:0;
    border-bottom:0;
    clear:both;
    height:2px;
}
