/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_blue {
	width: 100%;
	color: #999999; 
	background-color: #dfe5f2;
	border-right: #000000 1px solid; 
	border-top: #000000 1px solid; 
	border-left: #000000 1px solid; 
	border-bottom: #000000 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.containerrow1_blue 
{
	font-family: "Courier New", Verdana, Arial, Helvetica;
    font-size:  11px;
    font-weight: normal;
    color: red;
	background-image: url(Menu_Purple.gif);
	height: 25px; 
}
.containerrow2_blue {
	background-color: #ffffff;
}
