@charset "utf-8";
/* 清除内外边距 */
body, div, h1, h2, h3, h4, h5, h6, hr, p,/* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
 
/* 设置默认字体 */
body,button, textarea { /* for ie */
	outline: none;
}
body, td, th,samp {
	font-family: "宋体";
}

/*除点状线*/
img{max-width: 100%;}
abbr[title], acronym[title] { /* 注：1.ie6 不支持 abbr; 2.这里用了属性选择符，ie6 下无效果 */
    border-bottom: 1px dotted;
    cursor: help;
}
.clear {
	clear: both;


/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
html { overflow-y: scroll; }

body {
	scrollbar-face-color      : #bcbcbc;	/*滚动条页面颜色设定；*/
	scrollbar-highlight-Color :	#bcbcbc;	/*滚动条斜面和左面颜色设定；*/
	scrollbar-shadow-Color    :	#bcbcbc;	/*滚动条下斜面和右面颜色设定；*/
	scrollbar-3dlight-Color   :	#bcbcbc;	/*滚动条上边和左边的边沿颜色设定；*/
	scrollbar-arrow-Color     :	#505050;	/*滚动条两端箭头颜色设定；*/
	scrollbar-track-Color     :	#f1f1f1;	/*滚动条底版颜色设定；*/
	scrollbar-darkshadow-Color:	#f00;	/*滚动条下边和右边的边沿颜色设定。*/
}

