@charset "iso-8859-1";

/* Struttura Box Standard */

/* Header del Box */
.BoxStandard_Header {
	height: 50px;
	background-image: url('../img_struct/Box.Title.Bg.gif');
	background-repeat: repeat-x;
}

/* Posizione Titolo Box */
.BoxStandard_Header div {
	padding-top: 11px;
	padding-left: 20px;
	margin: 0px;
}

/* Area Contenuto del Box */
.BoxStandard_Content {
	clear: both;
	background: #15181d;
	padding: 20px;
	padding-bottom: 15px;
	padding-top: 5px;
	border-bottom: 1px solid #444444;
}

.BoxStandard_Content_Width {
	width: 262px;
}

/* Struttura Area contenuto centrale */

/* Header del Box */
#BoxContent_Header {
	height: 10px;
	margin: 0px;
	padding: 0px;
	background-image: url(../img_struct/BoxTitle_Content.gif);
	background-repeat: no-repeat;
}

/* Area Contenuto del Box */
#BoxContent_Content {
	display: block;
	clear: both;
	background: #ffffff;
	border-left: 1px solid #aaaaaa;
	border-right: 1px solid #aaaaaa;
	padding: 20px;
	margin: 0px;
}

/* Footer del Box*/
#BoxContent_Footer {
	height: 10px;
	margin: 0px;
	padding: 0px;
	background-image: url(../img_struct/BoxFooter_Content.gif);
	background-repeat: no-repeat;
}

