﻿body #header, 
body .sidebar, 
body #master_header, 
body .master_header,
body .menucontainer td, 
body .menucontainer th, 
body .quickeditcontainer, 
body .navbutton,
body .wizardsidebar, 
body .ajax__tab_header, 
body .commentButtons, 
body .itemdetailsbuttons, 
body .detailsedit, 
body .addeditcommentcontrol,
body #master_footer, 
body .editbutton, 
body div.addcomment,
body div.querybuttons, 
body i.clicktoedit, 
body div.showtagcloudbutton,
body .noprint, 
body tr.listpager,
body img.expandercontroller,
body ul.summaries_ul,
body div.admintree
{
	display: none;
}

body #master_content
{
	position: static;
	top: auto;
	width: auto;
	overflow: visible;
}


html #body, body #content, body .content, html body
{
	position: static;
	margin-top: auto;
	margin-bottom: auto;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	width: auto;
	overflow: visible;
}

html body div.ajax__tab_body
{
	border: none !important;

}

body .menucontainer td.listcaption 
{
	display:table-cell;
}

html body table.listitems 
{
	height: auto !important;
	width: auto;
	overflow: visible;
	position: static;
}

body #master_content 
{
	position: static;
	top: 0;
	width: auto;
	overflow: visible;
}

html, body 
{
	overflow-y: visible;
}

html body div.panelcollapse 
{
	overflow-y: visible !important;
	height: auto !important;
}


body .admincontent{
	position: static;
	margin-top: auto;
	margin-bottom: auto;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	width: auto;
	overflow: visible;
}


body .listheader td.listcaption
{
	display: block;
	color: #000;
}