﻿/*stili per il layout fisso con altezza minima*/

html,body{margin: 0;padding:0;height:100%;}

body {
  font-family: tahoma,arial,sans-serif;
  font-size: 10;
  background-image:url('Images/bgvertical.jpg');
  background-repeat: repeat-x;
  text-align: left}

div#container{
  position:relative; 
  width: 860px; 
  height: 100%;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: left;
  border: Solid 1px #20638d;
}

body>div#container{
  height:auto;
  min-height:100%
}

div#footer{
  position: absolute;
  bottom:0; width: 100%;
  padding: 0.5em 0;
  text-align:center;
}

div.FormToFill { 
	padding:5px; 
}


/*stili generici, su header e footer*/

div#header{color: #ff0}

h1,h2{margin: 0;padding:0}

h1{padding-left:0.5em;font: bold 2.3em/80px arial,serif}

h2{color: #999;font-size: 1.5em}



div#footer a{font-weight: bold;text-decoration: underline}



/*stili specifici per il layout*/

div#navigation{background-color:#9cf}

div#content{padding: 1em 1em 5em}




/*
stili per la navigazione

div#navigation ul{margin: 0;padding: 0; list-style-type: none;}

div#navigation li{display: inline; margin: 0 0 0 1em;padding: 0} /*nota display: inline*/
/*
div#navigation a{color:#369;font: normal bold 1.2em/2.5em arial,sans-serif;text-decoration: none}

div#navigation a:hover{color: #fff;text-decoration: underline}

div#navigation a#activelink{color: #033;text-decoration: none}
*/
.Pagina
{
	background-image: url('images/bkgbody.gif'); 
	background-repeat: repeat-y;
	width: 900px; 
	margin-left: auto; 
	margin-right: auto;
}

.smalltext
{
    FONT-SIZE: 8pt;
    COLOR: #191970;
    FONT-FAMILY: Tahoma, Verdana, Arial
}

.Top 
{
	margin-left: auto; 
	margin-right: auto; 
	width: 860px; 
	height: 100px;
	clear: both;
}

.TopMenu
{
	margin-left: auto; 
	margin-right: auto; 
	width: 870px; 
	height: 30px;
	clear: both;
}

.Menu
{
	margin-left: auto;
	margin-right: auto;
	clear: both;
	width: 850px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.MenuButton
{
	float: right; 
	width: 78px; 
	height: 24px; 
	background-image: url('Images/MenuButton.gif'); 
	text-align: center;
	padding-top: 2px;
	margin-left: 10px;
}

.MenuLogin
{
	float: right; 
	width: 78px; 
	height: 24px; 
	background-image: url('Images/MenuLogin.gif'); 
	text-align: center;
	padding-top: 2px;
	margin-left: 20px;
}

.VoceMenu
{
	color: White;
	font-size: 10px;
	font-family: Tahoma;
	font-weight: bold;
	text-decoration: none;
}

.VoceMenu:Hover
{
	color: Yellow;
	text-decoration: underline;
}

.LinkBottom
{
	color: #20638d;
	font-size: 10px;
	font-family: Tahoma;
	font-weight: bold;
}

.LinkBottom:Hover
{
	color: #ff1100;
	/*text-decoration: underline;*/
}

.LinkBody
{
	color: #20638d;
	font-size: 12px;
	font-family: Tahoma;
	font-weight: bold;
	text-decoration: none;
}

.LinkBody:Hover
{
	color: #ff1100;
	text-decoration: underline;
}

.Center 
{
	margin-left: auto; 
	margin-right: auto; 
	width: 880px;
	clear: left;
}

.CenterLeft
{
	float: left; 
	text-align: left; 
	width: 240px; 
	border: solid 2px #f2f2f2; 
	margin: 10px; 
	margin-top: 16px;
	padding: 10px;
}

.CenterRight
{
	float: left; 
	text-align: left; 
	border: solid 2px #ffffff; 
	width: 550px; 
	margin: 10px; 
	padding: 10px;
}

.Center1C
{
	float: left; 
	text-align: left; 
	border: solid 2px #ffffff; 
	width: 830px; 
	margin: 10px; 
	padding: 10px;
}

.Bottom
{
	margin-left: auto; 
	margin-right: auto; 
	width: 870px; 
	background-color: #0A5D9A; 
	height: 20px;
	clear: left;
	color: White;
	text-align: center;
	font-family: Tahoma;
	font-size: 11px;
	padding-top: 6px;
}

.LeftTitolo
{
	width: 100%;
	background-color: #0A5D9A;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: White;
	padding: 6px;
}

.LeftTitoloHome
{
	width: 100%;
	background-color: #0A5D9A;
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: White;
	padding-top:5px;
	padding-bottom:5px;
}

.LeftDescrizione
{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #0A5D9A;
	padding: 6px;
}

.LeftTesto
{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: Black;
	padding: 6px;
	text-align: left;
}

.RightTitolo
{
	font-family: Tahoma;
	font-size: 30px;
	font-weight: bold;
	color: #0A5D9A;
}

.RightDescrizione
{
	font-family: Tahoma;
	font-size: 16px;
	font-weight: bold;
	color: #0A5D9A;
	line-height: 1.4;
}

.RightTesto
{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: Black;
	line-height: 1.4;
	text-align: left;
	vertical-align: top;
}

.Mappa
{
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	color: Black;
}

.Immagine
{
	padding: 0px 10px 0px 10px;
}

.pnlMain
{
	display: block;
	clear: left;
	border: solid 0px black;
	height: 28px;
	margin: 2px 0px 2px 0px;
}

.pnlMainTable
{
	display: block;
	clear: left;
	border: solid 0px black;
}

.pnlDescrizione
{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: White;
	background-image: url('Images/bgDescrizione.gif');
	width: 140px;
	display: block;
	vertical-align: top;
	text-align: left;
	float: left;
	padding: 5px 0px 5px 8px;
	margin: 2px 2px 2px 2px;
}

.TextBox
{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #000000;	
	border-width: 1px;
	border-color: #999999;
	border-style: solid;
	background-color: White;
	padding: 4px 2px 4px 2px;
	margin-top: 1px;
}

.DropDownList
{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	margin-top: 4px;
	margin-left: 2px;
	margin-right: 2px;
	border-width: 1px;
	border-color: #f2f2f2;
	border-style: solid;
}

.CheckBox
{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #000000;	
}

.pnlColSx
{    
    width: 600px;
    float: left;
    font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #000000;	
	background-color: White;
	padding: 6px 2px 4px 2px;
	margin-right: 20px;
	margin-bottom: 20px;
}

.pnlColSxHome
{    
    width: 100%;
    float: left;
    font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #000000;	
	background-color: White;
	padding: 6px 0px 4px 2px;
	margin-right: 20px;
	margin-bottom: 20px;
}

.pnlColDx
{
    float: left;
    font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #000000;	
	background-color: #F0F0F0; 
	background-image: url('Images/bgHomeCommunication.jpg'); 
	background-repeat: repeat-x;
	padding: 8px 10px 10px 10px;
	border-style: dotted;
	border-width: 1px;
	border-color: #2D4695;
}

.pnlParagrafi
{
    clear: left;
}

.pnlParagrafoINDX
{
    font-size: 10px;
    padding: 5px;
}

.pnlParagrafoIN
{
    font-size: 10px;
    padding: 4px;
}

.pnlColDxIn
{
    border: solid 1px #999999;
	background-color: #FFFFFF; 
	padding: 10px 10px 10px 10px;
	width: 170px;
	margin-bottom: 10px;
}

.pnlColSxIn
{
  border: Solid 0px #000000;
	padding: 5px 0px 5px 0px;
	width: 100%;
	margin-bottom: 10px;
}

.Right
{
    float: right;
    padding-right: 10px;
}

.TitoloFieldSet
{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #2D4695;
	text-align: left;
	padding: 2px 2px 2px 2px;
}

.Button
{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin-top: 3px;
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
	
/*
  background-color:Silver;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; 
  -moz-opacity: .7;
  -khtml-opacity: .7;
*/
}

.modalPopup {
	background-color:#ffffdd;
	padding:0px;
	width:250px;
}
