html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,code,del,dfn,em,img,q,dl,dt,dd,ol,ul,li,fieldset,form,label,legend, caption{
    margin: 0;
    padding: 0;
    list-style: none;
    border: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

a{
    outline: none;
    /*behavior: url(../js/link.htc);*/
    *star:expression(this.onFous=this.blur());
}

a:focus{
    outline: none;
}

/*table{
    width: 100%;
}*/

body{
    position: relative;
    color: #333333;
    background-color: #FFFFFF;
    /*background-color: #F3F3F4;*/
}

/*---------------------------
--------for Header---------
---------------------------*/

div.eap-main-header{
    height: 55px;
    border-bottom: 1px dotted #B1BCC3;
}

.eap-nav{
    height: 38px;
    background:url("");
    background-color: #E2E1DF;
    /*background: url(images/page_layout.png) repeat-x;*/
    /*background: url('../../easyui/images/panel_title.gif') repeat-x;*/
}

.eap-nav p{
    float: right;
    margin-top: 12px;
}

.eap-nav p a:link, .eap-nav p a:visited, .eap-nav p a:active{
    display: block;
    float: left;
    height: 20px;
    line-height: 20px;
    color: #a2b7c5;
    text-decoration: none;
    margin: 2px 3px 0 0;
}

.eap-nav p a:hover{
    color: #FFFFFF;
}

div.eap-nav ul{
    margin-left: 15px;
}

.eap-nav ul li, .eap-nav ul li a, .eap-nav ul li p, .eap-nav ul li p a{
    display: block;
    float: left;
}

.eap-nav ul li{
    margin: 0px 5px 0 5px;
}

.eap-nav ul li a{
    width: auto;
    padding-right: 8px;
    height: 22px;
    line-height: 22px;
    margin: 0;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    margin-top: 7px;
    font-size: 14px;
    /*color: #000000;*/
    color: #000000;
}

.eap-nav ul li.selected{
    padding-left: 15px;
    background:url("");
    height: 38px;
    font-size: 14px;
    background-color: #2D99D7;
    /*background: url(images/ico.png) no-repeat left -235px;*/
}

.eap-nav ul li.selected a:link, .eap-nav ul li.selected a:visited, .eap-nav ul li.selected a:active{
    width: auto;
    color: #FFFFFF;
    padding-right: 8px;
    /*background: url(images/ico.png) no-repeat right -235px;*/
}

.eap-nav ul li.selected p a{
    margin: 0;
}

.eap-nav ul li.selected p a.refresh, .eap-nav ul li.selected p a.close{
    height: 0;
    padding: 16px 0 0 0;
    overflow: hidden;
}

.eap-nav ul li.selected p a.refresh{
    margin-left: 6px;
    width: 11px;
    *height: 16px;
    background: url("../../themes/erp-blue/imagesV3/refresh.png") no-repeat;
    /*background: url(images/ico.png) no-repeat -33px -23px;*/
}

.eap-nav ul li.selected p a.close{
    margin-left: 6px;
    width: 28px;
    *height: 16px;
    background: url("../../themes/erp-blue/imagesV3/close.png") no-repeat;
    /*background: url(images/ico.png) no-repeat -17px -23px;*/
}

.eap-nav ul li.selected p a.refresh:hover{
    margin-left: 6px;
    width: 11px;
    background: url("../../themes/erp-blue/imagesV3/refresh.png") no-repeat;
}

.eap-nav ul li.selected p a.close:hover{
    margin-left: 6px;
    width: 13px;
    width: 28px;
    background: url("../../themes/erp-blue/imagesV3/close.png") no-repeat;
    /*background: url(images/ico.png) no-repeat -50px -23px;*/
}

.eap-main-top{
    height: 30px;
}

.eap-main-top p.patch{
    float: left;
    margin-left: 15px;
}

.eap-main-top div.option{
    float: right;
    margin-top: 4px;
}

.eap-main-top p.patch a, .eap-main-top p.patch span{
    display: block;
    float: left;
    height: 30px;
    line-height: 30px;
}

div.eap-main-top p.patch span{
    *height: 30px;
}

.eap-main-top p.patch a:link, .eap-main-top p.patch a:visited, .eap-main-top p.patch a:active{
    color: #727b84;
    text-decoration: none;
}

.eap-main-top p.patch a:hover{
    color: #EE6600;
}

.eap-main-top p.patch span{
    margin: 0 3px 0 3px;
    width: 8px;
    height: 0;
    padding-top: 30px;
    overflow: hidden;
    background: url(images/ico.png) no-repeat left 7px;
}

.eap-main-top div.option label, .eap-main-top div.option select, .eap-main-top div.option input{
    color: #8aa6b9;
}

.eap-main-top div.option input{
    width: 85px;
}

.eap-main-top div.option p.text a.search{
    padding-top: 18px;
    margin-top: 2px;
    right: 4px;
    background: url(images/ico.png) no-repeat -18px top;
    *height: 18px;
}

.eap-radius{
    /*border-radius: 5px;*/
    border: 0px;
    margin: 0 0 0 0;
}
div.eap-border{
    border: 1px #a8b8c6 solid;
}

/*---------------------------
--------for MainPage---------
---------------------------*/
.eap-main-client{
    border-top: 1px #FFFFFF dotted;
}

.eap-main-client table.layout, .eap-main-client table.layout td{
    border: none;
    border-collapse: collapse;
}

.eap-main-client table.layout td{
    vertical-align: top;
}

.eap-main-client table.layout td.main-menu{
    width: 162px;
}

.eap-main-client table.layout td.fold, .eap-main-client table.layout td.fold a{
    width: 8px;
}

.eap-main-client table.layout td.fold{
    vertical-align: middle;
}

.eap-main-client table.layout td.fold a:link, .eap-main-client table.layout td.fold a:visited, .eap-main-client table.layout td.fold a:active{
    display: block;
    height: 0;
    padding-top: 100px;
    overflow: hidden;
    background: url(images/ico.png) no-repeat right top;
}

.eap-main-client table.layout td.fold a:hover{
    background: url(images/ico.png) no-repeat right -101px;
}

.eap-main-client table.layout td.sidebar{
    width: 200px;
}

.eap-main-client div.main{
    overflow: auto;
    height: auto;
    min-height: 300px;
    padding: 5px;
    border-radius: 5px;
    margin: 5px 3px 5px 3px;
    border: 1px #a8b8c6 solid;
    background: url(images/main_block.png) repeat-x #FFFFFF ;
}

.eap-main-client table.layout div.main-menu{
    overflow: auto;
    height: auto;
    min-height: 300px;
    width: 157px;
    margin: 5px 0 5px 5px;
    background: url(images/sidear_block.png) no-repeat left bottom;
}

.eap-main-client table.layout div.main-menu div.navmenu{
    width: 130px;
    height: 18px;
    margin-left: 9px;
    padding-left: 10px;
    border-bottom: 1px #b6bfc8 solid;
}

.eap-main-client table.layout div.main-menu div.navmenu a:link, .eap-main-client table.layout div.main-menu div.main-menu a:visited, .eap-main-client table.layout div.main-menu div.navmenu a:active{
    display: block;
    float: left;
    width: 56px;
    height: 18px;
    line-height: 19px;
    text-align: center;
    color: #8d979d;
    text-decoration: none;
    margin-right: 5px;
    background: url(images/ico.png) no-repeat left -52px;
}

.eap-main-client table.layout div.main-menu ul{
    margin: 5px 0 0 5px;
}

.eap-main-client table.layout div.main-menu ul ul{
    margin: 0;
}

.eap-main-client table.layout div.main-menu ul#fMenu{
    margin: 5px 0 0 0;
}


.eap-main-client table.layout div.main-menu div.navmenu a.select{
    width: 61px;
    height: 19px;
    color: #65727b;
    background: url(images/ico.png) no-repeat -61px -52px;
}

.eap-main-client table.layout div.main-menu h2{
    height: 43px;
    line-height: 40px;
    color: #FFFFFF;
    text-align: center;
    background: url(images/sidear_block.png) no-repeat left top;
}

/*---------------------------
--------for Footer---------
---------------------------*/

.eap-footer{
    width: 100%;
    height: 23px;
    position: fixed;
    bottom: 0;
    background-color: #F5F5F5;
    border-top: 1px #CCCCCC dotted;
}

.eap-footer div.vp_layout_south{
    padding:3px;
    overflow:hidden;
    text-align: center;
    vertical-align: middle;
}

/****** Append ******/
a.panel-tool-more {
    background: url("images/ico.png") no-repeat scroll -17px -143px transparent;
}
a.panel-tool-reload {
    margin: 0 3px;
    background: url("images/ico.png") no-repeat scroll left -143px transparent;
}


div.tabs-tool{
    padding: 0px;
    border: 0px;
    border-bottom:1px  solid #D3D3D3;
    top:0px;
    background-color: #FFFFFF;
}
div.tabs-header {
    background-color: #FFFFFF;
}
div.tabs-wrap {
    background-color: #FFFFFF;
}
div.layout-expand {
    background-color: #FFFFFF;
}

table.datagrid-etable td{
	/*padding: 2px;*/
}