/*::::::::基本样式::::::::*/
table, body
{
    font-size: 12px;
}

body
{
    color: #1F1F1F;
    background-color: #B1C6DC;
    margin-top: 5px;
    padding-bottom: 100px;
    font-family: Arial;
}
a:link
{
    font-style: normal;
    font-weight: normal;
    color: #333333;
    text-decoration: none;
}
a:visited
{
    color: #333333;
    text-decoration: none;
}
a:hover
{
    color: #3375CE;
    text-decoration: none;
}
a:active
{
    color: #005AB5;
    text-decoration: none;
}

.menu_show
{
    background-image: url('menu_show.png');
    width: 20px;
    height: 82px;
}

.menu_hide
{
    background-image: url('menu_hide.png');
    width: 20px;
    height: 82px;
}

.noborder img
{
    border: 0px;
}

/*::::::::大纲样式::::::::*/
.bgc1
{
    background-color: #71A0F0 !important;
}

.bgc2
{
    background-color: #91B0DD;
}

.bgc3
{
    background-color: #C4E1FF !important;
}

.bgc4
{
    background-color: #CEE7FF !important;
}

.bgc5
{
    background-color: #E6F1FF !important;
}

.bgc6
{
    background-color: #F0F8FF !important;
}

.bar_topbgp
{
    background-image: url('bar.png');
    background-repeat: repeat-x;
}

.left_topbgp
{
    background-image: url('topleftbg.png');
    background-repeat: repeat-x;
}

.subject_bg
{
    background-image: url('subject_bg.png');
    background-repeat: no-repeat;
}

.bgc_title
{
    background-color: #4E81B6 !important;
}

.border_c_title td
{
    border-color: #325982 !important;
}

.tool_ControlPanel
{
    /*width: auto !important;*/
    border-width: 1px;
    padding-left: 3px;
    padding-right: 3px;
    background-color: #74A6DB;
    margin: 4px;
    padding: 2px;
    margin-left: 0px;
    margin-right: 0px;
    float: left;
    width: auto;
    border-radius: 5px;
}

.tool_Search
{
    /*width: auto !important;*/
    border-width: 1px;
    padding-left: 3px;
    padding-right: 3px;
    background-color: #99B9DB;
    border-color: #82AFDF;
    margin: 4px;
    padding: 4px;
    margin-left: 0px;
    margin-right: 0px;
    width: auto;
    float: left;
    border-radius: 5px;
}

.both
{
    clear: both;
    font-size:1px;
    line-height:0px;
}

.printWeb
{
    display: none;
}

.left_panel_bg
{
    background-color: #E6F0FD !important;
    background-image: url('left_panel_bg.gif') !important;
    background-repeat: repeat-x;
}

.left_panel_titlebg
{
    background-image: url('left_panel_titlebg.gif');
    background-repeat: repeat-x;
}

.left_panel_line
{
    background-image: url('left_panel_line.gif') !important;
    background-repeat: repeat-y !important;
    background-position: right !important;
    border-right-width: 0px !important;
    height: 99px !important;
}

.borderc1
{
    border-style: solid !important;
    border-color: #4E92D6;
}

.borderc2
{
    border-style: solid !important;
    border-color: #CDE0F3;
}


table, td, div, li
{
    border: 0px solid #628EC0;
}


.bgimg1
{
    background-image: url('hcbg.gif');
}

.bgimg2
{
    background-image: url('vcbg.gif');
}

/*::::::::表格样式::::::::*/

.grouptools
{
    margin: 0px;
    padding: 0px;
}

.grouptools li
{
    list-style-type: none;
    height: 20px;
    vertical-align: bottom;
    line-height: 20px;
}

.divpanel
{
    margin-bottom: 5px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.backpanel
{
    margin-bottom: 5px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.divremark
{
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: left;
}

.table, .gridview
{
    width: 100%;
    border: 1px solid #628EC0;
    text-align: left;
    border-collapse: separate;
}

.table td, .gridview td
{
    border-color: #C6DBEE;
    border-style: solid;
    border-top-width: 1px;
    background-color: #F0F9FF;
    line-height: 24px;
    text-align: left;
}

.th
{
    border-top: 1px solid #2F81C4 !important;
}

.table th, .gridview th
{
    white-space: nowrap;
}

.table th, .table td, .gridview th, .gridview td
{
    padding-left: 3px !important;
    padding-right: 3px !important;
}

.table th
{
    background-color: #A5C2E0;
    text-align: center;
    border-style: none;
    border-width: 1px;
    padding: 0px;
    line-height: 27px;
    vertical-align: middle;
    background-image: url('table_title.gif');
    background-repeat: repeat-x;
}

.table_th
{
    background-color: #A5C2E0;
    text-align: center;
    border-style: none;
    border-width: 1px;
    padding: 0px;
    line-height: 27px;
    vertical-align: middle;
    background-image: url('table_title.gif');
    background-repeat: repeat-x;
}

.gridview th
{
    background-color: #A5C2E0;
    text-align: left;
    border-style: none;
    border-width: 1px;
    padding: 0px;
    line-height: 27px;
    vertical-align: middle;
    background-image: url('table_title.gif');
    background-repeat: repeat-x;
}

.mousebg td
{
    background-color: #CEE9FF;
}

/*-----------------子表格样式-------------------*/

.ControlPanelTop
{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.table td table, .gridview td table
{
    border: 0px;
    background-color: Transparent;
}

.table td table td, .gridview td table td
{
    border: 0px;
    background-color: Transparent;
}


table.smallgridview
{
    width: 100%;
    border: 1px solid #628EC0 !important;
    text-align: left;
}

table.smallgridview td
{
    border-color: #C6DBEE !important;
    border-style: solid !important;
    border-top-width: 1px !important;
    background-color: #F0F9FF;
    line-height: 24px;
    text-align: left;
}

table.smallgridview th
{
    background-color: #A5C2E0;
    text-align: left;
    border-style: none;
    border-width: 1px;
    padding: 0px;
    line-height: 27px;
    vertical-align: middle;
    background-image: url('table_title.gif');
    background-repeat: repeat-x;
}

table.subgridview
{
    margin: 10px;
    width: auto;
    border: 1px solid #628EC0 !important;
    text-align: left;
    border-collapse: separate;
}

table.subgridview td
{
    border-color: #C6DBEE !important;
    border-style: solid !important;
    border-top-width: 1px !important;
    background-color: #F0F9FF;
    line-height: 24px;
    text-align: left;
}

table.subgridview th
{
    background-color: #A5C2E0;
    text-align: left;
    border-style: none;
    border-width: 1px;
    padding: 0px;
    line-height: 27px;
    vertical-align: middle;
    background-image: url('table_title.gif');
    background-repeat: repeat-x;
}

/*::::::::控件样式::::::::*/
input, textarea, select
{
    border-right-color: #CCCCCC;
    border-bottom-color: #CCCCCC;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
}

textarea, input[type="text"]
{
    border: 1px solid #D4D4D4;
    _height: 16px;
    min-height: 16px;
    vertical-align: middle;
    line-height: 16px;
}


table select
{
    border: 1px solid #5480AB;
    padding: 1px;
}

.table td select, .gridview td select, .smallgridview td select, .subgridview td select
{
    border: 1px solid #D4D4D4;
    padding: 2px;
}

.table td textarea, .gridview td textarea, .smallgridview td textarea, .subgridview td textarea
{
    border: 1px solid #D4D4D4;
}

.tool_Search select, .tool_ControlPanel select, .pagerStyle select
{
    border: 1px solid #5480AB;
    padding: 1px;
}

.tool_Search input[type="text"], .tool_ControlPanel input[type="text"], .pagerStyle input[type="text"]
{
    border: 1px solid #5480AB;
}

.lab_buttom
{
    margin-left: 2px;
    margin-right: 2px;
    padding: 0px;
    border: 1px solid #5480AB;
    background-image: url('hcbg.gif');
    border-radius: 3px;
    display: inline-block;
    line-height: 100%;
}

.lab_buttom input
{
    padding: 3px;
    padding-left: 6px;
    padding-right: 6px;
    background-color: transparent;
    border: 0px;
    line-height: 100%;
}

/*:::::进度条样式:::::*/
.progress_bg
{
    height: 11px;
    background: #CDCDCD;
    overflow: hidden;
    float: left;
    margin-left: 13px !important;
    margin-left: 13px;
    margin-right: 10px;
}

.progress
{
    background-position: url(    'progress_bg.gif' ) repeat-x;
    height: 11px;
    background: url(    'progress_bg.gif' ) repeat-x;
    border-left: 1px solid #2867D0;
    border-right: 1px solid #2867D0;
}

/*::::::::分页样式::::::::*/
.pagerStyle
{
    float: right;
}

.pagerStyle li
{
    width: 22px;
    height: 22px;
    float: left;
    list-style-type: none;
    text-align: center;
    vertical-align: middle;
    line-height: 22px;
    margin: 2px;
    border-radius: 3px;
}

.pagerSteppingStyle, .pagerInfoStyle, .pagerFirstStyle, .pagerPrevStyle, .pagerNextStyle, .pagerLastStyle, .pagerAllStyle, .pagerPagingStyle
{
    width: auto !important;
    border-width: 1px;
    padding-left: 3px;
    padding-right: 3px;
    background-color: #74A6DB;
}

.pagerFirstStyle, .pagerLastStyle
{
    background-color: #74A6DB;
}

.pagerPrevStyle, .pagerNextStyle
{
    background-color: #EEF6FF;
    background-image: url('hcbg.gif');
}

.generalPagerStyle
{
    background-color: White;
    border-width: 1px;
    background-image: url('hcbg.gif');
}

.currentPagerStyle, .pagerMouseOverStyle
{
    border-width: 1px;
    font-weight: bold;
    background-color: #74A6DB;
}

/*::::::::::::::字典dropmousebg::::::::::::::*/
.dropmousebg
{
    cursor: hand;
    background-color: #0F44A8;
    color: #ffffff;
}


/*::::::::自定义按钮样式::::::::*/

.buttonStyle
{
    width: 120px;
}
.buttonStyle a
{
    color: #3E2011;
    text-decoration: none;
    height: 100%;
    width: 100%;
}

.buttonStyle li
{
    width: auto;
    height: 25px;
    float: left;
    list-style-type: none;
    text-align: center;
    vertical-align: middle;
    line-height: 25px;
    margin: 2px;
    color: #3E2011;
    background-color: White;
    border: 1px solid #CB8B52;
    padding-left: 3px;
    padding-right: 3px;
    border-radius: 3px;
}

/*::::::::图片样式::::::::*/

.loading
{
    background-position: center center;
    background-image: url('loading.gif');
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
}

.ico_market
{
    background-position: center center;
    background-image: url('leftico/market.gif');
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
}

.ico_teacher
{
    background-position: center center;
    background-image: url('leftico/teacher.gif');
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
}

.ico_course
{
    background-position: center center;
    background-image: url('leftico/course.gif');
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
}

.ico_finance
{
    background-position: center center;
    background-image: url('leftico/finance.gif');
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
}

.ico_storeroom
{
    background-position: center center;
    background-image: url('leftico/storeroom.gif');
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
}

.ico_personnel
{
    background-position: center center;
    background-image: url('leftico/personnel.gif');
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
}

.ico_peport
{
    background-position: center center;
    background-image: url('leftico/peport.gif');
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
}

.ico_sms
{
    background-position: center center;
    background-image: url('leftico/sms.gif');
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
}

.ico_chat
{
    background-position: center center;
    background-image: url('leftico/chat.gif');
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
}

.ico_sys
{
    background-position: center center;
    background-image: url('leftico/sys.gif');
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
}


.ico_page
{
    background-position: center center;
    background-image: url('page.gif');
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
}

.ico_home
{
    background-position: center center;
    background-image: url('home.gif');
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
}

.ico_school
{
    background-position: center center;
    background-image: url('school.gif');
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
}

.ico_theme
{
    background-position: center center;
    background-image: url('theme.gif');
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
}

.ico_help
{
    background-position: center center;
    background-image: url('help.gif');
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
}

.ico_exit
{
    background-position: center center;
    background-image: url('exit.gif');
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
}

.ico_pic
{
    background-position: center center;
    background-image: url('pic.gif');
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
}

.ico_move
{
    background-position: center center;
    background-image: url('move.gif');
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
}


.tool_sms
{
    background-position: center center;
    background-image: url('tools/sms.gif');
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
}

.tool_camera
{
    background-position: center center;
    background-image: url('tools/camera.gif');
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
}

.tips_radio
{
    width: 20px;
    height: 20px;
    background-image: url('tips_radio.gif');
    background-position: center center;
    background-repeat: no-repeat;
}

.tips_close
{
    width: 20px;
    height: 20px;
    background-image: url('tips_close.gif');
    background-position: center center;
    background-repeat: no-repeat;
}

.tips_ico
{
    width: 20px;
    height: 20px;
    background-image: url('tips_ico.gif');
    background-position: center center;
    background-repeat: no-repeat;
}

.tips_writing
{
    background-image: url('writing.gif');
}

.ann_ico
{
    width: 20px;
    height: 20px;
    background-image: url('ann_ico.gif');
    background-position: center center;
    background-repeat: no-repeat;
}

.ico_separator
{
    background-position: center center;
    background-image: url('../../images/separator.png');
    width: 20px;
    height: 20px;
    background-repeat:repeat-y;
}

/*::::::::登录样式::::::::*/

.login td
{
    padding: 1px;
    border-color: #8DC9E9;
}

.login_box_j
{
    background-image: url(jiao1.gif);
}

.login_bg1c
{
    background-color: #79ABC6;
    background-image: url(login_box_bg.gif);
    background-repeat: repeat-x;
}

.login_box_r
{
    background-color: #79ABC6;
    background-image: url(login_box_r.gif);
    background-repeat: no-repeat;
    background-position: right top;
}

.login_box_l
{
    background-color: #79ABC6;
    background-image: url(login_box_l.gif);
    background-repeat: no-repeat;
    background-position: left top;
}

.login_box_t
{
    background-color: #79ABC6;
    background-image: url(login_box_t.gif);
    background-repeat: repeat-x;
    background-position: top;
}

.login_box_b
{
    background-color: #79ABC6;
    background-image: url(login_box_b.gif);
    background-repeat: repeat-x;
    background-position: bottom;
}

.login_bg
{
    background-image: url(long_bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}

.login_bgc
{
    background-color: #66B6EB !important;
}

.login_ref
{
    background-image: url(reflection.png);
}

.login_bg2c
{
    background-color: #B5D4E0;
}

.login_bg2
{
    background-image: url(jiao.gif);
}

.login_input
{
    border: 1px solid #D4D4D4;
    font-size: 14px;
    height: 18px;
}

.login_select
{
    border: 1px solid #D4D4D4;
    font-size: 14px;
    vertical-align: middle;
    padding: 2px;
}

.login_col input
{
    border: 1px solid #D4D4D4;
    font-size: 14px;
    height: 18px;
}

.login_button
{
    background-image: url("login_button.gif") !important;
    width: 82px !important;
    height: 25px !important;
    border: 0px solid #D4D4D4 !important;
}

.login_font
{
    color: #737373;
}

.login_bodybg
{
    background-color: #BFDFFF;
}

/*::::::::奇怪的签到焦点::::::::*/

#IdWebSign
{
    width: 100%;
}
