/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_gray {
	width: 100%;
	background-color: transparent; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}

.containermaster_white {
	width: 100%;
	background-color: white;
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
	border: solid 1px #CCCCCC;
}

.containermaster_white_no_border {
	width: 100%;
	background-color: white;
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}

.containerheader_dark_darkoutline 
{
	background-color: #333333;
	border-right: #333333 1px solid;
	border-left: #333333 1px solid; 
	border-top: #333333 1px solid;
	padding-top: 2px;
	padding-bottom: 2px;
}

.containerheader_dark_greyoutline 
{
	background-color: #333333;
	border-right: #CCCCCC 1px solid;
	border-left: #CCCCCC 1px solid; 
	border-top: #CCCCCC 1px solid;
	padding-top: 2px;
	padding-bottom: 2px;
}

.containerheader_red_redoutline 
{
	background-color: #CC0001;
	border-right: #CC0001 1px solid;
	border-left: #CC0001 1px solid; 
	border-top: #CC0001 1px solid;
	padding-top: 2px;
	padding-bottom: 2px;
}

.containerheader_red_greyoutline 
{
	background-color: #CC0001;
	border-right: #CCCCCC 1px solid;
	border-left: #CCCCCC 1px solid; 
	border-top: #CCCCCC 1px solid;
	padding-top: 2px;
	padding-bottom: 2px;
}

.containerheader_white 
{
	background-color: white;
	border-right: #CCCCCC 1px solid;
	border-left: #CCCCCC 1px solid; 
	border-top: #CCCCCC 1px solid;
}

.containerbody 
{
	border-right: #CCCCCC 0px solid; 
	border-left: #CCCCCC 0px solid; 
}

.containerfooter 
{
	border-right: #CCCCCC 1px solid;
	border-left: #CCCCCC 1px solid; 
	border-bottom: #CCCCCC 1px solid;
}
