.tabellaDati  {
	background-color: #ffffff;
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #000000;
	border: 0px;
	width: 96%;
}

.imgDati {
	float: left;
	vertical-align: top;
	padding: 0px 6px 0px 0px;
}

.titoloDati  {
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #e2003b;
}

.testoDati  {
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
}

hr {
	border: 0px;
	color: #e2003b;
	background-color: #e2003b;
	height: 2px;
}

.nomeAzienda  {
	background-color: #ffffff;
	font-size: 14pt;
	font-weight: bold;
	font-style: normal;
	color: #e2003b;
}

.recapitiAzienda  {
	background-color: #ffffff;
	font-size: 10pt;
	color: #333;
}

.descrAzienda  {
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
	text-align: justify;
}

.bbtn {
  background-color: #999999;
  border: 2px #ccc outset;
  padding: 2px 4px;
  color: #ffffff;
  font: bold 90% "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
  width: 150px;
  display: block;
  text-align: center;
}

.bbtn:hover {
	background-color: #e2003b;
	border-style: inset;
	padding: 2px 3px 0 5px; /*shift text 1px to the right and down*/
	color: #ffffff;
	font: bold 90% "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	width: 150px;
	display: block;
}

.bbtn:visited {
	color: #ffffff;
}

.bbtn:active {
	color: #f0f000;
}

.bblink {
}
.bblink:hover {
  background-color: #e2003b;
  color: #fff;
}
.bblink:visited {
}
.bblink:active {
}


.formLayout {
      background: #ffffff;
      color: #333333;
      font-family: Arial, Helvetica, sans-serif; 
      font-size: 10px;
      border: solid 1px #ccc;
}

.formFieldNames {
	text-align: right;
	font-size: 10px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #F8F8FF;
	font-weight: bold;
}

.formInput {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
	border: 1px solid #ccc;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 1px;
	padding-bottom: 1px;
	background-color: #fff;
}

.formInputMandatory {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #300;
	border: 1px solid #e00;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 1px;
	padding-bottom: 1px;
	background-color: #fff;
}

.formCheckbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 1px;
	padding-bottom: 1px;
	background-color: #fff;
	vertical-align: middle;
}

.formButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333;
	border: 1px solid #ccc;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 1px;
	padding-bottom: 1px;
	background-color: #ededed;
}

.formSelect {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #ffffff;
}

.displayMsg {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #8A2222;
	border: 1px solid #FF2222;
	padding-left: 4;
	padding-right: 4;
	padding-top: 2;
	padding-bottom: 2;
	background-color: #ffffff;
}

.displayTxt {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333;
	border: 1px dotted #ccc;
	padding-left: 4;
	padding-right: 4;
	padding-top: 3;
	padding-bottom: 3;
	background-color: #ffffff;
}

.webLink, .webLink:active, .webLink:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #E2003B;
	text-decoration: none;
}

.webLink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFA500;
	text-decoration: none;
}

	/* CSS FOR SLIDESHOW SCRIPT */
	.imageSlideshowHolder,.imageSlideshowHolder_left{
		margin:5px;	/* "Air" */
		float:center; /* Floating gallery at the right side of other web page content */		
		width:400px;	/* Image width */
		height:286px;	/* Image height */
		
		position:relative;	/* Don't remove this line */
	}
	.leftFloatingDiv{
		float:left;
		width:160px;
		height:110px;
	}
	/* Don't change these values */
	.imageSlideshowHolder img{
		position:absolute;
		left:0px;
		top:0px;
	}
