html{
	overflow: auto;
	height: 100%;
}
body{
	margin: 0 auto;
	padding: 0px;
	width:100%;
	font-size: 10pt;
	font-family: Verdana,Helvetica,Arial,sans-serif;
	min-width: 980px;
	position:relative;
	min-height: 98%;
	overflow-y:hidden;
}
.header{
	/*height: 129px;*/
}
.contentContainer{
	/*position: absolute;*/
	position: relative;
	left: 0;
	overflow: hidden;
	overflow-x: hidden;
	padding-top: 20px;
	min-height:400px;
	width:100%;

}
.inbox
{
	right: 215px;
}
.content{
	margin: 0 235px 0 20px;
}
.right{
	position: absolute;
	width: 215px;
	right: 0px;
	top: 115px;
	/*bottom: 0;*/
	overflow: auto;
	overflow-x: hidden;
}
form 
{
	margin:0;
}
.ui-dialog-titlebar-close {font-size: 0em;}