@charset "gb2312";
/* CSS Document */

@import "../lib/ext.css";
@import "smoothness/jquery-ui-1.8.21.custom.css";
a {text-decoration:none;  }	/*连接风格*/
a img{border:none;}										/*连接内图片不出现蓝边*/
div{overflow:hidden;}								/*div元素内容超出时候隐藏，版面不随之变动*/
.cls{clear:both; height:0px; line-height:0px; font-size:0px;}										/*2个漂浮元素之后使用，清除漂浮使得其不漂浮的包含元素能被伸开。*/
.m0a{margin:0 auto;}									/*让不漂浮并且指定了宽度的元素居中*/

h1, h2, h3{line-height:normal; font-family: "黑体"; }

h1  a{font-size:normal;}
/*基本文本，布局对象对齐，表现控制*/
.flt{float:left;}										/*布局对象左飘*/
.frt{float:right;}										/*布局对象右飘*/
.tact{text-align:center;}								/*文本居中*/
.tart{text-align:right;}								/*文本右对齐*/
.talt{ text-align:left;}								/*文本左对齐*/
.toe{text-overflow: ellipsis; overflow: hidden; white-space:nowrap; *width:100%;}
														/*文本溢出省略显示*/
.h5{height:5px;}										/*5像素高垂直间隙*/
.w5{width:5px;}											/*5像素宽水平间隙*/
.p0 p{ padding:0; margin:0; text-indent:0px;}

.clnTbl td{border:none; padding:0; margin:0; text-indent:0;}
.clnTbl table{border:none; padding:0; margin:0; text-indent:0;}

.more{font-family:Tahoma, Geneva, sans-serif; font-weight:bold; font-size:11px;}

/*dialog*/
.fixed-dialog{  position: fixed;}