/* 
================================
 Container Styles for DotNetNuke
================================
*/   
.notitle{ 
	background-color: #FFFFFF;
	padding-top:0px; 
}
.containertitle_gray
{
	BACKGROUND-POSITION: left bottom; 
	BACKGROUND-IMAGE: url(title.gif); 
	BACKGROUND-REPEAT: no-repeat;
}
.containercontent_gray
{
	BACKGROUND-POSITION: left top; 
	BACKGROUND-IMAGE: url(index_bj.jpg); 
	BACKGROUND-REPEAT: no-repeat
}
.containermaster_gray {
	width: 100%;

	border-right: #8f9092 0px solid; 
	border-top: #8f9092 0px solid; 
	border-left: #8f9092 0px solid; 
	border-bottom: #8f9092 0px solid; 
	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;
}

.title_gray
{
	font-size:14px; 
	color:#ffffff; 
	font-weight:bold;
}








































































































