
html {
	height: 100%;
	overflow: hidden;
	margin: 0;
	padding:0;
	}

div#topFrame {
	position: absolute;
	display: block;
	left: 0px;
	right: 0px;
	top: 0px;
	height: 103px;
	text-align: center;
	vertical-align:middle;
	}

div#statusFrame {
	position: absolute;
	display: block;
	left: 0px;
	right: 0px;
	top: 103px;
	bottom: auto;
	height: 32px;
	text-align: center;
	vertical-align: middle;
	} 

div#leftFrame {
	position: absolute;
	display: block;
	top: 137px;
	bottom: 31px;
	left: 0px;
	padding: 0px;
	overflow: auto;
	}

div#centerFrame {
	position: absolute;
	top: 100px;
	bottom: 31px;
	left: 220px;
	right: 0px;
	overflow: auto;
	}

div#rightFrame {
	position: absolute;
	display: block;
	top: 50px;
	bottom: 50px;
	left: auto;
	right: 0px;
	padding: 10px;
	width: 120px;
	height: 100%;
	overflow: hidden;
	}

div#bottomFrame {
	position: absolute;
	display: block;
	left: 0px;
	right: 0px;
	top: auto;
	bottom: 0px;
	height: 30px;
	text-align: center;
	vertical-align: middle;
	} 

.ui-dialog-titlebar-close {
	display: none;

}	

