/* 
================================
 Container Styles for DotNetNuke
================================
*/   
.containerrow2_gray {
	background-color: #FFFFFF;
}
#ContentPane {
	background-image: url(images/right_Image_dropshadowMod.png);
	background-repeat: no-repeat;
	background-position: right top;
}

#ContentPane p {
	color:#000000;
}#topCorner {
	height: 8px;
	width: 8px;
}
#rightStrech {
	height: auto;
	width: 8px;
	background-image: url(images/right_Image_dropshadowMod.png);
	background-repeat: no-repeat;
	background-position: left top;
}#leftCorner {
	height: 8px;
	width: 8px;
}
#bottomStrech {
	background-image: url(images/bot_Image_dropshadowMod.png);
	background-repeat: repeat-x;
	background-position: top;
	height: 8px;
	width: 100%;
}


