html{
	overflow:hidden;
}
body{
	font-family:Tahoma,Arial,Helvetica,Simsun,sans-serif;
	margin:0px;
	padding:0px;
	font-size:9pt;
	background:#fff;
	color:#333;
}
img{
	border:none;
}

/*layout*/
#layout{
	position:relative;
	width:900px;
	height:312px;
	margin:75px auto 10px auto;
}
.shadow{
	position:absolute;
	background:#000;
	color:#fff;
	font-size:1px;
	width:100%;
	height:100%;
}
#box{
	position:relative;
	border:1px solid #333;
	background:#fff;
	color:#000;
	height:310px;
	z-index:10;
}
#content{
	margin:5px;
	border:1px dotted #ccc;
	height:298px;
	background:#333;
	color:#ccc;
}
#leftside{
	float:left;
	width:199px;
	border-right:1px solid #666;
	height:100%;
}
#rightside{
	float:left;
	width:686px;
	height:100%;
	position:relative;
}
#page_valid{
	line-height:20px;
	margin-top:15px;
	text-align:center;
}
/*layout*/

/*left side*/
#sitetitle{
	font-family:"Lucida Console","Courier New","Bitstream Vera Serif","Times New Roman","Times",Simsun,serif;
	margin-top:30px;
	text-align:center;
	font-size:1.8em;
	cursor:default;
}
#sitetitle label{
	display:block;
	font-size:8pt;
	text-align:right;
	margin-right:20px;
}
#menu{
	position:absolute;
	top:100px;
	left:20px;
	width:170px;
	text-transform:uppercase;
}
#menu ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
}
#menu li{
	width:170px;
	margin-bottom:0.8em;
}
#menu li a:link,
#menu li a:active,
#menu li a:visited{
	width:170px;
	display:block;
	line-height:1.6em;
	text-decoration:none;
	text-align:center;
	font-size:0.9em;
	letter-spacing:1px;
	background:#333;
	color:#ccc;
}
#menu li a:hover{
	background:#445;
	color:#fff;
}
#info{
	position:absolute;
	bottom:20px;
	left:20px;
	width:170px;
	font-size:8pt;
	background:#333;
	color:#666;
}
#info a{
	background:#333;
	color:#666;
	text-decoration:none;
}
#info a:hover{
	background:#333;
	color:#999;
}
/*left side*/

/*right side*/
#text{
	width:675px;
	height:205px;
	margin:5px 0 5px 5px;
	border:1px solid #555;
	border-width:1px 0;
	line-height:20px;
}
.text{
	margin:10px;
}
#scrollbar{
	position:absolute;
	left:658px;
	top:215px;
	bottom:5px;
	width:43px;
	height:75px;
}
#scrollaxis{
	width:1px;
	margin:0 auto;
	background:#ccc;
	color:#000;
	height:75px;
}
#scroll{
	position:absolute;
	top:1px;
	left:18px;
	width:7px;
	height:15px;
	background:#f63;
	font-size:0px;
	cursor:n-resize;
}
#list{
	margin-left:5px;
	width:665px;
	height:75px;
	overflow:hidden;
}
#list a:link,
#list a:active,
#list a:visited{
	text-decoration:none;
	font-family:"Lucida Console","Courier New","Bitstream Vera Serif","Times New Roman","Times",Simsun,serif;
}
#list .item{
	display:block;
	line-height:18px;
	background:#333;
	color:#999;
}
#list .item div{
	display:list-item;
	font-size:1em;
	text-align:left;
	list-style:disc inside;
	margin-left:10px;
}
#list .item span{
	float:right;
	cursor:pointer;
	font-size:0.91em;
	display:none;
	padding-right:5px;
}
#list .item:hover{
	background:#000;
	color:#fff;
}
#list .item:hover div{
	list-style:circle inside;
}
#list .item:hover span{
	display:block;
}
#list div{
	text-align:right;
	font-size:0.83em;
}
#splash{
	background:#333 url('images/splash.gif');
	color:#444;
	position:absolute;
	left:0px;
	top:0px;
	height:298px;
	width:686px;
}
#splash div{
	margin:180px 0 0 60px;
	cursor:default;
	font-size:1.5em;
	line-height:18px;
}
/*right side*/

/*page_valid*/
#page_valid span{
	display:block;
	line-height:13px;
	font-size:8pt;
}
#page_valid span a:link,
#page_valid span a:visited,
#page_valid span a:active{
	color:#666;
	background:#fff;
	text-decoration:none;
}
#page_valid span a:hover{
	color:#000;
	background:#fff;
	text-decoration:underline;
}
/*page_valid*/

/*text style*/
#data{
	display:none;
}
#text img{
	margin:2px;
	float:right;
	padding:3px;
	border:1px solid #666;
	border-width:0 1px;
}
#text a:link,
#text a:active,
#text a:visited{
	background:#333;
	color:#ddd;
	text-decoration:none;
}
#text a:hover{
	background:#333;
	color:#fff;
	border-bottom:1px solid #f63;
}
#text span{
	list-style:inside square;
	margin:0 0 0 10px;
	padding:0px;
	display:list-item;
}
/*text style*/