.tabstrip {
	width: 100%;
	background: #fff url(../img/tab_bg.gif) repeat-x;
}
.tabstrip table {
	width: auto;
}

.tab {
	height:25px;
	background-color:transparent;
	padding:0;
	overflow:hidden;
	display: inline-block;
}

.tableft {
	display: none;	
}
.tabright {
	display: none;	
}

.tabtitle {
	background-image:url(../img/tab_bg.gif);
	padding:0 2px;	
	height:25px;
}

.tabtitle a {
	display:block;
	width:100%;
	height:100%;
}

.tabtitle a:link, .tabtitle a:visited, .tabtitle a:active, .tabtitle a:hover {
	text-align:left;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	color:#000;
	padding-left:10px;
	padding-right:10px;
	padding-top:4px;
}


.tabselected .tabtitle, .tabselected .tabtitle a {
	background-image:url(../img/tab_selected_bg.gif);
	color: #fff!important;
}

.tabselected .tableft {
	display: none;	
}

.tabselected .tabright {
	display: none;	
}

.tabhover .tabtitle {
	color: #0074a9!important;
}
.tabhover .tableft {
	display: none;	
}

.tabhover .tabright {
	display: none;	
}


/*subtabs*/
.subtabsstrip {
    position:relative;
    border-bottom:1px solid #c2c8dd;
}

.subtab {
    position:relative;
    float:left;
    border:1px solid transparent;
    padding:4px 8px;
    top:1px;
}

.subtabselected {
    border:1px solid #c2c8dd;
    border-bottom:1px solid #fff;
    background-image:url(../img/subtab/bg_subtab.gif);
}

.subtab, .subtab a {
    font-weight:bold;
    
}

.subtab a {
    text-decoration:underline;
}

.subtabselected a {
    text-decoration:none!important;
}

/*end subtabs*/
