
#docpane a, #docpane a:visited, #docpane a:hover {
	color:#3333ff;	text-decoration: none;
}
#docpane{
	overflow-x: hidden !important;
	overflow-y: auto !important;
	background:  url('http://www.kuzoa.com/files/2007/07/11/3697.gif') fixed !important;
	font: 12px verdana !important;
}
.innerpane { margin: 5px; }
#container{ width: 97% !important; }
.pagepanel{
	background-color:#ffffff;
	color: #000000 !important;
	border: 2px solid #009900 !important;
	padding: 5px;
	margin-bottom: 5px;
	overflow:hidden !important;
}
textarea.transparent {
	color:#000000;
}

#container {
	height: auto;
	margin: 0 auto;
	padding: 0 1px 0 1px; /* special sauce */
	min-width: 700px;
 }

#paneright, #paneleft {
	width: 25%;
	min-height: 30px;
	float: right;
	overflow: hidden;
 }
#panecenter {
	width: 50%;
	min-height: 30px;
	float: right;
	overflow: hidden;
}
#panespan {
	float: right;
	width: 100%;
	min-height: 30px;
 }