/*
* {
	font-family: Arial, Helvetica, sans-serif;
}
pre {
	font-family: "Courier New", Courier, monospace;

	font-size: 14px;
	width: 100%;
}
h1 {
		
	font-size: 20px;
	color: #4D4D4D;
}
h3 {
	font-size: 16px;	

	color: #3D3D3D;
}
th {
	text-align: left;
	padding: 5px;
	/*background-color: #6E6E6E;
}
td {
	color: #FFF;
	padding: 5px;
}
table {
	font-size: 12px;
	background-color: #4D4D4D;
	/*width: 800px;
	border: 1px solid #000;
}
*/
.even {
	background-color: #f7f7f7;
}
.odd {
	background-color: #EDE8D3;
}
.highlight {
	background-color: #3D3D3D;
	font-weight: bold;
	
}
.header {
	background-image: url(../immagini/iconepag/header-bg.png);
	background-repeat: no-repeat;
	border-left: 1px solid #FFF;
	border-right: 1px solid #A4A4A4;
	border-top: 1px solid #FFF;
	padding-left: 30px;
	padding-top: 8px;
	height: auto;
	white-space:nowrap;
}
.headerSortUp {
	background-image: url(../immagini/iconepag/header-asc.png);
	background-repeat: no-repeat;
	border-left: 1px solid #FFF;
	border-right: 1px solid #A4A4A4;
	border-top: 1px solid #FFF;
	padding-left: 30px;
	padding-top: 8px;
	height: auto;
	white-space:nowrap;
}
.headerSortDown {
	background-image: url(../immagini/iconepag/header-desc.png);
	background-repeat: no-repeat;
	border-left: 1px solid #FFF;
	border-right: 1px solid #A4A4A4;
	border-top: 1px solid #FFF;
	padding-left: 30px;
	padding-top: 8px;
	height: auto;
	white-space:nowrap;
}
.none{
	background-image: url(../immagini/iconepag/header-none.png);
	background-repeat: no-repeat;
	border-left: 1px solid #FFF;
	border-right: 1px solid #A4A4A4;
	border-top: 1px solid #FFF;
/*	padding-left: 30px;*/
	text-align:center;
	padding-top: 8px;
	height: auto;
	white-space:nowrap;
}
#tabellaclienti td,
#tabellaclienti thead td{
/*white-space:nowrap;*/
}


.inserisci,
#tabellaclienti a {
	text-decoration:none;
	color:#606060;
	}

.inserisci:hover,	
#tabellaclienti a:hover {
	text-decoration:underline;
	color:#A4A4A4;
	}

#tabellaclienti th {
	color:#606060;
	}


.modifica {
	padding-left:18px;
	background:url(../immagini/modifica12.gif) left no-repeat;
	}
	
	
	
.visualizza {
	padding-left:18px;
	background:url(../immagini/visualizza.gif) left no-repeat;
	}
	
	

.cancella {
	padding-left:18px;
	background:url(../immagini/cancella.gif) left no-repeat;
	}

	
	



