/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_gray {
	width: 100%;
	background-color: #dddddd;
	border-right: #FBFBFB 1px solid; 
	border-top: #FBFBFB 1px solid; 
	border-left: #FBFBFB 1px solid; 
	border-bottom: #FBFBFB 1px solid; 
	moz-border-radius-bottomleft: 1px; 
	moz-border-radius-bottomright: 1px; 
	moz-border-radius-topleft: 0px; 
	moz-border-radius-topright: 1px;
}
.containerrow1_gray {
	background-image: url(gradient_LtGray.jpg);
}
.containerrow2_gray {
	background-color: #ffffff;
}
.containerrow3_gray {
	background-color: #FBFBFB;
}
.containerrow_content_gray{
	background-color: #FFFFFF;
	padding: 8px;
}


.containermaster_graya {
	width: 100%;
	background-color: #dddddd;
	border-right: #FBFBFB 1px solid; 
	border-top: #FBFBFB 1px solid; 
	border-left: #FBFBFB 1px solid; 
	border-bottom: #FBFBFB 1px solid; 
	moz-border-radius-bottomleft: 1px; 
	moz-border-radius-bottomright: 1px; 
	moz-border-radius-topleft: 0px; 
	moz-border-radius-topright: 1px;
}
.containerrow1_graya {
	background-image: url(gradient_LtGray.jpg);
}
.containerrow2_graya {
	background-color: #ffffff;
}
.containerrow3_graya {
	background-color: #FBFBFB;
}
.containerrow_content_graya{
	background-color: #FFFFFF;
	padding: 8px;
}


.containermaster_grayb {
	width: 100%;
}
.containerrow1_grayb {
	background-image: url(gradient_LtGray.jpg);
}
.containerrow2_grayb {
	background-color: #ffffff;
}
.containerrow3_grayb {
	background-color: #FBFBFB;
}
.containerrow_content_grayb{
	background-color: #FFFFFF;
	padding: 8px;
}