@charset "utf-8";
/* CSS Document */

body, h1, h2, h3, h4, h5, h6, blockquote, p, form{
	margin: 0;
	padding: 0;
}

body{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  	font-size: 13px;
  	line-height: 18px;
  	color: #333333;
  	background-color: #ffffff;
}

img {
	border:none;
}

#wrapper {
	width: 978px;
	background:#FFF;
	margin: 50px auto;
}


#header {
	height:120px;
}

#header img {
	margin-right:10px;
}

a:link { color:#000;text-decoration:none; }
a:hover { color:#000;text-decoration:underline; }
a:visited { color:#000;text-decoration:none; }
a:active { color:#000;text-decoration:none; }

div.title {
	float:right;
	width:450px;
	text-align:right;
}

div.title h1 {
	font-size:19px;
	font-weight:bold;
	text-align:right;
}

.lingua {
	font-size:12px;
	font-weight:normal;
	text-align:right;
}

.lingua a:hover {
	color:#F00;
}


.linguasel {
	font-weight:bold;
	color:#F00;
	text-decoration:underline;
}


.descrizione_funzioni {
	text-align:right;
}



/* BOX FILTRI */
#box-filtro label{
	display: inline-block;
    font-weight: bold;
    padding-right: 20px;
    text-align: right;
    width: 60px;
	font-size:12px;
}

#box-filtro .input_text{
	display: inline-block;
    margin-bottom: 0;
	margin-right:10px;
}

#box-filtro .button
{
	margin:0 0 10px 0;
	border:0px;
	width:100px;
	border: 1px double #660000;
}

/* TABELLA RISULTATI */
.list {
	border-collapse: collapse;
	font: 12px/24px Verdana, Arial, Helvetica, sans-serif;
	width: 100%;
	border-top: 1px solid  #A5A5A5;
	border-left: 1px solid  #A5A5A5;
	margin-bottom: 20px;
}
.list td {
	border-right: 1px solid  #A5A5A5;
	border-bottom: 1px solid  #A5A5A5;
}
.list th {
	border-right: 1px solid  #A5A5A5;
	border-bottom: 1px solid  #A5A5A5;
	background-color:#666;
	color:#FFF;
}

.list thead td {
	background-color: #EFEFEF;
	padding: 0px 5px;
}
.list thead td a, .list thead td {
	text-decoration: none;
	color: #222222;
	font-weight: bold;
}
.list tbody td a {
	text-decoration: underline;
}
.list tbody td {
	vertical-align: middle;
	padding: 0px 5px;
	background: #FFFFFF;
}
.list .left {
	text-align: left;
	padding: 7px;
}
.list .right {
	text-align: right;
	padding: 7px;
}
.list .center {
	text-align: center;
	padding: 7px;
}
.list .asc {
	padding-right: 15px;
	background: url('../image/asc.png') right center no-repeat;
}
.list .desc {
	padding-right: 15px;
	background: url('../image/desc.png') right center no-repeat;
}
.list tr.filter td {
	padding: 5px;
	background: #E7EFEF;
}