body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
a:hover {
	text-decoration: underline;
}
img {
	border:0px;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 0px;
	margin: 0px;
	border: 1px solid #999999;
}
option {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #E4E4E4;
	border: 1px solid #999999;
	padding: 0px 2px;
	bottom: 2px;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #666666;
}
.text-big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	line-height: 16px;
}
.text-white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: white;
	line-height: 16px;
}
.table-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #1F6373;
	vertical-align: top;
	background-color: #CCCCCC;
}
strong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	vertical-align: top;
}
.text-blu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #1F6373;
}
.text-blu-big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1F6373;
	font-weight: bold;
}
.text-blu-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #1F6373;
	line-height: 20px;
}
.titolo-big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: italic;
	color: #9BBCCE;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
}
.back-gray {
	background-color: #EBEBEB;
}
.no-border {
	border: 0px none;
	background-color: #EBEBEB;
}
.orange {
	background-color: #FFB230;
	/*background-image: url(../img/labels/dot_gray.gif);
	background-repeat: repeat-x;
	background-position: bottom;*/
	font-family: "Courier New", Courier, mono;
}
.border-left {
	background-image:  url(../img/dot_gray.gif);
	background-repeat: repeat-y;
}
.border-right {
	background-image:  url(../img/dot_gray.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.border-bottom {
	background-image:  url(../img/dot_gray.gif);
	background-repeat: repeat-x;
	height: 1px;
	font-family: "Courier New", Courier, mono;
	font-size: 1px;
	line-height: 0px;
}
.butt-fondo-orange {
	background-image:  url(../img/dots.html);
	background-repeat: no-repeat;
	background-position: right;
	height: 22px;
	background-color: #FFB230;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #1F6373;
	vertical-align: middle;
	line-height: 20px;
	text-align: left;
	padding-left: 10px;
}
.border-orange {
	font-family: "Courier New", Courier, mono;
	font-size: 1px;
	line-height: 0px;
	background-color: #FFB230;
	height: 1px;
}
.butt-fondo-blu {
	background-image:  url(../img/dots.html);
	background-repeat: no-repeat;
	background-position: right;
	height: 22px;
	background-color: #9bbcce;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #1F6373;
	vertical-align: middle;
	line-height: 20px;
	text-align: left;
	padding-left: 10px;
}
.border-blu {
	font-family: "Courier New", Courier, mono;
	font-size: 1px;
	line-height: 0px;
	background-color: #9BBCCE;
	height: 1px;
}
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	border: 0px none;
	vertical-align: top;
}
td {
	vertical-align: top;
}
.td_strutture{
	/*vertical-align: bottom;*/
}
.login-header {
	background-image: url(../admin/img/header.html);
	background-repeat: no-repeat;
	background-position: right;
	height: 97px;
}
.alert {
	color:red;
}
.tabella_base {
	border:1px solid gray;
	border-collapse:collapse;
	font-size:1.1em;
}
.tabella_base th {
	border:1px solid #666;
	background:#f4f4f4;
	color:#333;
	padding:6px;
}
.tabella_base td {
	border:1px solid #666;
	padding:5px;
	vertical-align:middle;
}
.tabella_base .function {
	text-align:center;
}
