html,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;
}
/*html{filter:gray;}*/
body{
scrollbar-face-color: #f6f6f6;
scrollbar-highlight-color: #ffffff;
scrollbar-shadow-color: #cccccc;
scrollbar-3dlight-color: #cccccc;
scrollbar-arrow-color: #330000;
scrollbar-track-color: #f6f6f6;
font-family:Verdana,宋体;
font-size:12px;
background:#FFF;
}

table {border-collapse:collapse;border-spacing:0;}

img {border:0;}

address, caption, cite, code, dfn, em, strong, th, var {font-style:normal;font-weight:normal;}

li {list-style:none;}

caption, th {text-align:left;}

h1, h2, h3, h4, h5, h6 {font-size:100%;font-weight:normal;}

q:before, q:after {content:”;}

abbr, acronym {border:0;font-variant:normal;}

input, textarea, select {font-family:inherit;font-size:inherit;font-weight:inherit;}

a{color:#666;font-size: 12px;text-decoration: none;}

a:hover{color:#666;font-size: 12px;text-decoration: underline;}

div{color:#666;}

/**徐国涛加的常用CSS样式**、

/*带清除高度的10PX高的空DIV*/
.blank{clear:both;height:10px;overflow:hidden;font-size:0px;}

/*带清除高度的0PX高的空DIV*/
.cls{clear:both;height:0px;overflow:hidden;background:#FFF;}

/*单行隐藏*/
.str{width:100%;white-space:nowrap;word-break:keep-all;overflow:hidden;text-overflow:ellipsis;}

/*多行隐藏*/
.strmore{overflow:hidden;text-overflow:ellipsis;}

/*易观蓝色的链接*/
a.blue {color:#255991;text-decoration: none;}
a.blue:hover{color:#255991;text-decoration: underline;}

a.orange {color:#F7951F;text-decoration: none;}
a.orange:hover{color:#F7951F;text-decoration: underline;}


/*分页样式*/
#page{float:left;width:100%;text-align:center;}
#pagebg{height:20px;}
#pagebg ul li{float:left;height:18px;line-height:18px;border:1px solid #dedede;text-align:center;margin-left:3px;display:inline;padding:0px 5px;}
.p_active_no{color:#106ea2;background:#FFF;cursor:pointer;}
.p_active_yes{color:#FFF;background:#106ea2;}