body
{
    font-family: 宋体,Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333333;
    margin: 0px;
    padding: 0px;
    background: #fff;
    list-style-type: none;
}

/*页面主体----------------------------------------------------------------------------------页面主体*/
div.Main_body
{
    background: #ffffff;
    width: 100%;
    float: left;
    padding: 0px;
    margin-top: 0px;
    height: auto;
}

div.Main_body div.BoxHeader_Test
{
    height: 30px;
    /*background: url(../Images/mainbox_header_bg.gif) left -26px repeat-x;*/
}

div.Main_body div.BoxHeader_Test div.Left_Test
{
    width: 28px;
    height: 30px;
    float: left;
    /*background: url(../Images/mainbox_header_bg.gif) left 0px no-repeat;*/
}

div.Main_body div.BoxHeader_Test div.Right_Test
{
    float: right;
    width: 12px;
    height: 26px;
    /*background: url(../Images/mainbox_header_bg.gif) right 0px no-repeat;*/
}

div.Main_body div.BoxHeader_Test div.Title_Test
{
    float: left;
    padding: 8px 0px 0px 10px;
    background: none;
    text-align: left;
    color: #404040;
    font-size: 12px;
}

div.Main_body Table Td.Left
{
    width: 1px;
    height: 100%;
    /*background: #3692dd;*/
}

div.Main_body Table td.Right
{
    width: 1px;
    height: 100%;
    /*background: #3692dd;*/
}

div.Main_body div.BoxFooter
{
    width: 100%;
    height: 1px;
    padding: 0px;
    margin: 0px;
    /*background: #3692dd;*/
    font-size: 1px;
}

div.MainbodyTop
{
    width: 100%;
    height: 100%;
    margin: 0px;
    float: left;
    /*background: #f3fbfe;
    border-bottom: 1px solid #8ecdde;
    border-top: 1px solid #8ecdde;*/
}

#divProgress
{
    text-align: center;
    float: left;
    padding-left: 1px;
    padding-bottom: 1px;
}

#divProgress Table
{
    border-collapse: collapse;
    width: 100%;
    border: none;
    font-size: 12px;
}

#divProgress Table, #divProgress Table Th, #divProgress Table Tr, #divProgress Table Td
{
    width: auto;
    text-align: center;
    border: none;
}
#divProgress Table Th, #divProgress Table Tr, #divProgress Table Td
{
    height: 10px;
}

#divCalendar
{
    text-align: left;
    float: left;
    padding-left: 1px;
    padding-bottom: 1px;
}

#divCalendar Table
{
    border-collapse: collapse;
    width: 100%;
    border: none;
    font-size: 12px;
}

#divCalendar Table, #divCalendar Table Th, #divCalendar Table Tr, #divCalendar Table Td
{
    width: auto;
    text-align: left;
    border: none;
}
#divCalendar Table Th, #divCalendar Table Tr, #divCalendar Table Td
{
    height: 10px;
}

#divCalendar1
{
    text-align: left;
    float: left;
    padding-left: 1px;
    padding-bottom: 1px;
}

#divCalendar1 Table
{
    border-collapse: collapse;
    width: 100%;
    border: none;
    font-size: 12px;
}

#divCalendar1 Table, #divCalendar1 Table Th, #divCalendar1 Table Tr, #divCalendar1 Table Td
{
    width: auto;
    text-align: left;
    border: none;
}
#divCalendar1 Table Th, #divCalendar1 Table Tr, #divCalendar1 Table Td
{
    height: 10px;
}

#divCalendar2
{
    text-align: left;
    float: left;
    padding-left: 1px;
    padding-bottom: 1px;
}

#divCalendar2 Table
{
    border-collapse: collapse;
    width: 100%;
    border: none;
    font-size: 12px;
}

#divCalendar2 Table, #divCalendar2 Table Th, #divCalendar2 Table Tr, #divCalendar2 Table Td
{
    width: auto;
    text-align: left;
    border: none;
}
#divCalendar Table2 Th, #divCalendar2 Table Tr, #divCalendar2 Table Td
{
    height: 10px;
}

/**********查询**********/
div.MainSearch
{
    background: none;
    margin: 0px;
    padding: 0px;
    height: auto;
    clear: both;
}
div.MainSearch1 table
{
    width: auto;
}
div.MainSearch div.Left
{
    padding: 4px 0px 0px 4px;
    float: left;
    text-align: right;
    color: #21356a;
    background: none;
}

div.MainSearch div.Right
{
    padding: 0px 4px 0px 0px;
    float: left;
    font-size: 12px;
    background: none;
}

.MainSearchInput
{
    height: 17px;
    width: 70px;
    border: 1px solid #809eb6;
    padding: 2px 0px 0px 2px;
    text-align: left;
    color: #333333;
    font-size: 12px;
    background: #ffffff;
}

.BtnSearch1
{
    width: 50px;
    height: 25px;
    border: none;
    text-align: center;
    padding: 0px;
    cursor: pointer;
    background: url(../Images/btn1.gif) no-repeat;
    font-size: 12px;
    color: #fff;
}

.BtnSearch2
{
    width: 68px;
    height: 25px;
    border: none;
    padding: 0px;
    cursor: pointer;
    background: url(../Images/btn2.gif) no-repeat;
    font-size: 12px;
    color: #fff;
}

/**********表格x1**********/

div.MainTable_x1
{
    width: 100%;
    height: 100%;
    clear: both;
}

div.MainTable_x1 Table
{
    width: 100%;
}

div.MainTable_x1 Table, div.MainTable_x1 Table Th, div.MainTable_x1 Table Td
{
    border-collapse: collapse;
    border: #d4d4d4 1px solid;
}

div.MainTable_x1 Table Th.HeaderBg
{
    height: 32px;
    color: #fff;
    font-size: 12px;
    background: #BD1A2D;
}

div.MainTable_x1 Table Th.HeaderBg a
{
    color: #fff;
}

div.MainTable_x1 Table Tr Td
{
    color: #404040;
    padding: 0px 0px;
    height: 25px;
}


div.MainTable_x1 Table Tr.TdBg1, div.MainTable_x1 Table Tr Td.TdBg1
{   
  
    background: #ffffff;
}

div.MainTable_x1 Table Tr.TdBg2, div.MainTable_x1 Table Tr Td.TdBg2
{
    background: #eff8ff;
}


/***********************************分页开始************************************************/
div.MainPage_x1
{
    width: auto;
    height: auto;
    padding: 10px 0px 0px 0px;
    background: none;
}

div.MainPage_x1 ul
{
    clear: both;
    padding: 0px;
}

div.MainPage_x1 ul li
{
    float: left;
}

div.MainPage_x1 ul li.PageCut a:link, div.MainPage_x1 ul li.PageCut a:visited, div.MainPage_x1 ul li.PageCut a:active
{
    height: 12px;
    float: left;
    padding: 5px 7px 5px 7px;
    margin: 1px;
    color: #333333;
    text-align: center;
    text-decoration: none;
    border: #74b4cd 1px solid;
    background: #fff;
    font-size: 12px;
    line-height: 14px;
}

div.MainPage_x1 ul li.PageCut a:hover
{
    height: 12px;
    float: left;
    padding: 5px 7px 5px 7px;
    margin: 1px;
    color: #1a3a73;
    text-align: center;
    text-decoration: none;
    background: #eff8ff;
    border: #74b4cd 1px solid;
    font-size: 12px;
    line-height: 14px;
}

div.MainPage_x1 ul li.PageCur a:link, div.MainPage_x1 ul li.PageCur a:visited, div.MainPage_x1 ul li.PageCur a:active, div.MainPage_x1 ul li.PageCur a:hover
{
    height: 12px;
    float: left;
    padding: 5px 7px 5px 7px;
    margin: 1px;
    color: #1a3a73;
    text-align: center;
    text-decoration: none;
    background: #eff8ff;
    border: #74b4cd 1px solid;
    font-size: 12px;
    line-height: 14px;
}

Table Tr Td .EditInPut_on
{
    padding: 2px 0px 0px 1%;
    margin: 1px;
    border-top: #7e9eb5 1px solid;
    border-left: #7e9eb5 1px solid;
    border-right: #b3d6ec 1px solid;
    border-bottom: #b3d6ec 1px solid;
    background: #ffffff;
    color: #333333;
    font-size: 12px;
}

Table Tr Td .EditInPut
{
    height: 16px;
    margin: 1px;
    border-top: #7e9eb5 1px solid;
    border-left: #7e9eb5 1px solid;
    border-right: #b3d6ec 1px solid;
    border-bottom: #b3d6ec 1px solid;
    background: #ffffff;
    color: #333333;
    font-size: 12px;
}

.inputsubmit
{
    font-size: 12px;
    padding: 0px 10px 0px 10px;
    text-align: center;
    margin: 0px;
    border: none;
    cursor: pointer;
    color: #ffffff;
    background: url(../Images/btn.gif) no-repeat;
    background-size:100% 100%;
}

.linkfont a:link, .linkfont a:visited, .linkfont a:active
{
    color: #000;
    background: none;
    text-decoration: underline;
}

.linkfont a:hover
{
    color: #000;
    background: none;
    text-decoration: none;
}

#ModuleDiv
{
    position: absolute;
    border-color: Black;
    border-width: 1px;
    border-style: outset;
    display: none;
    background: white;
}


#ModuleDivBack
{
    position: absolute;
    border-color: Black;
    border-width: 1px;
    border-style: outset;
    display: none;
    background: white;
}

#ModuleDivBack1
{
    position: absolute;
    border-style: outset;
    display: none;
    top: 50%;
    left: 50%;
    line-height: normal;
    padding: 3px;
    border: 1px solid rgb(126, 157, 185);
    background-color: #FFFFCC;
    font-size: 10pt;
    text-align: left;
    word-wrap: break-word;
    word-break: break-all;
}

/*Gridview 分页控件样式，分页样式引用方法：CssClass="anpager" CurrentPageButtonClass="cpb" */
.anpager
{
    font-size: 12px;
}
.anpager .cpb
{
    background: #BD1A2D none repeat scroll 0 0;
    border: 1px solid #BD1A2D;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    margin: 5px 4px 0 0;
    padding: 4px 5px 0;
}
.anpager a
{
    background: #FFFFFF none repeat scroll 0 0;
    border: 1px solid #9ea0a1;
    color: #9ea0a1;
    font-size: 12px;
    margin: 5px 4px 0 0;
    padding: 4px 5px 0;
    text-decoration: none;
    hide-focus: expression(this.hideFocus=true);
    outline: none;
}
.anpager a:hover
{
    background: #BD1A2D none repeat scroll 0 0;
    border: 1px solid #BD1A2D;
    font-size: 12px;
    color: #fff;
    hide-focus: expression(this.hideFocus=true);
    outline: none;
}


#Tablecontain
{
    text-align: left;
    float: left;
    padding-left: 1px;
    line-height: 0px;
    padding-bottom: 1px;
}

#Tablecontain Table
{
    border-collapse: collapse;
    width: 100%;
    border: none;
    font-size: 12px;
}

#Tablecontain Table, #Tablecontain Table Th, #Tablecontain Table Tr, #Tablecontain Table Td
{
    width: auto;
    text-align: left;
    border: none;
}
#Tablecontain Table Th, #Tablecontain Table Tr, #Tablecontain Table Td
{
    height: 10px;
}

div.MainTable_x1_1
{
    width: 100%;
    height: 100%;
    clear: both;
}

div.MainTable_x1_1 Table
{
    width: 100%;
    border: none;
}

div.MainTable_x1_1 Table Tr Td
{
    color: #193972;
    padding: 0px 0px;
}
/*****************************申请专家*****************************************/
.biaoge_shenbao
{
    font-size: 12px;
    width: 670px;
    height: auto;
    border-right: 1px solid #000;
    border-top: 1px solid #000;
    background-color: #fff;
}
.biaoge_shenbao td
{
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
}
.biaoge_shenbao_nei td
{
    border: 0;
    padding: 5px;
}
.input
{
    width: 120px;
}
