@charset "utf-8";

/* reset */
body{ cursor:default}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {margin:0;padding:0;}
table {border-collapse:collapse;border-spacing:0;}
fieldset, img {border:0;}
address, caption, cite, code, dfn, em, strong, th, var {font-style:normal;font-weight:normal;}
li {list-style:none; vertical-align:middle;}
caption, th {text-align:left;}
q:before, q:after {content:'';}
abbr, acronym {border:0;font-variant:normal;}
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input, textarea, select {font-family:inherit;font-size:inherit;font-weight:inherit;}
*:focus {outline: none;}
a{
blr: expression(this.onFocus=this.blur());
} /* 只支持IE，过多使用效率低 */ 
.z{ position:relative;}
.green{ color:green;}
.red{ color:red;}
.selectArea{ padding:10px; border:1px #ccc solid;}
/* reset end */


/* 通用样式 */
.font9px {font-size:9px;}
.font12px {font-size:12px;}
.font14px {font-size:14px;}
.font16px {font-size:16px;}
.font9pt {font-size:9pt;}
.font11pt {font-size:11pt;}

.fccc {color:#ccc;}
.f666 {color:#666;}
.f999 {color:#999;}

.fontBold {font-weight:bold;}
.fontItalic {font-style:italic;}
.fontCenter {text-align:center;}
.fontRight {text-align:right;}
.fontLeft {text-align:left;}
 
 .fltl{ float:left;}
 .fltr{ float:right;}
.fltlt { float:left; } 
.fltrt { float:right; height:35px; line-height:35px; padding:9px 60px 0 0px;}
.fltrt a.link:hover{ color:#546e03; text-decoration:none;}
.clear {clear:both;}
.relative {position:relative;}

.hide {display:none;}
.borderCCC{ border:1px #ccc solid;}
a.color5CA922{ color:#5ca922}

a{color:#2d2d2d; text-decoration:none;}
a:visited {text-decoration:none;}


html {background:#FAFAFC;}
body {color:#333;line-height:100%;margin:0 auto;font-family:"Microsoft YaHei", Verdana, SimSun;}

.wrap {width:960px;background:url(../images/common/backgroundImage.jpg) no-repeat center top #fafafa;margin:0 auto;}
.wrapBackground{ background:url(../images/common/backgroundImage.jpg) no-repeat center top;}
.backgroundNone{ background:none;}

.hideFont {overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.noPadding{ padding:0;}
