/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_gray {
	width: 100%;
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px
}
.containerTitle {
	font-size: 9px;
}
.containerrow1_gray {
	BACKGROUND-IMAGE: url(gradient_LtGray.jpg);
}
.containerrow2_gray {
	background-color: trasparent;
}

.containerTL {
	background: url('mod_01.gif') no-repeat top left;
}

.containerTR {
	background: url('mod_03.gif') no-repeat top left;
}

.containerBL {
	background: url('mod_07.gif') no-repeat top left;
}

.containerBR {
	background: url('mod_09.gif') no-repeat top left;
}

.containerTOP {
	background: url('mod_02.gif') repeat-x top left;
}
.containerLEFT {
	background: url('mod_04.gif') repeat-y top left;
}
.containerRIGHT {
	background: url('mod_06.gif') repeat-y top right;
}
.containerBOTTOM {
	background: url('mod_08.gif') repeat-x bottom left;
}