﻿/* 全局 */

div
{
	font: 12px Verdana;
}
img
{
	border: 0;
}


a
{
	font: 12px Verdana;
	text-decoration: none;
}
a:link, a:visited, a:active
{
	color: #080860;
}
a:hover
{
	color: #FF5A00;
	text-decoration: underline;
}
/* body部分 */
#body
{
	padding: 26px;
	padding-left: 50px;
	padding-top: 20px;
	width: 950px;
	height: auto !important;
	min-height: 413px;
	height: 413px;
	background: #f0f0f0;
	border: 1px solid #d0d0d0;
}
/* 指定样式 */
.text
{
	font: 12px Verdana;
	color: #616161;
	background: #f5f5f5;
	border: 1px groove #c0c0c0;
}
.button
{
	height: 20px;
	background: buttonface;
	cursor: pointer;
}
.form_tip
{
	font: 10px Verdana;
	color: #999999;
}
.tip_point
{
	padding: 2px 0 0 17px;
	color: #339900;
	background: transparent url(    "../images/icon_re.gif" ) no-repeat;
}
.tip_red
{
	padding-left: 35px;
	color: #ff0000;
	background: transparent url(    "../images/icon_text_01.gif" ) no-repeat;
}
.tip_yellow
{
	padding-left: 35px;
	color: #957557;
	background: transparent url(    "../images/icon_text_02.gif" ) no-repeat;
}
.tip_green
{
	padding-left: 35px;
	color: #336600;
	background: transparent url(    "../images/icon_text_03.gif" ) no-repeat;
}
.icon_money
{
	padding-left: 30px;
	color: #6633cc;
	background: transparent url(    "../images/icon_money.gif" ) no-repeat 5px 1px;
	font: bold 11px Arial;
}
.icon_point
{
	padding-left: 30px;
	color: #6633cc;
	background: transparent url(    "../images/icon_point.gif" ) no-repeat 0px 1px;
	font: bold 11px Arial;
}
/* div布局区 */
.l_title
{
	width: 697px;
	height: 20px;
	font: bold 12px Verdana;
	color: #dc143c;
}
.l_content
{
	padding: 8px;
	width: 900px;
	background: #ffffff;
	border-top: 4px solid #696969;
	border-bottom: 4px solid #696969;
}
.l_content2
{
	padding: 8px;
	width: 670px;
	background: #ffffff;
	border-top: 4px solid #696969;
	border-bottom: 4px solid #696969;
}
.l_control
{
	padding: 10px 0;
	width: 697px;
	text-align: center;
}
.l_form
{
	margin-bottom: 25px;
	padding: 10px 27px;
	width: 633px;
	background: #ffffff;
	border: 5px solid #c0c0c0;
}
.t_control
{
	width: 300px;
}
.t_control a
{
	margin-right: 2px;
}
/* 带表头的表格 */
.table
{
	clear: both;
	width: 800px;
	font: 12px Verdana;
	text-align: center;
}
.table td
{
	padding: 7px 5px 6px 5px;
	color: #ffffff;
	background: #456285;
}
.table td
{
	padding: 5px;
	color: #000000;
	border-bottom: 1px solid #eeeeee;
}
.table_null td /* 防止table内的td出现下边框，为兼容IE不能使用>选择符 */
{
	padding: 0 !important;
	border: 0 !important;
	text-align: left !important;
}
/* 带表头的表格_list */
.table_list
{
	clear: both;
	font: 12px Verdana;
	background: #ffffff;
	text-align: center;
}
.table_list thead td
{
	padding: 7px 5px 6px 5px;
	color: #808080;
	background: #f0f0f0;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
}
.table_list tbody td
{
	padding: 5px;
	color: #000000;
	border-bottom: 1px solid #eeeeee;
}
/* 左右分栏的表格 */
.td_left
{
	padding: 5px 10px;
	width: 120px;
	font: bold 12px Verdana;
	color: #333333;
	border-bottom: 1px solid #eeeeee;
}
.td_right
{
	padding: 5px;
	width: 700px;
	font: 12px Verdana;
	color: #000000;
	border-bottom: 1px solid #eeeeee;
}
.td_left2
{
	padding: 5px 10px;
	width: 300px;
	font: bold 12px Verdana;
	color: #333333;
	border-bottom: 1px solid #eeeeee;
}
.td_right2
{
	padding: 5px;
	width: 600px;
	font: 12px Verdana;
	color: #000000;
	border-bottom: 1px solid #eeeeee;
}
.td_left_m
{
	padding: 5px 10px;
	width: 120px;
	font: bold 12px Verdana;
	color: #333333;
	border-bottom: 1px solid #eeeeee;
}
.td_right_m
{
	padding: 5px;
	width: 190px;
	font: 12px Verdana;
	color: #000000;
	border-bottom: 1px solid #eeeeee;
}
/* 标题与导航 */
#header
{
	float: left;
	margin: 0 0 5px 0;
	width: 935px;
	height: 64px;
	background: url(    "header_bg.gif" ) repeat-x top;
	border-bottom: 3px solid #000000;
}
#header_logo
{
	float: left;
	width: 184px;
	height: 64px;
	background: url(    "header_logo.gif" );
}
#header_control
{
	float: left;
	margin-top: 16px;
	width: 751px;
	height: 24px;
	font: 12px Verdana;
	text-align: right;
}
#header_control img
{
	margin: 0px 5px 1px 5px;
}
#header_control span
{
	font: bold 12px Verdana;
	color: #ff0000;
}
#header_menu
{
	float: left;
	width: 751px;
}
#header_menu a
{
	float: left;
	margin: 0 5px 0 0;
	padding: 4px 8px 0 8px !important;
	padding: 6px 8px 0 8px;
	height: 19px !important;
	height: 17px;
	border: 1px solid #d0d0d0;
	border-bottom: none;
	text-decoration: none;
	color: #000000;
	background: #f0f0f0;
}
#header_menu a:hover
{
	background: #ffffff;
}
.menu_selected
{
	border: 1px solid #000000 !important;
	border-bottom: none !important;
	color: #ffffff !important;
	background: #000000 !important;
}
/* 内容 */
#content
{
	float: left;
	width: 935px;
}
#content_submenu
{
	float: left;
	width: 184px;
}
#content_submenu_main
{
	margin: 0 5px;
	width: 172px;
	font: 1px Verdana;
	background: #ffffff;
	border: 1px solid #d0d0d0;
}
#content_submenu_main_menu
{
	margin: 10px;
	height: auto !important;
	min-height: 350px;
	height: 350px;
}
#content_submenu_main_menu img
{
	margin-right: 5px;
	vertical-align: -2px !important;
	vertical-align: 0px;
}
#content_submenu_main_menu a
{
	padding: 4px 8px 0 8px;
	width: 136px;
	height: 18px;
	border-bottom: 1px solid #f0f0f0;
	text-decoration: none;
	color: #000000;
	background: #ffffff;
	display: block;
}
#content_submenu_main_menu a:hover
{
	background: #f5f5f5;
}
.submenu_selected
{
	background: #f0f0f0 url(    "submenu_selected.gif" ) no-repeat !important;
}
#content_submenu_main_menu div a
{
	padding: 4px 8px 0 28px;
	width: 116px;
	height: 16px;
	border-bottom: none;
}
#content_submenu_main_menu div a:hover
{
	color: #000080;
}
.bookmark_selected
{
	font-weight: bold;
	color: #dc143c !important;
	background: #ffffff url(    "bookmark_selected.gif" ) no-repeat !important;
}
#content_submenu_main_tip
{
	margin: 2px 10px;
	padding: 5px;
	background: #f0f0f0;
	border-top: 1px solid #d0d0d0;
	border-bottom: 1px solid #d0d0d0;
	text-align: center;
}
#content_submenu_main_tip p
{
	margin: 0;
	padding: 0;
	font: bold 12px Verdana;
}
#content_submenu_main_tip select
{
	width: 130px;
	font: 12px Verdana;
}
#content_submenu_main_logo
{
	padding: 10px 0;
	text-align: center;
}
#content_main
{
	float: left;
	width: 751px;
}
#help
{
	padding: 5px;
	height: 16px !important;
	height: 14px;
	font: 12px Verdana;
	text-align: right;
	background: #f0f0f0;
	border: 1px solid #d0d0d0;
	overflow: hidden;
}
#help img
{
	vertical-align: middle;
}
#help_message
{
	padding: 5px;
	font: 12px Verdana;
	text-align: left;
	background: #f0f0f0;
	border: 1px solid #d0d0d0;
	border-top: none;
	display: none;
}
#mainFrame
{
	margin-top: 5px;
}
/* 页脚 */
#footer
{
	float: left;
	padding: 5px;
}
/* 按钮 */
.input
{
	border-right: #7b9ebd 1px solid;
	padding-right: 2px;
	border-top: #7b9ebd 1px solid;
	padding-left: 2px;
	font-size: 12px;
	FILTER: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#ffffff, EndColorStr=#cecfde);
	border-left: #7b9ebd 1px solid;
	cursor: hand;
	color: black;
	padding-top: 2px;
	border-bottom: #7b9ebd 1px solid;
}
textarea
{
	border-right: #7b9ebd 1px solid;
	padding-right: 2px;
	border-top: #7b9ebd 1px solid;
	padding-left: 2px;
	font-size: 12px;
	FILTER: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#ffffff, EndColorStr=#cecfde);
	border-left: #7b9ebd 1px solid;
	cursor: hand;
	color: black;
	padding-top: 2px;
	border-bottom: #7b9ebd 1px solid;
}
.btn1_mouseout
{
	border-right: #7EBF4F 1px solid;
	padding-right: 2px;
	border-top: #7EBF4F 1px solid;
	padding-left: 2px;
	font-size: 12px;
	FILTER: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#ffffff, EndColorStr=#B3D997);
	border-left: #7EBF4F 1px solid;
	cursor: hand;
	color: black;
	padding-top: 2px;
	border-bottom: #7EBF4F 1px solid;
}
.btn1_mouseover
{
	border-right: #7EBF4F 1px solid;
	padding-right: 2px;
	border-top: #7EBF4F 1px solid;
	padding-left: 2px;
	font-size: 12px;
	FILTER: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#ffffff, EndColorStr=#CAE4B6);
	border-left: #7EBF4F 1px solid;
	cursor: hand;
	color: black;
	padding-top: 2px;
	border-bottom: #7EBF4F 1px solid;
}

