﻿/*基本表格样式*/
table.gv td
{
    border-collapse: collapse;
    border: solid 1px #ACBEEE;
}
.table
{
    border: 0;
    border-spacing: 0;
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: left;
}
body
{
    font-size: 12px;
    color: #0253B7;
}
/**/
a:link
{
    color: #083CA7;
    text-decoration: none;
}
a:visited
{
    color: #083CA7;
    text-decoration: none;
}
a:hover
{
    color: #083CA7;
}
.midTable
{
    border: 0;
    padding: 0;
    border-collapse: collapse;
    border: 1px solid #9abde5;
    width: 99%;
    margin: auto;
    margin-top: 5px;
}
.td1
{
    width: 11%;
    text-align: left;
    padding-left: 5px;
    background-color: #FFFFFF;
    border: 1px solid #9abde5;
    border-collapse: collapse;
    height: 24px;
}
/*文字列*/
.td2
{
    width: 22%;
    text-align: left;
    padding-left: 5px;
    background-color: #FFFFFF;
    border: 1px solid #9abde5;
    border-collapse: collapse;
    height: 24px;
}
/*最后一列*/
.td3
{
    text-align: left;
    background-color: #FFFFFF;
    border: 1px;
    padding-left: 5px;
    border-collapse: collapse;
    border-color: #9abde5;
    border-style: solid;
    height: 24px;
}
/*文本框样式*/
.txt1
{
    border: #9abde5 1px solid;
    background-color: #ffffff;
}
.txt2
{
    border: 1px solid #9abde5;
    background-color: #ffffff;
}
.ddl1
{
    width: 120px;
    height: 24px;
}
.ddl2
{
    width: 300px;
    height: 24px;
}
.MenuBg
{
    width: 100%;
    height: 800px;
    background-color: #D4E4F6;
}
/*菜单*/
#divManageMenu
{
    margin-top: 8px;
}
/*一级菜单*/
.ManageMenuFirst
{
    width: 168px;
    height: 30px;
    background-image: url(images/bg1.gif);
    cursor: pointer;
    text-align: left; /*padding-left: 15px;*/
    margin-top: -1px;
    font-size: 12px;
    color: #FFFFFF;
}
.ManageMenuFirst table a
{
    color: #ffffff;
    width: 120px;
    line-height: 30px;
    font-weight: bold;
    text-decoration: none;
}
.ManageMenuFirst img
{
    margin-top: 1px;
}
/*二级菜单*/
.ManageMenuSecond
{
    width: 168px;
    height: 31px;
    display: none;
    text-align: left; /*padding-left: 20px;*/
    padding-top: 1px;
    background-image: url(images/bg2.gif);
}
.ManageMenuSecond_On
{
    height: 31px;
}
.ManageMenuSecond table a
{
    color: #000000;
    width: 100px;
    line-height: 31px;
    text-decoration: none;
    font-size: 12px;
}
.ManageMenuSecond table a:hover
{
    color: #F40000;
    text-decoration: none;
}
.top{width: 100%;height:83px;background: url(images/topbg.jpg) repeat-x;}
.btn
{
    font-size: 12px;
    background: url(images/button_bg.gif) repeat-x;
    border: 1px solid #BDC5CA;
    height: 25px;
    color: #333333;
    width: 60px;
    cursor: pointer;
}
.PageTitle
{
    text-align: left;
    padding: 10px;
    padding-left: 20px;
    font-size: 26px;
    font-weight: bold;
}
/* 
GridView样式 
*/
.gv
{
    border-collapse: collapse;
    border: solid 1px #ACBEEE;
    width: 99%;
    margin: auto;
    margin-top: 5px;
}
/*GridView 分页部分的样式*/
.gvPage
{
    font-size: 12px;
    text-align: center;
}
/*GridView头部分的样式*/
.gvHeader
{
    background-color: #EDEDED;
    border: solid 1px #ACBEEE;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-weight: bold;
    font-variant: normal;
}
.gvHeader th
{
    line-height: 24px;
    font-weight: bold;
    border: solid 1px #ACBEEE;
    text-align: center;
    font-variant: normal;
}
/*GridView交替行的样式*/
.gvRow, .gvAlternatingRow, .gvEditRow
{
    text-align: center;
    padding: 1px;
    line-height: 24px;
}
.gvAlternatingRow
{
    background-color: #F6F6F6;
}
.page
{
    text-align: right;
    padding: 5px 10px;
}
.page a
{
    display: block-inline;
    border: 1px solid #9abde5;
    background: #F6F6F6;
    margin-right: 5px;
    line-height: 16px;
    padding: 2px 5px 0;
    color: #0253B7;
    text-decoration: none;
    zoom: 1;
    font-family: "宋体";
}
.page a.now
{
    background: #fff;
    border: 1px solid #fff;
    font-weight: bold;
    color: #000;
    cursor: default;
}
.page a:hover, .page a.now:hover
{
    text-decoration: none;
}
.gvEdit
{
    border: 0;
    border-spacing: 0;
    padding: 0;
    width: 23px;
    height: 23px;
    background-image: url(images/edit.png);
}
.gvDelete
{
    border: 0;
    border-spacing: 0;
    padding: 0;
    width: 23px;
    height: 23px;
    background-image: url(images/delete.png);
}
.gvSet
{
    border: 0;
    border-spacing: 0;
    padding: 0;
    width: 23px;
    height: 23px;
    background-image: url(images/change.png);
}