/* CSS Document by Rino */
body 	{
	background-color: #F4F4F0;
	background-image: url('../bg.jpg');
	background-repeat: repeat;
	font-family: Verdana, Arial;
	margin-top: 2px;
	font-size: 8pt;
	}

.tabella {
	font-size: 10pt;
	color: #000000;
	border: 2px #990000 solid;
	font-weight: normal;
}

.celleID	{
	background-color: #DFDFCD;
	border-bottom: 2px #000000 solid;
	border-right: 2px #000000 solid;
	border-top: 1px #000000 solid;
	border-left: 1px #000000 solid;
	font-weight: bold;
	text-align: center;
}


.celle1	{
	font-size: 12pt;
	color: #000000;
	border-bottom: 2px #990000 solid;
	font-weight: bold;
	text-align: center;
}

.celleVia {
	color: #660000;
	font-weight: bold;
	border-bottom: 1px #000000 solid;
}

.celle3 {
	font-weight: bold;
	border-bottom: 1px #000000 solid;
}

.celle4 {
	border-bottom: 1px #000000 solid;
}

.celle5 {
	font-size: 7pt;
	border-bottom: 1px #000000 solid;
}

.definito { 
	background-color: #660000;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}

.programmato {
	background-color: #ECCA52;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}

.chiuso {
	background-color: #0010A8;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}

.altoasx {
	position: absolute;
	top: 2%;
	left: 3%;
	}

.titolomodulo		{
	background-color: #ECCA52;
	font-size: 13pt;
	margin-top: 0px;
	text-decoration: none;
	text-align: center;
	color: #FFFFFF;
	letter-spacing: 3px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 2px solid #B34759;	
}

.button_type1r {
	font-size: 11pt;
	color: red; 
	font-weight: bold;
}

/* celle per vedere, modificare e cancellare i cantieri */
.celleguarda {
	font-size: 9pt;
	color: #000000;
	border-bottom: 2px #990000 solid;
	font-weight: bold;
	text-align: center;
}

.cellemodifica {
	font-size: 9pt;
	color: #000000;
	border-bottom: 2px #990000 solid;
	font-weight: bold;
	text-align: center;
}

.cellecancella {
	font-size: 9pt;
	color: #000000;
	border-bottom: 2px #990000 solid;
	font-weight: bold;
	text-align: center;
}


/* LINK */
/* GUARDA */
a.celleguarda:link, a.celleguarda:visited, a.celleguarda:active {
	font-size: 12pt; color: green; 
	text-decoration: none;
	border: 0px;
	text-align: center;
}

a.celleguarda:hover {
	font-size: 12pt; color: #FFFFFF; 
	text-decoration: none;
	background-color: green;
	border: 0px;
}
/* MODIFICA */
a.cellemodifica:link, a.cellemodifica:visited, a.cellemodifica:active {
	font-size: 12pt; color: #ECCA52; 
	text-decoration: none;
	border: 0px;
	text-align: center;
}

a.cellemodifica:hover {
	font-size: 12pt; color: #FFFFFF; 
	text-decoration: none;
	background-color: #ECCA52;
	border: 0px;
}
/* CANCELLA */
a.cellecancella:link, a.cellecancella:visited, a.cellecancella:active {
	font-size: 12pt; color: red; 
	text-decoration: none;
	border: 0px;
	text-align: center;
}

a.cellecancella:hover {
	font-size: 12pt; color: #FFFFFF; 
	text-decoration: none;
	background-color: red;
	border: 0px;
}
/* CHIUDI */
a.cellechiudi:link, a.cellechiudi:visited, a.cellechiudi:active {
	font-size: 12pt; color: blue; 
	text-decoration: none;
	border: 0px;
	text-align: center;
}

a.cellechiudi:hover {
	font-size: 12pt; color: #FFFFFF; 
	text-decoration: none;
	background-color: blue;
	border: 0px;
}
/* CONVERTI */
a.celleconverti:link, a.celleconverti:visited, a.celleconverti:active {
	font-size: 12pt; color: blue; 
	text-decoration: none;
	border: 0px;
	text-align: center;
}

a.celleconverti:hover {
	font-size: 12pt; color: #FFFFFF; 
	text-decoration: none;
	background-color: blue;
	border: 0px;
}





/* classici link */
a:link, a:visited, a:active {
	font-size: 9pt; color: #660000; 
	text-decoration: underline;
	border: 0px;
}

a:hover {
	font-size: 9pt; color: #DFDFCD; 
	text-decoration: none;
	background-color: #660000;
	border: 0px;
}
