﻿html,body,ul,li,ol,dl,dd,dt,p,h1,h2,h3,h4,h5,h6,form,fieldset,legend,img,div,input,table,tr,td{margin:0;padding:0;box-sizing:border-box;-moz-box-sizing:border-box; /* Firefox */-webkit-box-sizing:border-box; /* Safari */}
* {
font-size:12px;font-weight:normal;font-weight:lighter;
}

:root {filter:none !important;}
*:focus{outline:none;}
 a:focus{
           outline: none;
 }
*{
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
}


.medit-page{float:left;width:100%;padding:0px;}


table{border:0;margin:0;border-collapse:collapse;border-spacing:0;}
/*控制cellspacing*/
table td{padding:0;}

input,textarea,select{border:1px solid #95b8e7;padding:0px 5px 0px 5px;height:25px;}


.edittable{font-size:12px;border-top:1px solid #eeeeee;border-left:1px solid #eeeeee;background:#ffffff;}
.edittable td{border-right:1px solid #eeeeee;border-bottom:1px solid #eeeeee;margin:0px;padding:0px;}
.edittable .secretTip {float:left;background:#575757;width:100px;}
.edittable .secretTipKj {margin:5px 0px 0px 0px;} 
.edl {
    float:left;height:100%;
}
.edl dt{
	float:left;width:120px;padding:10px 0px 10px 10px;height:100%;color:#616161;font-weight:lighter;
}
    .edl dt em {
        font-weight:bold;color:red;font-style:normal;
    }
.edl dd{
	float:left;padding:5px 0px 5px 10px;
}

.little-color-button-orange {background:#ff6600;color:#ffffff;padding:2px 6px 2px 6px;text-decoration:none;}
.little-color-button-orange:hover {background:#fd781f;color:#ffffff;text-decoration:none;}

.little-color-button-whiteGray {
    background:#ffffff;color:#666666;padding:1px 6px 1px 6px;text-decoration:none;
    -moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius:2px;
    border:1px solid #5f5f5f;
    background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efefef));
    background: -webkit-linear-gradient(top, #ffffff 0%,#efefef 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#efefef 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#efefef 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#efefef 100%);
}

    .little-color-button-whiteGray:hover {
       text-decoration:none;
       border:1px solid #4c94ea;
       color:#4c94ea;
    }
.widget-button-yj{
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius:4px;
}
.widget-button-yj2{
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius:2px;
}
/*蓝色按钮*/
.widget-button-yj-blue{
    height:28px;
    padding:0px 15px 0px 15px;
    border:1px solid #1d567d;
    color:#ffffff;
    background: -moz-linear-gradient(top, #2a95d7 0%, #2c86c2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2a95d7), color-stop(100%,#2c86c2));
    background: -webkit-linear-gradient(top, #2a95d7 0%,#2c86c2 100%);
    background: -o-linear-gradient(top, #2a95d7 0%,#2c86c2 100%);
    background: -ms-linear-gradient(top, #2a95d7 0%,#2c86c2 100%);
    background: linear-gradient(to bottom, #2a95d7 0%,#2c86c2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a95d7', endColorstr='#2c86c2',GradientType=0 );
}
.widget-button-yj-blue:hover{
    border:1px solid #1d567d;
    color:#ffffff;
    background: -moz-linear-gradient(top, #0376bd 0%, #2188c9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0376bd), color-stop(100%,#2188c9));
    background: -webkit-linear-gradient(top, #0376bd 0%,#2188c9 100%);
    background: -o-linear-gradient(top, #0376bd 0%,#2188c9 100%);
    background: -ms-linear-gradient(top, #0376bd 0%,#2188c9 100%);
    background: linear-gradient(to bottom, #0376bd 0%,#2188c9 100%);	
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0376bd', endColorstr='#0376bd',GradientType=0 );
}
    .widget-button-yj-blue:focus {
        color:#ffffff;
    }

/*深蓝色按钮*/
.widget-button-yj-bluelight{
    height:28px;
    border:1px solid #1d567d;
    color:#ffffff;
    background: -moz-linear-gradient(top, #1c6ec1 0%, #125ba2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1c6ec1), color-stop(100%,#125ba2));
    background: -webkit-linear-gradient(top, #1c6ec1 0%,#125ba2 100%);
    background: -o-linear-gradient(top, #1c6ec1 0%,#125ba2 100%);
    background: -ms-linear-gradient(top, #1c6ec1 0%,#125ba2 100%);
    background: linear-gradient(to bottom, #1c6ec1 0%,#125ba2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c6ec1', endColorstr='#125ba2',GradientType=0 );		
}
.widget-button-yj-bluelight:hover{
    border:1px solid #1d567d;
    color:#ffffff;
   background: -moz-linear-gradient(top, #125ba2 0%, #1c6ec1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#125ba2), color-stop(100%,#1c6ec1));
    background: -webkit-linear-gradient(top, #125ba2 0%,#1c6ec1 100%);
    background: -o-linear-gradient(top, #125ba2 0%,#1c6ec1 100%);
    background: -ms-linear-gradient(top, #125ba2 0%,#1c6ec1 100%);
    background: linear-gradient(to bottom, #125ba2 0%,#1c6ec1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#125ba2', endColorstr='#1c6ec1',GradientType=0 );	
}
    .widget-button-yj-bluelight:focus {
    
        color:#ffffff;
    }
  
/*红色按钮*/
.widget-button-yj-red{
    height:28px;
    padding:0px 15px 0px 15px;
    border:1px solid #840000;
    color:#ffffff;
    background: -moz-linear-gradient(top, #f2476b 0%, #ab0125 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2476b), color-stop(100%,#ab0125));
    background: -webkit-linear-gradient(top, #f2476b 0%,#ab0125 100%);
    background: -o-linear-gradient(top, #f2476b 0%,#ab0125 100%);
    background: -ms-linear-gradient(top, #f2476b 0%,#ab0125 100%);
    background: linear-gradient(to bottom, #f2476b 0%,#ab0125 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2476b', endColorstr='#ab0125',GradientType=0 );	
}


.widget-button-yj-red:hover{
    border:1px solid #840000;
    color:#ffffff;
    background: -moz-linear-gradient(top, #ab0125 0%, #f2476b 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ab0125), color-stop(100%,#f2476b));
    background: -webkit-linear-gradient(top, #ab0125 0%,#f2476b 100%);
    background: -o-linear-gradient(top, #ab0125 0%,#f2476b 100%);
    background: -ms-linear-gradient(top, #ab0125 0%,#f2476b 100%);
    background: linear-gradient(to bottom, #ab0125 0%,#f2476b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ab0125', endColorstr='#f2476b',GradientType=0 );
}
    .widget-button-yj-red:focus {
        color:#ffffff;
    }

/*灰色按钮*/
.widget-button-yj-gray{
    height:28px;
    padding:0px 15px 0px 15px;
    border:1px solid #888888;
    color:#000000;
    background: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eeeeee));
    background: -webkit-linear-gradient(top, #ffffff 0%,#eeeeee 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#eeeeee 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#eeeeee 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#eeeeee 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );
}
.widget-button-yj-gray:hover{
    border:1px solid #888888;
    color:#000000;
    background: -moz-linear-gradient(top, #dcdcdc 0%, #f3f3f3 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dcdcdc), color-stop(100%,#f3f3f3));
    background: -webkit-linear-gradient(top, #dcdcdc 0%,#f3f3f3 100%);
    background: -o-linear-gradient(top, #dcdcdc 0%,#f3f3f3 100%);
    background: -ms-linear-gradient(top, #dcdcdc 0%,#f3f3f3 100%);
    background: linear-gradient(to bottom, #dcdcdc 0%,#f3f3f3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcdcdc', endColorstr='#f3f3f3',GradientType=0 );
}
    .widget-button-yj-gray:focus {
        color:#000000;
    }

.widget-button-yj-disabled{
    height:28px;
    padding:0px 15px 0px 15px;
    border:1px solid #888888;
    color:#000000;
    background:#e2e2e2;
   	
}


.tabrq{float:left;width:100%;padding-top:10px;}
.basetabstyleul{float:left;list-style:none;}
.basetabstyleul .tabli{float:left;cursor:pointer;background:#f7f7f7;border-left:1px solid #c8c9cb;border-top:1px solid #c8c9cb;border-right:1px solid #c8c9cb;margin:0px 0px 0px 5px;padding:5px 10px 4px 10px;
	
	-moz-border-radius: 3px 3px 0px 0px;      /* Gecko browsers */
    -webkit-border-radius: 3px 3px 0px 0px;   /* Webkit browsers */
    border-radius:3px 3px 0px 0px;            /* W3C syntax */

    color:#595959;
     background: -moz-linear-gradient(top, #feffff 0%, #deebf6 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#feffff), color-stop(100%,#deebf6));
    background: -webkit-linear-gradient(top, #feffff 0%,#deebf6 100%);
    background: -o-linear-gradient(top, #feffff 0%,#deebf6 100%);
    background: -ms-linear-gradient(top, #feffff 0%,#deebf6 100%);
    background: linear-gradient(to bottom, #feffff 0%,#deebf6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#deebf6',GradientType=0 );	

}
.basetabstyleul .hov{background:#ffffff;
    border-left:1px solid #145091; 
    border-top:1px solid #145091;  
    border-right:1px solid #145091;    
    color:#ffffff;           
    background: -moz-linear-gradient(top, #1c6ec1 0%, #125ba2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1c6ec1), color-stop(100%,#125ba2));
    background: -webkit-linear-gradient(top, #1c6ec1 0%,#125ba2 100%);
    background: -o-linear-gradient(top, #1c6ec1 0%,#125ba2 100%);
    background: -ms-linear-gradient(top, #1c6ec1 0%,#125ba2 100%);
    background: linear-gradient(to bottom, #1c6ec1 0%,#125ba2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c6ec1', endColorstr='#125ba2',GradientType=0 );
	
}
.shxxui-normal-editpage-hr{width:100%;}
.shxxui-normal-editpage-mainpage{float:left;width:100%;}
.shxxui-normal-editpage-toptoolbar{float:left;width:100%;height:86px;}
.shxxui-normal-editpage-statusbar{
    float:left;width:100%;height:29px; background:#e1ebf8;border-bottom:1px solid #dddddd;
}
.shxxui-normal-editpage-statusbar .shxxui-statusbar-left{float:left;}
.shxxui-normal-editpage-statusbar .shxxui-statusbar-right{float:right;}
.shxxui-normal-editpage-statusbar .shxxui-statusbar-itemslist {float:left;list-style:none;}
.shxxui-normal-editpage-statusbar .shxxui-statusbar-itemslist .sli {float:left;margin:5px 5px 0px 5px;color:#6d6d6d;}
.shxxui-normal-editpage-statusbar .shxxui-statusbar-itemslist .statu-radius {float:left;width:12px;height:12px;margin:2px 5px 0px 2px;border:1px solid #000000;



}

 .shxxui-maxtoolbarbox {
float: left;
width: 100%;
background: #f5f6f8;
border-bottom:1px solid #dddddd;
margin:0px;padding:0px;
}

.shxxui-maxtoolbarbox .toolgroupbox {
float: left;
height: 85px;
margin:0px;padding:0px;
border-right:1px solid #ffffff;
}

.shxxui-maxtoolbarbox .toolgroupbox .toolgroupmain {
height: 100%;
margin:0px;
padding:0px;
}

.shxxui-maxtoolbarbox .toolgroupbox .toolgroupmain .grouptop {
height: 65px;
margin:0px;
padding:0px;
}
.shxxui-maxtoolbarbox .toolgroupbox .toolgroupmain .groupbottom {
               
clear:both;
width:100%;
background:#ebedf2;
margin:0px;padding:0px;
height:20px;
}
.shxxui-maxtoolbarbox .toolgroupbox .toolgroupmain .groupbottom span {
    display:inline-block;
width:100%;height:100%;text-align:center;color:#b0b5bf;margin:2px 0px 0px 0px;
}
.shxxui-maxtoolbarbox .toolbarlist {
float:left;height:100%;list-style:none;margin:0px;padding:0px;
}

.shxxui-maxtoolbarbox .toolbarlist .titemli {
float:left;height:100%;margin:0px 2px 0px 2px;padding:0px;
}


 .shxxui-maxtoolbarbox .toolbarlist .toolitem01 {
float:left;padding:8px 0px 2px 0px;height:100%;position:relative;
}
 .shxxui-maxtoolbarbox .toolbarlist .toolitem01 .medl {
float:left;width:100%;height:100%;
border:1px solid #f5f6f8;
}
.shxxui-maxtoolbarbox .toolbarlist .toolitem01 .toolbool {
outline-style:none;
float:left;width:100%;height:100%;
-moz-box-shadow:0px 0px 0px #c9e0f4; -webkit-box-shadow:0px 0px 0px #c9e0f4; box-shadow:0px 0px 0px #c9e0f4;
transition: box-shadow 0.05s ease-in-out;
-moz-transition: -moz-box-shadow 0.05s ease-in-out;	/* Firefox 4 */
-webkit-transition: -webkit-box-shadow 0.05s ease-in-out;	/* Safari 和 Chrome */

}
.shxxui-maxtoolbarbox .toolbarlist .toolitem01 .toolbool:hover {
        
background: -moz-linear-gradient(top, #f3f8ff 0%, #dfecff 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f8ff), color-stop(100%,#dfecff));
background: -webkit-linear-gradient(top, #f3f8ff 0%,#dfecff 100%);
background: -o-linear-gradient(top, #f3f8ff 0%,#dfecff 100%);
background: -ms-linear-gradient(top, #f3f8ff 0%,#dfecff 100%);
background: linear-gradient(to bottom, #f3f8ff 0%,#dfecff 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f8ff', endColorstr='#dfecff',GradientType=0 );
           
}
.shxxui-maxtoolbarbox .toolbarlist .toolitem01 .toolbool:hover .medl{border:1px solid #a7b8d0;}

.shxxui-maxtoolbarbox .toolbarlist .toolitem01 .toolboolItemBClick {

background: #e5f0ff;
}

.shxxui-maxtoolbarbox .toolbarlist .toolitem01 .toolboolItemBClick .medl{border:1px solid #a7b8d0;}
.shxxui-maxtoolbarbox .toolbarlist .toolitem01 .toolboolItemBClick .medl dt {    
border-bottom:1px solid #a7b8d0;
}

.shxxui-maxtoolbarbox .toolbarlist .toolitem01 .toolboolItemA {
   

}
.shxxui-maxtoolbarbox .toolbarlist .toolitem01 .toolboolItemA:hover {
-moz-box-shadow:0px 0px 20px #c9e0f4; -webkit-box-shadow:0px 0px 20px #c9e0f4; box-shadow:0px 0px 20px #c9e0f4;
}

.shxxui-maxtoolbarbox .toolbarlist .toolitem01 .toolboolItemB {
    

}
.shxxui-maxtoolbarbox .toolbarlist .toolitem01 .toolboolItemB:hover {

}


.shxxui-maxtoolbarbox .toolbarlist .toolitem01 .toolboolItemB:hover .mdropMenuItem dt {    
border-bottom:1px solid #a7b8d0;
}


.shxxui-maxtoolbarbox .toolbarlist .toolitem01 .medl .pdt {
float:left;width:100%;height:30px;text-align:center;
font-size:1px;

    padding:0px 8px 0px 8px;

}
.shxxui-maxtoolbarbox .toolbarlist .toolitem01 .medl .wdd {
float:left;width:100%;padding:0px 4px 0px 4px;
color:#365075;text-align:center;

}



.shxxui-maxtoolbarbox .toolbarlist .toolitem01 .mdropMenuItem {    
background:url('images/pageedit/topmenu-dropdown-arrow-bg.png') no-repeat center 47px;
}



/*
.shxxui-maxtoolbarbox .toolbarlist .toolitem01 .mdropMenuItem dt {
background:red;
}
*/

.shxxui-maxtoolbarbox .toolbarlist .toolitem01 .dropMenuBox {position:absolute;top:60px;z-index:890;border:1px solid #aaaaaa;-moz-box-shadow:0px 0px 10px #dbdcdf; -webkit-box-shadow:0px 0px 10px #dbdcdf; box-shadow:0px 0px 10px #dbdcdf;}
.shxxui-maxtoolbarbox .toolbarlist .toolitem01 .dropMenuBox .dropMenuList {float:left;list-style:none;background:#ffffff;padding:4px 0px 4px 0px;width:125px;}
.shxxui-maxtoolbarbox .toolbarlist .toolitem01 .dropMenuBox .dropMenuList .ditem {float:left;width:100%;}
.shxxui-maxtoolbarbox .toolbarlist .toolitem01 .dropMenuBox .dropMenuList .menuspliter {width:100%;border-top:1px solid #e2e3e3;float:left;width:100%;height:1px;}
.shxxui-maxtoolbarbox .toolbarlist .toolitem01 .dropMenuBox .dropMenuList .ma {float:left;width:100%;color:#0063af;text-decoration:none;padding:4px 0px 4px 0px;outline-style:none;}
.shxxui-maxtoolbarbox .toolbarlist .toolitem01 .dropMenuBox .dropMenuList .mnonea {color:#c8c8c8;}
.shxxui-maxtoolbarbox .toolbarlist .toolitem01 .dropMenuBox .dropMenuList .moreDropA {background:url('images/pageedit/topmenu-dropdown-arrow-bg.png') no-repeat 110px center;}
.shxxui-maxtoolbarbox .toolbarlist .toolitem01 .dropMenuBox .dropMenuList .mt {float:left;margin:0px 0px 0px 10px;}
.shxxui-maxtoolbarbox .toolbarlist .toolitem01 .dropMenuBox .dropMenuList .ma:hover {background-color:#e9eff5;}
.shxxui-maxtoolbarbox .toolbarlist .toolitem01 .shxxui-bigtoolico-save {
    background:url('images/pageedit/toolbar/big-tools-item-save.png') no-repeat center center;
}
.shxxui-maxtoolbarbox .toolbarlist .toolitem01 .shxxui-bigtoolico-save-gray {
    background:url('images/pageedit/toolbar/big-tools-item-save-gray.png') no-repeat center center;
}



.shxxui-maxtoolbarbox .toolbarlist .toolitem01 .shxxui-bigtoolico-update {
background:url('images/pageedit/toolbar/big-tools-item-update.png') no-repeat center center;
}

.shxxui-maxtoolbarbox .toolbarlist .toolitem01 .shxxui-bigtoolico-update-gray {
background:url('images/pageedit/toolbar/big-tools-item-update-gray.png') no-repeat center center;
}

.shxxui-maxtoolbarbox .toolbarlist .toolitem01 .shxxui-bigtoolico-del {
background:url('images/pageedit/toolbar/big-tools-item-delete.png') no-repeat center center;
}

.shxxui-maxtoolbarbox .toolbarlist .toolitem01 .shxxui-bigtoolico-del-gray {
background:url('images/pageedit/toolbar/big-tools-item-delete-gray.png') no-repeat center center;
}

.shxxui-maxtoolbarbox .toolbarlist .toolitem01 .shxxui-bigtoolico-pic {
background:url('images/pageedit/toolbar/big-tools-item-pic.png') no-repeat center center;
}
.shxxui-maxtoolbarbox .toolbarlist .toolitem01 .shxxui-bigtoolico-attactment {
background:url('images/pageedit/toolbar/big-tools-item-attactment.png') no-repeat center center;
}
.shxxui-maxtoolbarbox .toolbarlist .toolitem01 .shxxui-bigtoolico-shenghe {
background:url('images/pageedit/toolbar/big-tools-item-shenghe.png') no-repeat center center;
}
.shxxui-maxtoolbarbox .toolbarlist .toolitem01 .shxxui-bigtoolico-picborwser {
background:url('images/pageedit/toolbar/big-tools-item-picborwser.png') no-repeat center center;
}

.shxxui-maxtoolbarbox .toolbarlist .toolitem01 .shxxui-bigtoolico-refresh {
background:url('images/pageedit/toolbar/big-tools-item-refresh.png') no-repeat center center;
}

.shxxui-maxtoolbarbox .toolbarlist .toolitem01 .shxxui-bigtoolico-print {
background:url('images/pageedit/toolbar/big-tools-item-print.png') no-repeat center center;
}
.shxxui-maxtoolbarbox .toolbarlist .toolitem01 .shxxui-bigtoolico-export {
background:url('images/pageedit/toolbar/big-tools-item-export.png') no-repeat center center;
}
.shxxui-maxtoolbarbox .toolbarlist .toolitem01 .shxxui-bigtoolico-more {
background:url('images/pageedit/toolbar/big-tools-item-more.png') no-repeat center center;
}
.shxxui-maxtoolbarbox .toolbarlist .toolitem01 .shxxui-bigtoolico-clear {
background:url('images/pageedit/toolbar/big-tools-item-clear.png') no-repeat center center;
}


.shxxui-normal-editpage-toptoolbar .toptools{float:left;list-style:none;}
.shxxui-normal-editpage-toptoolbar .toptools .toolitem{float:left;padding:2px 4px 0px 4px;}
.shxxui-normal-editpage-toptoolbar .toptools .toolitem .btitem{float:left;color:#000000;text-decoration:none;border:1px solid transparent;padding:8px 10px 6px 10px;}
.shxxui-normal-editpage-toptoolbar .toptools .toolitem .btitem:hover
{
background: -moz-linear-gradient(top, #fffbe8 0%, #ffd04a 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fffbe8), color-stop(100%,#ffd04a));
background: -webkit-linear-gradient(top, #fffbe8 0%,#ffd04a 100%);
background: -o-linear-gradient(top, #fffbe8 0%,#ffd04a 100%);
background: -ms-linear-gradient(top, #fffbe8 0%,#ffd04a 100%);
background: linear-gradient(to bottom, #fffbe8 0%,#ffd04a 100%);		
border:1px solid #567daf;
moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius:2px;
}
/*
.shxxui-normal-editpage-editrea2014 {width:100%;overflow:auto;}
.shxxui-normal-editpage-editrea2014 .editrea2014-mainbox{width:100%;height:100%;position:relative;}
.shxxui-normal-editpage-editrea2014 .editrea2014-leftright {padding:0px 0px 0px 180px;}
.shxxui-normal-editpage-editrea2014 .editrea2014-part1 {position:absolute;left:0px;top:0px;width:180px;height:100%;padding:0px 5px 0px 0px;}
.shxxui-normal-editpage-editrea2014 .editrea2014-part2 {width:100%;}
.shxxui-normal-editpage-editrea2014 .leftTree{float:left;width:100%;height:100%;border:1px solid #dddddd;overflow:auto;background:#ffffff;}

.shxxui-normal-editpage-editrea2014 .editrea2014-editors-layout {width:100%;}
*/
.shxxui-normal-editpage-board{float:left;position:relative;width:100%;height:100%;}
.shxxui-normal-editpage-board .shxxui-normal-editpage-boardmain{position:absolute;width:100%;}
.shxxui-normal-editpage-board .shxxui-normal-editpage-boardbottom{position:absolute;bottom:0px;width:100%;}
.shxxui-normal-editpage-board .shxxui-normal-editpage-boarditems{
float:left;width:100%;height:100%;background:#ffffff;position:relative;
padding-top:37px;
}
.shxxui-normal-editpage-board .shxxui-normal-editpage-boarditems .shxxui-normal-editpage-boarditems-tab{position:absolute;top:0px;left:0px;height:37px;width:100%;background:#e1ebf8;border-left:1px solid #dddddd;border-right:1px solid #dddddd;}
.shxxui-normal-editpage-board .shxxui-normal-editpage-boarditems .shxxui-normal-editpage-boarditems-gridContainer{float:left;width:100%;height:100%;border:1px solid #dddddd;position:relative;}
.shxxui-normal-editpage-board .shxxui-normal-editpage-boarditems .shxxui-normal-editpage-boarditems-griditem {
position:absolute;width:100%;height:100%;
}
.shxxui-normal-editpage-board .shxxui-normal-editpage-boarditems .shxxui-normal-editpage-boarditems-griditem .shgrid {
width:100%;height:100%;
}

/*segement*/
.ixuxiang-ui-widgets-segement {float:left;width:100%;position:relative;}
.ixuxiang-ui-widgets-segement .segementList {position:absolute;left:50%;}
.ixuxiang-ui-widgets-segement .segementList .segementUl {
list-style:none;
position:relative;margin-left:-50%;
background:#135ca3;
float:left;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius:2px;
border:1px solid #135ca3;
}
.ixuxiang-ui-widgets-segement .segementList .segementUl .segementItem {
float:left;
}
.ixuxiang-ui-widgets-segement .segementList .segementUl .segementItem .sega {
float:left;padding:2px 8px 2px 8px;text-decoration:none;
}
    .ixuxiang-ui-widgets-segement .segementList .segementUl .segementItem .seganormal {
    background:#ffffff;color:#135ca3;
    
    }
    .ixuxiang-ui-widgets-segement .segementList .segementUl .segementItem .segahover {
        background:#135ca3;color:#ffffff;
    }
.ixuxiang-ui-widgets-segement .segementList .segementUl .segementItem .sega:hover {
    background:#135ca3;color:#ffffff;
}

.toolbarrq{float:left;width:100%;padding:10px 0px 10px 0px;}
.toolbarrq .rq{float:left;width:100%;position:relative;height:30px;}
.toolbarrq .btools{list-style:none;position:absolute;left:50%;}
.toolbarrq .btools .bi{float:left;position:relative;left:-50%;}
.toolbarrq .btools .bc{float:left;padding:0px 10px 0px 10px;}





.loadingframepart {float:left;width:100%;height:100%;position:relative;}
.loadingframepart .loadingmask {width:100%;height:100%;position:absolute;top:0px;left:0px;background:#ffffff;}
.loadingframepart .loadingmask .loading-f{position:absolute;top:50%;left:50%;width:200px;height:180px;padding:5px 0px 5px 0px;margin-left:-100px;margin-top:-90px;overflow:hidden;}
.loadingframepart .loadingmask .loading-f .loading-pic {float:left;width:100%;height:100%;background:url('images/pageLoading4.gif') no-repeat center center;}

.loadingframepart .framepart {float:left;width:100%;height:100%;}

