html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif, Arial;
	font-size: 10px;
	color: #333;
/* 	background-color: #E8E8E8; */
	background-color: #FFFFFF;
	min-width:750px;
}

a:link, a:visited, a:active {
	color:#000086;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
	background-color:#DFF6FF;	
}

.lside {
	margin:0px;
	background-color:#F0FDFF;
	padding:0px;
	border-right: 1px solid silver;
	float:left;
	width:15%;
	min-height: 500px;
	height: auto !important;
	height: 500px;
}


.lsidesmall {
	margin:0px;
	background-color:#F0FDFF;
	padding:0px;
	border-right: 1px solid silver;
	float:left;
	width:22px;
	min-height: 500px;
	height: auto !important;
	height: 500px;
}


.btntbleft {
	margin:0px;
	margin-left:2px;
	margin-right:2px;
}

.hidepanel {
	height:100%;
	background-color:#111;
	opacity: 0.65;
	filter:alpha(opacity=65);
	position:absolute;
	z-index: 9001;
	top:0px;
	left:0px;
	width:100%;
}

.popuppanel {
	position:absolute;
	background-color:#eeeeee;
	width:760px;
	height:550px;
	z-index: 9010;
	overflow:auto;
	top:50px;
	left:20px;
	padding:0px;
	margin:0px;
}
