/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_white {
	width: 100%;
	background-color: transparent;
	BORDER-RIGHT: none; 
	BORDER-TOP: none; 
	BORDER-LEFT: none; 
	BORDER-BOTTOM: none; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px
}
.containermaster_color {
	width: 100%;
	background-color: #000033;
	BORDER-RIGHT: #000033 2px solid; 
	BORDER-TOP: #000033 2px solid; 
	BORDER-LEFT: #000033 2px solid; 
	BORDER-BOTTOM: #000033 2px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px
}
.containerrow {
	background-color: transparent;
}
.containerrow2_blue
{
    width: 100%;
    background-color: transparent;
    color: #663300;
    vertical-align: top;
}
.containerrow2_blueborder
{
    width: 100%;
    background-color: transparent;
    color: #663300;
    BORDER-BOTTOM: none;
}
.containermaster_blue 
{
    color: #663300;
    background-color: transparent;
}
.redb
{
    background-color: #990000;
    BORDER-RIGHT: #990000 2px solid;
    /*
    BORDER-RIGHT: #000033 3px solid; 
	BORDER-TOP: #000033 3px solid; 
	BORDER-LEFT: #000033 3px solid; 
	BORDER-BOTTOM: #000033 3px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px */
}
.blueb
{
    background-color: #000033;
    BORDER-RIGHT: #990000 2px solid;
    /*
    BORDER-RIGHT: #990000 15px solid; 
	BORDER-TOP: #000033 3px solid; 
	BORDER-LEFT: #000033 3px solid; 
	BORDER-BOTTOM: #000033 3px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px*/
}













































