/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_blue
{
	width: 100%;
	background-color: #ffffff;
/*	moz-border-radius-bottomleft: 15px;
	moz-border-radius-bottomright: 15px;
	moz-border-radius-topleft: 3px;
	moz-border-radius-topright: 3px;
	border-top: silver 1px solid;
	border-bottom: silver 1px solid;
	border-left: silver 1px solid;
	border-right: silver 1px solid;
*/

	font-weight: bold;
	font-size: 11px;
	color: #31849b;
	font-family: Verdana;

}

.containerrow1_blue
{ 
	background-image: url(gradient.jpg);
	
height: 35px; }


.containerrow2_blue {
	background-color: #ffffff;
}

