@charset "gb2312";
@import url("../../public/aui/css/aui-input.min.css");
@import url("../../public/aui/css/aui-layout.min.css");

/*在这里定义复写的公共代码*/
.aui-a{ color:#333;}

.aui-box{ border:1px solid #769DE8; border-top:1px solid #5781B4; background-color:#FFF;}
.aui-box>.aui-box-header{ padding-left:0px; height:28px;border-bottom:1px solid #D0D1D2;
background: #ffffff;
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 );
}
.aui-box>.aui-box-header>h1{ height:28px; line-height:28px; padding-left:20px; background-image:url(../../images/system/public/aui-box-title-dot.png); background-repeat:no-repeat;}


.aui-tab{border:1px solid #D0D1D2; border-top:1px solid #5781B4;}
.aui-tab-header>.aui-tab-header-title{padding:2px 20px 0;height: 26px;font-size:14px;font-weight: bold;background-image:url(../../images/system/public/aui-box-title-dot.png);background-repeat:no-repeat;  }
.aui-tab-header{background: linear-gradient(to bottom, #FFFFFF 0%, #EEEEEE 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);height: 28px;padding: 0px;}
.aui-tab-header > ul > li> a {height: 22px;  padding: 0px 15px; text-align: center; border-color:#CFCFCF;
background: rgb(255,255,255);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 51%, rgba(246,246,246,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(241,241,241,1)), color-stop(51%,rgba(225,225,225,1)), color-stop(100%,rgba(246,246,246,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 );
}
.aui-tab-header > ul > li> a:hover{border:1px solid #AEAEAE; border-bottom:none;}
.aui-tab-header > ul > li.active > a{height: 23px; line-height:24px; box-shadow:0px 0px 1px rgba(255,255,255,1) inset; background: #fff;filter: none;}
.aui-tab-header > .aui-tab-header-drop{ height:22px;}
.aui-tab-header > .aui-tab-header-drop > h1{  border-color:#CFCFCF; height:22px; line-height:22px;}
.aui-tab-header > .aui-tab-header-drop > ul{ top:22px;}
.aui-tab-content.active{height: 100%;}


