﻿html, body {
    font-family: 'Microsoft YaHei' !important;
    font-size: 12px;
    overflow:auto;
}
.sys-logo-white {
    height: 60px;
    width: 100%;
    background-image: url('themes/images/logo_white.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size:153px 36px;
}
.floatl
{
    float: left;
}
.floatr
{
    float: right;
}
/*高级查询样式窗体*/
.advitem
{
    float: left;
    margin: 2px 2px;
    line-height:28px;
}
.advitem label
{
    display: inline-block;
    margin-right: 5px;
    width: 80px;
    text-align: right;
}
.advitem span.combo
{
    width: 60px;
    margin-right: 5px;
}
.advitem .field.combo {
    height: 28px;
    line-height: 28px;
}
.searchbox
{
    margin-bottom: -7px;
}
a 
{
  text-decoration:none;
}
a:hover 
{
    text-decoration:underline;
}
a:link
{
    text-decoration:none;
}
a:visited
{
    text-decoration:none;
}
.gridqry
{
    width:400px;
    *margin-top:-26px;/*IE7兼容模式下下沉问题*/
}
.zdyqry {
  float:left;
  margin:2px;
}
.RegOA1
{
    background-image:url('images/RegOA1.JPG'); 
    background-repeat:no-repeat;
    height:30px
}
.RegOA2
{
    background-image:url('images/RegOA2.JPG'); 
    background-repeat:no-repeat;
    height:9px
}
.RegOA3
{
    background-image:url('images/RegOA3.JPG'); 
    background-repeat:repeat-y;
}
.RegOA4
{
    background-image:url('images/RegOA4.JPG'); 
    background-repeat:no-repeat;
    height:10px
}
.RegOABut
{
    background-image:url('images/RegOABut.JPG'); 
    background-repeat:no-repeat;
    width:59px;
    height:18px; 
    padding:0px; 
    margin:0px; 
    cursor:pointer;
    border:0px; 
}
#recruitment_menu {
  overflow:hidden;
}
#recruitment_menu .itemdiv {
    padding-top:2px;
    display:inline-block;
}
#recruitment_menu .itemdiv input{
  width:140px;
}
.disabled {
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    color:#666666;
}