﻿html, body {
	overflow: visible !important;
	width: auto !important;
	height: auto !important;
}

table
{
    table-layout: fixed !important; 
}

table.output_table
{
    width: 92%;
}

td
{
    white-space: normal !important;
    width: 0;
}

div#PageContent > div:first-child
{
    width: 100% !important;
}

*
{
    overflow: visible !important;
   font-size: 9px !important;
}

.noPrint
{
    display:none;
}

.ui-layout-pane ,
.ui-layout-resizer ,
.ui-layout-toggler {
	/* NEUTRALIZE 'layout element' styles */
	display: none !important; /* hide ALL by default */
	position: relative !important;
	top: auto !important;
	bottom: auto !important;
	left: auto !important;
	right: auto !important;
	width: auto !important;
	height: auto !important;
	overflow: visible !important;
}

.ui-layout-pane-center {
	display: block !important;
	border: 0 !important;
	padding: 0 !important;
	background: transparent !important;
}
