/* 
================================
 Container Styles for DotNetNuke
================================
*/   

/* ColorHeader - Color Background*/

.containerMaster {
	width: 100%; 
	background-color: #FEFEFE;
}


.containerColoredHeader{
	width: 100%;
	background-color: #E5E5E5;
	border-right: #999999 1px solid; 
	border-top: #999999 1px solid; 
	border-left: #999999 1px solid; 
	border-bottom: #999999 1px solid; 
	padding: 4px;
	height: 21px;
}

.noHeaderGrayMenuBar {
	border-bottom: #FF0000 1px solid; 
}

.noHeaderGray {
	background-color: #999999;
	height: 4px;
}

.noHeaderRed {
	background-color: #FF0000;
	height: 4px;
}

.containerSpacer {
	height: 2px;
}

/* Plain Header - Plain Background */
.containerContent {
	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; 
	padding: 4px;
	/*moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;*/
}

.containerContentColored {
	width: 100%;
	background-color: #EFEFEF;
	border-right: #999999 1px solid; 
	border-top: #999999 1px solid; 
	border-left: #999999 1px solid; 
	border-bottom: #999999 1px solid; 
	padding: 4px;
}

.containerFooter {
	padding-top: 2px;
	border-top: #CCCCCC 1px solid; 
}

.containerTermintator {
	height: 4px;
}



