/*CSS GLOBALE */

*{
  margin:0;
  padding:0;
}

body{
	 text-align: center;
     border:none;
     height: 100%; 
	 background-color:#fff;
} 

.TableSite{
	background-color:#fff;
	margin: 0px auto;
    text-align: left;
    width:966px;
    background-image:url(../../images/pages/global/bg_container.gif);
    background-position:left top;
    background-repeat:repeat-y;
}

.SiteHeader{
	height:79px;
    width:966px;
    background-image:url(../../images/pages/global/bg_header.jpg);
    background-position:left top;
    background-repeat:no-repeat;
}

.BtCerca {	
	border: solid 1px #3e3f39;	
	background-color: #006a56;	 	 
	color: #fff;
	margin-top:10px;
}

/*Menu Header*/
#MTop
{
   float:right;
}

#MTop ul 
{
   list-style:none;
   margin:0;
   padding:0;
   white-space:nowrap;
}

#MTop li
{

     float:left;
     font-size:13px;
     text-align:center;
}

#MTop li a
{
	display: block;
	padding:12px 20px;
	text-decoration: none;
	font-weight:bold;
	color:#006a56;
	background-image:url(../../images/pages/global/top_indicator.jpg);
	background-position:center left;
	background-repeat:no-repeat;
}

#MTop li a:Hover
{
	color:#009f81;
}

/*Menu Sinistra*/
.MenuLeft{
	width:231px;
	background-image:url(../../images/pages/global/bg_menu_left.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	padding-left:12px;
}

#MLeft ul{
   list-style:none;
   margin:0;
   padding:0;
   white-space:nowrap;
}

#MLeft li{
     overflow:hidden;
     text-align:left;
     font-size:13px;
}

#MLeft li a
{
	display:block;
	padding:0 0 0 10px;
	text-decoration: none;
	font-weight:bold;
	color:#636363;
	background-image:url(../../images/pages/global/left_indicator.gif);
	background-position:center left;
	background-repeat:no-repeat;
	height:17px;
}

#MLeft li a:Hover{
	color:#009f81;
}


/*Menu Utenti registrati*/
.MLeftLogin{
	width:231px;
	padding-left:12px;
	border-right:2px solid #e9e9e9;
}

#MLeftLogin ul{
   list-style:none;
   margin:0;
   padding:0;
   white-space:nowrap;
}

#MLeftLogin li{
     overflow:hidden;
     text-align:left;
     font-size:13px;
}

#MLeftLogin li a{
	display: block;
	padding:0 0 0 10px;
	text-decoration: none;
	font-weight:bold;
	color:#636363;
	background-image:url(../../images/pages/global/left_indicator.gif);
	background-position:center left;
	background-repeat:no-repeat;
	height:20px;
}

#MLeftLogin li a:Hover{
	color:#009f81;
}

.Login{
	padding:8px;
	height:284px;
	background-image:url(../../images/pages/global/bg_login.gif);
	background-position:top left;
	background-repeat:repeat-x;
}

.Utenti{
	height:92px;
	background-image:url(../../images/pages/global/bg_utenti.gif);
	background-position: top left;
	background-repeat:repeat-x;
}

/*Stili Tabelle*/
.BorderBottom{
	border-bottom:2px solid #e9e9e9;
}

.BorderRight{
	border-right:2px solid #e9e9e9;
}

/*Globale Foto*/
.Foto {
	padding:1px;
	border: 1px solid #006a56;   
}

.ElencoPuntato li{
   margin-left:10px;
   list-style:square;
}
.ElencoPuntato ul{
   margin-left:5px;
}


.Combo
{
	font-family : arial,verdana,helvetica;
	font-size: 11px;
}

.BtRegistration{
	height:42px;
	width:211px;
	background-image:url(../../images/pages/global/bg_bt_registrazione.gif);
	background-position: top left;
	background-repeat:no-repeat;
}

.BtRegistration a{
	color:#fff;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
}

.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: 12px;
}

.BtGeneric2
{
	border: solid 1px #3e3f39;	
	background-color: #338878;	 
	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: 12px;
}

.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: 12px;
}

.Sottotitolo{
	color:#009f81;
}




/*Globali Datalist*/

.DatalistTitolo a{
	color:#e99f00;
	text-decoration:none;
	font-weight:bold;
}

.DatalistTitolo a:hover{
	text-decoration:underline;
}

.DatalistData{
	font-weight:bold;
}

.DatalistDesc{

}

#MLeft .SelezionatoUp{
	color:#009f81;
}

#MLeftLogin .SelezionatoUp{
	color:#009f81;
}

#MTop .SelezionatoUp{
	color:#009f81;
}