body {
	background-color:#eee;
	font-size:11px;
	font-family:sans-serif;
	background-image:url(pics/bglogo.png);
	background-repeat:no-repeat;
	background-position:center center;
}
#mainbox {
	width:800px;
	border:1px solid #999;
	height:320px;
	margin-left:-400px;
	margin-top:-160px;
	top:50%;
	left:50%;
	background-color:#fff;
	position:absolute;
	background-image:url(pics/bg.png);
	background-repeat:no-repeat;
}

#blackfader {
	display:none;
	background-color:#fff;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	z-index:1000;
	position:absolute;
}
#reffy {
	display:none;
	background-color:#fff;
	top:50%;
	left:50%;
	margin-left:-250px;
	margin-top:-180px;
	height:360px;
	width:500px;
	z-index:1500;
	position:absolute;
}

.ref1 {
	height:28px;
	width:28px;
	border:1px solid #666;
	cursor:pointer;
	float:left;
	margin:2px 2px 2px 2px;
	opacity:0.8;
	filter: alpha(opacity = 80);
	background-color:#fff;
}
.ref2 {
	height:28px;
	width:28px;
	border:1px solid #000;
	cursor:pointer;
	float:left;
	margin:2px 2px 2px 2px;
	background-color:#fff;
}

.tool-tip{
	z-index:1000;
	color:#000;
	line-height:28px;
	text-align:right;
	width:300px;
	background-image:url(pics/reftool.png);
	background-repeat:no-repeat;
}
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
	background: url(bubble.png) top left;
}



#menu {
	padding-top:5px;
	position:absolute;
	left:0px;
	bottom:0px;
	top:0px;
	z-index:100;
}

#fader {
	position:absolute;
	left:0px;
	bottom:0px;
	top:0px;
	height:320px;
	width:800px;
	right:0px;
	background-color:#fff;
	z-index:50;
	display:none;
}

#right {
	position:absolute;
	height:320px;
	width:800px;
	bottom:0px;
	top:0px;
	right:0px;
	background-color:#fff;
	z-index:10;
}

.bg {
	position:absolute;
	height:320px;
	width:800px;
	bottom:0px;
	top:0px;
	right:0px;
	background-repeat:no-repeat;
	z-index:11;
}
a.doclink {
	line-height:20px;
	font-size:bolder;
	color:#000;
	font-size:12px;
}


.right {
	position:absolute;
	height:300px;
	bottom:0px;
	top:0px;
	right:0px;
	background-color:#fff;
	z-index:15;
	opacity:0.8;
	filter: alpha(opacity = 80);
	padding:10px 10px 10px 10px;

}

#bottom {
	position:absolute;
	bottom:-20px;
	height:20px;
	line-height:20px;
	right:0px;
	left:0px;
	width:800px;
	text-align:center;
}


.menu1 {
	cursor:pointer;
	font-size:11px;
	padding-left:3px;
	line-height:18px;
	color:#000;
	background-color:#fff;
	opacity:0.9;
	filter: alpha(opacity = 90);
	clear:both;
	margin-top:3px;
	width:120px;
	border-right:2px solid #000;
	margin-right:10px;
	font-weight:bolder;
}

.menu2 {
	cursor:pointer;
	font-size:11px;
	padding-left:3px;
	line-height:18px;
	color:#000;
	background-color:#fff;
	opacity:1.0;
	filter: alpha(opacity = 100);
	clear:both;
	margin-top:3px;
	width:120px;
	border-right:2px solid #000;
	margin-right:10px;
	font-weight:bolder;
}

#langmenu {
	position:absolute;
	right:0px;
	top:-20px;
	height:20px;
}

.menu3 {
	cursor:pointer;
	font-size:11px;
	padding-left:3px;
	line-height:18px;
	color:#000;
	background-color:#fff;
	opacity:1.0;
	filter: alpha(opacity = 100);
	clear:both;
	margin-top:3px;
	width:120px;
	border-right:4px solid #8080C0;
	margin-right:10px;
	font-weight:bolder;
}