.ContainerTopTitle .Head {
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	white-space: nowrap;
}

.ContainerColorTopTitle .Head, .ContainerTopTitleRed .Head {
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	white-space: nowrap;
}

.ContainerTopLeft {
	width: 10px;
	height: 25px;
	background-color: #003366;
	font-size: 1px;
}

.ContainerTopLeftRed {
	width: 10px;
	height: 25px;
	background-color: #a20228;
	font-size: 1px;
}

.ContainerTopTitle {
	height: 25px;
	background-color: #003366;
	white-space: nowrap;
}

.ContainerTopTitleRed {
	height: 25px;
	background-color: #a20228;
	white-space: nowrap;
}

.ContainerTopActions {
	height: 25px;
	width: 1px;
	background-color: #003366;
	white-space: nowrap;
}

.ContainerTopActionsRed {
	height: 25px;
	width: 1px;
	background-color: #a20228;
	white-space: nowrap;
}

.ContainerColorTopLeft {
	width: 10px;
	height: 25px;
	background-color: #FF6600;
	font-size: 1px;
}

.ContainerColorTopTitle {
	height: 25px;
	background-color: #FF6600;
	white-space: nowrap;
}

.ContainerColorTopActions {
	height: 25px;
	width: 1px;
	background-color: #FF6600;
	white-space: nowrap;
}

.ContainerContent {
	padding: 7px 10px 10px 10px;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: #FFF;
}
