
html {
	height: 100%;
	overflow: hidden;
	margin: 0;
	padding:0;
	}

div#topFrame {
	background-color: #ffffff;
	position: absolute;
	display: block;
	left: 0px;
	right: 0px;
	top: 0px;
	height: 103px;
	text-align: center;
	vertical-align:middle;
	border-bottom-color: #333333;
	border-bottom-style: solid; 
	border-bottom-width: 2px;
	}

div#statusFrame {
	background-color: #CACACA;
	position: absolute;
	display: block;
	left: 0px;
	right: 0px;
	top: 103px;
	bottom: auto;
	height: 32px;
	text-align: center;
	vertical-align: middle;
	border-top-color: #333333;
	border-top-style: solid; 
	border-top-width: 2px; 
	border-bottom-color: #999999;
	border-bottom-style: solid; 
	border-bottom-width: 2px; 
	} 

div#leftFrame {
	background-color: #cccccc;
	position: absolute;
	display: block;
	top: 137px;
	bottom: 31px;
	left: 0px;
	padding: 0px;
	width: 210px;
	overflow: auto;
	border-right-color: #999999;
	border-right-style: solid; 
	border-right-width: 5px; 
	}

div#centerFrame {
	background-color: #ffffff;
	position: absolute;
	top: 137px;
	bottom: 31px;
	left: 212px;
	right: 0px;
	overflow: auto;
	}

div#rightFrame {
	background-color: #366666;
	position: absolute;
	display: block;
	top: 50px;
	bottom: 50px;
	left: auto;
	right: 0px;
	padding: 10px;
	width: 120px;
	height: 100%;
	overflow: hidden;
	}

div#bottomFrame {
	background-color: #CACACA;
	position: absolute;
	display: block;
	left: 0px;
	right: 0px;
	top: auto;
	bottom: 0px;
	height: 30px;
	text-align: center;
	vertical-align: middle;
	border-top-color: #333333;
	border-top-style: solid; 
	border-top-width: 2px; 
	} 

.ui-dialog-titlebar-close {
	display: none;

}	

