﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body
{
    font-family: "微软雅黑" , "宋体" , Arial, sans-serif;
    font-size: 12px;
    margin: 0;
    padding: 0;
}

#pageloading
{
    position: absolute;
    left: 0px;
    top: 0px;
    background: white url('Images/loading.gif') no-repeat center;
    width: 100%;
    height: 100%;
    z-index: 99999;
}

.l-topmenu
{
    margin: 0;
    padding: 0;
    height: 56px;
    line-height: 56px;
    border-top: 1px solid #1D438B;
    background-image: url('Images/zvingBlue.png');
    background-repeat: repeat-x;
}

.menu
{
    cursor: pointer;
}

.menu div
{
    background-position: 0px center;
    line-height: 28px;
    height: 28px;
    background-image: url('Images/m.gif');
    background-repeat: no-repeat;
    text-decoration: none;
    margin-left: 26px;
}

.menu div label
{
    cursor: pointer;
    margin-left: 20px;
    text-decoration: none;
}

.l-table-edit-td-title
{
    padding: 4px;
    border: 1px solid #ccc;
    background-color: #f0f0f0;
    background-image: url('Images/from_td_bg.jpg');
    background-repeat: repeat-x;
    font-size: 12px;
}

.l-table-edit-td
{
    padding: 4px;
    border: 1px solid #ccc;
    background-color: #FFFFFF;
    font-size: 12px;
}

.l-button-submit, .l-button-test
{
    padding-bottom: 2px;
}

.table-th
{
    padding: 4px;
    border: 1px solid #ccc;
    background-color: #FCCE00;
    font-size: 12px;
}

.nomalSearch
{
    float: left;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
    background-color: #e1ecfe;
    border: 1px solid #bcd3f9;
    border-bottom: none;
}

.moreSearch
{
    float: left;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
    background-color: #fff8aa;
    border: 1px solid #d6d6d6;
    margin-left: 3px;
    border-bottom: none;
}
