@charset "gb2312";
/**
 *
 * CSS For All of Pages
 *
 */
/* Public Elements
--------------------------------------------------------------------------------------*/
* {
    font-family: verdana;
    font-size: 12px;
    text-decoration: none;
}

body {
    margin: 0 auto;
    padding: 0px;
    font-family: verdana;
    font-size: 12px;
    color: #333;
    text-decoration: none;
    width: 100%;
    overflow-y: auto;
}

form {
    margin: 0 auto;
    padding: 0px;
}

img {
    border: 0px;
    vertical-align: middle
}

td, tr, div {
    line-height: 20px;
    font-size: 12px;
    color: #333;
    text-decoration: none;
    font-family: verdana;
    text-align: left;
}

a, p, span, div, ul, ol, li, dl, dt, dd {
    padding: 0;
    margin: 0;
}

.line {
    height: 10px;
    width: 100%
}

input {
    border: solid 1px #ccc;
    vertical-align: middle;
    height: 22px;
    line-height: 22px;
    margin: 1px 0px;
}

.radio, .checkbox {
    border-width: 0px;
    height: 18px;
    line-height: 18px;
    margin: 0px 0px
}

select2 {
    border: solid 1px #ccc;
    vertical-align: middle;
    height: 38px;
    line-height: 22px;
    width: 130px;
}

textarea {
    width: 80%;
    margin: 5px auto;
    border: solid 1px #ccc;
    height: 50px;
}

input[type="radio"], input[type="checkbox"] {
    border: solid 0px #ccc;
}

/* link
--------------------------------------------------------------------------------------*/
a:link, a:visited {
    font-size: 12px;
    color: rgb(20, 74, 160);
    text-decoration: none;
    font-family: verdana;
}

a:hover, a:active {
    font-size: 12px;
    color: #ff0000;
    text-decoration: underline;
    font-family: verdana;
}


.blue:link, .blue:visited {
    font-size: 12px;
    color: #144aa0;
    text-decoration: underline;
    text-align: center
}

.blue:hover, .blue:active {
    font-size: 12px;
    color: #ff0000;
    text-decoration: underline;
    text-align: center
}

.red {
    color: #FF0000
}

.blue {
    color: #0000ff;
}

.green {
    color: #336600;
}

.Purple {
    color: #67048c;
}

/* top_blue title
--------------------------------------------------------------------------------------*/
.top_blue {
    /*width: 99.7%;*/
    height: 25px;
    line-height: 25px;
    background: #0381ce url(../_images/biao.gif) no-repeat left center;
    background-position-x: 10px;
    color: #fff;
    text-align: left;
    margin-left: 0px;
}

.top_title {
    font-size: 12px;
    color: #fff;
    margin-left: 35px;
    font-weight: bold;
    text-wrap: none;
}

    .top_title span {
        color: #fff;
    }

.top_titleright {
    text-align: right
}

/*  buttom(按钮)
--------------------------------------------------------------------------------------*/
.button_gray {
    height: 23px;
    line-height: 18px;
    border: solid 1px #8c8c8c;
    vertical-align: middle;
    background: url(../_images/btn_bg.gif) repeat-x left center;
    background-position-y: -2px;
    color: #666;
    font-size: 12px;
    padding: 0px 2px;
    cursor: pointer;
    min-width: 65px;
}

.button_blue {
    height: 23px;
    line-height: 18px;
    border: solid 1px #1565a4;
    vertical-align: middle;
    background: url(../_images/btn_bg.gif) repeat-x left center;
    background-position-y: -23px;
    color: #fff;
    font-size: 12px;
    padding: 0px 2px;
    cursor: pointer;
    min-width: 65px;
}

.button_select {
    height: 23px;
    line-height: 18px;
    border: solid 1px #8c8c8c;
    vertical-align: middle;
    background: url(../_images/btn_bg.gif) repeat-x left center;
    background-position-y: -2px;
    color: #666;
    font-size: 12px;
    padding: 0px 2px;
    cursor: pointer;
    min-width: 40px;
}



/*  表格头(样式)
--------------------------------------------------------------------------------------*/
.trhead {
    background: #f1f1f1;
    background-repeat: repeat;
    line-height: 22px;
    height: 22px;
    white-space: nowrap;
}

    .trhead td {
        font-size: 12px;
        color: #333;
        text-decoration: none;
        font-weight: bold;
        text-align: center;
        white-space: nowrap;
    }
/*  下拉列表(样式)
--------------------------------------------------------------------------------------*/
.select {
    border: 1px solid #ccc;
    line-height: 18px;
    color: #666;
    margin: -3px -1px -2px -1px;
    padding: 0px 3px;
    font-size: 12px;
    width: 124px;
}

.select_border {
    background: #fff;
    border: 1px solid #ccc;
    padding: 3px;
    width: 122px;
    float: left;
    margin: 1px 0px;
}

.container {
    border: 0;
    position: relative;
    width: 122px;
    height: 14px;
    overflow: hidden;
    background: #fff;
}

.selectLittle {
    border: 1px solid #ccc;
    line-height: 18px;
    color: #666;
    margin: -3px -1px -2px -1px;
    padding: 0px 3px;
    font-size: 12px;
    width: 50px;
}

.select_borderLittle {
    background: #fff;
    border: 1px solid #ccc;
    padding: 3px;
    width: 48px;
    float: left;
    margin: 1px 0px;
}

.containerLittle {
    border: 0;
    position: relative;
    width: 48px;
    height: 14px;
    overflow: hidden;
    background: #fff;
}

.selectMid {
    border: 1px solid #ccc;
    line-height: 18px;
    color: #666;
    margin: -3px -1px -2px -1px;
    padding: 0px 3px;
    font-size: 12px;
    width: 70px;
}

.select_borderMid {
    background: #fff;
    border: 1px solid #ccc;
    padding: 3px;
    width: 68px;
    float: left;
    margin: 1px 0px;
}

.containerMid {
    border: 0;
    position: relative;
    width: 68px;
    height: 14px;
    overflow: hidden;
    background: #fff;
}

.inner_Style {
    width: 100%;
    height: auto;
}

    .inner_Style input {
        border-style: none;
    }

.selectPer {
    border: 1px solid #ccc;
    line-height: 18px;
    color: #666;
    margin: -3px -1px -2px -1px;
    padding: 0px 3px;
    font-size: 12px;
    width: 101%;
}

.select_borderPer {
    background: #fff;
    border: 1px solid #ccc;
    padding: 3px;
    width: 80%;
    float: left;
}

.containerPer {
    border: 0;
    position: relative;
    width: 100%;
    height: 14px;
    overflow: hidden;
    background: #fff;
}

.select_small {
    border: 1px solid #ccc;
    line-height: 18px;
    color: #666;
    margin: -3px -1px -2px -1px;
    padding: 0px 3px;
    font-size: 12px;
    width: 104px;
}

.select_border_small {
    background: #fff;
    border: 1px solid #ccc;
    padding: 3px;
    width: 102px;
    float: left;
    margin: 1px 0px;
}

.container_small {
    border: 0;
    position: relative;
    width: 102px;
    height: 14px;
    overflow: hidden;
    background: #fff;
}
