﻿@charset "utf-8";
/* CSS Document */
* { margin:0; padding:0; list-style:none; font-family:"微软雅黑","宋体";}
body {  font-size:12px; }
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; }
a { text-decoration:none; color:#000; }
a:hover { text-decoration:underline; color:#CC0001; }
p { line-height:18px; }
#top_main { background:url(images/top_bg.jpg) repeat-x; }
#top { width:980px; margin:0 auto; height:48px; }
#top_name { width:200px; height:48px; float:left;}
#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; }
#content_main { padding-top:2px; }
#content_title { display:none; }
#content_body { width:980px; margin:0 auto; padding:10px 0; }
#content_bottom { display:none; }
#left { float:left; width:140px; }
.left_title { height:27px; line-height:27px; background:url(images/left_title_bg.jpg) no-repeat; }
.left_title h2 { font-size:14px; color:#444444; text-align:center; }
.left_body { overflow:hidden; zoom:1; padding:5px; border:1px solid #DDDDDD; }
.left_nav { text-align:center; }
.left_nav li { float:left; width:62px; text-align:center; line-height:22px; padding:1px; }
.left_nav li a { background:url(images/left_nav.jpg) no-repeat; display:block; color:#444444; }
.left_nav li a:hover { background:url(images/left_nav_hover.jpg) no-repeat; color:#FFF; text-decoration:none; }
.left_nav li .current_nav { background:url(images/left_nav_hover.jpg) no-repeat; color:#FFF; text-decoration:none; }
.left_bottom { height:10px; }
#right { float:right; width:830px; }
.right_title { background:url(images/right_title_bg.jpg) repeat-x; border:1px solid #D3D1D1; height:26px; line-height:26px; padding:0 10px; }
.right_title h2 { font-size:14px; color:#CC0001; }
.right_body { padding:5px; overflow:hidden; zoom:1; border:1px solid #D3D1D1; border-top:none; }
.right_bottom { height:10px; }
#bottom_main { }
#bottom { width:980px; margin:0 auto; text-align:right; border-top:1px solid #CDCDCD; padding:10px 0; color:#CDCDCD; font-style:italic; font-size:14px; }
/*表格开始*/

.common_table { border-collapse:collapse; width:100%; }
.common_table td { padding:5px; border:1px solid #CBD0D4; }
.common_table td td { border:none; padding:0; }
.common_table tr:hover td { background:#F2F2F2; }
.common_table th { text-align:center; border:1px solid #CBD0D4; background:url(images/th_bg.jpg) repeat-x; padding:0 5px; color:#CC0001; height:26px; line-height:26px; }
/*表单*/
input { font-family:"宋体"; font-size:12px; }
.form_text {font-family:"宋体"; font-size:12px; padding:5px; border-top:1px solid #707070;border-left:1px solid #707070;border-right:1px solid #CECECE; border-bottom:1px solid #CECECE;background:url(images/form_text.jpg) top repeat-x; } 
.form_select { font-family:"宋体"; font-size:12px; padding:3px 5px; border:1px solid #CCC; }
.form_textarea { font-family:"宋体"; font-size:12px; width:90%; height:60px; padding:3px 5px; border:1px solid #CCC; }
.form_checkbox { padding:0; margin:0; }
.form_submit { font-size:14px; background:url(images/submit_button.jpg) no-repeat; width:100px; height:26px; border:none; color:#FFF; font-weight:bold; }
.form_file { font-size:12px; padding:3px 5px; border:1px solid #CCC; background:#FFF; }
/*分页样式*/
.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; }
/*后台登陆*/
#login { width:630px; height:169px; padding-top:80px; margin:0 auto; margin-top:160px; border:5px solid #EEEEEE; background:url(images/login_bg.jpg) top no-repeat; }
#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.jpg) no-repeat; padding:0; margin:0; border:none; width:84px; height:28px; color:#FFF; font-size:14px;}
#login table td { padding:3px; border:none; font-weight:bold; }
