/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_blue {
	width: 100%;
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: #B8AD4B;
	BORDER-RIGHT: #9E0203 1px solid; 
	BORDER-TOP: #9E0203 1px solid; 
	BORDER-LEFT: #9E0203 1px solid; 
	BORDER-BOTTOM: #9E0203 3px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px
}
.containerrow1_blue {
	BACKGROUND-IMAGE: url(Container_BlackGold.jpg); HEIGHT:30px;
	color: White;
}
.containerrow2_blue {
	background-color: #FFFFFF
}
.contentpane {
	color: White;
	font-size: 9pt; 
	font-weight: normal; 
}


