/* 
================================
 Container Styles for DotNetNuke
================================
*/   


.containermaster_blue {
	width: 100%;
	background-color: #ffffff;
	border: solid 2px 000000;
}

.container_round {
	border-bottom: solid 2px #E3E2DE;
	border-left: solid 2px #E3E2DE;
	border-right: solid 2px #E3E2DE;		
		
}
.containerrow2_blue {
	background-image: URL("bg.gif");
	border: none;
	height:28px;
}
.containerheader {
	font-family: tahoma, arial, helvetica;
	font-size: 12px;
	color: #877B7B;
	font-weight:bold;
}



