/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body {
	margin-left: 0px;
	margin-top: 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:link {
	color:#000;
	text-decoration: none;
}
a:visited {
	color:#000;
	text-decoration: none;
}
a:hover {
	color:#000;
	text-decoration: underline;
}

input, select, textarea {
	color:#060;
	font-size:12px;
	margin: 0px;
	padding: 0px;
}
/***********Front-Office***********/
.grigio {
	background-color:#ccc;
}
/***********Back-Office***********/

.menuADM {
	font-size:12px;
	color: #fff;
	background-color:#060;
	font-weight:bold;
	text-align: center;
}

.menuADM a:link, .menuADM a:visited {
	color:#fff;
	display:block;
	text-decoration:none;
	background-color:#060;
	padding: 3px 0;
	width:100%;
}

.menuADM a:hover {
	color:#060;
	background-color:#ccc;
} 

.esciADM {
	font-size:12px;
	background-color:#ccc;
	font-weight:bold;
	color: #060;
	text-align: center;
}

.esciADM a:link, .esciADM a:visited {
	background-color:#ccc;
	font-weight:bold;
	color: #060;
	width:100%;
	display:block;
	padding: 3px 0;
	text-decoration:none;
}

.esciADM a:hover{
	color:#fff;
	background-color:#060;
}

.vociADM {
	color:#333333;
	font-size:11px;
	background-color:#B4CE7B;
	text-align: center;
	font-weight: bold;
}

.boxADM {
	color:#000;
	font-size:12px;
	text-align:left;
}
.boxcADM {
	color:#000;
	font-size:12px;
	text-align:center;
}
.titboxADM {
	font-size:12px; 
	color: #060; 
	text-align:right; 
	font-weight:bold;
}

.modADM {
	color:#060;
	font-size:12px;
	font-weight: bold;
	text-align:center;
}
.modADM a:link, .modADM a:visited {
	color: #060;
}

.delADM {
	font-size:12px;
	color: #c03;
	font-weight: bold;
	text-align:center;
}
.delADM a:link, .delADM a:visited {
	color: #c03;
}
.delADM a:hover {
	color: #c03;
}
.rosso{
	color:#990000;
	font-weight: bold;
	font-size: 14px;
}
.rosso a{
color:#990000;
font-weight:bold;
}
.rosso input, .rosso select{
background-color:#990000;
color:white;
}
