@charset "utf-8";
/* CSS Document */
/*default*/
html{
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	overflow:hidden;
}
a{
	text-decoration:underline;
}
a:link{
	color:#666;
	text-decoration:underline;
}
a:visited{
	color:#666;
}
a:hover{
	color:#F90;
	text-decoration:underline;
	cursor:pointer;
}
a:active{
}
body{
	display:block;
	margin:0px;
	padding:0px;
	
	width:100%!important;
	/*width:auto;/*IE6*/
	/*width:expression(document.documentElement.clientWidth);/*IE6*/

	height:100%!important;
	/*height:auto;/*IE6*/
	/*height:expression(document.documentElement.clientHeight);/*IE6*/
	
	background-color:#333;
	line-height:20px;
	font-family: Arial, Verdana; /*Arial, "微软雅黑", "黑体";/*Trebuchet MS, Verdana, */
	font-size:14px;
	color:#666;
	cursor:default;
	overflow:hidden;
}
p,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,th,td, font, strong{
	margin:0px;
	padding:0px;
}
table{
	border-collapse:collapse;
	border-spacing:0px;
}
img,iframe{
	border:none;
}
ol,ul{
	list-style:none;
}
input, textarea{
	font-family:"Trebuchet MS", Arial, "微软雅黑", "黑体";
	font-size:14px;
}

div#default{
	position:relative;
	margin:0px;
	padding:0px;
	
	width:100%!important;
	/*width:auto;/*IE6*/
	/*width:expression(document.documentElement.clientWidth);/*IE6*/

	height:100%!important;
	/*height:auto;/*IE6*/
	/*height:expression(document.documentElement.clientHeight);/*IE6*/	
	background-color:#333;
	line-height:20px;
	font-family: Arial, Verdana; /*Arial, "微软雅黑", "黑体";/*Trebuchet MS, Verdana, */
	font-size:14px;
	color:#666;
	cursor:default;
	overflow-x:auto;
	overflow-y:scroll;
}
div#root{
	position:absolute;
	display:block;
	top:0px;
	left:0px;
	right:17px;
}