body{
    margin: 0;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 0px;
    padding: 0;
    background: #FFF;
    color: #000;
    font-family: Verdana, arial, sans-serif;
}

#corpo{
    float: left;    
    width: 100%;
    margin: 0 px;
    display: inline;
}

#linkhome{
    display: block;
    margin-top: 10px;
    margin-left: 10px;
    margin-bottom: 0px;
}

.intestazione{
    display: block;   
    width: 100%;
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 13pt;  
}

#fascia{
    display: block;
    height: 22px;
    background: url(../images/fascia200.png) repeat-x;
    font-size: 13pt;
    font-weight: bold;
    color: #FFF;
    padding-left: 10px;
    padding-top: 1px;
}

#left{
    margin-top: 0px;
    float: left;
    width: 220px;
    color: #000;
}

#main_page{
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px; 
}

.menu{
    padding-top: 2px;
    display: block;
    color: #FFF;
    background: url(../images/fascia200.png) repeat-x;
    height: 22px;
    font-size: 11pt;
    vertical-align: center;
}
.menu ul{
    padding-top 0px;
    margin-left: 0px;
    margin-top: 0em;
    margin-bottom: 0em;
}
.menu li{
    list-style: none;
    display: inline;
    padding-right: 0px;
    margin-left: 0px;
}

.menu a{
    color: #FFF;
    font-weight: bold;
    text-decoration: none;
    white-space: no-wrap;  
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 0px;
    padding-bottom: 3px; /*3*/
}


.menu a:hover,  .menu a:active{
    color: #f27b00;
    background: #F1F1F1;
    padding-bottom: 5px;/*5*/
}

.menu .voce_corrente a{
    color: #FFF000;
    padding-bottom: 4px;/*4*/
}

.menu .voce_corrente a:hover{
    color: #f27b00;
    background: #F1F1F1;
    padding-bottom: 5px;/*5*/
}

.testo{
    border-left: solid 1px;
    border-right: solid 1px;
    border-bottom: solid 1px;
    border-color: #CCC;
    background: #F1F1F1;
    height: 100%;
}

.testo #pagina{
    color: #666;
    font-size: 9pt;
    text-align: justify;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 5px;
}

.testo #titolo{
    padding-top: 5px;
    padding-bottom: 5px;
    background: url(../images/linea.gif) 0% 100% no-repeat;
    height: 1;
    vertical-align: bottom;
    color: #F60;
    font-size: 14pt; 
}

.testo #sottotitolo{
    padding-left: 25px;
    background: url(../images/freccia2.gif) 10px 3px no-repeat;
    font-size: 11pt;
    color: #666;
}

.testo #sottotitolo2{
    padding-left: 25px;
    background: url(../images/freccia.gif) 10px 4px no-repeat;
    font-size: 9pt;
    color: #666;
}

.testo p{
    padding-left: 10px;
    padding-right: 0px;
    text-align: justify;
    line-height: 150%;
}

.testo a{
    color: #666;
    font-weight: bold;
    line-height: 150%;
    text-decoration: none;
}

.testo a:hover{
    font-weight: bold;
    text-decoration: underline;
    color: #F90;
}

.testo ul{
    padding-left: 20px;
    list-style: none;
    line-height: 150%;
}

.testo li{
    padding-left: 15px;
    list-style: none;
    line-height: 150%;
    background: url(../images/freccia.gif) 0% 4px no-repeat;
}

.testo a.freccia{
    padding-left: 11px;
    background: url(../images/freccia.gif) 0% 51% no-repeat;
    height: 0;
    vertical-align: bottom;
    text-decoration: none;
    color: #666;
    font-weight: normal;
    line-height: 150%;
}

.testo a.freccia:hover{
    padding-left: 11px;
    background: url(../images/freccia.gif) 0% 51% no-repeat;
    height: 0;
    vertical-align: bottom;
    text-decoration: underline;
    color: #F90;
}

.testo #nobold{
    font-weight: normal;
}

.testo #littlep{
    margin-top: 2px;
    margin-bottom: 2px;
}

.testo #linea{
    display: block;
    background: url(../images/linea.gif) 0 0 no-repeat;
    height: 1px;
}
.testo #numero_verde{
    font-weight: bold;
    color: #090;
}

.testo #arancio_grande{
    font-weight: bold;
    color: #F60;
    font-size: 12pt;
}

.testo #arancio{
    color: #F60;
}

.testo #right{
    text-align: right;
    padding-right: 10px;
}

.testo #left{
    text-align: left;
    padding-left: 10px;
}

.testo #text_area{
    width: 98%;
    height: 200px;
    color: #666;
    font-size: 10pt;

}

.testo #errore{
    display: block;
    color: #F00;
}

.testo form{
    padding-left: 10px;
}
.testo #upper{
    margin-top: 10px;
}

.testo #centrato{
    text-align: center;
}


.testo #link_grande{
    color: #666;
    font-size: 14pt;
    font-weight: bold;
    line-height: 150%;
    text-decoration: none;
}

.testo #link_grande:hover{
    font-weight: bold;
    font-size: 14pt;
    text-decoration: underline;
    color: #F90;
}
.testo
/*
.testo input{ 
    background-color: #FFF;
    border-color: #CCC;
    border-style: solid;
    border-width: 1px;
    color: #666;     
}
*/
.testo  #ente{
    font-size: 10pt;
    margin-top: 5px;
    width: 400px;
    background-color: #FFF;
    border-color: #CCC;
    border-style: solid;
    border-width: 1px;
    color: #666;    
} 

.testo  #score{
    font-size: 10pt;
    margin-top: 5px;
    width: 100px;
    background-color: #FFF;
    border-color: #CCC;
    border-style: solid;
    border-width: 1px;
    color: #666;    
} 

.testo  #normal{
    font-size: 10pt;
    margin-top: 5px;
    width: 250px;
    background-color: #FFF;
    border-color: #CCC;
    border-style: solid;
    border-width: 1px;
    color: #666;    
} 
.testo #profilo_select{
    width: 150 px;
    margin-top: 5px;
}

.box {
    display: block;
    margin-left: 0px;
    margin-right: 10px;
    margin-bottom: 10px;
    background: #F1F1F1;
    width: 200px;
    border: solid 1px;
    border-color: #CCC;
    padding-bottom: 5px;   
}

.box h1{
    font-size: 11pt;
    height: 25px;
    margin: 0;
    padding-top: 2px;
    padding-bottom: 0px;
    color: #FFF;
    background: url(../images/fascia200.png) repeat-x;
    text-align: center;
}

.box hr {
    border: 0;
    color: #CCC;
    background-color: #CCC;
    height: 1px;
    width: 182px;
    margin-top: 2px;
    padding-top: 0px;
    padding-left: 0px;
    margin-left: 8px;
}

.box #hr {
    border: 0;
    color: #CCC;
    background-color: #CCC;
    height: 1px;
    width: 182px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-top: 0px;
    padding-left: 0px;
    margin-left: 8px;
}
.box label{
    width: 12.5em;    
    float: left;
    text-align: left;
    margin-right: 0em;
    display: block;
}

.box img{
    width: 90%;
}

.box div{
    color: #666;
    font-size: 9pt;
    text-align: left;
    padding-top: 5px;
    padding-left: 10px;
    padding-bottom: 0px;
}

#noborder{
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0px;
}

#relative_left{
    position: relative;
    text-align: left;
}

#relative_left_orange{
    color: #F60;
    position: relative;
    text-align: left;
}

#num_verde{
    display: block;
    background: url(../images/num_verde.gif) 0 0 no-repeat;
    height: 32px;
    width: 198px;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

#hidden{
    display: none;
    padding-left: 0px;
    padding-right: 0px;
}

#logo_swgonline{
    display: block;
    background: url(../images/logo_swgonline300.gif) 0 0 no-repeat;
    height: 76px;
    width: 300px;
    padding-bottom: 5px;
}

#logo_swg{
    display: block;
    background: url(../images/logo_swg.gif) 0 0 no-repeat;
    height: 64px;
    width: 198px;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

#logo_linksystem{
    display: block;
    background: url(../images/logo_linksystem.gif) 0 0 no-repeat;
    height: 64px;
    width: 198px;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

#logo_publicares{
    display: block;
    background: url(../images/logo_publicares.gif) 0 0 no-repeat;
    height: 64px;
    width: 198px;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

#logo_tomorrow{
    display: block;
    background: url(../images/logo_tomorrow.gif) 0 0 no-repeat;
    height: 64px;
    width: 198px;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

#logo_postpoll{
    display: block;
    background: url(../images/logo_postpoll.gif) 0 0 no-repeat;
    height: 64px;
    width: 198px;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

#stars00{
    display: block;
    background: url(../images/stars00_198.gif) 0 0 no-repeat;
    height: 17px;
    width: 198px;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

#stars01{
    display: block;
    background: url(../images/stars01_198.gif) 0 0 no-repeat;
    height: 17px;
    width: 198px;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

#stars02{
    display: block;
    background: url(../images/stars02_198.gif) 0 0 no-repeat;
    height: 17px;
    width: 198px;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

#stars03{
    display: block;
    background: url(../images/stars03_198.gif) 0 0 no-repeat;
    height: 17px;
    width: 198px;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

#stars04{
    padding-left: 0px;
    display: block;
    background: url(../images/stars04_198.gif) 0 0 no-repeat;
    height: 17px;
    width: 198px;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

#stars05{
    display: block;
    background: url(../images/stars05_198.gif) 0 0 no-repeat;
    height: 17px;
    width: 198px;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

#stars06{
    display: block;
    background: url(../images/stars06_198.gif) 0 0 no-repeat;
    height: 17px;
    width: 198px;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

#stars07{
    display: block;
    background: url(../images/stars07_198.gif) 0 0 no-repeat;
    height: 17px;
    width: 198px;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

#stars08{
    display: block;
    background: url(../images/stars08_198.gif) 0 0 no-repeat;
    height: 17px;
    width: 198px;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

#stars09{
    display: block;
    background: url(../images/stars09_198.gif) 0 0 no-repeat;
    height: 17px;
    width: 198px;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

#stars10{
    display: block;
    background: url(../images/stars10_198.gif) 0 0 no-repeat;
    height: 17px;
    width: 198px;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

#left5{
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
}


#exit_link {
    position: absolute;
    right: 25px;
    color: #FFF;
    text-decoration: none;
}

#exit_link:hover{
    text-decoration: none;
    color: #FFF000;
}

a.freccia{
    padding-left: 11px;
    background: url(../images/freccia.gif) 0% 51% no-repeat;
    height: 0;
    vertical-align: bottom;
    text-decoration: none;
    color: #666;
}

a.freccia:hover{
    padding-left: 11px;
    background: url(../images/freccia.gif) 0% 51% no-repeat;
    height: 0;
    vertical-align: bottom;
    text-decoration: underline;
    color: #F90;
}

a.frecciabold{
    padding-left: 11px;
    background: url(../images/freccia.gif) 0% 51% no-repeat;
    height: 0;
    vertical-align: bottom;
    text-decoration: none;
    color: #666;
    font-weight: bold;
}

a.frecciabold:hover{
    padding-left: 11px;
    background: url(../images/freccia.gif) 0% 51% no-repeat;
    height: 0;
    vertical-align: bottom;
    text-decoration: underline;
    color: #F90;
    font-weight: bold;
}

.tabella{
    border: 1px solid #CCC;
    border-collapse: collapse;
    
}
.tabella th{
    color: #F60;
    border: 1px solid;
    border: 1px solid #CCC;
    padding: 0.3em 0.7em;
    font-weight: normal;
}

.tabella td{
    border: 1px solid;
    border: 1px solid #CCC;
    padding: 0.3em 0.7em;
}

.tabella #tipo_profilo{
    width: 120px;
    padding: 0.3em 0.7em;
}

.tabella #completato{
    width: 80px;
    text-align: center;
}

.tabella #Informazioni{
    padding: 0.3em 0.7em;
}

.tabella #centrato{
    text-align: center;
}

#errore{
    color: #F00;
}

