@CHARSET "ISO-8859-1";


body {
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	background-color:#e9e9ee;
	color: #324455;
	margin-top:10px;
}

h1 { 
font-size: 17px;
color: #1e63a4;
}
h2 { 
font-size: 16px;
color: #1e63a4;
}

a {
	color: #2473be;
}

div.body {
	min-width:950px;
	margin: 0px auto;
	background-color: #DDD;
}


div.header {
	float:left;
	width: 100%;
	text-align:left;
	min-height: 50px;
	background-color: #FFFFFF;
}
div.header img {
	float:left;
	margin: 0px 0px 0px 10px;
}
div.header span {
	font-family: Verdana, Arial, Helvetica;
	font-size: 16px;
	font-weight: bold;
	float:left;
	margin: 30px 0px 0px 30px;
}


.login .login {
	background-color: #cdd1dc;
	color:#324455;
}

.userpass {
	line-height: 20px;
}

.utenteLogin {
	text-align: right;
	padding-top:5px;
}

.bottoni {
	float: left;
}
.bottoni a {
	width:160px;
	margin: 0px 4px 0px 0px;
}


div.content {
	float: left;
	min-height: 300px;
	width:100%;
}


div.footer {
	float:left;
	min-height: 30px;
	width: 100%;
	background-color: #2473be;
	text-align: center;
	color: #FFF;
	font-size:11px;
	margin-top:20px;
}
div.footer span {
	float: left;
	margin: 7px 0px;
	width: 100%;
	text-align: center;
}

.dialog-message {
	min-width: 500px;
}


.lista {
	float:left;
	width: 100%;
}
.filtri {
	float: left;
	background-color: #cdd1dc;
	width: 100%;
	border: #FFF thin solid;
}
.filtri_pad {
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:5px;
}

.filtri div {
	float:left;
	min-height: 50px;
}
.filtri div select, .filtri div input {
	margin: 1px 1px;
}

.filtri #id_committente, .filtri #id_incaricato {
	width: 150px;
}
.filtri #id_attivita, .filtri #prov, .filtri #citta {
	width: 200px;
}
.filtri #no_filtro {
	width:140px;
	text-align: center;
	margin: 0px 10px 0px 10px;
}

div.lista_ticket {
	float:left;
	width: 100%;
}
.lista_ticket table thead td{
	background-color:#9cc0e3;
	cursor: pointer;
	font-weight: bold;
	padding-top:4px;
	padding-bottom:4px;
	text-align:center;
}

.lista_ticket table thead td:hover {
	background-color: #709bc4;
	color:#FFF;
}
.lista_ticket tr {
	background-color:#fff;
}

.lista_ticket td {
	padding-left:4px;
	padding-right:3px;
	padding-top:2px;
	padding-bottom:2px;
	text-align:left;
}
.filtri #cliente {
	width: 200px;
}
span.note, span.docs {
	float:left;
	margin: 1px;
	min-width: 16px;
}


.order span {
	float:right;
}


.ticket {
	float:left;
	width:100%;
}
.ticket div {
	float:left;
	width:50%;
}
.ticket td div {
	float:left;
	width:96%;
}


.ticket table {
	width:100%;
}
.ticket .ticket {
	background-color: #cdd1dc;
	color:#324455;
}
.ticket_voci {
	padding: 5px;
}
.ticket .incaricato, .ticket .attivita, .ticket .provincia, .ticket .citta, 
.utente .provincia, .utente .citta, .utente .livello {
	padding: 2px 4px;
	background-color: #e9e9ee;
	color: #2473be;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	border-left: 1px solid;
}

#note_committente, #note_incaricato, #descrizione {
	min-width:320px;
	width:98%;
}
.ticket .salva, .utente .salva {
	float:left;
	width:100%;
	text-align: center;
}


.ticket #citta, .utente #citta
{
	width: 300px;
}
input#cliente, input#luogo, input#indirizzo, input#email, input#ragione_sociale, input#telefono
{
	width: 300px;
}


div.utenti {
	float:left;
	width: 100%;
}
.lista_utenti table thead td{
	 background-color:#9cc0e3;
	 cursor: pointer;
	 font-weight: bold;
	 padding-top:4px;
	 padding-bottom:4px;
	 text-align:center;
}
.lista_utenti table thead td:hover {
	background-color: #709bc4;
	color:#FFF;
}
.lista_utenti tr {
	background-color:#fff;
}

.lista_utenti td {
	padding-left:4px;
	padding-right:3px;
	padding-top:2px;
	padding-bottom:2px;
	text-align:left;
}

div.utente {
	float:left;
	width: 100%;
}

.utente .utente {
	background-color: #cdd1dc;
	color:#324455;
}
.utente_voci {
	padding: 5px;
}

.utente div {
	float:left;
	width:100%;
}


[readonly=readonly], [disabled=disabled]
{
    background-color: #E9E9EE;
    color: #2473BE;
    border-top: 1px solid #999999;
    border-left: 1px solid #999999;
	padding: 2px 2px;
}

/* Tolgo bordi ai pulsanti non attivi degli stati */
a.status1, a.status2, a.status3, a.status9, a.status99, a.flag_data_prevista {
	border: 1px solid #FFF;
}
a.status1.active, a.flag_data_prevista.active {
	border: 1px solid #999;
}

td.data_prevista.warning {
	background-color:#FF6666;
}
