/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_color {
	width: 100%;
	background-color: #E7E7EF;
	border-right: #ffffff 1px solid; 
	border-top: #ffffff 1px solid; 
	border-left: #ffffff 1px solid; 
	border-bottom: #E7E7EF 1px solid; 
	moz-border-radius-bottomleft: 0px; 
	moz-border-radius-bottomright: 0px; 
	moz-border-radius-topleft: 0px; 
	moz-border-radius-topright: 0px;
}
.containerrow1_color {
	background-color: #ffffff;
	border-right: #ffffff 1px solid; 
	border-top: #ffffff 1px solid; 
	border-left: #ffffff 1px solid; 
	border-bottom: #003399 1px solid; 
}

.containermaster_color_fixed {
	width: 210px;
	background-color: #E7E7EF;
	border-right: #ffffff 1px solid; 
	border-top: #ffffff 1px solid; 
	border-left: #ffffff 1px solid; 
	border-bottom: #E7E7EF 1px solid; 
	moz-border-radius-bottomleft: 0px; 
	moz-border-radius-bottomright: 0px; 
	moz-border-radius-topleft: 0px; 
	moz-border-radius-topright: 0px;
}
.containerrow1_color_fixed {
	background-color: #ffffff;
	border-right: #ffffff 1px solid; 
	border-top: #ffffff 1px solid; 
	border-left: #ffffff 1px solid; 
	border-bottom: #003399 1px solid; 
}


.containermaster_white {
	width: 100%;
	background-color: #ffffff;
	border-right: #003399 0px solid; 
	border-top: #003399 0px solid; 
	border-left: #003399 0px solid; 
	border-bottom: #003399 0px solid; 
	moz-border-radius-bottomleft: 0px; 
	moz-border-radius-bottomright: 0px; 
	moz-border-radius-topleft: 0px; 
	moz-border-radius-topright: 0px;
}
.containerrow1_white {
	background-color: #ffffff;
	border-right: #003399 0px solid; 
	border-top: #003399 0px solid; 
	border-left: #003399 0px solid; 
	border-bottom: #003399 1px solid;
	height: 16px;
}

.containermaster_white_fixed {
	width: 210px;
	background-color: #ffffff;
	border-right: #003399 1px solid; 
	border-top: #003399 1px solid; 
	border-left: #003399 1px solid; 
	border-bottom: #003399 1px solid; 
	moz-border-radius-bottomleft: 0px; 
	moz-border-radius-bottomright: 0px; 
	moz-border-radius-topleft: 0px; 
	moz-border-radius-topright: 0px;
}
.containerrow1_white_fixed {

	background-color: #E7E7EF;
	border-right: #003399 0px solid; 
	border-top: #003399 0px solid; 
	border-left: #003399 0px solid; 
	border-bottom: #003399 1px solid; 
}


