/* CSS Document */

body {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	margin:0px;
	/*background:#f2f2f2;*/
	background:#93141b;
	/*background-image:url(../images/sfondoIsne.png);
	background-position:top right;
	background-repeat:no-repeat;*/
}

a {
	text-decoration:none;
	font-weight:bold;
	color:#767676;
}

a:hover {
	color:#e62128;
}

a:active {
	color:#e62128;
}

div code {
	background-color:#000;
	color:#fff;
}

.TabellaSito {
	background:#ffffff;
	border-left:1px solid #767676;
	border-right:1px solid #767676;
	width:90% !important;
}

.rigotabella {
	height:25px;
}

.rigotabella:hover {
	cursor:pointer;
	/*background-color:#7cd0ff;*/
	background-color:#FF9 !important;
}

.intestazione {
	font-size:14px;
	font-weight:bold;
}

.titolopagina {
	padding-top:8px;
	font-size:16px;
	font-weight:bold;
}

.intestazionetabella {
	font-size:12px;
	font-weight:bold;
}

.intestazionecampi {
	font-weight:bold;
}

#filtro {
	font-size:10px;
}

#filtro input, #filtro select {
	font-size:10px;
}

#filtro2 {
	font-size:10px;
}

#filtro2 input, #filtro2 select {
	font-size:10px;
}

* html .boxhead h2 {height: 1%;} /* For IE 5 PC */

.sidebox {
	margin: 0 auto; /* center for now */
	width: 100%; /* ems so it will grow */
	background: url(../img/sbbody-r.gif) no-repeat bottom right;
	font-size: 100%;
	float:left;
	margin-bottom:5px;
}
.boxhead {
	background: url(../img/sbhead-r.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}
.boxhead h2 {
	background: url(../img/sbhead-l.gif) no-repeat top left;
	margin: 0;
	padding: 8px 5px 5px;
	color: white; 
	font-weight: bold; 
	font-size: 12px; 
	line-height: 1em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}
.boxbody {
	background: url(../img/sbbody-l.gif) no-repeat bottom left;
	margin: 0;
	padding: 5px 14px 15px;
}