/*
 * @Filename: tabs.css
 * @Description: panel style
 * @Version: 1.0.0
 * @Author: wangyq
 * @Update: wangyq
 * @skin:{
		"ued-tab":"#fff",
        "ued-tab-1":"#ededed",
        "ued-tab-2":"#a5daf7",
        "ued-tab-3":"#ffc387"
    }@skin
*/



/*标签皮肤2*/
.ued-navtab-2 .nav-tabs {
    *zoom: 1;
    margin:0;
    width: 500%;
    position: relative;
	border-bottom:1px solid #ABB3BA
}
.ued-navtab-2 .navtab-title{
	background:#eee;
    position: relative;
    z-index: 3;
    overflow: hidden;
	border-right:1px solid #CACCD1;
    padding-top:6px;
}
.ued-navtab-2 .navtab-title a.leftArrow,.ued-navtab-2 .navtab-title a.rightArrow{
    position: absolute;
    display: none;
    height:32px;
    width: 12px;
    text-indent: -9999px;
    z-index: 99;
}
.ued-navtab-2 .navtab-title a.leftArrow{
    right: 15px;
    top: 7px;
    background:#f2f2f2 url("/wap/nresource/main/images/icon/leftArrow.png") 0 0 no-repeat;
    border: 1px solid #d1d1d1;
}
.ued-navtab-2 .navtab-title a.rightArrow{
    right: 0;
    top: 7px;
    background:#f2f2f2 url("/wap/nresource/main/images/icon/rightArrow.png") 0 0 no-repeat ;
    border: 1px solid #d1d1d1;
	border-right:none;
}
.ued-navtab-2 .nav-tabs:before, .ued-navtab-2 .nav-tabs:after {
    display:block;
    line-height: 0;
    content: "";
    clear: both;
}
.ued-navtab-2 .nav-tabs li {
    float: left;
    list-style: none;
    margin:0 0 -1px 0 ;
    position: relative;
}
.ued-navtab-2 .nav-tabs li a {
    display: inline-block;
    padding: 0 21px 0 0px;
    margin:0;
    height:27px;
    line-height:25px;
    font-size: 14px;
    color:#666;
	text-decoration:none;
	
}
/*
.ued-navtab-2 .nav-tabs .active a, .ued-navtab-2 .nav-tabs .active a:hover {
    color: #0066ff;
    cursor: default;
    border-bottom:1px solid #A6AEB5;
    
    
}*/

.ued-navtab-2 .nav-tabs li a.close{
    position: absolute;
    right:2px;
    top:8px;
    margin: 0;
    padding: 0;
    border: none;
    text-indent: -9999px;
    cursor: pointer;
    width:13px;
    height:13px;
    background:url("/wap/nresource/main/images/icon/pt-clo2.gif")  0 2px no-repeat;
}

.ued-navtab-2 .nav-tabs li.active a.close{
	display:block;
}

.ued-navtab-2 .nav-tabs li a.close:hover{
    border: none;
    cursor: pointer;
    background:url("/wap/nresource/main/images/icon/pt-clo2.gif") 0 -23px no-repeat;
}

.ued-navtab-2 .navtab-content  {
    position: relative;
    margin-top:-1px;
	overflow:hidden;
    z-index: 2;
    border-radius:0 0 3px 7px;
}

.ued-navtab-2 .navtab-content iframe {
    display: none;
}
.ued-navtab-2 .navtab-content .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    display: none;
    /* background: #000 url("../../images/icon/control-center/loading.gif") no-repeat center; */
    filter:alpha(opacity=30);
    -moz-opacity:0.3;
    opacity: 0.3;
}

.sfocus{
border-top:1px solid #CACCD1;
border-bottom:1px solid #ABB3BA;
}
.nav-tabs .active{
border-top:1px solid #CACCD1;
border-bottom:1px solid #FFF;
background:#FFF;
}

.titlestyle-normal{background: url(/wap/nresource/main/images/icon/perfect-style.gif) 0px 0px no-repeat;width:25px;height:29px;}
.titlestyle-normal:first-child{background: none 0px 0px no-repeat;border-bottom:1px solid #ABB3BA;width:25px;height:28px;}
.titlestyle-gray-left{background: url(/wap/nresource/main/images/icon/perfect-style.gif) -26px 0px no-repeat;width:25px;height:29px;}
.titlestyle-gray-right{background: url(/wap/nresource/main/images/icon/perfect-style.gif) -52px 0px no-repeat;width:25px;height:29px;}
.titlestyle-all-right{background: url(/wap/nresource/main/images/icon/perfect-style.gif) -78px 0px no-repeat;width:25px;height:29px;}
.titlestyle-all-left{background: url(/wap/nresource/main/images/icon/perfect-style.gif) -104px 0px no-repeat;width:25px;height:29px;}
.titlestyle-white-right{background: url(/wap/nresource/main/images/icon/perfect-style.gif) -130px 0px no-repeat;width:25px;height:29px;}
.titlestyle-white-left{background: url(/wap/nresource/main/images/icon/perfect-style.gif) -156px 0px no-repeat;width:25px;height:29px;}