/* 
================================
Container styles for DotNetNuke
================================
*/   





.red  {
color: #7D0000;
font-family: Tahoma, Arial, Helvetica;
font-weight:bold;
text-transform:uppercase;
font-size:12pt;
letter-spacing:2px;
border:0px;
border-bottom:1px #7D0000 solid;
padding-bottom:5px;
background-color:#FFFFFF;
}

.red a {
color: #7D0000;
font-family: Tahoma, Arial, Helvetica;
font-weight:bold;
text-decoration:none;
}

.contentContainer1 {
	padding-top:15px;
	font-size:10pt;


}

.contentContainerRosso {
	padding-top:15px;
	font-size:10pt;
	color:#fff;
	background-color:#BB1515;


}

.contentContainerBianco {
	padding-top:15px;
	font-size:10pt;
	background-color:#fff;


}


.white  {
color: #fff;
font-family: Tahoma, Arial, Helvetica;
font-weight:bold;
text-transform:uppercase;
font-size:12pt;
letter-spacing:2px;
border:0px;
border-bottom:1px #fff solid;
padding-bottom:5px;
background-color:#BB1515;
}

.white a {
color: #fff;
font-family: Tahoma, Arial, Helvetica;
font-weight:bold;
text-decoration:none;
}

/*------- Box Bianco arrotondato ----------*/

.Bianco_NW {
	width:30px;
	height:40px;
	background-image: url(BGBoxBiancoNW.jpg);
	background-repeat:no-repeat;}


.Bianco_N {
	height:40px;
	background-image: url(BGBoxBiancoN.jpg);
	background-repeat:repeat-x;
	}


.Bianco_NE {
	width:30px;
	height:40px;
	background-image: url(BGBoxBiancoNE.jpg);
	background-repeat:no-repeat
	}
	
.Bianco_SW {
	width:30px;
	height:40px;
	background-image:url(BGBoxBiancoSW.gif);
	background-repeat:no-repeat;}


.Bianco_S {
	height:40px;
	background-image:url(BGBoxBiancoS.gif);
	background-repeat:repeat-x;
	}


.Bianco_SE {
	width:30px;
	height:40px;
	background-image:url(BGBoxBiancoSE.gif);
	background-repeat:no-repeat
	}

.Bianco_E {
	height:40px;
	background-image:url(BGBoxBiancoE.gif);
	background-repeat:repeat-Y;
	}
	
.Bianco_W {
	height:40px;
	background-image:url(BGBoxBiancoW.gif);
	background-repeat:repeat-Y;
	}


/*------- Box rosso arrotondato ----------*/

.Rosso_NW {
	width:30px;
	height:40px;
	background-image: url(BGBoxRossoNW.jpg);
	background-repeat:no-repeat;}


.Rosso_N {
	height:40px;
	background-image: url(BGBoxRossoN.jpg);
	background-repeat:repeat-x;
	}


.Rosso_NE {
	width:30px;
	height:40px;
	background-image: url(BGBoxRossoNE.jpg);
	background-repeat:no-repeat
	}
	
.Rosso_SW {
	width:30px;
	height:40px;
	background-image:url(BGBoxRossoSW.gif);
	background-repeat:no-repeat;}


.Rosso_S {
	height:40px;
	background-image:url(BGBoxRossoS.gif);
	background-repeat:repeat-x;
	}


.Rosso_SE {
	width:30px;
	height:40px;
	background-image:url(BGBoxRossoSE.gif);
	background-repeat:no-repeat
	}

.Rosso_E {
	height:40px;
	background-image:url(BGBoxRossoE.gif);
	background-repeat:repeat-Y;
	}
	
.Rosso_W {
	height:40px;
	background-image:url(BGBoxRossoW.gif);
	background-repeat:repeat-Y;
	}