.tabstrip {
	width: 100%;
	margin-left: 7px;
}
.tabstrip table {
	width: auto;
}

.tab {
	height:31px;
	background-color:transparent;
	padding:0;
	overflow:hidden;
	display: inline-block;
}

.tableft {
	width:7px;
	height:31px;
	background-image:url(../img/tab_left.png);
}
.tabright {
	width:7px;
	height:31px;
	background-image:url(../img/tab_right.png);
}

.tabtitle {
	background-image:url(../img/tab_bg.gif);
	padding:0 2px;	
	height:31px;
}

.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-weight:bold;
	color:#fff;
	padding-top:8px;
}


.tabselected .tabtitle 
{
	background:#FFF;
}
.tabselected .tabtitle a {
	color: #17569f!important;
}


.tabselected .tableft {
	background-image:url(../img/tab_selected_left.png);
}

.tabselected .tabright {
	background-image:url(../img/tab_selected_right.png);
}

.tabhover .tabtitle {
	background-image:url(../img/tab_hover_bg.gif);
}
.tabhover .tableft {
	background-image:url(../img/tab_hover_left.png);
}

.tabhover .tabright {
	background-image:url(../img/tab_hover_right.png);
}


/*subtabs*/
.subtabsstrip {
    position:relative;
    border-bottom:1px solid #0d204a;
}

.subtab {
    position:relative;
    float:left;
    border:1px solid transparent;
    padding:4px 8px;
    top:1px;
}

.subtabselected {
    border:1px solid #0d204a;
    border-bottom:1px solid #fff;
}

.subtab, .subtab a {
    font-weight:bold;
    
}

.subtab a {
    text-decoration:underline;
}

.subtabselected a {
    text-decoration:none!important;
}

/*end subtabs*/
