﻿body 
	{
    padding:0;
    margin:0;
    font-size:14px;
    font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #526895; 
    color:white;
	}
#content
    {
    margin:3px auto 0 auto;   
    padding:0;     
    width: 100%;
    height:auto;
    text-align: center;
    background-image:url('/imgs/sfondo_top.jpg');
    background-repeat:repeat-x;
    background-position:top;    
    }
#top_div
    {
    width:1020px;
    text-align:center;
    margin:auto;
    }   
#main_div
    {
    position:relative;
    width:1020px;
    height:auto;
    text-align:justify;
    margin:auto;        
    color:white;    
    }
#footer_div
{
    position:relative;
    width:1020px;
    height:30px;    
    text-align:justify;
    margin:auto;        
    color:white;   
    color:#cacaca;    
    border-top:dotted 1px #cacaca; 
    font-size:12px;
    padding:0;
}  
.space_div_20
    {
    height:20px;
    clear:both;
    }    
.space_div_5
    {
    height:5px;
    clear:both;
    }    
.SubTitle 
    {
    color:#cacaca;
    font-weight:bold;
    }
a:hover { color:white;text-decoration:underline}
a, a:active { color:#cacaca; text-decoration:none}
h1 
    {
        margin-top:0;        
        font-size:24px;
        color:#cacaca;
        font-weight:normal;
        padding-bottom:5px;
        height:20px;
    }
.TheButt
{
    border: 1px solid #cacaca;
    background: #7E8082;
    color:white;
    font-size: 14px;
    margin:0;
    padding:2px 10px 2px 10px;
    text-align:center;
    vertical-align:middle;
}
.GrayButt, .BlueButt
{
    padding-top:2px;
    width:140px;
    height:21px;
    border-style: none;    
    font-weight:bold;
    color:#eaeaea;
    font-size: 12px;
    margin:0;
    text-align:center;
    vertical-align:middle;
    background:black url('/imgs/Bottone.JPG') no-repeat top;
}
.BlueButt
{    
    background:black url('/imgs/Bottone_sel.JPG') no-repeat top;
}
.TestoNormale
{
    color:#eaeaea;
}
.TestoSelezionato
{
    color:#00AAFF;
}