﻿/******************************************************************
 * Copyright(copy)  Allcom. All Rights Reserved
 * Description   :  AMEQP——总样式表
 * CreateDate    :  2014-10-22
 * Creater       :  林土仁
 * LastChangeDate:  2014-10-22
 * LastChanger   :  林土仁
 * Version Info  :  V 1.0
 * ******************************************************************/

@charset "utf-8";

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-family: "Tahoma","Verdana","微软雅黑","宋体","新宋体";
}

body, dl, dt, dd, ul, ol, td, th, li, p, blockquote, pre, form, fieldset, legend, input, button, textarea, hr {
    margin: 0;
    padding: 0;
}

body {
    background-color: white;
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body, button, input, select, textarea {
    font-size: 12px;
    line-height: 1.125;
    -webkit-text-size-adjust: none;
}

fieldset, img {
    border: 0;
}

textarea {
    resize: none;
}

address, caption, cite, code, dfn, em, i, th, var {
    font-style: normal;
    font-weight: normal;
}

legend {
    color: #000;
}

abbr, acronym {
    border: 0;
    font-variant: normal;
}

a {
    text-decoration: none;
    outline: none;
    blr: expression(this.onFocus=this.blur());
}

    a:hover {
        text-decoration: none;
    }

.clearfix:after {
    content: "";
    display: inline-block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    zoom: 1;
}

.hide {
    display: none;
}

.show {
    display: block;
}
/*======================================页面排版======================================*/
html, body, form {
    width: 100%;
    text-align: center;
    margin: 0 auto;
}



.db_isFinish {
    color: red;
}

.db_old {
    color: #2f568b;
}

.db_new {
    color: #ff6a00;
}

/*长列表数据*/
.div_longList, .div_List, .div_List2, .div_List950 {
    height: 95%;
    text-align: center;
    margin: 0 auto;
    height: 540px;
}

/*长列表数据*/
.div_longList {
    width: 845px;
}

.div_List {
    width: 600px;
}
/**/
.div_List2 {
    width: 800px;
}


.div_List950 {
    width: 950px;
}



.exaSelect {
    color: white;
}

.exaTop {
    background-color: #556579;
    text-align: left;
    vertical-align: middle;
    padding: 9px 15px;
}


body {
    font-family: "Lucida Grande", Verdana, Lucida, Arial, Helvetica, 宋体,sans-serif; /* Web字体标准定义 */
    font-size: 12px;
    z-index: 10;
    /* 强制页面在重画之前先处理CSS（遮罩层兼容IE6需要） */
    background: url(about:blank);
    background-attachment: fixed;
    /* IE滚动条样式 */
    scrollbar-3dlight-color: #C8C8C8; /*- 最外左 (设置或检索滚动条亮边框颜色) -*/
    scrollbar-darkshadow-color: #C8C8C8; /*- 最外右 (设置或检索滚动条暗边框（ThreedDarkShadow）颜色) */
    scrollbar-face-color: #E3E3E3; /*- 表面 (设置或检索滚动条3D表面（ThreedFace）的颜色) -*/
    scrollbar-arrow-color: #5A5A5A; /*- 箭头 (设置或检索滚动条方向箭头的颜色) -*/
    scrollbar-shadow-color: #FFF; /*- 右二 (设置或检索滚动条3D界面的暗边（ThreedShadow）颜色) -*/
    scrollbar-highlight-color: #FFF; /*- 左二 (设置或检索滚动条3D界面的亮边（ThreedHighlight）颜色) -*/
    scrollbar-base-color: #D7DCE0; /*- 基色 (设置或检索滚动条基准颜色) -*/
    scrollbar-track-color: #C8C8C8; /*- 滑道 (检索或设置对象滚动条拖动区域的外观颜色) -*/
}

.outer {
    height: 100%;
    width: 100%;
    display: table;
    *position: relative;
    *overflow: hidden;
}

.middle {
    display: table-cell;
    vertical-align: middle;
    *position: absolute;
    *top: 50%;
}

.inner {
    width: 800px;
    margin: 0 auto;
    *position: relative;
    *top: -50%;
}

.com_flt_l, .com_flt_l li {
    list-style-type: none;
    display: block;
    float: left;
}

    .com_flt_l li {
        margin: 0;
        padding: 0 3px;
    }

.userDefine-border {
    border: 1px solid #abafb8;
}

.userDefine-border-bottom {
    border-bottom: 1px solid #abafb8;
}
