﻿html{
	SCROLLBAR-FACE-COLOR: #cfcfcf; 
	SCROLLBAR-HIGHLIGHT-COLOR: #ffffff; 
	SCROLLBAR-SHADOW-COLOR: #595959;
	SCROLLBAR-3DLIGHT-COLOR: #595959; 
	SCROLLBAR-ARROW-COLOR: #ffffff; 
	SCROLLBAR-DARKSHADOW-COLOR: #ffffff; 
	SCROLLBAR-BASE-COLOR: #cfcfcf; 
	overflow-x:hidden;
	overflow-y:auto;
}

body{
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	font-family: Arial,"微软雅黑";
}

/*去除链接虚线框的方法*/
a,a:hover{outline: none;blr:expression(this.onFocus=this.blur());}
a
{
	text-decoration:none}
img{
	border:0px;
}

/*强制换行*/
div{
	word-wrap: break-word; 
	word-break: normal;
}

div{
	word-break: break-all;
}

table
{
	word-break: break-all; 
	word-wrap: break-word; 
}

/*是否显示滚动条*/
.scrollbar_yes{
	overflow:scroll;
}
	
.scrollbar_no{
	overflow:hidden;
}

.scrollbar_y{
	overflow:hidden;
	overflow-y:scroll;
}

/*页面宽度*/
#Container
{
	margin-left: auto; 
	margin-right: auto; 
	width: 1000px;/*width:1400px DIV不换行*/ 
	line-height:20px;
}

/*弹出窗体*/
#AlertBase
{
	display:none;
	z-index: 200; 
	position:absolute;
	width: 1000px;
	top: 0px; 
	left: 0px;
	background-color: #000000;
	-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=10)';
	-moz-opacity:0.1;
	filter:alpha(opacity=10);
	opacity:0.1;
	
}
#openDIV
{
	display: none; 
	z-index: 201; 
	position: absolute; 
	top: 0px;
    left: 0px;
	border-top:1px solid #FF7300;
	background-color:#FF7300;
}
.clear{ margin:0 auto;clear: both; font-size:1px; width:1px; visibility: hidden; }
.clear5{ margin:0 auto;clear: both; height:5px; visibility: hidden; }
