/*===========================================
	Blank Container
============================================*/

.blank_container_wrapper {
	width: 100%;
	text-align: left;
	display: block;
}
.blank_container {
	margin: 5px 5px 5px 5px;
}

.quote_container {
	margin: 5px 5px 5px 5px;
	background: url(images/customer_quotes.png) no-repeat;
}

.blank_header {
	width: 100%;
}
.blank_title {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
}
.blank_actions {
	position: relative;
	top: -25px;
	float: right;
}
.blank_content {
	width: 100%;
	margin: 0px 0px 0px 0px;
}
.blank_content .Normal {
	text-align: left;
}


/*===========================================
	Bold Red Header Container
============================================*/

.brh_container_wrapper {
	width: 100%;
	text-align: left;
}
.brh_container {
	margin: 0px 5px 5px 5px;
	position: relative;
	top: -2px;
}
.brh_header {
	width: 100%;
	height: 50px;
	background-image: url(redcontainer_bg.png);
	background-position: top left;
	background-repeat: no-repeat;
}
.brh_title {
	width: 100%;
	height: 100%;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 5px 0px 5px 5px;
	position: relative;
	top: 10px;
	left: 8px;
}
* html .brh_title {
	position: relative;
	top: -2px;
}
.brh_header>.brh_title {
	position: relative;
	top: 0px;
}
.brh_title>.Head {
	position: relative;
	color: #FFF;
}
.brh_title .Head {
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
}
.brh_actions {
	position: relative;
	top: -40px;
	left: 250px;
}
.brh_content {
	width: 100%;
	margin: 0px 0px 0px 0px;
}
.brh_content .Normal {
	text-align: left;
}


