.ContainerHeader {
	padding-bottom: 5px;
}
.SideBackground {
	font-size: 1px !important;
	background-image: url('Background.png');
}
.ConBackground {
	background-image: url('Background.png');
}
.ContainerContent {
	padding-bottom: 5px;
}
.ContainerTitle {
	height: 100%;
	float: left;
}
.ContainerIcon {
	height: 100%;
	float: right;
	width: 30%;
	text-align: right;
}
.RightPane .ContainerTitle {
	float: left;
}
.RightPane .ContainerIcon {
	float: right;
	width: 30%;
	text-align: right;
}
.LeftPane .ContainerTitle {
	float: Right;
	width: 69%;
}
.LeftPane .ContainerIcon {
	float: left;
	width: 30%;
	text-align: left;
}
.LeftPane .TitleText {
	text-align: right;
}
