﻿@charset "UTF-8";
*{
	margin:0;
	padding:0;
}

body{   
	color:#333333;
	background:#ffffff;
	text-align:center;
	font:12px/20px 宋体,Arial;
}

select option{padding-right:3px;}
img{border:0px none;}
ul,li{
	list-style-type:none;
	margin:0px;
	padding:0px;
}
input.flat{
    border:1px solid #999999;
    padding:2px 4px;
}
a{color:#0033CC;text-decoration:none;blur:expression(this.onFocus=this.blur());}
a:link{text-decoration:none;}
a:hover{text-decoration:none;}
.am{display:block;float:left;}
/* 通用容器 */
.wrapper{
	clear:both;
	overflow:hidden;
}
.clearing,.HackBox{
	border-top:1px solid transparent !important;
	clear:both;
	visibility:hidden;
}
.wrapfix:after{
	content:"";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.wrapfix{display:inline-block;}
* html .wrapfix{height:1%;}
.wrapfix{display:block;}

.invisible{visibility:hidden;}
.hidden{display:none;}

h1,h2,h3,h4,h5,h6{font-weight:bold;}
h1{font-size:200%;}
h2{font-size:166.67%;}
h3{font-size:150%;}
h4{font-size:133.33%;}
h5{font-size:116.67%;}
h6{font-size:116.67%;font-style:italic;}

/* 着重标记 */
cite,blackquote,em,i{font-style:italic;}
strong,b{font-weight:bold;}

/* 预格式标记 */
pre,code{font-family:monospace;font-size:1.1em;}

/* 缩写标记 */
acronym,abbr{border-bottom:.1em dashed #c00;cursor:help;letter-spacing:.07em;}
.gray{color:gray;}
.red{color:red;}
.green{color:green;}
.align-left{text-align:left;}
.align-right{text-align:right;}
.align-center{text-align:center;}
.center{
	margin-left:auto;
	margin-right:auto;
}
.clear{clear:both;}
/*公共__实线__浅灰色*/
.psl{
	clear:both;
	width:100%;
	background:#dddddd;
	border:0;
	height:1px;
	margin:7px 0px 7px 0px;
	*margin:0px;
	*border:1px solid #dddddd;
}

/*公共__文本框*/
.input{
	font-size:12px;
	line-height:18px;
	font-family:Arial,宋体;
	color:#333333;
	height:20px;
	border:1px solid #dddddd;
	padding-left:2px;
	margin-top:0px;
}

/*公共_自定义按钮1*/
.btn1,.btn1_onmouseover,.btn1_onmousedown{
	border:0px;
	width:70px;
	font:12px/21px 宋体,Arial;
	height:21px;
	margin-top:-1px;
	*margin-top:0px;
	color:#333333;
	text-align:center;
	background:url(http://inc.yion.com/img/spriteButton.gif) no-repeat 0px -35px;
}

.btn1_onmouseover{
	background:url(http://inc.yion.com/img/spriteButton.gif) no-repeat -120px -35px;
}

.btn1_onmousedown{
	background:url(http://inc.yion.com/img/spriteButton.gif) no-repeat -240px -35px;
}

/*公共_自定义按钮3*/
.btn3,.btn3_onmouseover,.btn3_onmousedown{
	border:0px;
	width:85px;
	font:14px/26px 宋体,Arial;
	height:26px;
	margin-top:0px;
	*margin-top:1px;
	color:#333333;
	text-align:center;
	background:url(http://inc.yion.com/img/spriteButton.gif) no-repeat 0px -70px;
}

.btn3_onmouseover{
	background:url(http://inc.yion.com/img/spriteButton.gif) no-repeat -105px -70px;
}

.btn3_onmousedown{
	background:url(http://inc.yion.com/img/spriteButton.gif) no-repeat -210px -70px;
}

/*公共_自定义按钮4*/
.btn4,.btn4_onmouseover,.btn4_onmousedown{
	border:0px;
	width:81px;
	font:bold 14px/18px 宋体,Arial;
	height:28px;
	margin-top:0px;
	color:#333333;
	text-align:center;
	background:url(http://inc.yion.com/img/spriteButton.gif) no-repeat 0px -109px;
}

.btn4_onmouseover{
	background:url(http://inc.yion.com/img/spriteButton.gif) no-repeat -100px -109px;
}

.btn4_onmousedown{
	background:url(http://inc.yion.com/img/spriteButton.gif) no-repeat -205px -109px;
}


/*对象排列，内容排列*/
.left{
	float:left;
	text-align:left;
}
.right{
	float:right;
	text-align:right;
}

/*提示信息框*/
/*锁屏的样式*/
.LockScreen{
	width:100%;
	position:absolute;
	z-index:999;
	left:0%;
	top:0%;
	background:#ffffff;
	/*透明效果兼容火狐*/
	filter:Alpha(Opacity=30);/*IE通用 30 = 30% */
	-moz-opacity:.3;/*火狐通用 .3 = 30% */
	opacity:0.3;/*火狐其他版本 0.3 = 30% */
}

.waitStyle1{
	padding:0px 10px 0px 24px;
	height:23px;
	border:1px solid #A7A6AA;
	font:12px/23px 宋体;
	color:#333333;
	position:absolute;
	z-index:1000;
	background:#FFFFE1 url(http://inc.yion.com/img/ico/loading_16x16.gif) no-repeat 4px 3px;
}

/*DIV内中英文自动换行*/
.divAutoNewline{
	white-space:normal;
	word-break:break-all;
	overflow:hidden;
}