/* 
================================
 Container Styles for DotNetNuke
================================
*/   

/* ColorHeader - Color Background*/

.containerMaster {
	width: 100%; 
}

.greyBg
{
	background: #EFEFEF; 
}

.greyImage
{
	background-image:url(header_bg.jpg);
	background-repeat:repeat-x;
	background-color: #dddddd;
}

.greenBorder {
	border-bottom: #009900 1px solid; 
}

.thick
{
	border-bottom-width: 4px;
}


.noHeaderGray {
	background-color: #666666;
	height: 5px;
}


.containerSpacer {
	height: 2px;
}

/* Plain Header - Plain Background */
.containerContent {
	width: 100%;
	background-color: #FFFFFF;
	padding: 4px;
	/*moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;*/
}

.containerContentNoHeader {
	width: 100%;
	border-right: #999999 1px solid; 
	border-top: #999999 4px solid; 
	border-left: #999999 1px solid; 
	border-bottom: #999999 1px solid;

}

.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;
}

.containerTermintator {
	height: 4px;
	width: 200px;
}



