﻿/*
*{
	margin: 0;
	padding:0;
}
*/

#top_box {
	width: 995px;
	margin : auto;
	margin-top : 30px;
	
}
.nopadding
{
    padding : 0px; margin : 0px;
}

#main
{
	margin: auto;
	margin-top: 30px;
	font-family: Verdana;
	font-size: 9px;
	width: 995px;
	color: #666666;
}

body {
   font-family : Verdana;
   color : #666666;
   font-size : 11px;
}

.titolo {
	font-size: 25px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	word-spacing: 12px;
	letter-spacing: 8px;
	color: #666666;
}
p {
	margin: 0px;
}
.sottotitolo {
	font-size: xx-small;
	text-transform: capitalize;
	letter-spacing: 3px;
	word-spacing: 5px;
	padding-bottom: 20px;
	text-align: center;
}
.fixmenuitem {
	font-size: 13px;
	text-transform : uppercase;
	font-weight: lighter;
	text-align : center;
	margin : auto;
	/*font-variant: small-caps;*/
}
.dynamicmenuitem {
	padding: 2px;
	font-variant: small-caps;
	font-size: 12px;
	font-weight: bold;
}
.itemExhibition
{
	margin : 3px;
}

a
{
	font-size : 10px;
	color : #666666;
	text-decoration : none;
	text-transform : uppercase;
}

a:hover
{
	/*background-color : Black;*/
	color : black;
}


.tbox
{
	border : solid 1px #666666;
	color : black;
	background-color : #ffffff;
	font : Verdana;
	font-size : 12px;
	letter-spacing : 1px;
}

/* paging css */

.navigation
{
	width:100%;
	margin-top:30px;
}

#leftnav 
{
	float:left;
	width:180px;
	text-align:center;
}

#rightnav 
{
	float:right;
	width:180px;
	margin-right:20px;
	text-align:center;
}

#numnav
{
	float:inherit;
	text-align:center;
	
}

#LinkOpen
{
}

#LinkOpen a
{
	font-size : 14px;
}

#ListaArtisti
{
	width :25%;
}

#ListaArtisti a{ position:relative; /*questa è fondamentale*/
    z-index:24; 
    text-decoration: none}

#ListaArtisti a:hover{ z-index: 25; background-color : White; color : Black } 

#ListaArtisti a span{display: none}

#ListaArtisti a img
{
	border : 0px;
	background-color : White;
	width : 10px; height : 10px;
}

#ListaArtisti a:hover span{ /*lo span verrà mostrato solo sullo stato :hover */
    display: block; position:absolute; width : 150px;
    top: 2em; left: 2em;   z-index  : 0;
    border: 1px solid black; background-color: #cccccc; color:#000;
    text-align: center; font-variant : normal; font-weight : normal;} 
    
    
#ListaGallerie
{
	width: 25%;
}

#ListaGallerie a{ position:relative; /*questa è fondamentale*/
    z-index:24; 
    text-decoration: none; font-size : 10px;}

#ListaGallerie a:hover{ z-index: 25; } 

#ListaGallerie a span{display: none;}

#ListaGallerie a:hover span{ /*lo span verrà mostrato solo sullo stato :hover */
    display : block; position : absolute;
    top : 10px; right : 50px; width: 200px;	z-index : 0;
    border: 1px solid black; background-color: #cccccc; color:#000;
    text-align: center; font-variant : normal; font-weight : normal;} 
    
.PanelGalleria
{
	height : 120px; overflow : auto;
}


.calendar a
{
	color : White;
}