@charset "utf-8";
/**
 * @name: reset.css
 * @overview: 用于样式重置
 * @author: 黄泽群 
 * @creattime: 2012-7-26
 */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,textarea,p,blockquote,th,td{
	padding:0;
	margin:0;
} 
body{
    background:#fff;
	font-family:Arial, Helvetica, Geneva;
	font-size:12px;
	-webkit-text-size-adjust:none;
	line-height:18px;
}
.windowWidht {
	width: 100%;
	min-width: 981px;
}
.margin_center{
	width:981px;
	overflow:hidden;
	margin:0 auto;
}
.clear{
	clear:both;
	height:0;
	line-height:0;
	font-size:0;
	overflow:hidden;
}
.center
{
    text-align:center;
}
table{
	border-collapse:collapse;
	border-spacing:0;
} 
fieldset,img{
	border:0;
} 
address,caption,cite,code,dfn,em,th,var{
	font-weight:normal;
	font-style:normal;
} 
ol,ul{
	list-style:none;
} 
caption,th{
	text-align:left;
} 
h1,h2,h3,h4,h5,h6{
	font-weight:normal;
	font-size:100%;
} 
q:before,q:after{
	content:"";
} 
abbr,acronym{
	border:0;
}
input,select{
	vertical-align:middle;
	padding:1px 0 0;
	color:#555;
	font-size:12px;
}
a{
	margin:0px;
	padding:0px;
	color:#333;
	text-decoration:none;
	cursor:pointer;
	blr:expression(this.onFocus=this.blur());/**ie消除A标签选中后的虚线**/
	outline-style:none;/**FF消除A标签选中后的虚线**/
    /**-webkit-transition: all 0.4s ease-in 0s;
    -o-transition: all 0.4s ease-in 0s;
    -moz-transition: all 0.4s ease-in 0s;
    transition: all 0.4s ease-in 0s;**/
}
a:hover{
	margin:0px;
	padding:0px;
	color:#e27726;
	text-decoration:none;
}
body textare a:focus, body input:focus{
	background-color:#ffffee;
}
a:active, a:focus{
	outline:none;
}
body textarea{
	font-size:12px;
	padding:2px;
	color:#555;
}
input ,textarea{
	padding:7px 3px 6px 3px;
	vertical-align:middle;
	font-size:12px;
}
select{
	height:21px;
	padding-bottom:1px;
}
.lft{
	float:left;
}
.rgt{
	float:right
}
.lft,.rgt{
	display:inline;
}
.boldtxt{
	font-weight:bold;
}
.bluetxt{
	color:#014c90;
	padding:0 6px;
}
.bluetxt:hover
{
    padding:0 6px;
    }
.redtxt{
	color:#de252d;
	padding:0 6px;
}
.orangetxt{
	color:#e27726;
	padding:0 6px;
}
.greytxt{
	color:#666;
	padding:0 6px;
}
.redIcon{
	background:#DE252D;
	width:12px;
	height:42px;
	display:inline-block;
	float:left;
	margin-right:20px;
}
#lftid
{
    color:#888;
    }
#lftid a:hover
{
    text-decoration:underline;
    }
