*{
	padding:0px;
	margin:0px;
	font-family:宋体,微软雅黑, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px; /*color: #505050*/
	
	
}
div{
    padding:0px;
    margin:0px;
}
	 
/* CSS 常用 */
ul,li,dl,dt,dd{
    list-style:none;
    padding:0px;margin:0px;
}/*去掉小黑点*/

body{
	font-family:宋体,微软雅黑,Verdana,Arial, Helvetica, sans-serif;
	font-size:12px;
	height:100%;
}
img{border:none;vertical-align:bottom}
/*td{height:32px}*/
  a{text-decoration:none; color:193d65;}
 /* a:visited   {color:#cccccc;  text-decoration:none;}   /*超级链接颜色*/
  a:hover   {text-decoration:underline;}   /*超级链接鼠标在上面的颜色*/
  a:active   {color:#000000; text-decoration:underline;}  /*超级链接鼠标点击的颜色*/ 
.divlist li{ height:20px; line-height:20px;}
.table{border:solid #c9c9c9; border-width:0px 0px 0px 1px}/*表格左边的线*/
.table1{border:solid #c9c9c9; border-width:0px 0px 0px 1px}/*表格左边的线*/
.td1{border:solid #c9c9c9; border-width:0px 1px 1px 0px ;height:29px}/*表格下面和右边的线*/
.td2{border:solid #c9c9c9; border-width:0px 1px 1px 0px; background-color:#376a99; color:#FFFFFF;height:29px}/*表格下面和右边的线，表格底色*/
.td3{border:solid #c9c9c9; border-width:0px 0px 1px 0px ;height:29px}/*表格下面的线*/
.active{background-image:url(../img/green.gif);height:31px}/*绿色底纹*/
/*.input{ border: 0px; text-align:center}去掉边框,文字居中;text-decoration:underline*//*#EBEBEB*/
.input1{ border: 0px; text-align:left}/*去掉边框,文字居左*/
.inputMAX{ border:1px #CCCCCC solid; width:206px; height:22px; font-size:13px}
.inputMIN{ border:1px #CCCCCC solid; width:103px; height:22px; font-size:13px}
/*.input2{ border: 0px; text-align:center}去掉边框,文字居中*/
.button {border:0px solid #666; height:20px; line-height:20px; width:67px; background:url("../img/button_bg.gif");cursor:pointer  }
.button3 {border:0px; height:32px; line-height:32px; width:82px; background:url("../img/imgbg.png");cursor:pointer; color:#7b8087  }
select option{margin:5px auto;}/*下拉框行间距设置*/