/*
*easyui 通用样式表
*
*
*/


/*默认table样式*/
table.easyui-table
{
    margin: 0px;
    padding: 0px;
    border-spacing: 0px;
    border-width: 1px;
    border-color: #AEB9B5;
    border-style: solid none none solid;
    width: 100%;
}

table.easyui-table tr
{
    padding: 0px 0px 0px 3px;
    margin: 0px;
    border: none;
    height: 27px;
}

table.easyui-table td
{
    margin: 0px;
    border-style: none solid solid none;
    border-width: 1px;
    border-color: #AEB9B5;
}

table.easyui-table td.easyui-table-title
{
    width: 120px;
    padding: 5px 5px 5px 5px;
    text-align: center;
    background-color: #e0ecff;
    color: #48525a;
    white-space: nowrap;
}

table.easyui-table td.easyui-table-td
{
    padding: 2px 0px 2px 5px;
}



/*easyui输入控件样式*/
.einput
{
    width: 180px;
}

/*easyui金额输入控件样式,9.23未起作用*/
.einput-money
{
    text-align: right;
}

/*easyui多行输入,9.23未起作用*/
.einput-multirow
{
    width: 550px;
    height: 60px;
}
