/* CSS Document */
body {font-family: Arial,"宋体",Helvetica,sans-serif;font-size: 12px; background: #CCC; margin:0; padding:0;  width: 100%;}
#wallpages{ min-width:909px;_width:expression((documentElement.clientWidth < 909px) ? "909px" : "auto"; );}
ul, ol, li, p, h1, h2, h3, h4, form, div,img,table,tr,td{border:none;list-style: none;margin: 0;padding: 0; overflow:hidden;}

/*让position:fixed在IE6下可用! */
.fixed-top /* 头部固定 */{position:fixed;bottom:auto;top:0px;}
.fixed-bottom /* 底部固定 */{position:fixed;bottom:0px;top:auto;}
.fixed-left /* 左侧固定 */{position:fixed;right:auto;left:0px;}
.fixed-right /* 右侧固定 */{position:fixed;right:0px;left:auto;}
/* 上面的是除了IE6的主流浏览器通用的方法 */
* html,* html body /* 修正IE6振动bug */{background-image:url(about:blank);background-attachment:fixed;}
* html .fixed-top /* IE6 头部固定 */{position:absolute;bottom:auto;top:expression(eval(document.documentElement.scrollTop));}
* html .fixed-right /* IE6 右侧固定 */ {position:absolute;right:auto;left:expression(eval(document.documentElement.scrollLeft+document.documentElement.clientWidth-this.offsetWidth)-(parseInt(this.currentStyle.marginLeft,10)||0)-(parseInt(this.currentStyle.marginRight,10)||0));}
* html .fixed-bottom /* IE6 底部固定  */{position:absolute;bottom:auto;top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));}
* html .fixed-left /* IE6 左侧固定 */{position:absolute;right:auto;left:expression(eval(document.documentElement.scrollLeft));}


.floatl{ float:left;}
.floatr{ float:right;}
.clearb{ clear:both;}
.w100s{ width:100%;}
a {text-decoration: none; cursor:pointer;}
a:hover {text-decoration: underline;}
a:active {text-decoration: none;}


/*tab------------------------------------------------------*/
.tabs{width:909px; margin:0 auto;clear:both;}
.tabs_t{height:40px; clear:both; padding:5px 5px 0 5px; width:899px; background:#333; clear:both;}
.ui-tabs-nav{ float:left;}
.ui-tabs-nav li{ font-size:14px; color:#fff;height:40px; line-height:40px; float:left; margin-right:5px;}
.ui-tabs-nav li a{ display:block; text-decoration:none; color:#999; cursor:pointer; padding:0 20px;font-weight:bold;height:38px; line-height:38px; float:left;}
.ui-tabs-nav li.ui-tabs-selected{color:#fff; background:#999}
.ui-tabs-nav li.ui-tabs-selected a{color:#fff;border-top:2px solid #fff;}
.btns{ width:190px;height:38px; background:url(../img/submit.gif) no-repeat center center;border-top:2px solid #333;}


.ui-tabs-panel{clear:both; width:100%; padding-top:45px;}
.ui-tabs-hide{display: none;}


#foots{ clear:both; width:100%; margin:0 auto; height:60px; background:#333;}
#foots p{ text-align:center; line-height:60px; font-size:14px; color:#fff;}
