.tabstrip {
	width: 598px;
	background-color:white;
	margin-left:22px; 		
}
.tabstrip table {
	width: auto;
}

.tab {
	height:31px;
	background-color:transparent;
	padding:0;
	overflow:hidden;	
}

.tableft {
	width:10px;
	height:31px;
	background-color:transparent;
	
}
.tabright {
	width:10px;
	height:31px;
	background-color:transparent;
	
}

.tabtitle {
	
	background-color:transparent;
	padding:0 2px;	
	height:31px;
}

.tabtitle a {
	display:block;
	width:100%;
	height:100%;
	color:#0c2577;
}

.tabtitle a:link, .tabtitle a:visited, .tabtitle a:active {
	text-align:left;
	text-transform:uppercase;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
	color:#0c2577;
	padding-top:8px;
}

.tabselected .tabtitle a, .tabtitle a:hover {
color:#80B61A !important;
}


.tabselected .tabtitle {
	background-color:Transparent;	
}

.tabselected .tableft {
	background-color:Transparent;
}

.tabselected .tabright {
	background-color:Transparent;
}

.tabhover .tabtitle {
	background-color:Transparent;
}
.tabhover .tableft {
	background-color:Transparent;
}

.tabhover .tabright {
	background-color:Transparent;
}


/*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;
}
.tabinner
{
	width:inherit;
	text-align:justify;
}
/*end subtabs*/

