﻿/******************************
* Section master styles
******************************/
.LeftColumnHeader
{
	width:153px;
	height:3px;
	background:url(/images/bgLeftHeader.png) no-repeat left top;
}
.LeftColumnBody
{
	width:153px;
	background:#FFF url(/images/bgLeftBody.png) no-repeat left bottom;
	/*background-color:#b9c2da;*/
	overflow:hidden;
}
.LeftColumnFooter
{
	width:153px;
	height:3px;
	background:url(/images/bgLeftFooter.png) no-repeat left top;
}
.gutter
{
	width:11px;
}
.RightColumnHeader
{
	width:796px;
	height:3px;
	background:url(/images/bgRightHeader.png) no-repeat left top;
}
.RightColumnBody
{
	width:796px;
	
	background:#FFF url(/images/bgRightBody.png) no-repeat center bottom;
}
.RightColumnBodyContainer
{
	min-height:506px;
}
* html .RightColumnBodyContainer
{
	height:auto !important;
	height:506px;
}
.RightColumnFooter
{
	width:796px;
	height:3px;
	background:url(/images/bgRightFooter.png) no-repeat left top;
}

/******************************
* Template styles
******************************/
table.ContentColumnContainer
{
	margin:0 auto;
}
td.LeftColumnHeader
{
	width:153px;
	height:3px;
	background:url(/images/bgLeftHeader.png) no-repeat;
}
td.LeftColumnBody
{
	width:153px;
	background:#FFF url(/images/bgLeftBody.png) no-repeat center bottom;
	overflow:hidden;
}
td.LeftColumnFooter
{
	width:153px;
	height:3px;
	background:url(/images/bgLeftFooter.png) no-repeat;
}
td.CenterColumnHeader
{
	width:10px;
}
td.CenterColumnBody
{
	width:10px;
}
td.CenterColumnFooter
{
	width:10px;
}
td.RightColumnHeader
{
	width:796px;
	height:3px;
	background:url(/images/bgRightHeader.png) no-repeat;
}
td.RightColumnBody
{
	width:796px;
	background:#FFF url(/images/bgRightBody.png) no-repeat center bottom;
	overflow:hidden;
}
td.RightColumnFooter
{
	width:796px;
	height:3px;
	background:url(/images/bgRightFooter.png) no-repeat;
}
div.LeftColumnContentContainer, div.RightColumnContentContainer
{
	min-height:506px;
}
* html div.LeftColumnContentContainer, * html div.RightColumnContentContainer
{
	height:auto !important;
	height:506px;
}
