﻿@charset "utf-8";
/* CSS Document */
* { margin:0; padding:0; list-style:none; font-family:"宋体"; font-size:12px; }
body { background:#EEF2FB; }
img { border:none; }
.red { color:red; }
.must_input { font-weight:bold; color:red; }
.green { color:green; }
.blue { color:blue; }
.gray { color:gray; }
.purple { color:purple; }
.clear { clear:both; }
.must_enter { color:red; font-weight:bold; }
.highlight { color:red; font-weight:bold; }
a { text-decoration:none; color:#000; }
a:hover { text-decoration:underline; color:#05159C; }
p { line-height:18px; }
#top_main { background:url(images/top_bg.jpg) repeat-x; }
#top { width:980px; margin:0 auto; height:57px; }
#top_name { width:200px; height:48px; float:left; background:url(images/top_name.jpg) no-repeat; }
#top_menu { float:right; height:48px; }
#top_menu ul li { float:right; width:60px; line-height:48px; }
#top_menu ul li a { font-weight:bold; color:#FFF; display:block; }
#top_menu ul li a:hover { text-decoration:underline; }
#navigation { width:980px; margin:0 auto; padding:5px 0; }
.navigation_block { width:140px; padding-right:10px; float:left; }
.navigation_title { height:28px; line-height:28px; background:url(images/left_title_bg.jpg) no-repeat; }
.navigation_title h2 { font-size:12px; color:#05159C; text-align:center; }
.navigation_body { overflow:hidden; zoom:1; padding:5px; border:1px solid #ABB8C4; border-top:none; background:#FFF; }
.navigation_list { text-align:center; }
.navigation_list li { float:left; width:62px; text-align:center; line-height:22px; padding:1px; }
.navigation_list li a { background:url(images/left_nav.jpg) no-repeat; display:block; color:#444444; }
.navigation_list li a:hover { background:url(images/left_nav_hover.jpg) no-repeat; color:#FFF; text-decoration:none; }
.navigation_list li .current_nav { background:url(images/left_nav_hover.jpg) no-repeat; color:#FFF; text-decoration:none; }
.navigation_bottom { height:10px; display:none; }
#content_main { padding-top:2px; }
#content_title { display:none; }
#content_body { width:980px; margin:0 auto; }
#content_bottom { display:none; }
#c { }
.c_title { background:url(images/right_title_bg.jpg) repeat-x; border:1px solid #ABB8C4; border-bottom:none; height:28px; line-height:28px; padding:0 10px; }
.c_title h2 { font-size:14px; color:#05159C; }
.c_body { padding:10px; overflow:hidden; zoom:1; border:1px solid #ABB8C4; border-top:none; background:#FFF; }
.c_body h2 { font-size:16px; line-height:40px; color:red; }
.c_bottom { height:10px; }
#bottom_main { }
#bottom { width:980px; margin:0 auto; text-align:right; border-top:1px solid #CDCDCD; padding:10px 0; color:#CDCDCD; }
/*表格开始*/

.common_table { border-collapse:collapse; width:100%; }
.common_table td { padding:5px; border:1px solid #DEE0E0; }
.common_table td td { border:none; padding:0; }
.common_table tr:hover td { background:#F2F2F2; }
.common_table th { text-align:center; border:1px solid #DEE0E0; background:url(images/th_bg.jpg) repeat-x; padding:0 5px; color:#05159C; height:26px; line-height:26px; }
.common_table2 { border-collapse:collapse; width:100%; }
.common_table2 td { padding:3px; border:1px solid #CBD0D4; }
/*表单*/
.form_text { padding:5px; border-top:1px solid #707070; border-left:1px solid #707070; border-right:1px solid #CECECE; border-bottom:1px solid #CECECE; }
.form_select { padding:4px; border-top:1px solid #707070; border-left:1px solid #707070; border-right:1px solid #CECECE; border-bottom:1px solid #CECECE; }
.form_textarea { width:800px; height:60px; padding:10px; border:1px solid #CCC; }
.form_checkbox { padding:0; margin:0; }
.form_submit { margin:0; padding:0 10px; background:#C00; height:24px; color:#FFF; font-weight:bold; }
.form_button { cursor:pointer; margin:0; padding:0; height:22px; }
.form_editor { width:670px; height:200px; visibility:hidden; }
/*分页样式*/
.page_turner { padding:4px 0px 0px 1px; float:right; }
.page_turner a, .page_turner span { float:left; display:block; border:1px solid #CC0001; padding:3px 5px; margin-left:4px; line-height:16px; }
.page_turner a:link, .page_turner a:visited { text-decoration:none; }
.page_turner a:hover, .page_turner a.c { background:#CC0001; color:#FFF; }
#total { color:red; }
.notice_content { padding:10px; border:1px solid #E4DDB4; border-bottom:none; }
.notice_intro { background:#F6F1E3; border:1px solid #E4DDB4; text-align:right; padding:5px; margin-bottom:10px; }
/*登陆*/
#login_body { }
#login { width:505px; margin:0 auto; }
#login_title { height:280px; }
#login_body { height:200px; padding:60px 0 0 130px; }
#login_bottom { }
#login_left { float:left; width:300px; padding-left:40px; font-size:14px; color:#8E8E8E; }
#login_right { float:right; width:220px; padding-right:20px; }
#login table { border-collapse:collapse; }
#login_button { background:url(images/login_button.gif) no-repeat; padding:0; margin:0; border:none; width:98px; height:33px; color:#FFF; font-size:14px; cursor:pointer; }
#login table td { padding:3px; border:none; font-weight:bold; }
.user_list { }
.user_list li { float:left; line-height:20px; padding:1px; }
.user_list li a { display:block; text-align:center; padding:0 8px; background:#F6F1E3; border:1px solid #E4DDB4; }
.user_list li a:hover { text-decoration:none; background:#CC0000; border:1px solid #E4DDB4; color:#FFF; }
.user_list li .current_user { text-decoration:none; background:#05159C; border:1px solid #122534; color:#FFF; }
