/* Removing unwanted elements */
#MasterNavigationLeft,
#MasterMainContentTop,
#MasterMainContentBottom,
#MasterNavigationRight {
	display:none;
}

/* Ensuring page flow (expecially in FF) */
#MasterMiddle {
	overflow:visible !important;
}

/* Use the available area */
#MasterMainContent {
	float:none;
	margin:0;
	width:100%;
}

/* Deal with tables */
table {
	height:100%;
}
thead {
	display:table-header-group;
}
td, th {
	height:100%;
}

/* Show necessary hidden elements */
.xray-view {
	display:block !important;
}