/*Proprietà della pagina*/
body{
	background-color: #5e0000;
	background-image: url(../images/sfDapaura.gif);
	background-position: center;
	background-repeat: repeat;
	margin: 0px;
	text-align:center;
}
/*Proprietà dello scroll della pagina*/
html {
    scrollbar-face-color:#7d1f1f;/*colore barra*/
    scrollbar-track-color:#3c0909;/*colore sfondobarra*/
    scrollbar-arrow-color:#ea690b;/*colore freccia attiva*/
    scrollbar-highlight-color:#C1C1C1;/*colore bordobarra*/
    scrollbar-3dlight-color:#7d1f1f;/*colore bordo chiarobarra*/
    scrollbar-shadow-color:#3c0909;/*colore barra*/
    scrollbar-darkshadow-color:#3c0909;/*colore barra*/
 }

#divPaginaBianca{
	background-color: #ffffff;
	width:780px;
	padding:10px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#divHeader{
	background-color: #ffffff;
	width:780px;
}
#Header{
	background-color: #ffffff;
	width: 780px;
	height: 130px;
	background-image: url(../images/header_dx.jpg);
}
#logo {
	float: left;
	width: 299px;
	height: 130px;
	}	
#top {
	float: right;
	width: 481px;
	padding-top: 50px;
		}
#divMenuTop{
	background-color: #ffffff;
	background-image: url(../images/sfMTopDapaura.gif);
	background-repeat:repeat-x;
	margin:0px 0px 5px 0px;
	height:33px;
	width:780px;
}
#divVoceMTop{
	margin:0px 2px 0px 2px;
	text-align:center;
}

.VociMenuTop{	
	text-decoration:none;
	font-family:Arial;
	font-weight:bold;
	font-size:11px;
	color:#043f86;
	text-decoration:none;
}

a.VociMenuTop:hover{	
	text-decoration:none;
	font-family:Arial;
	font-weight:bold;
	font-size:11px;
	text-decoration:underline;
	color:#ea690b;
}
#divContenutoPag{
	background-color: #ececec;
	width:780px;
	padding-bottom:5px;
	text-align:left;
}
#divBoxCreditsDx{
	margin-top:12px;
	width:120px;
	height:30px;
}
#divContenutoCreditsDx{
	margin-top:5px;
	width:120px;
	text-align:center;
	font-family:Arial;
	font-size:10px;
	color:#666565;
}
#divBoxBannerFooter{
	margin-top:20px;
	width:780px;
}

/*--------------------------------------------------------------*/

#divBoxPag1Sx{
	background-image:url(../images/sfStelleDapaura.gif);
	background-position:top;
	background-repeat:no-repeat;
	background-color: #ffffff;
	border: 1px solid;
	border-color:#CCCCCC;
	margin-top:10px;
	margin-left:10px;
	margin-bottom:10px;
	margin-right: 10px;
}
#divBoxTitoloPag1Sx{
	padding:20px 20px 10px 20px;
	width:536px;
}
#divBoxContenutoPag1Sx{
	padding:10px 20px 10px 20px;
}
#divBoxTabPag1Sx{
	background-image:url(../images/sfTrattDapaura.gif);
	background-position:top;
	background-repeat:repeat;
	width:536px;
}
.txtBoxPag1Sx{
	text-decoration:none;
	text-align:left;
	font-family:Arial;
	font-size:12px;
	color:#666565;
	}
a.txtBoxPag1Sx:hover{
	text-decoration:underline;
	text-align:left;
	font-family:Arial;
	font-size:12px;
	color:#666565;
	}
#divBoxPag1Dx{
	background-image:url(../images/sfStelle3Dapaura.gif);
	background-position:top;
	background-repeat:no-repeat;
	background-color: #ffffff;
	border: 1px solid;
	border-color:#CCCCCC;
	margin-top:10px;
	margin-left:10px;
	width:160px;
	height:750px;
	margin-right: 10px;
}
#divBoxTitoloPag1Dx{
	padding:20px 20px 10px 20px;
	text-align:left;
	width:118px;
}
#divBoxContenutoPag1Dx{
	padding:10px 20px 10px 20px;
	width:118px;
}
	/* Additional styles */
p {
	margin: 0;
	}
img {
	border: 0;
		}
h1 {
	font-size : 12px;
	font-family : Arial;
	font-weight: normal;
	color : #666565;
	margin: 0;
	}
h2 {
	font-size : 12px;
	font-family : Arial;
	font-weight: normal;
	color : #666565;
	margin: 0;
	text-align: left;
	}
h3 {
	font-size : 10px;
	font-weight:normal;
	font-family : Arial;
	color : #000000;
	text-decoration : none;
	}
h5 {
	font-size : 10px;
	font-family : Arial;
	font-weight: bold;
	color : #000000;
	margin: 0;
	text-align: center;
	}
h6 {
	font-size : 8px;
	font-family : Arial;
	font-weight: normal;
	color : #000000;
	margin: 0;
	text-align: left;
	}
a {
	color: #A60000;
	font-size : 12px;
	text-decoration: none;
	}
a:hover {
	color: orange;
	}
	/*immagini*/	
.thumb {
	border: 1px solid #300;
	background: #E4E8E9;
}
.thumbHover img {
	border: 1px solid #300;
}
.thumbHover a:hover img {
	border: 1px solid #7A8487;
}

