/*页面常用布局样式 用于存放除全局公共样式外 页面间通用的样式*/

form {
    text-align: left;
}

td,
th {
    display: table-cell;
    vertical-align: inherit;
}

thead {
    display: table-header-group;
    vertical-align: middle;
    border-color: inherit;
}

tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}

select {
    font-size: 12px;
    color: #666666;
    border-radius: 2px;
}

select:hover {
    border-color: #4d9cd9;
}

 

/*1.二级导航，end*/


/* 2.搜索区域start*/

#MainContentDIV {
    width: 960px;
    margin: 0 auto;
}

/* 查询表单样式 */
.search_con_table {
    border: 1px solid #DDDDDD;
    margin: 10px 0px;
    padding: 5px;
}

.search_con_table table {
    display: table;
    border-collapse: separate;
    border-spacing: 2px;
    border-color: grey;
}

.search_con_table table tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}

.search_con_table table tbody tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}

.search_con_table table td {
    vertical-align: middle;
    font-size: 14px;
    line-height: 1.5em;
}
/* 正常状态的输入框 */
.normalinput {
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    color: #666;
    cursor: text;
    height: 22px;
    line-height: 22px;
    padding: 0px 5px;
    margin-top: 3px;
}

.dropdate {
    background: url(/newimages/Manager/045631164.gif) no-repeat 77px center;
} 

.search_con_table .search_tr {
    height: 40px;
    text-align: center;
}


/* 2.搜索区域end*/ 

/* 以下可以作为表格复用(组件) */
.table_layout {
    border: 1px solid #ddd;
    margin-top: 10px;
    text-align: center;
    border-bottom: none;
    clear: both;
}

.table_layout table tr th {
    position: relative;
}

.table_layout table tr th {
    background: #e1f3fe;
    font-size: 14px;
    height: 33px;
    line-height: 33px;
    color: #555;
}

.table_layout table tr td {
    border-bottom: 1px dashed #d5e0ef;
    font-size: 14px;
    height: 22px;
    line-height: 22px;
    padding: 8px 6px;
    text-align: center;
}

.table_layout table tr.t_bg td {
    background: #f0f3f8;
}

.table_layout table tr:last-child {
    border-bottom: 1px solid #d5e0ef;
}

.table_layout table tr th {
    text-align: center;
}
.table_layout table tr:last-child {
    background: none;
}

.table_layout table tr:hover {
    background: #FFF9ED;
} 
/*默认icon为向下*/ 
.table_layout .icon {
    border-color: #999 #e1f3fe #e1f3fe;
    border-style: solid;
    border-width: 4px;
    font-size: 0;
    position: absolute;
    top: 16px;
    margin-left: 5px;
    height: 5px;
    background: #fff;
} 
/*设置为向上箭头*/ 
.table_layout .up_icon {
    border-color: #e1f3fe #e1f3fe #999;
    top: 7px;
}

/* 5.翻页*/
.div_more {
    width: 100%;
    background: #f8f8f8;
    text-align: center;
    height: 34px;
    line-height: 34px;
}
.div_more .load-more{
    display: inline-block;
    width: 100%;
    vertical-align: middle;
}
.page_select select {
    margin-top: 20px;
    overflow: hidden;
    color: #666!important;
    border: 1px solid #ddd!important;
}

.page_select select option {
    font-size: 12px;
    overflow-x: hidden;
}
/* 表格样式结束 */

/*==============定义常用的按钮 START====================*/

/*默认的按钮 --- 偏蓝色*/
.btn{
    background: #2f8abe;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    padding: 6px 24px;
}
/*默认的按钮禁用*/
.btn.disabled,.btn:disabled {
    background: #ddd;
    border: 1px solid #ccc;
    color: #999;
}
/*==============定义常用的按钮 END====================*/

