﻿
#headerBox
{
	display:none;
}

#footerBox
{
	display:none;
}

#contentBox
{
	min-width:900px;
}

.contentBoxWrapper
{
	display:none;
	width:0px;
}

.fixedtableheader
{
	width:0px;
	height:0px;
	display:none;
	margin-left:-1000px;
	margin-top:-1000px;
}
div, iframe
{
	overflow:visible;
}
#pageBox
{
	min-width:900px;
	overflow:visible;
}

.pageLeftSpace
{
	display:none;
	width:0px;
}
.pageRightSpace
{
	display:none;
	width:0px;
}
.bordered
{	
	border:solid 1px red;
}
