/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_blue {
	width: 100%;
	background-color: #D6D6D6; /* CFD6E7;*/
	BORDER-RIGHT: #DEE3EF 0px solid; 
	BORDER-TOP: #DEE3EF 0px solid; 
	BORDER-LEFT: #DEE3EF 0px solid; 
	BORDER-BOTTOM: #DEE3EF 0px solid;  
	moz-border-radius-bottomleft: 5px; 
	moz-border-radius-bottomright: 5px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px
}

.containerrow2_blue {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Tahoma, Helvetica;
}

.containerrow2_transp {
	background-color: transparent;
	font-family: Verdana, Arial, Tahoma, Helvetica;
}

.lineagrigia {
	BACKGROUND-IMAGE: url(lineaGrigia.gif);
	background-repeat: no-repeat;
}

.lineablu {
	BACKGROUND-IMAGE: url(lineablu.gif);
	background-repeat: no-repeat;
}