/*CSS GLOBALE */

*{
  margin:0;
  padding:0;
}

body{
	 text-align: center;
     border:none;height: 100%; 
	 background-color:#fff;
	 background-image:url(../../images/pages/global/bg_site.jpg);
	 background-position:top left;
	 background-repeat:repeat-x
} 

.TableSite{
	background-color:#fff;
	margin: 0px auto;
    text-align: left;
}

.SiteHeader{
	 height:30px;
	 background-color:#75b64a;
	 text-align:right;
	 color:#fff;
}

.SiteHeader a{
	font-weight:bold;
	text-decoration:none;
	color:#fff;
} 

.SiteHeader a:hover{
	text-decoration:underline;
} 

.SiteFlash{
	 border:4px solid white;
} 

.SiteContent
{
	border-left:4px solid white;
	border-right:4px solid white;
} 

.SiteFooter{
	 background-color:#75b64a;
	 text-align:center;
	 color:#fff;
	 border:4px solid white;
	 padding:5px;
} 

/*Globale Foto*/
.Foto {
	padding:1px;
	border: 1px solid #73ac4e;   
}

.Combo
{
	font-family : arial,verdana,helvetica;
	font-size: 11px;
}

.BtGeneric
{
	border: solid 1px #3e3f39;	
	background-color: #dc9346;	 
	color: #fff;
	text-align:center;		
	font-weight: bold;
	margin:5px;	
	width:auto;
    overflow:visible;
	-moz-box-sizing: content-box;
	font-family : arial,verdana,helvetica;
	font-size: 11px;
}

.BtGeneric2
{
	border: solid 1px #3e3f39;	
	background-color: #75b64a;	 
	color: #fff;
	text-align:center;		
	font-weight: bold;
	margin:5px;	
	width:auto;
    overflow:visible;
	-moz-box-sizing: content-box;
	font-family : arial,verdana,helvetica;
	font-size: 11px;
}

.BtGeneric3
{
	border: solid 1px #3e3f39;	
	background-color: #bd353c;	 
	color: #fff;
	text-align:center;		
	font-weight: bold;
	margin:5px;	
	width:auto;
    overflow:visible;
	-moz-box-sizing: content-box;
	font-family : arial,verdana,helvetica;
	font-size: 11px;
}

.BtGeneric4
{
	border: solid 1px #3e3f39;	
	background-color: #ad2a2f;	 
	color: #fff;
	text-align:center;		
	font-weight: bold;
	margin:5px;	
	width:auto;
    overflow:visible;
	-moz-box-sizing: content-box;
	font-family : arial,verdana,helvetica;
	font-size: 11px;
}




/*Globali Datalist*/

.DatalistTitolo a{
	text-decoration:none;
	font-weight:bold;
	color:#75b64a;
}

.DatalistTitolo a:hover{
	text-decoration:underline;
}

.DatalistData{
}

.DatalistDesc{
	padding-bottom:6px;
}
