/* CSS Document */

body {
 margin: 0;
 padding:0; 
 background:#eeeeee;
 color: #000000;
 scrollbar-base-color: #D3D3D3;
 scrollbar-arrow-color: #727272;
 position: absolute;
 top: 0;
 left: 0;
 width : 100%;
 }	 

.layouttable {
	border: 0px none;
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
	table-layout: auto;
	empty-cells: show;
	width: 100%;
}

.toppane {
	height:10ex;
	border-bottom:1px solid #333333;
	width:100%;
	background:#eeeeee;
	color: #333333;
	margin:0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	text-align: left;
}

.menupane {
	width:14em;
	min-width: 14em;
	max-width: 15em;
	background:#c0c0c0;
	color: #333333;
	border-top-width: 0px;
	border-right: 1px dotted #333333;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	text-align: left;
}

.rightpane {
	width:14em;
	min-width: 14em;
	max-width: 14em;
	background:#c0c0c0;
	color: #333333;
	border-top-width: 0px;
	border-top-style: none;
	border-bottom-style: none;
	border-left: 1px dotted #333333;
	margin: 0px;
	text-align: left;
}

.contentpane {
   min-height: 80ex;
	background:#ffffff;
	color: #333333;
	border-top: none #000000;
	border-right-style: none;
	border-bottom: none #000000;
	border-right-width: 0px;
	border-left-style: none;
	border-left-width: 0px;
	padding-top: 1ex;
	padding-right: 2em;
	padding-bottom: 1ex;
	padding-left: 2em;
	text-align: left;
	min-width: 10em;
	overflow: scroll;
	width: 100%;
}

.footerpane {
   height:10ex;
	background:#eeeeee;
	color: #333333;
	margin:0;
	border-top: 1px solid #000000;
	border-right: 0px none #000000;
	border-bottom: 0px none #000000;
	border-left: 0px none #000000;
	text-align: left;
}

.contentdiv {

	border: none;
	margin: 1px;
	padding: 0px;
	min-width: 10em;
	min-height: 80ex;
}

.lspacerimg {
	width: 14em;
	height: 1px;
}

.rspacerimg {
	width: 14em;
	height: 1px;
}
