.softCaption{color: #fff;  }
/*项目菜单*/
.yui-navmenu .firstitem{  background: #ccc!important;  }
.yui-navmenu .hover{border: 1px solid #dddddd;border-right-color:#f2f2f2;background:#f2f2f2!important}
.yui-navmenu .secondmenu{background:#f2f2f2!important;border-color: #cccccc}
.yui-navmenu .secondmenu h2{color:#888888  }
.yui-navmenu .seconditem{color:#888888   }
/*框架tab页*/
.ui-tabs-active a{color: #fff;border: none;}
.ui-state-hover a{color: #bbbbbb; }
.yui-navtab{border-color: #cccccc  }
/*表格组件*/
.yui-datagrid-head .caption {background-color: #fff!important;  color: #ffffff!important;}
.yui-datagrid-table>thead th{color:#888888!important;background-color:#f8f8f8!important;}
.yui-datagrid-borderline{border-bottom-color:#888888 !important }
.yui-datagrid-table td.selectArea{background-color:#bbbbbb!important;color: #888888!important;border-color:#bbbbbb!important }
.yui-datagrid-pager{ background-color: #f8f8f8 !important;color:#888888!important}
.yui-datagrid-pager .pagebtnAara{
    color:#888888!important;
    background: #f2f2f2 !important;
    border: #aaa solid 1px !important;
}
.yui-datagrid-pager .pagebtnAara .actionbtn{
    background: #fff url(../images/footer-page-btn02.png) no-repeat!important;
    background-size: 18px !important;
    color:#333 !important
}
/*.yui-datagrid-pager .pagebtnAara .actionbtn:hover{*/
    /*background-color: #aaa !important;*/
    /*color:#333 !important*/
/*}*/
.yui-datagrid-pager .display{color:#888888!important}
.yui-datagrid-head .exportbtn{background-color: #888888!important;}
.yui-datagrid-head .exportbtn:hover{background-color: #bbbbbb!important;color:#f2f2f2!important; }







/*弹框组件*/
/*.layui-layer-title{background-color: #e4e4e4!important;color: #888888!important;}*/
.layui-layer-title{background-color: #fff!important;color: #888888!important;}
/*表单页面*/
/*表单页按钮*/
.controlArea{background-color: #cccccc!important;}
.yui-btn-curd{background-color: #cccccc!important;border: 1px solid #cccccc!important;}
/*内部tab选项卡*/
.yui-intab>.yui-intab-tabs li{;color: #888888!important;}
.yui-intab .yui-intab-tabs .current{color: #f2f2f2!important;}

/*查询条件*/
fieldset.queryArea{background-color: #f2f2f2;border-color: #ccc;}
.color-a{color: #333}
/*背景色*/
.background-a{background-color: #f2f2f2!important;}
.background-b{background-color: #f2f2f2!important;}
.background-c{background-color: #f2f2f2!important;}
.background-d{
    background-color: #fff!important;
    /*border: #888888 solid 1px;*/
    /*color: #00a0e9;*/
}
/*边框颜色*/
.border-a{border-color:#f2f2f2!important;}
.border-b{border-color:#e4e4e4!important;}
.border-c{border-color:#bbbbbb!important;}
.border-d{
    border-color:#fff!important;
}

.gridtitle{border-bottom: solid;padding-top: 10px;font-size: 20px;color: #bbbbbb;}

/*组织架构管理*/
.funbtn{color: #888888;background-color:#f2f2f2 }

/*表单*/
.yui-datagrid-table > thead td.selectArea {
    color: #fff !important;
    width: 30px;
    cursor: pointer;
    background: #888 !important;
    /*border-color: #50adda!important;*/
}
/*当前选行*/
.yui-datagrid-table > tbody tr:hover{
background-color: #ddf4ff !important;
}
.yui-datagrid-table > tbody tr.currentSelect,
.yui-datagrid-table > tbody tr:hover{
background-color: #f8f8f8 !important;
    color: #333 !important;
}

.yui-datagrid-table tbody tr:nth-child(odd).currentSelect {
    background-color: #f2f2f2 !important;
    color: #333;
}

button {
    background: #fff !important;
    color: #333 !important;
    border: #ddd solid 1px !important;
}


