@charset "utf-8";
/********************************
 * author: wkylin 
 * time:  2010-07-               
 * link:  270917337@qq.com
 * info:  common css
 *******************************/
html, body { height:100%; }
body, ul, ol, li, dl, dt, dd, p, h1, h2, h3, h4, h5, h6, form, fieldset, table, th, td, img, div, pre, code, fieldset, legend, blockquote { margin:0; padding:0; border:0 none; outline:0 none; font-size:12px; font-weight:normal; }
body { font-family: "\5b8b\4f53", Helvetica, Arial, Tahoma, sans-serif; font-size:12px; color:#2b2b2b; }
/*html{overflow:-moz-scrollbars-vertical; height:1%;} 强制Firefox显示滚动条  text-align:center;*/
ul, li { list-style:none outside none; }
img { vertical-align:middle; }
dt, dd { text-align:left; }
input, textarea { font-size:12px; outline:medium none; padding:3px 2px 1px; vertical-align:middle; }
hr { border:none; height:1px; }
q:before, q:after { content:''; }/*for ff 在元素内容之前/后插入内容 */
abbr, acronym { border:0; }
address, caption, cite, code, dfn, em, th, var { font-weight:normal; font-style:normal; }
.img_bder { border:1px solid #000; }
.ipt_css { border:1px solid #c7c7c7; background:#fff; height:15px; line-height:15px; color:#878787; }
.hidden { display:none; }
.block { display:block; }
.noborder { border:0 none; }
table { border-collapse:collapse; border-spacing:0; }
/* Link */
a { color:#1855a2; text-decoration:none; outline:none; text-decoration:none; star:expression(this.onFocus=this.blur());
}
a:hover { color:#1855a2; text-decoration:none; }
/* position */ 
pos_rel { position:relative; }
pos_abs { position:absolute; }
/*Clear*/
.clear, .clear_r, .clear_l { font-size:1px; width:1px; height:0; visibility:hidden; }
.clear { clear:both; overflow:hidden; display:block; }
.clear_r { clear:right; }
.clear_l { clear:left; }
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
* html .clearfix { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
/* Font */
.font_b { font-weight:bold; }
.font_n { font-weight:normal }
.font_12 { font-size:12px; }
.font_14 { font-size:14px; }
.font_16 { font-size:16px; }
.font_18 { font-size:18px; }
.none { display:none; }
.float_l { float:left; }
.float_r { float:right; }
/* table css */
.t_table { border-collapse:collapse; text-align:center; margin-left:auto; margin-right:auto; border-spacing:0; }
.t_table th { border:1px solid #d9d9d9; }
.t_table td { border:1px solid #d9d9d9; text-align:left; padding:3px 3px 3px 15px; }
.t_table tr { height:23px; }
/* text-align css*/
.text_l { text-align:left; }
.text_r { text-align:right; }
.text_c { text-align:center; }
/*color css*/
.white { color:#fff; }
.black { color:#000; }
.red { color:#f00; }
.green { color:#0f0; }
.blue { color:#00f; }
.yellow { color:#ff0; }
.gray { color:#666; }
.gray_w { color:#eee; }
/* underline css */
.underline, .underline a { color:#000; text-decoration:underline; }
.underline a:hover { color:#000; text-decoration:none; }
