/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_big {
	
	background-color: #ece0d0;
	border-right: #B1946C 1px solid; 
	border-top: #B1946C 1px solid; 
	border-left: #B1946C 1px solid; 
	border-bottom: #B1946C 1px solid; 
	/*moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;*/
}

.containermaster_small {
	width: 215px;
	background-color: #ece0d0;
	border-right: #B1946C 1px solid; 
	border-top: #B1946C 1px solid; 
	border-left: #B1946C 1px solid; 
	border-bottom: #B1946C 1px solid; 
	/*moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;*/
}

HR.gold {
	width: 100%;
	color: #B1946C; 
	/*moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;*/
}

.containerrow1_gray {
	background-image: url(gradient_LtGray.jpg);
}

.containerrow2_gray {
	background-color: #ffffff;
}

.titleBar560 {
	background-color: #ece0d0; 
	margin: 0;
	padding:0; 
	/*filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr='#B1946C', endColorStr='#ece0d0', gradientType= '1');*/
	background-image:url(gradient560px.png);
	background-position: left;
	background-repeat:repeat-y;
	max-width: 550px;
	width: 200px;
}

.titleBar215 {
	background-color: #ece0d0; 
	margin: 0;
	padding:0; 
	/*filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr='#B1946C', endColorStr='#ece0d0', gradientType= '1');*/
	background-image:url(gradient215px.png);
	background-position: left;
	background-repeat:repeat-y;
	max-width: 215px;
	width: 215px;
}