@charset "utf-8";
.containerWrapper {
	margin: 0 8px 12px;
	clear: both;
}
.topLeft {
	background-image: url(images/container_bg-tl.png);
	background-repeat: no-repeat;
	width: 8px;
	height: 8px;
}
.topLeftMenu {
	background-image: url(images/container_bg-tl-menu.png);
	background-repeat: no-repeat;
	width: 8px;
	height: 21px;
}
.topLeftHelp {
	background-image: url(images/container_bg-tl-help.png);
	background-repeat: no-repeat;
	width: 8px;
	height: 21px;
}
.topCenter {
	background-image: url(images/container_bg-tc.png);
	background-repeat: repeat-x;
	height: 8px;
}
.topCenterMenu {
	background-image: url(images/container_bg-tc-menu.png);
	background-repeat: repeat-x;
	height: 21px;
	text-align: left;
	padding-right: 10px;
	font-size: 8pt;
	color: #333333;
}
.topRight {
	background-image: url(images/container_bg-tr.png);
	background-repeat: no-repeat;
	width: 8px;
	height: 8px;
}
.topRightMenu {
	background-image: url(images/container_bg-tr-menu.png);
	background-repeat: no-repeat;
	width: 8px;
	height: 21px;
}
.topRightHelp {
	background-image: url(images/container_bg-tr-help.png);
	background-repeat: no-repeat;
	width: 8px;
	height: 21px;
}
.midLeft {
	background-image: url(images/container_bg-ml.png);
	background-repeat: repeat-y;
	width: 8px;
}
.midCenter {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #333333;
	background-color: #FFFFFF;
	padding: 4px;
}
.midRight {
	background-image: url(images/container_bg-mr.png);
	background-repeat: repeat-y;
	width: 8px;
}
.bottomLeft {
	background-image: url(images/container_bg-bl.png);
	background-repeat: no-repeat;
	width: 8px;
	height: 12px;
}
.bottomLeftMenu {
	background-image: url(images/container_bg-bl-menu.png);
	background-repeat: no-repeat;
	width: 8px;
	height: 25px;
}
.bottomCenter {
	background-image: url(images/container_bg-bc.png);
	background-repeat: repeat-x;
	height: 12px;
}
.bottomCenterMenu {
	background-image: url(images/container_bg-bc-Menu.png);
	background-repeat: repeat-x;
	height: 25px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #333333;
	white-space: nowrap;
	vertical-align: top;
	padding-top: 3px;
}
.bottomRight {
	background-image: url(images/container_bg-br.png);
	background-repeat: no-repeat;
	width: 8px;
	height: 12px;
}
.bottomRightMenu {
	background-image: url(images/container_bg-br-menu.png);
	background-repeat: no-repeat;
	width: 8px;
	height: 25px;
}
.containerMenu {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #CCCCCC;
	white-space: nowrap;
	margin-left: -10px;
	margin-right: -10px;
}
.containerMenu td {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.containerMenu a:link {
	text-decoration: none;
	color: #333333;
}
.containerMenu a:visited {
	text-decoration: none;
	color: #333333;
}
.containerMenu a:hover {
	text-decoration: underline;
	color: #333333;
}
.containerMenu a:active {
	text-decoration: underline;
	color: #333333;
}
.menuDivider {
	background-image:url(../Images/menu_divider_bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}