@charset "utf-8";
/*==============================================================
文件说明：交易页面公用的文字及按钮css样式定义文件
===============================================================*/	
/****************
function:默认按钮
****************/
.area_button {
	text-align:center;
	margin:10px 0px 20px 0px;
}
.area_button2 {
	text-align:center;
	margin:30px 0px 20px 0px;
}
.area_button1 {
	text-align:center;
	width: 515px;
	height: 70px;
	background-color: #dcdcdc;
}
.area_search_button {
	text-align:center;
	margin:10px 0px 20px 0px;
}
.button {
	font-size:14px;
	background:url(../../images/btn_red.png);
	background-repeat: no-repeat;
	color: #fff;
	text-align:center;
	border:none;
	height:30px;
	width:82px;
	overflow:hidden;
	cursor:pointer;
	line-height:26px;
}
.button:hover{background:url(../../images/btn_hover01.png);}
.button_disable {
	font-size:14px;
	font-weight: normal;
	background:url(../../images/btn_hui.png);
	color: #fff;
	border:none;
	height:30px;
	width:82px;
	overflow:hidden;
	cursor:pointer;
}
.button a,
.button a:visited {
	color:#000000;
	text-decoration:none;
	padding:5px 10px;
	background:url(../../img/public_pic.png);
	background-repeat: no-repeat;
	background-position: -700px -120px;
	font-size: 12px;
	font-weight: normal;
	overflow:hidden;
	*background-position:0px -5px;
	*padding:2px 10px;
}
/****************
function:账户概览的按钮
****************/
.button_gl1 {
	font-size:12px;
	color: #fff;
	margin-bottom:6px;
	border:none;
	height:24px;
	width:62px;
	overflow:hidden;
	cursor:pointer;
	background:url(../../images/btn_red2.png);
}
.button_gl1:hover{
	background:url(../../images/btn_hover02.png);
}
.button_gl2 {
	font-size:12px;
	color: #333;
	border:none;
	height:24px;
	width:62px;
	overflow:hidden;
	cursor:pointer;
	background:url(../../images/btn_w2.png);
}
.button_gl2:hover{
	color:#d91f31;
}
/****************
function:字体右对齐
****************/
.text_right {text-align:right;}

/****************
function:收款人名册/转账模版a
****************/
.blue_link:link{
	/*font-size: 12px;*/
	font-weight: normal;
	color: #0032ff;
	text-decoration: none;
}
.blue_link:visited{
	/*font-size: 12px;*/
	font-weight: normal;
	color: #0032ff;
	text-decoration: none;
}
.blue_link:hover{
	/*font-size: 12px;*/
	font-weight: normal;
	/*color:red;*/
	text-decoration:underline;
}
/****************
function:字体居中
****************/
.text_center {text-align:center;}
/****************
function:金额颜色
****************/
.je_color {
	color: #F00;
}
/****************
function:灰/红色字
****************/
.hs_color {
	color: #898989;
}
.required_red{
	font-size:12px;
	color:red;
	}
/****************
function:新建、从样本新建链接样式
****************/
.xinjian_off a:link,.xinjian_off a:visited,.xinjian_off a:hover,.xinjian_off a:active{
	color:#ffffff;
}
.xinjian_on a:link, .xinjian_on a:visited, .xinjian_on a:hover, .xinjian_on a:active {
	color: #01326f;
}
/****************
function:明细功能样式
****************/
.map_gongeng_mx a {
	color: #212378;
}
