/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.BrommaKHead
{
	font-family:Verdana, Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: white;
}
.containermaster_blue {
	width: 100%;
	background-color: Transparent;
	BORDER-RIGHT: #A69A7C 1px solid; 
	BORDER-TOP: #A69A7C 1px solid; 
	BORDER-LEFT: #A69A7C 1px solid; 
	BORDER-BOTTOM: #A69A7C 1px 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(gradient_LtBlue.jpg);
}
.containerrow2_blue {
	background-color: #FFFFFF
}
.containermaster_transparent {
	width: 100%;
    color: Transparent;
	background-color: Transparent;
	BORDER-RIGHT:Transparent; 
	BORDER-TOP: Transparent; 
	BORDER-LEFT: Transparent; 
	BORDER-BOTTOM: Transparent; 
}
.containermaster_white {
	width: 100%;
    color: white;
	background-color: Transparent;
	BORDER-RIGHT: #FFFFFF 1px solid; 
	BORDER-TOP: #FFFFFF 1px solid; 
	BORDER-LEFT: #FFFFFF 1px solid; 
	BORDER-BOTTOM: #FFFFFF 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px
}
.containermaster_whiteHR {
	width: 100%;
    color: white;
	background-color: Transparent;
	BORDER-RIGHT: white 1px solid; 
	BORDER-TOP: white 1px solid; 
	BORDER-LEFT: white 1px solid; 
	BORDER-BOTTOM: white 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px
}
.containerrow1_white {
	BACKGROUND-IMAGE: url(transp.gif);
    color: white;
}
.containerrow2_white {
	background-color: Transparent;
    color: white;
}


