﻿@charset "utf-8";
/************************* 表格样式 *************************/
/****************
function:转账表格颜色的样式
****************/
.zhuanzhang_table_border{
	border-collapse: collapse;
	margin:0px auto;
	background:#fff;
}
.zhuanzhang_table_border td{
	border-collapse: collapse;
	border-bottom:1px solid #e5e5e5;
	line-height:40px;
	font-size:14px;
}

	/****************
function:表格查询的样式
****************/
.search_set_bg{
	border-top:none;
	margin:0px auto;

	}
.table_search{
	border-collapse: collapse;
	margin:0px auto;
	color:#031355;
    margin:10px 0px 10px 0px;
}
.table_search td{

	line-height:40px;
}
.table_search td a{
	color: blue;
}
	/****************
function:表格有边框颜色的样式
****************/
.table_border2{
	border-collapse: collapse;
	margin:0px auto;
	background:#fff;
	color:#031355;
	table-layout: fixed;
}
.table_border2 td{
	border-collapse: collapse;
	border-width: 1px;
	border-style: solid;
	border-color: #e5e5e5;
	line-height:30px;
	word-break:break-all;
	height: 40px;
}
.table_border2 td a{
	color: blue;
}
.list_table_border{
	border: 1px solid #b0bcc7;
	border-collapse: collapse;
	margin-top:3px;
}
.list_table_border tr{
	border: 1px solid #b0bcc7;
}
.list_table_border td{
	line-height:24px;
	padding:0 5px;
}
/****************
function: 交易页面表格的字离边框的距离
****************/
.text_content {
	padding: 2px 6px;
}
.table_border2 .hs_color span {
	font-size: 14px;
}
.table_border2 .td_bg1 span {
	font-size: 14px;
}
/****************
function:三栏表格左边颜色
**************
.table_border2 .td_bg1 {
	border-left: none;
}
.table_border2 .hs_color {
	border-right: none;
}**/
/****************
function:三栏表格左边颜色
****************/
.table_header {
    text-align:right;
	color:#444444;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
}
/****************
function:查询表格有边框颜色的样式
****************/
.table_border{
	border: 1px solid #d4d4d4;
	border-collapse: collapse;
	margin:10px auto;
	background:#fff;
	table-layout: fixed;
}
.table_border td {
	border: 1px solid #e5e5e5;
	border-collapse: collapse;
	line-height:30px;
	padding:0 5px;
	font-size:14px;
	word-break:break-all;
	height: 40px;
}
.table_border td a {
	color: blue;
}
.table_head {
	background-color:#FDF0F0;
	/*color:#031355;
	font-size:12px;
	border-collapse: collapse;
	border: 1px solid #d4d4d4;
	text-align:center;
	font-weight:bold;
	height:30px;
	line-height:30px;*/
}
.table_border3{
	border-collapse: collapse;
	border: 3px solid #d6d6d6;
	margin:0px auto;
	background:#fff;
	color:#031355;
	margin:5px 0px 5px 0px;
	align:center;
	table-layout: fixed;
}
.table_border3 td{
	border-collapse: collapse;
	border-width: 1px;
	border-style: solid;
	border-color: #e5e5e5;
	line-height:20px;
	word-break:break-all;
    height: 40px;
}
.table_select_bg {
	background-color: #e7f1f3;
}
.table_border3 td a{
	color: blue;
}
/****************
风险列表的样式
****************/
.fx_list{
	width:746px;
	margin:0px auto;
	background:#fff;
	}
.fx_list ol{
	background-color:#FDF0EF;
	height:26px;
	line-height:26px;
	border:1px solid #eee;
	padding-left:25px;
	margin:8px 0;
	list-style:none;
	color:#333;
}
.fx_list li{
	height:24px;
	line-height:24px;
	font-size:14px;
	padding-left:35px;
	list-style:none;
}



/****************
标头伸缩的样式
****************/
.title_mg{
	background-image: url(../../Images/default/layout_images/title_ico.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:15px;
	margin-bottom:8px;
}
/****************
账户概览卡文本的样式
****************/
.card_set_bg{
	border:1px solid #eee;
	width:698px;
	margin:0px auto;
	}
.card_text{
	border-collapse: collapse;
	margin:10px auto;
	color:#031355;
}
.card_text td{
	font-size:14px;
    line-height:20px;
}


.table_list{
   background:url(../../img/table_ico.png) 5px center no-repeat;
	padding-left:25px;
	height:20px;
}


.checkbox {
     width: 20px;
     height: 18px;
     padding: 0;
     margin: 0;
     cursor: pointer;
     float: left;
     background: url(../../img/check0.gif) no-repeat 0 0px;
}
.checkbox.checked {
     background-image: url(../../img/check2.gif);
}
.radio {
     width: 20px;
     height: 18px;
     padding: 0;
     margin: 0;
     cursor: pointer;
     float: left;
     background: url(../../img/radio01.png) no-repeat 0 0px;
}
.radio.checked {
     background-image: url(../../img/radio02.png);
}
.table_hide_list{
    background:url(../../img/check+.gif) 5px center no-repeat;
	padding-left:25px;
	height:20px;
	cursor:pointer;
	width:100px;
	}
.table_show_list{
    background:url(../../img/check-.gif) 5px center no-repeat;
	padding-left:25px;
	height:20px;
	cursor:pointer;
	width:100px;
	}