#tabs{
    padding: 0;
    background: transparent;
    voice-family: "\"}\"";
    voice-family: inherit;
    padding-left: 5px;
	padding-top:10px;
}
#tabs ul{
    margin:0;
    padding:0;
    list-style:none;
}
#tabs li{
    display:inline;
    margin:0 2px 0 0;
    padding:0;
}
#tabs a{
    float:left;
    background: #e6e7e8;
    margin:0 2px 0 0;
    padding:0;
    text-decoration:none;
}
#tabs span{
    float:left;
    display:block;
    background: transparent url(images/tabs_right.gif) no-repeat right top;
    padding:4px 9px 2px 6px;
}
#tabs a span{float:none;}
#tabs a:hover{background-color: #7E94B9;color: white;}
#tabs a:hover span{background-color: #7E94B9;}
#tabHeaderActive span, #tabHeaderActive a { 
	background-color: #e6e7e8; 
	color:#000;
	border-top: 1px solid #e6e7e8;
	border-left: 1px solid #e6e7e8;
	border-right: 1px solid #e6e7e8;
}
.tabContent {
    clear:both;
    border:1px solid #e6e7e8;
    padding:10px;
    background-color:#FFF;
}
.tabContent a{
	float: none !important;
    background: none !important;
}
.tabContent a:hover{
	float: none !important;
    background: none !important;
	color: #333 !important;
	text-decoration: underline !important;
}
table{
	width: 100%;
}
td,th{
	padding: 3px 0;
}