/**
 * 普通版默认样式
 */

/* body的样式*/
html{
}
#bodyWrapper{	
	overflow-y:hidden;
	overflow-x:hidden;
	overflow:hidden;
}
#header{
	/*background:url(images/header_bg.png) repeat-x;
	heiaght:113px;*/
}
.logo{
	display:inline-block;
	float:left;
	height:40px;
	width:280px;
	/*margin-top:5px;*/
}
.logoPay{
	background:url(images/login_head_online.png) no-repeat;
	float:left;
	width:404px;
	height:57px;
}

/*登录之前的页面顶部----忘记密码*/
#header_beforeLogin{
	background:url(images/header_bg.png) repeat-x;
	height:58px;
}

.top_bannerWrapper {
	background:url(img/bg.png) 0 -128px repeat-x;
}
.personalBank{
	background:url(images/beforeLogin/personalBank.gif) no-repeat;
	width:122px;
	height:34px;
	margin-left:270px;
	margin-top:28px;
}

/* 菜单 */
.menuWBg{
	width:100%;
	background:url(images/menuWrapper_bg.png) repeat-x;
	_background:url(images/menuWrapper_bg.png) repeat-x;
	height:31px;
	line-height:27px;
}
.menuWrapperBg{
	width:100%;
	background:url(img/bg.png) repeat-x;
	height:65px;
	line-height:35px;
}
.menuinfo{
	background:url(img/bg.png) 0 -1096px no-repeat;
	position:absolute;
	top:35px;
	height:30px;
	line-height:30px;
	width:960px;
	margin:0 auto;
	font-size:12px;
	text-indent:102px;
}
.mainNavMenu .menuinfo .slider{
	width: 100%;
	height: 30px;
	position: relative;
	overflow: hidden;
}
.mainNavMenu .menuinfo .slider .conbox{
	width: 100%;
	position: relative;
	overflow: hidden;
}
.menuinfo span{
	cursor:pointer;
}
#mainNav{
	height:34px;
	line-height:34px;
	position:relative;
}
#mainNav_left{
	float:left;
	height:42px;
}
#mainNav_right{
	float:right;
	height:42px;
}
/* 中间区域 */
#mainWrapper {
	background:#f4f9fd;
	overflow-x:hidden;
	overflow-y:scroll;
	position:relative;
	z-index:1;
	padding-top:10px;
	*margin-top:0;
}
/*换肤*/
.pageSetRegion{
	width:113px;
	height:34px;
	line-height:34px;
}
/*右侧快捷菜单*/
#quickMenuHandler{
	position:absolute;
	right:15px;
	top:150px;
	z-index:90;
	width:100%;
}
#quickMenuWrapper{
	position:absolute;
	top:-2px;
	right:25px;
	z-index:90;
}
#quickMenuWrapper{
	display:none;	
}
.quickMenuTitle{
	background:url(images/quickMenuTitle.gif) no-repeat;
	width:78px;
	height:29px;
	line-height:29px;
	text-align:center;
	cursor:pointer;
	color:#fff;
	font-weight:bold;
}
.quickMenu{
	background: url("images/quickMenuCenter.png") repeat-x scroll 0 0;
	_background: url("images/quickMenuCenter.gif") repeat-x scroll 0 0;
    display: inline-block;
    float: left;
    height: 130px;
	width:110px;
    padding: 0 0 0 10px

}
.quickMenu ul li{
	
}

.quickMenu img{
	vertical-align:middle;
	text-align:center;
	cursor:pointer;
	margin-left:16px;
	margin-top:8px;
	margin-right:auto;
}
.quickMenuSet{
	color: #237eb5;
    cursor: pointer;
    text-decoration: none;
}
.quickMenuSet:hover{
	text-decoration:underline;
}
/*我的消息*/
.userMessage,.userMessage_hover{
	background:url(images/userMessage.gif) repeat-x;
	padding-left:5px;
	padding-right:5px;
	margin-bottom:0;
	height:30px;
	line-height:30px;
	/*border-radius:3px 3px;
	-o-border-radius:3px 3px;
	-moz-border-radius:3px 3px;
	-webkit-border-radius:3px 3px;*/
	overflow:hidden;
	clear:both;
}
.userMessage_hover{
	background:url(images/userMessage_hover.gif) repeat-x;
	background:#e2f0d4;
}
.userMessage a{
	color:#474747;
	text-decoration:none;
	line-height:20px;
	padding-left:10px;
}
.userMessage_bottom{
	background:url(images/userMessage_bottom.gif) repeat-x #f2f2f2;
	height:39px;
}
/*我的公告*/
.userNotice,.userNotice_hover{
	background:#fff;
	border-bottom:1px dashed #dedede;
	padding-left:5px;
	padding-right:5px;
	margin-bottom:0;
	height:30px;
	line-height:30px;
	overflow:hidden;
	clear:both;
}
.userNotice_hover{
	background:url(images/userMessage_hover.gif) repeat-x;
	background:#e2f0d4;
}
.userNotice a{
	color:#474747;
	text-decoration:none;
	line-height:30px;
	padding-left:10px;
}
.userNotice_bottom{
	background:url(images/userMessage_bottom.gif) repeat-x #f2f2f2;
	height:39px;
}
/*快捷菜单按钮*/
.btn_quickMenuHandler{
	position:absolute;
	right:0;
	*right:-10px;
	background:url(images/quickMenu.gif) 0 0 no-repeat;
	width:31px;
	height:100px;
	display:block;
	overflow:hidden;
	/* writing-mode:tb-rl; */
	text-align:center;
	*+padding: 0 0 0 10px;
}
#footer{
	background:url(images/taskBarBg.png) repeat-x;
	height:30px;
	line-height:40px;
}
.taskBar ul li.taskBarItem_on{
	background:url(images/footer_bg_on.png) no-repeat;
	_background:url(images/footer_bg_on.gif) no-repeat;
}
.taskBar ul li,.taskBar ul li.taskBarItem,.taskBar ul li.taskBarItem_on{
	position:relative;
	bottom:1px;
	z-index:900;
	display:inline;
	float:left;
	width:10%;
	height:30px;
	line-height:35px;
	overflow:hidden;
	padding:0 10px;

}
.taskBar ul li a, .taskBar ul li.taskBarItem_on a{
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}
.taskBar ul li.taskBarItem_on a{
	color:#fff;
	font-weight:bold;
}
.btn_taskBarClose{
	background:url(images/btn_taskBarClose.gif) no-repeat 0 0;
	float:right;
	cursor:pointer;
	position:relative;
	display:block;
	_display:inline;
	zoom:1;
	width:13px;
	height:13px;
	text-align:center;
	top:11px;
	z-index:10006;
}
.btn_taskBarClose{
	background:url(images/btn_taskBarClose.gif) no-repeat 0 0;
	display:inline-block;
	width:13px;
	height:13px;
}
.taskBar .btn_taskBarTitle{
	display:block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.btn_taskBarClose:hover{
	background-position:-13px 0;
}
/*搜索区域*/
.searchBox{
	float:right;
	margin:10px 20px 0 0;
}
/*搜索文本框*/
.input_search{
	background:url(img/search_input_bg.png) 0 0 no-repeat;
	height:25px;
	line-height:25px;
	width:134px;
	overflow:hidden;
	border:0;
	vertical-align:middle;
	padding-left:5px;
	color:#424242;
}
/*搜索按钮*/
.btn_search{
	background:url(img/btn_search.png) 0 2px no-repeat;
	width:27px;
	height:29px;
	text-indent:9999;
	vertical-align:middle;
}
/*顶部样式*/
.top_panel{
	background:#242424;
	height:38px;
	line-height:38px;	
}
.top_panel .top{
    position: relative;
	margin:0 auto;
	width:990px;	
}
.top_link{
	float:right;
	color:#444;
	font-size:14px;
	font-family:'Microsoft YaHei','SimSun';
}
.top_link .customerName{
	float:left;
	color:#80a40c;
	margin-right:10px;
}
.top_shezhi{
	float:right;
}
.top_shezhi a{
	display:inline-block;
	font-size:12px;
	height:35px;
	padding:0 15px;
	text-align:center;
	color:#999999;
	border-right:2px solid #313131;
	cursor:pointer;
}
.top_shezhi a:hover, .top_link a:hover{
	text-decoration:underline;
}
.icons_tuichu, .icons_shezhi, .upicons, .icons_map{
	display:inline-block;
	background: url('img/bg.png') right -264px no-repeat;
	width:16px;
	height:15px;
	vertical-align:middle;
}
.personBg, .fuctionBg, .mobileBg{
	display:inline-block;
	background: url('img/bg.png') no-repeat;
	width:20px;
	height:20px;
	vertical-align:middle;
	margin-right:10px;
}
.personBg{
	background-position: 0 -288px 
}
.fuctionBg{
	background-position: -26px -288px 
}
.mobileBg{
	background-position: -48px -288px 
}
.dragHandle h3{
	color:#0e0d0b;
}
.success table,
.fail table,
.failpause table {
	width: 100%;
	font-family:'Microsoft YaHei','SimSun';
	border-collapse:collapse;
}
.success .left {
	width: 100px;
	height: 89px;
	background: url(img/success_fail.png) 0 0 no-repeat;
	_background: url(img/success_fail.gif) 0 0 no-repeat;
}

.fail .left {
	width: 100px;
	height: 89px;
	background: url(img/success_fail.png) -143px 0 no-repeat;
	_background: url(img/success_fail.gif) -143px 0 no-repeat;
}

.failpause .left {
	width: 100px;
	height: 89px;
	background: url(img/success_fail.png) -300px 0 no-repeat;
	_background: url(img/success_fail.gif) -300px 0 no-repeat;
}

.success .content,
.fail .content,
.failpause .content  {
	padding-left: 15px;
	background: url(img/success_fail.png) 0 -89px repeat-x;
	_background: url(img/success_fail.gif) 0 -89px repeat-x;
}

.success .right,
.fail .right,
.failpause .right  {
	width: 20px;
	background: url(img/success_fail.png) -280px 0 no-repeat;
	_background: url(img/success_fail.gif) -280px 0 no-repeat;
}

.success .title,
.fail .title,
.failpause .title {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	color:#65a906;
}
.fail .title{
	color:#bc2f31;
}
.failpause .title{
	color:#cb7506;
}
.txtL{
	text-align:left;
}
.success .highlight,
.fail .highlight,
.failpause .highlight {
	color: red;
}

