body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	background-color:#CCC;
}

input, select,table,td,tr {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}


.button {
	background-color: #999;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	height: 25px;
	width: 150px;	
	color:#FFF;	
	cursor:pointer;
	padding-top:8px;
	
	
}



a.button {
	background-color: #777;
	border:solid 1px #999;
	height: 25px;
	width: 110px;
	color:#FFF;	
	cursor:pointer;
	text-decoration:none;
	text-align:center;
	display:inline-block;
	


	
}
a.button:hover {
	background-color:#153A58;	

}


#header {
	padding:20px;
	margin:0;
	display:block;
	text-align:center;
	color: #FFF;
	background-color:#153a58;
	background-image: url(../image/sfondo.png);
	display:block;
	height:150px;
	width:900px
	}

#main {
	color:#003;
	background-color:#FFF;
}

#footer {
	padding:10px;
	margin:0;
	color: #FFF;
	background-color:#153A58;	
	height:30px;
	font-size:9px;
}

.table {
	border-collapse:collapse;
	border-color:#CCC;
		
}
.table_header {
	background-color:#999;
	color:#000;
	font-weight:bold;	
	
}

.title {
    
	font-size:12px;
	color:#153a58;
	font-weight:bold;	
	
	
}

#filtri fieldset {
        border-radius: 8px;
        border-color: #777;
        border: solid 1px #777;
        padding: 10px;
}

#filtri fieldset>legend{
    font-size: 12px;
    color: #153a58;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
}

#filtri ul {
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#filtri ul>li{
    padding: 8px;
    display: inline-block;
    overflow-x: visible;
    overflow-y: visible;
}
#filtri input[type='text'],
#filtri select
{
    padding: 4px;
}

#filtri input[type='submit'],
#filtri input[type='button']
{
    background-color: #777;
    border:solid 1px #999;
    height: 25px;
    width: 110px;
    color:#FFF;	
    cursor:pointer;
    text-decoration:none;
    text-align:center;
    display:inline-block;
}

#filtri input[type='submit']:hover,
#filtri input[type='button']:hover
{
    background-color:#153A58;
}

