/* Foglio di stile valido W3C scritto da Daniele Tabacco 2009 */
html {
	height: 100%;
}
body {
	background-color: #ebebeb;
	font:normal 11px Tahoma, Arial, sans-serif;
	color: Black;
	margin: 0px;
}
#tag {
	display: block;
	width: 950px;
	height: 20px;
	border-bottom: 1px solid Black;
	border-left: 1px solid Black;
	border-right: 1px solid Black;
	margin-top: 0px;
	margin-left: 12px;
	text-align: center;
}
#header {
	background-image: url(../images/header.gif);
	width: 976px;
	background-repeat: no-repeat;
	height: 54px;
}

#header a{
	color: Black;
}

#header a:hover{
	color: #FF6600;
}

#header-sx {
	padding-left: 30px;
	width: 390px;
	float:left;
	line-height: 15px;
	text-align: justify;
}
#header-sx h1{
	padding-top: 8px;
	padding-left: 8px;
	margin-bottom: 0px; 
	font:normal 24px Tahoma, Arial, sans-serif;
	font-weight: bold;
	color: Navy;
	border-bottom: 2px solid #FF6600;
	width: 292px;
}
#header-dx {
	padding-top: 41px;
	width: 520px;
	float:left;
	text-align: right;
}

.testo-subheader{
	padding-left: 8px;
	font:normal 11px Tahoma, Arial, sans-serif;
}

.testo-footer{
	margin-right: 35px;
	margin-left: 35px;
	padding-top: 10px;
	text-align: right;
	font: normal 11px Tahoma, Arial, sans-serif;
	text-align: center;
	border-top: 1px dashed #FF6600;
}
.corpo_testo{
	font: normal 12px Tahoma;
	text-align: justify;
	line-height: 25px;
	margin-top: 25px;
	margin-left: 25px;
	margin-bottom: 25px;
	margin-right: 25px;
	color: MenuText;
}

.corpo_testo a{
	color: #FF6600;
	font-weight: bolder;
}
.corpo_testo a:hover{
	color: Navy;
}

.corpo_testo bold{
	color: Navy;
}

.titolo{
	margin-top: 35px;
	margin-bottom: 0px;
	font: normal 14px Tahoma, Arial, sans-serif;
	font-weight: bold;
	color: Navy;
	border-bottom: 1px dashed #FF6600;
	width: 570px;
	line-height: 25px;
}

#center {
	width: 976px;
	background: url(../images/center.gif) repeat-y;
}
#center-sx {
	padding-left: 30px;
	width: 590px;
	float:left;
	line-height: 20px;
	text-align: justify;
}
#center-dx {
	width: 300px;
	float:left;
}
.clear {
	clear: both;
}
#footer {
	background-image: url(../images/footer.gif);
	height: 44px;
	width: 976px;
	clear:left;
	background-repeat:no-repeat;
}
#logo {
	background-image: url(../images/logo.gif);
	height: 87px;
	width: 307px;
}
#menu {
	float: left;
	display: inline;
	font:normal 12px Tahoma, Arial, sans-serif;
	line-height: 15px;
}
#menu ul.bottone {
	list-style:none;
	margin:10px 0px 10px 15px;
	padding:0;		
}
#menu ul.bottone li {
	margin-bottom: 2px;
}
#menu ul.bottone a {
	display: block;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	padding: 2px 10px 2px 10px;
	border-left: 4px solid #FF6600;
}

#menu ul.bottone a:hover {
	padding: 2px 5px 2px 10px;
	color: Navy;
	border-left: 4px solid Navy;
}

.trattino_orizz {
	color: #FF6600;
	padding-left: 5px;
	padding-right: 5px;
}
form {
	width: 246px;
	padding-top: 8px;
	margin:2px 10px 2px 10px;
}

form input {
	font-size: 11px;
	height: 15px;
}

.form_bnt {
	background-color: #ebebeb;
	border: 1px solid Navy;
	font-weight: bold;
	color: #FF6600;
	font-size: 11px;
	height: 21px;
}
#credits {
	width: 950px;
	height: 20px;
	margin-top: 0px;
	text-align: right;
}
.testo_small{
	padding-top: 5px;
	font:normal 10px Tahoma, Arial, sans-serif;
}
.testo_small a{
	color: Black
}
.testo_small a:hover{
	color: #FF6600;
}

.tag_finali{
	padding-top: 5px;
	font:normal 10px Tahoma, Arial, sans-serif;
	border-top: 1px dashed #FF6600;
	width: 570px;
	line-height: 25px;
}
.tag_finali a{
	color: Navy;
}
.tag_finali a:hover{
	color: #FF6600;
}

.testo-form{
	font:normal 12px Tahoma, Arial, sans-serif;
}
.navy{
	color: Navy;
}
.testo_piccolo{
	font:normal 11px Tahoma, Arial, sans-serif;
}

.box_commenti {
	width: 500px;
	background-color: #DFE9F3;
	border: 1px dashed Navy;
	padding: 10px;
}

.box_codice {
	width: 520px;
	font-family: "Courier New", Courier, monospace;
	background-color: #F4EEB5;
	border: 1px dashed Navy;
	padding: 10px;
}

.box_evidenza {
	width: 300px;
	background-color: #DFE9F3;
	border: 1px dashed Navy;
	padding: 5px;
}