/* 
================================
 Container Styles for DotNetNuke
================================
*/   

/* Plain Header - Plain Background */
.containerMaster {
	width: 100%;
	background-color: #FFFFFF;
	border-right: #999999 1px solid; 
	border-top: #999999 1px solid; 
	border-left: #999999 1px solid; 
	border-bottom: #999999 1px solid; 
	/*moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;*/
}

.containerHeaderLine {
	color: #FF3300;
	height: 1px;
}

.containerFooterLine {
	color:#CCCCCC;
	height: 1px;
}

/* Plain Header - Color Background*/
.containerColored{
	width: 100%;
	background-color: #F0F0F0;
	border-right: #999999 1px solid; 
	border-top: #999999 1px solid; 
	border-left: #999999 1px solid; 
	border-bottom: #999999 1px solid; 

}

/* ColorHeader - Color Background*/
.containerColoredHeader{
	background-color: #E6E6E6;
	border-bottom: #666666 1px solid;
	height: 5px;
}




