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

@import url(paginazione.css);

img{
	border: 0;
}

.standard{
	font-family: "Arial";
	font-size: 12px;
	color: #2d2d2d;
	text-decoration: none;
}
.standard a{
	font-family: "Arial";
	font-size: 12px;
	color: #2d2d2d;
	text-decoration: none;
}

body{
	font-family: "Arial";
	font-size: 12px;
	background-color: white;
}
.sfondoScuro{
	background-color: #c4c4c4;
}

.testoGrigio2{
	font-family: Verdana,Arial,sans-serif;
   font-size: 1.1em;
	color: #515151;
}

.testoGrigio{
	font-family: Verdana,Arial,sans-serif;
   font-size: 3em;
	color: #515151;
}



/*.testo{
	font-family: "Arial";
	font-size: 12px;
	color: #2d2d2d;
	text-decoration: none;
}
.testo, a{
	font-family: "Arial";
	font-size: 12px;
	color: #2d2d2d;
	text-decoration: none;
}*/
.testoGrande{
	font-family: "Arial";
	font-size: 16px;
	color: #2d2d2d;
	text-decoration: none;
}
.testoGrande a{
	font-family: "Arial";
	font-size: 16px;
	color: #2d2d2d;
	text-decoration: none;
}
.testoRosso{
	font-family: "Arial";
	font-size: 12px;
	color: red;
}

.pari{
	background-color: #e3e3e3;
}
.pari:hover{
	background-color: #a1dbff;
}
.dispari{
	background-color: #ffffff;
}
.dispari:hover{
	background-color: #a1dbff;
}

input, select, textarea, button{
	border: 1px double olive;
	background-color: #dcdcdc;
}
input:focus, select:focus, textarea:focus{
	border: 1px solid orange;
	background-color: yellow;
}
input:hover, select:hover, textarea:hover{
	border: 1px solid Highlight;
	
}
textarea {
	width: 250px;
	height: 100px;
}
input[type='text'] {
	width: 250px;
}
input[type='password'] {
	width: 250px;
}
/*input[type='checkbox'] {
	width: 20px;
}*/
select {
	width: 200px;
}
/*label{
	width: 50px;
}*/
.nascosto{
	display: none;
}
.bordinoNero{
	border: 1px solid black;
}
.bordinoGrigio{
	border: 1px solid #f0f0f0;
}
.inputPiccolo{
	width: 10px !important;
}
.bottone{
	padding-top: 10px;
}

.bottoneSovrapprezzo{
	display: inline-block;
	float: right;
	width: 50px !important;
}
.dimMaxImg{
	max-height: 100px;
	max-width: 100px;
}
.attesa{
	background-color: white !important;
	border: 3px solid #333;
	color:#666;
	height:70px;
	width: 100%;
	top:300px;
	position: relative;
	text-align: center;
}
#nomeCliente{
	width: 200px !important;
}
.inputMedio{
	width: 150px !important;
	font-family: Verdana,Arial,sans-serif;
   font-size: 1.1em;
}
.dataSeparata{
	width: auto;
}

table.ricerca{
	width: 1200px;
	background-color: #e7e7e7;
}

.ricerca th{
	background-color: #a4a4a4;
	padding: 5px;
	
}

.ricerca td{
	margin: 0px;
	padding: 5px;
	
}