﻿body 
	{
	padding:0;
	margin:0;
	font-size:16px;
	font-family: Helvetica, Trebuchet MS, Verdana, Arial, Courier, 'Times New Roman', sans-serif;
	text-align: center;
	background-color: white;		
    color:#cacaca;
	}
#content
    {
    margin:3px auto 0 auto;   
    padding:0; 
    /*background-color: white;*/
    width: 1200px;
    height:700px;
    text-align: justify;    
    border: none;    
    }
.DivCentrale 
{
    width:1200px;
    height:700px;    
    overflow:hidden;
}    
#left-content
    {
    padding:0;
    margin:auto;
    height:auto;
    width:990px;
    float:left;
    text-align:left;    
    overflow:visible;    
    position:relative;    
}
.right-bar
    {
     width:210px;
     height:100%;
     float:right;     
     overflow:visible;     
    }          
.right-bar-museum
    {
     color:Black;
     width:210px;
     height:100%;
     float:right;     
     overflow:visible;     
     background-color:#999999;
    }        
.ArticlePreviewMuseum {
    margin-bottom:6px;
    margin-left:6px; 
    float:left;
}
.ArticlePreviewImageMuseum 
{
    border: solid 1px black;    
}
.ArticlePreviewImageMuseum:hover 
{
    border-color:Orange;    
}
#footer_div
{
    position:relative;
    padding:0; 
    text-align:left;
    height:auto;
    margin:3px auto 0 auto;
    width: 1200px;
    font-size:12px;
    color:#cacaca;
} 
#top_div
    {
    text-align:center;
    height:80px;
    width:100%;
    }    
#bottom_div
    {
    text-align:center;
    height:auto;
    width:100%;
    padding-bottom:20px;
    } 
#left_div
    {
    text-align:center;
    height:auto;
    width:220px;
    float:left;
    /*border-right:solid 2px #303030;*/
    padding-left:8px;
    padding-right:8px;
    padding-top:3px;
    }
#right_div
    {    
    padding-top:10px;    
    padding-right:20px;
    text-align:left;
    height:auto;
    width:920px;
    float:right;
    }
.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, .RedButt
{
    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;
}
.RedButt
{    
    background:black url('/imgs/Bottone_red.gif') no-repeat top;
}
.TestoNormale
{
    color:#eaeaea;
}
.TestoSelezionato
{
    color:#00AAFF;
}
.PanelRestrictedArea
{
    top:30px;
    left:490px;
    width:400px;
    height:auto;
    border:solid 1px black;
    background-color:white;
    position:absolute;
    z-index:3000;    
    text-align:left;
    color:#101010;
    padding-left:10px;
    font-size:12px;
}
