/* 
================================
 Container Styles
================================
*/

/* FORM STYLES */
.FormOutline
{
	border: solid 1px #C4D6BB;
}

.FormTopLeft
{
	background-image: url(form_top_left.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 20px;
	height: 100%;
}
.FormTopBkg
{
	background-image: url(form_border_bkg.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.FormTopRight
{
	background-image: url(form_top_right.gif);
	background-repeat: no-repeat;
	background-position: top;
	width: 20px;
	height: 100%;
}
.FormLeftBkg
{
	background-image: url(form_border_bkg.gif);
	background-repeat: repeat-y;
	background-position: top left;
}
.FormRightBkg
{
	background-image: url(form_border_bkg.gif);
	background-repeat: repeat-y;
	background-position: top right;
}
.FormBottomLeft
{
	background-image: url(form_bottom_left.gif);
	background-repeat: no-repeat;
	width: 20px;
	height: 38px;
}
.FormBottomLeft2
{
	background-image: url(form_bottom_left2.gif);
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
}
.FormBottomBkg
{
	background-image: url(form_bottom_bkg1.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	padding-right: 10px;
}
.FormBottomBkgBorder
{
	background-image: url(form_border_bkg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 10px;
	padding-bottom: 9px;
}
.FormBottomRight
{
	background-image: url(form_bottom_right.gif);
	background-repeat: no-repeat;
	width: 20px;
	height: 38px;
}
.FormBottomRight2
{
	background-image: url(form_bottom_right2.gif);
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
}
/* END FORM STYLES */

.LeftModuleContainer {
	width: 100%;
}

.LeftModuleLeft
{
	background-image: url(left_module_left.gif);
	background-repeat: no-repeat;
	width: 21px;
	height: 44px;
}

.LeftModuleCenter
{
	background-image: url(left_module_bkg.gif);
	background-repeat: repeat-x;
}

.LeftModuleRight
{
	background-image: url(left_module_right.gif);
	background-repeat: no-repeat;
	width: 101px;
	height: 44px;
}

.LeftModuleTitle
{
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: bold;
	color: #0153A4;
}

.LeftModuleColorCell
{
	background-color: #edf9e8;
	padding: 2px 5px 2px 10px;
}

.LeftModuleCenter .Head
{
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: bold;
	color: Black;
}

.ContainerMaster
{
	width: 100%;
}

.ContainerMasterEdit
{
	width: 600;
}

.ContainerMasterBorder
{
}

.ContainerMaster .Head
{
	color: Black;
}


.ContainerLogoMasterBorder
{
	margin-top: 50px;
	border: solid 1px #C4D6BB;
}

.ContainerLogoHeader
{
	background-image: url(container_logo_bg.gif);
	background-repeat: no-repeat;
	height: 63px;
	background-color: #EBF4E8;
}
