/**  * 交易区相关样式 */ 
/** 全局设置---Begin **/

#main{margin-left:15px; width:100%;}
*{margin:0 ; padding: 0;} 

body{padding:0px;  font-size:12px; font-family: Arial,Helvetica, sans-serif,????????;color: #1F1F1F;line-height:160%;/*--text-align:left;--*/background-color:#fff; width:95.5%; font-family:SimSun,'宋体',sans-serif; }
.clear{clear:both;}
a{text-decoration:underline;cursor:pointer;color: #b01f24;}
a:hover {text-decoration:none;}

p {margin: 0px;padding: 0px;}

form{ margin: 0; padding: 0; }

img{border:0}

ul {margin: 0px;padding: 0px;}

li { list-style-type: none; }

td,th {margin:0px;font: 12px Arial,'宋体', Helvetica, sans-serif;line-height: 120%;}

textarea{font-size:13px}

table {border: none;padding: 0;margin: 0;border-collapse:collapse;}

option{ border: 1px solid #CCCCCC; }
select{border: 1px solid #CCCCCC;}
/** 全局设置---End **/

.top{ /** background:url(../../images/blue2/default/top_bj.gif) no-repeat; width:800px;*/ height:15px;}
.mid{ /** background:url(../../images/blue2/default/mid_bj.gif) repeat-y; width:800px;*/ height:auto;}
.bottom{/**  background:url(../../images/blue2/default/bottom_bj.gif) no-repeat;  width:800px;*/ height:15px;}

#main{ 
    
}
/** 金额输入框 **/
input.currency{
     margin-top:10px;
	text-align:right;
	padding-right:1px;
}

/* 按钮区域 ---Begin **/
.button_area {
	text-align: center;
}

/** 按钮默认样式 **/
input.button {

  background: url(../../images/blue2/default/button_bg2.gif) center no-repeat ;
	color:#fff;
	vertical-align:middle;
	font-size:12px;
	padding:0 12px;
	margin:0 2px 0 2px;
	font-weight:bold;
	border:0px;
	width:78px;
	height:33px;	
	cursor:pointer;
}
.button_light{
	background: url(../../images/blue2/default/button_bg2.gif) top center no-repeat ;
	vertical-align:middle;
	height:28px;
	*height:28px;
	font-size:12px;
	padding:0 25px;
	margin:0 2px 0 2px;
	line-height:24px;
	font-weight:bold;
	border:0px;
}
/* 当前按钮 */
.dqwz{
    background: url(../../images/blue2/default/dqwz_bj.jpg)  no-repeat;
 	padding: 8px 10px 7px 35px;
	margin: 10px 0px;
	
}
.step_nav_title1 {
	color: #6C6C6C;}
.step_nav_item3 {
	color: #6B6B6B;
	padding: 0px 0px 0px 0px;
	float:right;

	}
.step_nav_item2 {
	color: #6B6B6B;
	padding: 0px 0px 0px 0px;
	margin-left:2px;
	margin-right:6px;
	width:155px;
	}
.step_nav_item1 {
	color: #6B6B6B;
	padding: 0px 0px 0px 0px;
	font-weight:bold;
}

/* 分布交易流程导航栏 */
.step_nav_area {	 margin:0 auto; height:30px; 
	padding: 10px 10px 8px 0px; *line-height: 37px;
	overflow:hidden;

}
/* 分布交易流程导航栏名称 */
.step_nav_title {
	color: #6C6C6C;
	
}
/* 导航栏分布名称未选中 */
.step_nav_item {
	background: url(../../images/blue2/default/arrow_right3.gif) no-repeat  center  top;
	color: #000;
	text-align:center;
	line-height:24px;
	width:154px;
	display:block;
	float:left;
	height:31px;
	margin-right:6px;
	
}
/* 导航栏分布名称选中 */
.step_nav_item_focus {
    background: url(../../images/blue2/default/arrow_right2.gif) no-repeat  center  top;
	color: #000;
	text-align:center; font-weight:bold;
	display:block;
	width:154px;
	height:31px;
	line-height:24px;
	float:left;
	margin-right:6px;

}
/* 导航栏分布名称最后一位未选中 */
.step_nav_item_last {
	background: url(../../images/blue2/default/arrow_right3_last.gif) no-repeat  center  top;
	color: #000;
	text-align:center;
	line-height:24px;
	width:154px;
	display:block;
	float:left;
	height:31px;
	margin-right:6px;
	
}

/* 导航栏分布最后一位名称选中 */
.step_nav_item_focus_last {
    background: url(../../images/blue2/default/arrow_right2_last.gif) no-repeat  center  top;
	color: #000;
	text-align:center; font-weight:bold;
	display:block;
	width:154px;
	height:31px;
	line-height:24px;
	float:left;
	margin-right:6px;

}

/* 交易区域未选中 */
.step_flow_area {
	background: url(../../images/blue2/default/step_flow_area_bj.jpg) repeat-x ; 
	padding-left: 0px;
	padding-top: 8px;
	margin:10px 0px 10px 0px;
	border: solid 1px #e9e9e9;
	/*
	border-bottom: solid 1px #e9e9e9;
	border-top: solid 1px #e9e9e9;
	*/
}
/* 交易区域选中 */
.step_flow_area_focus {
	background: url(../../images/blue2/default/step_flow_area_on_bj.jpg) repeat-x;
	padding-left: 0px;
	padding-top: 4px;
	border: solid 1px #c8d6eb;
	/*
	border-bottom: solid 1px #e9e9e9;
	border-top: solid 1px #e9e9e9;
	 */
	
}

.step_flow_area_border {
	background: url(../../images/blue2/default/step_flow_area_on_bj.jpg) repeat-x;
	padding-left: 10px;
	padding-top: 4px;
	border: solid 0px #e9e9e9;	
}
.step_flow_area_border .step_flow_title {
	color: #07438e;
	font-weight: bold;
	padding-bottom: 2px;
	
}
/* 交易区域选中后区域标题样式 */
.sli1{background:url(../../images/blue2/default/icon_all.gif) no-repeat left top;}

.step_flow_area_focus .step_flow_title {
	color: #07438e;
	font-weight: bold;
	padding-bottom: 2px;
	
}
/* 交易区域标题 */
.step_flow_title {
	color: #999;
	font-weight: bold;
	margin:2px 4px;
	padding-left:35px;
}

/** 文件上传选择按钮 **/
#uploadFile {
	font-size:13px;
	height:20px;
	color:#505050;
}

/** 日期选择框按钮样式 **/
.button_calendar {
	background: url(../../images/blue2/default/button_date.gif)  no-repeat top;
	height:17px;
	width:40px;
	padding:2px 30px 2px 4px;
	cursor: pointer;
}
/* 按钮区域 ---End **/

/** 文字说明区---Begin **/
/** 当前位置 **/
.current_position {

height:22px;
text-align:left
}

/** 上方提示 **/
.hint li {
	list-style-type: none;
	list-style-image: url(../../images/blue2/default/icon_hint.gif);
	margin: 2px 0px 2px 23px;
}

/** 下方提示 **/
.clew ul {
	background: url(../../images/blue2/default/icon_important.gif)  no-repeat left top;
	color:#0C5FB3;
	margin: 2px 0px 2px 30px;
	padding:3px 0 3px 24px;
}

.clew li {
	color:#393939;
	margin-top: 4px;
}


/** 文字说明区---End **/

/** 醒目文字 **/
.text_important {
	color: #b01f24;
	font-weight: bold;
	margin-right:4px;
}
.text_important1 {
	color: #FC5C04;
	margin-right:4px;
}
/** 标题文字 **/
.text_title {
	font-size: 14px;
	font-weight: bold;
	padding: 4px 10px 6px 10px;
}

/** 操作提示 **/
.tip_ok {
	background:#F6F6F6 url(../../images/blue2/default/arrow_right.gif) no-repeat scroll left center;
	border:1px solid #CCCBC9;
	color:#000000;
	float:right;
	padding:3px 1px 1px 22px;
	width:198px;
}

.tip_off { text-align:left;
    
	color: #A5A5A4;
	float: right;
	width: 200px;
	padding: 1px 2px 1px 5px;

}
.tip_err {
	background:#F6F6F6 url(../../images/blue2/default/tip_err.gif) 3px 1px no-repeat;
	border:1px solid #CCCBC9;
	color:#000000;
	float:right;
	padding:3px 1px 1px 22px;
	width:198px;
}
.tip_on  {
	background: url(../../images/blue2/default/icon_52.gif) 4px 4px no-repeat;
	color:#000000;
	float:right;
	padding:2px 1px 1px 22px;
	width:198px;
}

/** 表格样式 ---Begin **/
.table_m{ padding:5px; padding-bottom:0px;}
table.input_table {
	width: 100%;
	border: 0px;
	border-collapse: collapse;
	word-wrap: break-word;

}

table.input_table td {
	padding:5px 0; 
}
.history_table{
	color: #FFFFFF;
	border:1px solid #CCE2F6;
	border-collapse:collapse;
	margin: 6px 0px 6px 0px;
}

.history_table td{

	padding:5px 4px 5px 8px;
	text-align:center;
}

.history_table tr.title{
	background-color:#929292;
	font-weight:bold;
}
.result_table{
	color: #000;
	border-left:1px solid #e9e9e9;
	border-collapse:collapse;
	margin: 0px 0px 6px 0px;
}

.result_table td{
	border:1px solid #e9e9e9;
	padding:8px 4px 6px 8px;
}

.result_table_title{
    background:url(../../images/blue2/default/th_bj.jpg) repeat-x;
	text-align:center;
}

.result_table_title_right{
    background:url(../../images/blue2/default/th_bj.jpg) repeat-x;
	text-align:right;
}

.detail_table2{
	color: #000;
	border-left:1px solid #CCCBC9;
	border-right:1px solid #CCCBC9;
	border-collapse:collapse;
	margin: 6px 0px 6px 0px;
}

.detail_table2 td{
	border-top:1px solid #CCCBC9;
	border-bottom:1px solid #CCCBC9;
	padding:8px 4px 6px 8px;
}

.detail_table2 td.title{
	background-color:#F4F4F4;
	text-align:right;
}


.list_table{
	color: #040404;
	margin: 0px;
	width: 98%;
}

.list_table td{
	padding:6px 4px 2px;
}

.list_table_header_lv2{
	background-color:#F5F5F5;
	border-bottom:1px solid #DDDDDD;	
}
/* 列表标题样式 */
.list_table caption {
	color:#505050;
	font-size:12px;
	font-weight:bold;
	padding-bottom:2px;
	text-align:left;
}

.selected_tip td{
	background-color: #F5F5F5;
	border-bottom:1px solid #DDDDDD
	
}
.list_table_content td{
	background-color: #FFFFFF;
	border-bottom:1px solid #DDDDDD
}
.list_table_header{
	color:#040404
}

.list_table_header  td{
	background-image:url(../../images/blue2/default/th_bg.gif);
	color:#FFFFFF;
	font-weight:bold;
	padding:7px 0px 2px 4px;
}

/** 表格样式 ---End **/

/** 交易成功提示 ---Begin **/

.success{
	background:#f4f8ff url(../../images/blue2/default/icon_right.jpg) no-repeat scroll left top;
	border:1px solid #c8d6eb;
	height:100px;
	margin:0px 0px 25px 0px;
	width:100%;
}

.success li{
    color:#666666;
    line-height:20px;
	font-size:12px;
	padding:0px 0px 0px 200px;
}
#success_title {
	font-size: 14px; 
	font-weight: bold;
	color:#b52e33;
	padding:20px 20px 10px 200px;
}

.success_text {
	border-bottom:0px dashed #ccc;
	height:22px;
	padding-top:5px
}

.error{
	background:#f6fbff url(../../images/blue2/default/icon_error.jpg) no-repeat scroll left top;
	border:1px solid #B8CCFF;
	width:100%;
	padding:20px 0 10px 0;
	height:87px;

}
.error li{
	height:15px;
	padding:5px 10px 0 200px;
}	
.error_title {
	font-size: 14px; 
	font-weight: bold;
	color:#186A9A;
}

.error_text {
	height:22px;
	padding-top:5px
}

.question{
	background:#f6fbff url(../../images/blue2/default/icon_question.jpg) no-repeat scroll left top;
	border:1px solid #B8CCFF;
	width:100%;
	padding:20px 0 10px 0;
	height:87px;

}
.question li{
	height:15px;
	padding:5px 10px 0 200px;
}	
.question_title {
	font-size: 14px; 
	font-weight: bold;
	color:#186A9A;
}

.question_text {
	height:22px;
	padding-top:5px
}
/** 交易成功提示 ---End **/


/** 翻页表头 ---Begin **/
.turnpage {
	text-align: right;
	margin: 1px 50px 1px 9px;
}

.page_selected{
	color: #F76503;
	font-weight:bold
}

.page_normal{
	cursor: pointer;
}

.last_page{
	background: url(../../images/blue2/default/pagination_left.gif) no-repeat left top;
	width: 15px;
	height: 15px;
	padding: 1px 2px 10px 10px;
	cursor: pointer;
}

.next_page{
	background: url(../../images/blue2/default/pagination_right.gif) no-repeat left top;
	width: 15px;
	height: 15px;
	padding: 1px 2px 10px 10px;
	cursor: pointer;
}

.goto_page{
	background: url(../../images/blue2/default/pagination_go.gif) no-repeat left top;
	width: 23px;
	height: 18px;
	padding: 1px 2px 10px 20px;
	cursor: pointer;
}
/** 翻页表头 ---End **/

/** 搜索高亮 **/
.highLight {
	color: #re;
	margin: 0px 1px 0px 1px;
}

/** 等待提示 **/
.wait{
	background: url(../../images/blue2/default/wait.gif) no-repeat;
	height: 20px;
	font-size:12px;
	font-weight: bold;
	margin: 5px 200px 5px 200px;
	padding: 5px 0px 5px 40px;
}

/** 顶部链接区域 ---Begin **/
.top_link_area{
	border-bottom:4px solid #BEC3C7;
	font-size:12px;
	height:20px;
	_height:18px;
	margin:0px auto;
	padding:5px 0px 1px 0px;
}


.top_link_on {
	background:transparent url(../../images/blue2/default/top_link_on_left.gif) repeat-x scroll;
	color:#FFFFFF;
	cursor:pointer;
	font-weight:bold;
	padding:1px 0px 3px 13px;
	*padding:0px 0px 2px 13px;
}

.top_link_off{
	background:url(../../images/blue2/default/top_link_off_left.gif) repeat-x scroll;
	color:#fff;
	padding:1px 0px 3px 10px;
	*padding:0px 0px 2px 10px;
	cursor: pointer;
}

.top_link_on a{
	background: url(../../images/blue2/default/top_link_on_right.gif) no-repeat right top;
	padding:3px 22px 0px 10px;
	*padding:1px 22px 0px 10px;
	color:#FFFFFF;	
	vertical-align:text-top;

}
.top_link_off a{
	background: url(../../images/blue2/default/top_link_off_right.gif) no-repeat right top;
	padding:3px 22px 0px 10px;
	*padding:1px 22px 0px 10px;
	color:#FFFFFF;
	vertical-align:text-top;
	
}

/** 顶部链接区域 ---End **/

/** 树型展示区域 ---Begin **/
.tree_root{
	background: url(../../images/blue2/default/tree_root.gif) no-repeat left bottom;
	height: 24px;
	width: 42px;
}

.tree_lv1{
	background: url(../../images/blue2/default/tree_lv1.gif) no-repeat left top;
	height: 24px;
	width: 42px;
}

.tree_lv1_last{
	background: url(../../images/blue2/default/tree_lv1_last.gif) no-repeat left top;
	height: 24px;
	width: 42px;
}

.tree_lv2{
	background: url(../../images/blue2/default/tree_lv2.gif) no-repeat left top;
	height: 24px;
	width: 42px;
}

.tree_lv2_last{
	background: url(../../images/blue2/default/tree_lv2_last.gif) no-repeat left top;
	height: 24px;
	width: 42px;
}
/** 树型展示区域 ---End **/

/*** find ***/
.find_margin {
margin:0 15px 0 15px;
}
.find_title {
margin:6px 0px 0 0px;
}
.find_title_name {
color:#4B81C1;
font-size:14px;
font-weight:bold;
padding:0 0 0 3px;
}
.find_content {
border:1px solid #B4B4B4;
}
.find_redline {
background:url(../../images/blue2/default/find_redline.gif) left top repeat-x;
height:8px;
font-size:8px;
margin:0;
}
find_table {
margin:0 0 25px 0;
}
.find_table_top_left {
background:url(../../images/blue2/default/find_table_top_left.gif) no-repeat left top;
width:36px;
height:26px;
}
.find_table_top {
background:url(../../images/blue2/default/find_table_top.gif) left top repeat-x;
}
.find_table_top_right {
background:url(../../images/blue2/default/find_table_top_right.gif) left top no-repeat;
width:36px;
height:26px;
}
.find_table_middle_left {
background:url(../../images/blue2/default/find_table_middle_left.gif) left top repeat-y;
}
.find_table_middle {
background:#f9f8f8;
}

.find_table_middle_right {
background:url(../../images/blue2/default/find_table_middle_right.gif) left top repeat-y;
}
.find_table_bottom_left {
background:url(../../images/blue2/default/find_table_bottom_left.gif)  no-repeat left top;
width:36px;
height:23px;
}
.find_table_bottom {
background:url(../../images/blue2/default/find_table_bottom.gif) left top repeat-x;
}
.find_table_bottom_right {
background:url(../../images/blue2/default/find_table_bottom_right.gif) left top no-repeat;
width:36px;
height:23px;
}

/*--温馨提示--*/
.wxts{
      width:100%; height:auto;
	  border:1px dashed #beccd7; background:#f6f6f6;
	  padding:5px 0;
	  margin:16px 0px 0px 0px;
	 
}
.wxts .title {
	padding-left: 25px;
}
.wxts span{ margin-left:0px; color:#b01f24; }
.wxts ul{ background:url(../../images/blue2/default/cill.gif) no-repeat left top; font-weight:bold; color:#999999; }
.wxts ul li{
      line-height:25px; color:#4d4c4c; margin-left:12px;  font-weight: normal;
	  background: url(../../images/default/icon_li_clew.gif)  no-repeat left top;
	  padding:0 0 0 20px;
}
.wxts ul li a{color:#b01f26;

}
.sm{ background:#f3f3f4; width:750px;  margin:0 auto; margin-top:8px; margin-bottom:8px; padding-left:10px; color:#FF0000;}
.top-sm{
	background: url(../../images/blue2/top-sm-bg.jpg) repeat-x;
	height:28px;
	width:100%;
	border: 1px solid #d5e7f9;
	margin-left:0px;
}
.top-sm2 { background:url(../../images/blue2/icon-light.jpg) no-repeat left top; padding:3px 0 0 28px; line-height:28px; float:left; font: 12px/23px; float:left;height:28px;}
.top-sm3 {  padding-left:28px; line-height:28px; float:right; text-align:left; padding:5px 15px 0 0;*padding:0 15px 0 0;_padding:0 15px 0 0;}
* html .top-sm3 {  padding-left:28px; line-height:28px; float:right; text-align:left; padding:5px 15px 0 0;}
.top-sm-two{
	background: url(../../images/blue2/top-sm-bg2.jpg) repeat-x;
	height:54px;
	width:100%;
	border: 1px solid #d5e7f9;
	margin-left:0px;
}
.top-sm2-two { background:url(../../images/default/icon-light2.gif) no-repeat left top; padding:3px 0 0 28px; line-height:24px; float:left; font: 12px/23px; float:left;}
.top_kg { padding:0; margin:0; height:10px;}
.line-table{border-bottom:solid 1px #c8d6eb;}
.line-tableB{border-bottom:solid 1px #c8d6eb;  background:#f4f8ff;}

.line-table a:link {color: #b01f24; text-decoration: underline;}
.line-table a:visited {text-decoration: underline;  color: #ae1f23;}
.line-table a:hover {color: #b01f24; text-decoration: none;}
.line-table a:active { color: #b01f24; text-decoration: none;}


.inputTipWarp *{ float:left; display:none; margin-left:20px; text-align:left; }
.inputTip{margin:0px auto;position:relative; float:left;}
.inputTip input{float:left;height:18px;line-height:18px;overflow:hidden}
.inputTip label{position:absolute;top:5px;left:5px;color:#999}

.area_button{ margin-top:10px;}

/**卡片**/
.ka{width:244px; height:95px; margin:0px auto; color:#FFFFFF; font-weight:bold; padding:52px 0px 0px 13px; text-align:center; margin:20px 0px;}
.kaA{ background:url(../../images/icon/ka1.jpg) no-repeat top;  }
.kaB{ background:url(../../images/icon/ka2.jpg) no-repeat top;  }
.kaC{ background:url(../../images/icon/ka3.jpg) no-repeat top;  }


/** 细线表格 ***/
.table_border{ border: 1px solid #c8d6eb; border-collapse: collapse; width:100%;}
.table_border td{ padding:3px 4px;  height:25px; border-right: 1px solid #c8d6eb;  border-bottom: 1px solid #c8d6eb;}
.table_border a {
	color: #b01f24;
	text-decoration:underline;
	background-repeat: no-repeat;
	background-position: left center;
}
.table_border a:link {color: #b01f24; text-decoration: underline;}
.table_border a:visited {text-decoration: underline;  color: #ae1f23;}
.table_border a:hover {color: #b01f24; text-decoration: none;}
.table_border a:active { color: #b01f24; text-decoration: none;}

.table_border th{ padding:3px 4px; height:25px; border-right: 1px solid #c8d6eb; border-bottom: 1px solid #c8d6eb;   font-weight:bold; background:#ddeafc;}
.table_border1 {background:#f4f8ff;}

/*input*/
.input_on{ float:none; padding:2px 8px 0pt 3px; height:17px; border:1px solid #999; background-color:#fff;  margin:1px 5px 0 0; }
.input_off{ float:none; padding:2px 8px 0pt 3px; height:17px; border:1px solid #CCC; margin:1px 5px 0 0;background-image: url(../../images/logoing/blue2/bg.jpg); background-repeat: repeat-x; background-position: center;}
.input_move{ float:none; padding:2px 8px 0pt 3px; height:17px; border:1px solid #999; background-color:#fff;  margin:1px 5px 0 0;}
.input_out{ float:none; padding:2px 8px 0pt 3px; height:17px; border:1px solid #CCC; background-image: url(../../images/logoing/blue2/bg.jpg); background-repeat: repeat-x; background-position: center; margin:1px 5px 0 0; }

/*新添样式*/
input.button6 {
  background: url(../../images/blue2/default/button_bg_long.gif)  no-repeat center ;
	color:#fff;
	vertical-align:middle;
	font-size:12px;
	margin:0 2px 0 2px;
	font-weight:bold;
	border:0px;
	width:116px;
	height:33px;
	cursor:pointer;
}

input.button9 {
  background: url(../../images/blue2/default/button_bg_long9.gif)  no-repeat center;
	color:#fff;
	vertical-align:middle;
	font-size:12px;
	margin:0 2px 0 2px;
	font-weight:bold;
	border:0px;
	width:131px;
	height:33px;
	cursor:pointer;
}

input.button11 {
  background: url(../../images/blue2/default/button_bg_long11.gif)  no-repeat center;
	color:#fff;
	vertical-align:middle;
	font-size:12px;
	margin:0 2px 0 2px;
	font-weight:bold;
	border:0px;
	width:188px;
	height:33px;
	cursor:pointer;
}

input.button15 {
  background: url(../../images/blue2/default/button_bg_long15.gif)  no-repeat center;
	color:#fff;
	vertical-align:middle;
	font-size:12px;
	margin:0 2px 0 2px;
	font-weight:bold;
	border:0px;
	width:250px;
	height:33px;
	cursor:pointer;
}

.tip_off2 { 
	text-align:left;
	color: #A5A5A4;
	float:left;
	padding: 6px 2px 1px 5px;
    position: absolute;	
}

.tip_err2 {
    background:#F6F6F6 url(../../images/blue2/default/tip_err.gif) 3px 1px no-repeat;
	border:1px solid #CCCBC9;
	color:#000000;
	float:left;
	padding:3px 1px 1px 22px;
	margin-top:2px;
    position: absolute;
}

.tip_on2  {
	background: url(../../images/blue2/default/icon_52.gif) 4px 4px no-repeat;
	color:#000000;
	float:left;
	padding:2px 1px 1px 22px;
	margin-top:2px;
    position: absolute;	
}

/********************************/

/****** 总资产负债表格样式 ******/

/********************************/

.result_table2 {

border-collapse:collapse;

margin:0px 0px 0px 0px;

}

.result_table2 td {

border:1px solid #F5F2EB;

padding:0px 0px 0px 0px;

}

/******************************/

/****** 结果表格表头样式 ******/

/******************************/

.result_head {

background:url(../../images/blue2/default/th_bj.jpg) repeat-x;

text-align:center;

}

/******************************/

/***** 表格第一行显示样式 *****/

/******************************/

.bg1 {

background:#ffffff;

}

.bg1 td {

height:25px;
padding:2px 0px 2px 0px;
}

/******************************/

/** 鼠标移动到表格上显示样式 **/

/** 鼠标移动到表格上时茶色 ****/

/******************************/

.result_over {

background:#f4f8ff;

}

.result_over td {

background:#f9f9f9;
height:25px;
padding:2px 0px 2px 0px;


}

/******************************/

/****** 表格翻页区域样式 ******/

/******************************/
.pageCurr {

font-weight:bold;

color:#A05035;

text-align:right;

padding:5px 6px 3px 6px;

margin:3px 1px 6px 0px;

}

.pageCurr a {

font-weight:bold;

color:#184B9A;

}
.page {
text-decoration:underline;
}
/* 导航栏分布名称未选中 12字*/
.step_nav_item_long {
	background: url(../../images/blue2/default/arrow_right5.gif)  no-repeat center top;
	color: #000;
	text-align:center;
	line-height:24px;
	width:200px;
	display:block;
	float:left;
	height:31px;
	margin-right:6px;
	
}
/* 导航栏分布名称最后一位未选中 12字*/
.step_nav_item_long_last {
	background: url(../../images/blue2/default/arrow_right5_last.gif)  no-repeat center top;
	color: #000;
	text-align:center;
	line-height:24px;
	width:200px;
	display:block;
	float:left;
	height:31px;
	margin-right:6px;
	
}
/* 导航栏分布名称选中 12字*/
.step_nav_item_focus_long {
    background: url(../../images/blue2/default/arrow_right4.gif)   no-repeat center top;
	color: #000;
	text-align:center; font-weight:bold;
	display:block;
	width:200px;
	height:31px;
	line-height:24px;
	float:left;
	margin-right:6px;

}
/* 导航栏分布名称选中 12字*/
.step_nav_item_focus_long_last {
    background: url(../../images/blue2/default/arrow_right4_last.gif)  no-repeat center top;
	color: #000;
	text-align:center; font-weight:bold;
	display:block;
	width:200px;
	height:31px;
	line-height:24px;
	float:left;
	margin-right:6px;

}




input.button_dis {
  background: url(../../images/default/button_bg2_dis.gif)  no-repeat center;
	color:#fff;
	vertical-align:middle;
	padding:0 12px;
	margin:0 2px 0 2px;
	border:0px;
	width:78px;
	height:33px;	
}
input.button6_dis {
  background: url(../../images/default/button_bg_long_dis.jpg)  no-repeat center;
	color:#fff;
	vertical-align:middle;
	margin:0 2px 0 2px;
	border:0px;
	width:116px;
	height:33px;
}

input.button9_dis {
  background: url(../../images/default/button_bg_long9_dis.jpg)  no-repeat center;
	color:#fff;
	vertical-align:middle;
	margin:0 2px 0 2px;
	border:0px;
	width:131px;
	height:33px;
}


input.button11_dis {
  background: url(../../images/default/button_bg_long11_dis.gif)  no-repeat center;
	color:#fff;
	vertical-align:middle;
	margin:0 2px 0 2px;
	border:0px;
	width:200px;
	height:33px;
}

/****** 打印黑色边框 ******/
.result_table_print{
	color: #000;
	border-left:1px solid #000000;
	border-collapse:collapse;
	margin: 0px 0px 6px 0px;
}

.result_table_print td{
	border:1px solid #000000;
	padding:8px 4px 6px 8px;
}


.logonError{background: url(../../images/blue2/error.jpg)  no-repeat top ;}
.logonError1{background: url(../../images/blue2/signoff_error.jpg)  no-repeat top;}


/*********************外挂css样式******************************/

/******************************/

/**** 页面头显示样式 **********/

/**** 设置页头分隔线底图 ******/

/******************************/
#Header {

background:url(../../images/default/header_bg.gif) left top repeat-x;

}

#Header img {vertical-align:-5px;}

/******************************/

/** 登录界面左侧内容主体区域 **/

/******************************/

#LogonPage_left {

float:left;

width:180px;

margin:58px 0 15px 0;

}
/******************************/

/** 登录界面右侧内容主体区域 **/

/******************************/

#LogonPage_right {

margin:5px 0 15px 0;

float:right;

}


/******************************/

/******** 左侧功能链接 ********/

/******************************/

#Leftlink {

background:#ffffff url(../../images/default/icon_list.gif) left 80% no-repeat;

width:110px;

padding-left:20px;

padding-right:0px;

padding-top:12px;

padding-bottom:3px;

border-bottom:1px solid #DFC3B5;

font-size:12px;

color:#7B292C;

float:left;

}



.leftlink a {

color:#7B292C;

}

.leftlink a:hover {

color:#D3A602;

}


/******************************/

/****** 内容标题显示样式 ******/

/******************************/

.Area_title {

padding:10px 2px 5px 19px;

font-size:14.8px;font-weight:bold;

color:#000000;

padding-left:20px;

}


.top-sm-web{
	background: url(../../images/blue2/top-sm-bg.jpg) repeat-x;
	height:28px;
	width:99.8%;
	border: 1px solid #eeeeee;
	margin-left:0px;
	margin-top: 10px;
}

/*--温馨提示--*/
.wxts-web{
      width:99%; height:auto;
	  border:1px dashed #beccd7; background:#f6f6f6;
	  padding:5px;
	  margin:16px 0px 0px 0px;
	 
}
.wxts-web span{ margin-left:0px; color:#b01f24; }
.wxts-web ul{ background:url(../../images/blue2/default/cill.gif) no-repeat left top ; font-weight:bold; color:#999999; }
.wxts-web ul li{
      line-height:25px; color:#4d4c4c; margin-left:12px;  font-weight: normal;
	  background: url(../../images/default/icon_li_clew.gif)  no-repeat left top;
	  padding:0 0 0 20px;
}
.wxts-web ul li a{color:#b01f26;


/***************************************************/