#FullTable
{
	width: 800px;
	height: 550px;
	float: left;
	border: 1px solid #848284;	
	font-family: Verdana;
	font-size: 11px;
	color:Black;
}
#LeftTopDiv
{
	overflow: hidden;
	background-color: #D7DFE7;
	text-align: center;
}
#LeftTopCell
{
	width: 220px;
	height: 40px;
}
#LeftMiddleTopDiv
{
	vertical-align: top;
	overflow: visible;
}
#LeftMiddleMiddleDiv
{
	text-align: center;
	overflow:visible;	
}
#LeftMiddleBottomCell
{
	height: 100%;
	vertical-align: bottom;
}
#LeftMiddleBottomDiv
{
	padding-top: 3px;
	padding-bottom: 3px;
	overflow: visible;
	text-align: center;
	vertical-align: text-bottom;
}
#RightTopDiv
{
	overflow: hidden; 
	height: 35px;
	text-align: right;
}
#RightBottomDiv
{
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	height: 100%;
	vertical-align: top;
	overflow: auto;
}
#BottomDiv
{
	width: 800px;
	overflow: hidden;
	text-align: right;	
	clear: both;
}
.WhiteBg
{
	background-color: White;
}
.GreyBg
{
	background-color: #D7DFE7;
}
