@charset "utf-8";
/* CSS Document */

html {
    height:100%;
}

body {
	font-family: Verdana, Calibri, Arial;
	font-size: 16px;
	color:#333;
	background-color:#FDFDFD;
}

#container{
    height:100%;
	width: 95%; 
	height: auto; 
	margin:0 auto; 
	border-color:#CCC;
}

body>#container{
    height: auto;
}

a:link {
	text-decoration:none;
	color:#666;
}
a:visited {
	text-decoration:none;
	color:#666;
}
a:hover {
	text-decoration:none;
	cursor: pointer;
	cursor: hand;
}

#menuArrotondato {
	border-radius: 8px 8px 8px 8px;
	display: block;
    overflow: hidden;
    position: relative;
	border: 1px solid #C7C1C1;
}

.titoloGestionale {
	color:#021735;
	font-size:30px;
	font-weight:bold;
}

.sottoTitoloGestionale {
	color:#336699;
	font-size:22px;
	font-weight:bold;
}

#divMainVista {
	clear:both;
}
#divMenu {
	float:left; 
	width: 13%;
}
#divVista {
	float:right;
	width: 86%;
}

#modulo {
	width: 80%;
	margin:0 auto;
	border:#C8C8C8 solid 1px;
	border-radius: 8px 8px 8px 8px;
    background: url("../img/sfondo_div.png") repeat-x scroll 0 0 #FFF;
    box-shadow:2px 2px 2px #C8C8C8;
}

.titoloModulo {
	font-size:26px;
	font-weight:bold;
	color:#021735;
}

#toolbar {
	padding: 10px 4px;
}

#campi {
	width:98%; 
	margin:40px 0 20px 0;
}

label{
	color:#323232;
	font-weight:normal;
	display:inline-block;
	padding-top:15px;
	width:150px;
}

.pulsante {
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font-weight:bold;
	font-size: 16px;
	color: #fff;
	padding: 6px 20px;
	border: solid 1px #336699;
	background: #336699;
	background: -webkit-gradient(linear, left top, left bottom, from(#7094B8), to(#336699));
	background: -webkit-linear-gradient(top,  #7094B8,  #336699);
	background: -moz-linear-gradient(top,  #7094B8,  #336699);
	background: -ms-linear-gradient(top,  #7094B8,  #336699);
	background: -o-linear-gradient(top,  #7094B8,  #336699);
	background: linear-gradient(top,  #7094B8,  #336699);
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	box-shadow: 0 1px 3px rgba(0,0,0,0.5);
/* -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#D576F6, endColorStr=#9547C7);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#D576F6, endColorStr=#9547C7);
  display:inline-block;*/ /* IE is so silly */
}

a.pulsanteLink:link {
	text-decoration:none;
	color:#fff;
}
a.pulsanteLink:visited {
	text-decoration:none;
	color:#fff;
}
a.pulsanteLink:hover {
	text-decoration:none;
	color:#fff;
	cursor: pointer;
	cursor: hand;
}

input[type="text"], input[type="password"], textarea {
	border-radius: 8px 8px 8px 8px;
	border:solid 1px #999;
	padding:5px;
	width:250px;
	color:#323232;
	background:#F5F5F5;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#F5F5F5));
	background: -webkit-linear-gradient(top,  #fff,  #F5F5F5);
	background: -moz-linear-gradient(top,  #fff,  #F5F5F5);
	background: -ms-linear-gradient(top,  #fff,  #F5F5F5);
	background: -o-linear-gradient(top,  #fff,  #F5F5F5);
	background: linear-gradient(top,  #fff,  #F5F5F5);
	box-shadow:1px 1px 1px #999;
}

input[type="text"].campoNonValorizzato, input[type="password"].campoNonValorizzato {
	border-radius: 8px 8px 8px 8px;
	border:solid 1px #FF7979;
	padding:5px;
	width:250px;
	color:#323232;
	background:#FDEAEA;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#FDEAEA));
	background: -webkit-linear-gradient(top,  #fff,  #FDEAEA);
	background: -moz-linear-gradient(top,  #fff,  #FDEAEA);
	background: -ms-linear-gradient(top,  #fff,  #FDEAEA);
	background: -o-linear-gradient(top,  #fff,  #FDEAEA);
	background: linear-gradient(top,  #fff,  #FDEAEA);
	box-shadow:1px 1px 1px #FFAEAE;
}

textarea {
	border-radius: 8px 8px 8px 8px;
	border:solid 1px #999;
	padding:5px;
	width:500px;
	color:#323232;
	background:#F9F9F9;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#F9F9F9));
	background: -webkit-linear-gradient(top,  #fff,  #F9F9F9);
	background: -moz-linear-gradient(top,  #fff,  #F9F9F9);
	background: -ms-linear-gradient(top,  #fff,  #F9F9F9);
	background: -o-linear-gradient(top,  #fff,  #F9F9F9);
	background: linear-gradient(top,  #fff,  #F9F9F9);
	box-shadow:1px 1px 1px #999;
}

.nuvoletta {
	border-radius: 8px 8px 8px 8px;
	border:solid 1px #999;
	padding:5px;
	width:250px;
	color:#323232;
	background:#F5F5F5;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#F5F5F5));
	background: -webkit-linear-gradient(top,  #fff,  #F5F5F5);
	background: -moz-linear-gradient(top,  #fff,  #F5F5F5);
	background: -ms-linear-gradient(top,  #fff,  #F5F5F5);
	background: -o-linear-gradient(top,  #fff,  #F5F5F5);
	background: linear-gradient(top,  #fff,  #F5F5F5);
	box-shadow:1px 1px 1px #999;
	display:none;
	position:absolute;
	font-size:10px;
}

.tabelleModuli{
	background-color:#FFF;
	width:100%;
	padding: 0; 
	margin: 0; 
	border-collapse: collapse;
	border-top: 1px solid #CCC; 
	border-left: 1px solid #CCC; 
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

.tabelleModuli td, .tabelleModuli th {
	padding: 10px; 
	border: 1px solid #CCC;
}

.tabelleModuli tr:hover {
	background:#F3F1F1; 
	border: 1px solid #CCC;
	cursor:pointer;
	cursor:hand;
}

.tabelleModuli th:hover {
	cursor:default;
}

.tabellaVisita{
	background-color:#FFF;
	width:100%;
	padding: 0; 
	margin: 0; 
	border-collapse: collapse;
	border-top: 1px solid #CCC; 
	border-left: 1px solid #CCC; 
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

.tabellaVisita th {
	background:#336699;
	color:#FFF;
}

.tabellaVisita td, .tabellaVisita th {
	padding: 5px; 
	border: 1px solid #CCC;
}

.tabellaVisita tr:hover {
	background:#F3F1F1; 
	border: 1px solid #CCC;
	cursor:pointer;
	cursor:hand;
}

.tabellaVisita th:hover {
	cursor:default;
}

.nomeRapportinoProdotto {
	color:#C00;
}

.rapportinoProdotti {
    background-color: #FFFFFF;
    border-collapse: collapse;
    border-color: #CCCCCC;
    border-style: solid;
    border-width: 1px;
}

.rapportinoProdotti td, .rapportinoProdotti th {
    border: 1px solid #CCCCCC;
    padding: 10px;
}

.immaginiLink:hover {
	cursor:pointer;
	cursor::hand;
}

/*select {
	border-radius: 8px 8px 8px 8px;
	color:#323232;
	background:#F5F5F5;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#F5F5F5));
	background: -webkit-linear-gradient(top,  #fff,  #F5F5F5);
	background: -moz-linear-gradient(top,  #fff,  #F5F5F5);
	background: -ms-linear-gradient(top,  #fff,  #F5F5F5);
	background: -o-linear-gradient(top,  #fff,  #F5F5F5);
	background: linear-gradient(top,  #fff,  #F5F5F5);
	box-shadow:1px 1px 1px #999;
}*/

.alertError { 
	color: #F80000;
	text-align: center;
	font-size:10px;
}

.credits { font-family: Verdana, Tahoma, Arial; text-decoration: none; font-size: 11px; color: #666;}
.credits A:link { font-family: Verdana, Tahoma, Arial; text-decoration: none; font-size: 11px; color:#666;}
.credits A:visited { font-family: Verdana, Tahoma, Arial; text-decoration: none; font-size: 11px; color:#666;}
.credits A:hover { font-family: Verdana, Tahoma, Arial; text-decoration:underline; font-size: 11px; }

