/*通用样式表*/
@charset "utf-8";
 
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,cite,em,iframe
	{
	margin: 0;
	padding: 0;
	font-style: normal;
}

body {
	margin:5px;
	padding:0;
	-x-system-font: none;
	font: 14px/22px tahoma, "SimSun";
	font-weight: normal;
	color: #333;
	background: #FFFFFF url(../images/bg2.jpg) repeat-x 0 -80px;
	/*overflow-y:scroll;
	overflow-x:scroll;*/
	overflow:auto;
}

table{
	border-collapse:collapse;
}

button{
	padding-left:8px;
	padding-right:8px;
	padding-top:1px;
	padding-bottom:1px;
	/*height:26px;*/
}

.container{
	background:#FFFFFF;	
}

.whole_mark{
	z-index: 1000;
	position: absolute;
	left: 0;
	top: 0;
	filter: alpha(opacity =30);
	opacity: 0.30;
	background: #ccc;
	display: none;
	overflow: hidden;
	text-align:center;
}

.loading_info{
	z-index:1001;
	width:120px;
	position:absolute;
}


.loading_info_icon{
	height:32px;
	line-height:32px;
	background:url(../images/loading.gif) no-repeat top left;
}

.bottom_bar{
	/*line-height:52px;
	height:52px;*/
	padding:10px;
	font-size:12px;
	color:#666666;
	text-align:center;	
}

.hidden{
	display:none;	
}

.link{
	cursor:pointer;
	color:blue;
	text-decoration:underline;
}


