﻿/********************************************
/* stili CONSOLE */
.DivConsole 
    {
     width:1%;
     cursor:move;
     position:absolute;
     /* background-color:#CCC;*/
     background-color:Transparent;
     color:Black;
     float:right;
     z-index:1;
     border-color:Black;
     text-align:left;
     left:10px;
   }
   
.DivConsole  Table
    {
     color:Black;
     background-color:#CCC;
    }
   
.DivConsole  A:link
    {
     color:Black;
     background-color:#CCC;
    }
    
 .DivConsole  A:visited
    {
     color:Black;
     background-color:#CCC;
    }
   
 .DivConsole  A:hover
    {
     color:White;
     background:red;
    }
    
    
/* stili CONSOLE FINE */
/********************************************/  
#LogoBanner {display:block;}

.menusx 
{
    margin:0; padding:0; float:left;width:100%;
    }

/********************************************************************/

.header 
{
        background-color: #fff; 
        background-repeat: no-repeat; 
        background-position: right bottom; 
        color: #000; 
        height:144px;
        padding: 0 0 0 0;
        margin:0;
        background-image:url(../imgs/Banner/header.jpg);
        }
 
 /********************************************************************/
/* PER CAMBIAR DINAMICAMENTE IL BANNER */
.headerLOM {background-color: #fff; 
        background-repeat: no-repeat; 
        background-position: right bottom; 
        color: #000; 
        height:144px;
        padding: 0 0 0 0;
        margin:0;
        background-image:url(../imgs/Banner/headerLOM.jpg);
}

.headerTOS {background-color: #fff; 
        background-repeat: no-repeat; 
        background-position: right bottom; 
        color: #000; 
        height:144px;
        padding: 0 0 0 0;
        margin:0;
        background-image:url(../imgs/Banner/headerTOS.jpg);
}
/********************************************************************/

/********************************************************************/

.aCx {width: 95%; 
        margin-top: 20px;
        text-align: left; 
        margin-bottom: 10px;
        margin-left:20px;
        position:relative;
       }
     
 .aCx A {background-color:Transparent;margin:0;}
 .aCx A:hover {background-color:Transparent;margin:0;}
       
 .aCx img {
    border:none;margin:0;
       }
/********************************************/ 
.menu 
{
    height:2em;
    margin:0; 
    }

#bannerTop
{
    background-color:#CCC;
    vertical-align:middle;
    margin-top:0;
    height:22px;
    width:100%;
}

#css_buttons
{
  float:left;  
  background-color:#CCC;
  /*height:22px;*/
  height:1.8em;
  width:100%;
  display:inline;
  text-align:right;
    }
    
#css_buttons img
{ border:0; }


#css_buttons a:link, #css_buttons a:visited,#css_buttons a:hover,#css_buttons a:active
 {
    height:1.2em;
    text-decoration:none;  
    font-weight:bolder;
    font-size:0.8em;
    padding:0.1em 1.4em 0.1em 1.4em;
    
    color:#FFF; 
    background-color:#000; 

 }

/********************************************/ 
div.banner{
	clear:both;
	background: url(../imgs/banner.jpg) no-repeat top center;
	display:block;
	width:100%;
	height:100%;
}


 
/********************************************/ 

/* stile per il menu top */
/*.topMenu {margin-top:3px;
        }*/

.topRegioni
{float:right;margin-right:40px;}

.topRegioni select
{font-size:0.7em;}

#vdividermenu ul{
        margin: 0 0 1em 0;
        padding: 0;
        float: left;
        font-weight: bold;
        /*width: 100%;*/
        border: 0px solid #625e00;
        background-color: #CCC;
        /*font-family: "Trebuchet MS", "Gill Sans", Arial, serif;*/
        font-size:1.1em;
}

* html #vdividermenu ul{ 
    width: 100%;
}

#vdividermenu ul li{
    display: inline;
}

#vdividermenu ul li a{
    float: left;
    color: #222;
    /*padding: 2px 10px;*/
    padding:2px 1em;
    text-decoration: none;
    background: transparent url(imgs/vertical.gif) center left no-repeat;
    font-size:1.1em;
    font-weight:bold;
}

#vdividermenu ul li a:visited{
    color: #3F3F3F;
    }

#vdividermenu ul li a:hover{
    color: #FFF;
    background-color: #CCC;
    }

/* stile per il menu top */
/* FINE */


  

div.contenitore{
        width:99%;
        margin:0px auto;
        }

div.content{
	border:0;
	width:100%;
	margin:0px auto;
	padding:1px 0px 1px 0px;
}

