@import "navi.css";
@import "form.css";
@import "box.css";

h3,
.testo {
	font-family: Tahoma, sans-serif;
}
h2 {
	font-family: 'Lucida Sans', Verdana, serif;
}
.Trebuchet {
	font-family: 'Trebuchet MS', Tahoma, sans-serif;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, sans-serif;
	color: #000;
	font-size: 12px;
	text-align: center;
	background-repeat: repeat;
  background-attachment: fixed;
}

div {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
a:link {
	color: #006;
	text-decoration: none;
}
a:visited {
	color: #339;
	text-decoration: none;
}
a:hover {
	color: #d00;
	text-decoration: underline;
}
img {
	border-width: 0px;
}
table td {
	empty-cells: show;
}

div.master_blu,
div.master_rosso,
div.master_verde,
div.master_giallo,
div.master_grigio {
  width: 820px;
  background-position: top;
  background-repeat: repeat-x;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 2px;
  margin: 0 auto;
}

div.master_blu {
	background-image: url('../images/back/back_blu.png');
	background-color: #dff;
}

div#container {
	width: 800px;
	text-align: left;
	margin: 0px;
}
div#logo {
	float: left;
	position: relative;
	width: 100%;
	height: 74px;
	background-image: url('../images/back/logo.png');
}
div#left {
	float: left;
	margin-top: 2px;
	padding-right: 2px;
	width: 130px;
}
div#right {
	float: right;
	margin-top: 2px;
	padding-left: 2px;
	width: 130px;
}
div#left.mid,
div#right.mid {
	width: 200px;
}
div#left.extend,
div#right.extend {
	width: 250px;
}
div#content {
	margin-top: 2px;
	width: 540px;
}
div#content.extend {
	width: 550px;
}
div#content.extend.mid {
	width: 600px;
}
div#content.extend.ultra {
	width: 670px;
}
div.left {
	float: left;
}
div.right {
	float: right;
}
div#footer {
	width: 100%;
	font-size: 11px;
	text-align: center;
	clear: both;
	padding-bottom: 2px;
}
.border {
	border-right: solid 1px #000;
	margin-right: 2px;
}

h3 {
	font-size: 15px;
	font-weight: normal;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 5px;
	display: block;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 5px;
}

div.center {
	text-align: center;
}

ul {
	margin: 1px;
	padding-left: 14px;
	list-style-image: url('../images/bullet.gif');
}
ul.freccina {
  padding-left: 18px;
	list-style-image: url('../images/freccina_arancio.gif');
}
li {
	margin-left: 2px;
}

table.multicol {
	width: 100%;
	border-collapse: collapse;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
}
table.multicol td {
 	vertical-align: top;
	padding-left: 2px;
	padding-right: 1px;
 }

h3:first-letter {
	text-transform: uppercase;
}
p.right {
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	text-align: right;
	margin-top: 5px;
	margin-bottom: 0px;
}
.testo {
	font-family: Verdana, sans-serif;
	font-size: 13px;
}
.mini {
	font-size: 90%;
}
.maxi {
	font-size: 120%;
}
.elenco {
	font-size: 11px;
}
img.link {
	margin-bottom: 2px;
}
.error {
	font-size: 12px;
	font-family: sans-serif;
	font-style: italic;
	color: #F00;
}

table.normal {
	width: 100%;
	font-size: 13px;
	border: solid 2px #000;
	border-collapse: collapse;
}
table.normal td {
	border: solid 1px #000;
}

img.zoom {
	cursor: url('../images/zoom.cur'), url('../images/zoom.gif'), auto;
}

.links {
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-top: 2px;
	margin-bottom: 5px;	
}

.sx {
	float: left;
	margin-left: 2px;
}
.dx {
	float: right;
	margin-right: 2px;
}

table.software {
	width: 100%;
	font-size: 10px;
}
table.software a {
	font-size: 13px;
	font-weight: bold;
}
table.software td {
	border-bottom: dotted 1px #666;
}

.evidenziatore {
	background-color: #ff7;
}

.tooltip {
  text-align: left;
  font-size: 11px;
  font-family: message-box, Tahoma, sans-serif;
  font-weight: normal;
  background-color: #ff9;
  border-style: solid;
  border-width: 1px;
  border-top-color: #ccc;
  border-right-color: #333;
  border-bottom-color: #333;
  border-left-color: #ccc;
  padding: 2px;
}