﻿body 
{
    background-color: Black;
    width: 760px;
    margin: 0px auto;
}

a
{
    color:#FFCC99;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

ul
{
    list-style-type: none;
}

.elenco li
{
    margin-left: -30px;
}

.home-title
{
    font-family: Monotype Corsiva;
    font-size: 48pt;
    color: #FFCC99;
}

.home-subtitle
{
    font-family: Monotype Corsiva;
    font-size: 16pt;
    color: #FFCCCC;
}

.home-link a
{
    font-family: Book Antiqua;
    font-weight: bold;
    font-size: 12pt;
}

.home-link li
{
    display: inline;
    padding-left: 40px;
    padding-right: 40px;
}

.barraSuperiore
{
    width: 760px;
    display: table;
    background-color: #333333;
    line-height: 2.5em;
}

.barraSuperiore a
{
    color: #FFCC66;
    font-size: 15pt;
    font-family: Monotype Corsiva;
}

.barraSuperiore li
{
    display: inline;
    padding-right: 20px;
}

.barraMarrone
{
    background-color: Maroon;
    margin: 0;
}

.pagina
{
    color: White;
    font-size: 12pt;
    text-align: justify; 
    margin-left: 40px; 
    margin-right: 40px;
}

.indietro
{
    text-align: center;
    font-size:16pt;
}

#lightbox
{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
}
	
#lightboxDetails
{
	font-size: 0.8em;
	padding-top: 0.4em;
}
	
#lightboxCaption
{ 
    float: left;
}

#keyboardMsg
{ 
    float: right; 
}

#closeButton
{ 
    top: 5px; 
    right: 5px; 
}

#lightbox img
{ 
    border: none; 
    clear: both;
} 

#overlay img
{ 
    border: none; 
}

#overlay
{ 
    background-image: url(overlay.png); 
}

* html #overlay
{
	background-color: #000;
	background-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
}
