/*!
\ body margin
*/
td.BodyMargin1 { background-color: #CCCCCC !important; }
td.BodyMargin2 { background-color: #FFFFFF !important; }

/*!
\ body header - table and rows
*/
/* table */
table.BodyHeader { background-color: #FFFFFF !important; }
/* cell - logo */
td.BHLogo {
	height: 228px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	vertical-align: middle;
	width: 750px;
}
/* cell - menu */
td.BHMenu
{
	background-image: url(../image/background/imgMenuBackground.jpg);
	background-position: top;
	background-repeat: no-repeat;
	height: 40px;
	padding: 0px 8px 0px 0px;
	text-align: right;
	vertical-align: top;
	white-space: nowrap;
	width: 750px;
}
/* cell - menu item*/
td.BHMenuItem
{
	background-image: url(../image/background/imgMenuItemBackground.gif);
	background-position: top;
	background-repeat: repeat-x;
	height: 28px;
	padding: 0px 8px 2px 8px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}

/*!
\ body footer - table and rows
*/
/* table */
table.BodyFooter
{
	background-color: #000000 !important;
	background-image: url(../image/background/imgFooterBackground.gif);
	background-position: top;
	background-repeat: repeat-x;
	height: 46px;
}
/* cell - menu */
td.BFMenu
{
	color: #00FF00;
	font-size: 12px !important;
	font-weight: bold;
	height: 28px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}
/* cell - info */
td.BFInfo
{
	color: #111111;
	font-size: 10px !important;
	text-align: center;
	vertical-align: middle;
}

/*!
\ body main - content
*/
/* table */

td.BMContent
{
	background-attachment: scroll;
	background-image: url(../image/background/imgContentBackground.gif);
	background-position: top;
	background-repeat: repeat-x;
}

td.BMCText
{
	padding: 4px 15px 0px 15px;
	vertical-align: top;
}

#tblBodyMain, #tblBodyCenter { height: 100%; }
#tblBody { background-color: #FFFFFF; height: 100%; }

/*#tblBodyMain { min-height: 600px; }*/



/*#tblBody, #tblBodyCenter, #tblBodyMain { height: 100%; }*/
/*#tblBody, #tblBodyCenter { height: 100%;}*/
