@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	text-align:center;
	position:relative;
	background-color:#FFFFFF;
	font-size: 12px;
	color: #000000;
	font-family:Verdana;
}

a {
	font-family: verdana;
	text-decoration: none;
	font-weight: bolder;
	color: #565658;
	font-size: 12px;
}

a:hover {
	text-decoration:underline;
}

.arancione{
	color:#F5660A;
	font-size: 12px;
	font-family:Verdana;
}

.accesso{
	color:#FFFFFF;
	font-size: 12px;
	font-family:Verdana;
	text-align:left;
	text-decoration:underline;
}

.accesso:hover{
	color:#FFFFFF;
	font-size: 12px;
	font-family:Verdana;
	text-align:left;
	font-weight:bold;
	text-decoration:underline;
}

.nav{
	color:#333333;
	font-size: 11px;
	font-family:Verdana;
	text-align:left;
	text-decoration:none;
}

.menunav{
	color:#333333;
	font-size: 11px;
	font-family:Verdana;
	text-align:left;
	text-decoration:none;
}

.LoginTitolo{
	color:#000000;
	font-size: 16px;
	font-family:Verdana;
	text-align:center;	
}
.Login{
	color:#000000;
	font-size: 12px;
	font-family:Verdana;
	text-align:left;	
}
.InteFooter{
	color:#ffffff;
	font-size: 10px;
	font-family:Verdana;
	font-weight:bold;
	text-align:center;	
}

.pannello{
	color:#000000;
	font-size: 12px;
	font-weight: normal;
	font-family:Verdana;
	text-decoration:none;
	text-align:center;
}

.MenuTitolo{
	color:#FFFFFF;
	font-size: 12px;
	font-family:Verdana;
	font-weight:bold;
	text-align:left;
	text-decoration:none;
}

.mini{
	color:#000000;
	font-size: 8px;
	font-family:Verdana;
	font-weight: normal;
	text-align:left;
	text-decoration:none;
}

.TitoliBox{
	font-size:12px;	
	font-weight:normal;	
	color:#FFFFFF;
	font-family:Verdana;
	text-decoration:none;
}

.TitoliGriglia{
	font-size:12px;	
	font-weight:bold;
	background-color:#F5660A;	
	color:#FFFFFF;
	font-family:Verdana;
	text-decoration:none;
	font-weight:bold;
}

.TitoliSchede{
	font-size:12px;	
	font-weight:bold;	
	color:#000000;
	font-family:Verdana;
	text-decoration:none;
	text-align:left;
}
.TestoScheda{
	color:#000000;
	font-size: 12px;
	font-family:Verdana;
	text-decoration:none;
	text-align:left;
}
.TestoGriglia{
	font-size:12px;	
	font-weight:normal;	
	color:#000000;
	font-family:Verdana;
	text-decoration:none;
	font-weight:bolder;
	text-align:right;
}
.TestoAnteprima{
	color:#000000;
	font-size: 12px;
	font-family:Verdana;
	text-decoration:none;
	font-style:oblique;
}
.TestoAnteprimaBox{
	color:#FFFFFF;
	font-size: 12px;
	font-family:Verdana;
	text-decoration:none;
	font-style:oblique;
}
.warning{
	font-size:15px;
	font-family: verdana;	
	font-weight:bold;
	text-decoration:none;
	text-align:left;
	color:#FF0000;
}

.ImmagineAlligndx {
	float: right; padding-bottom:0.5em; padding-left:0.5em;
	z-index:1;
}

.ImmagineAllignsx {
	float: left; padding-bottom:0.5em; padding-right:0.5em;
	z-index:1;
}

div.pic{float:left;margin: 1px;padding:0 0 5px 0;
	z-index:1;}

div.pic img{display: block;border: 1px solid;
    border-color: #CCC #CCC #AAA #CCC;
    padding: 7px;background: #f6f6f6} 
	div.imgcontainer{ float: left;padding:0 6px 6px 0;
	z-index:1;}

div.imgcontainer img{
    position: relative;top: -5px;left: -5px;
    border:1px solid #ccc;border-color: #ccc #666 #666 #ccc;
    padding:5px;
	z-index:1;}
	
	
#motioncontainer {
/*margin:0 auto;  Uncomment this line if you wish to center the gallery on page */
width: 100%; /* Set to gallery width, in px or percentage */
height: 200px; /* Set to gallery height */
}

#motioncontainer a img {
border: 1px solid #cccccc; /* Set image border color */
}

#motioncontainer a:hover img {
border: 1px solid navy; /* Set image border hover color */
}

#statusdiv {
background-color:#FFFFCC;
border: 1px solid gray;
padding: 2px;
position: absolute; /* Stop Editing Gallery Styles */
left: -200px;
visibility: hidden;
}

#motioncontainer a:hover {
color: red; /* Dummy definition to overcome IE bug */
}

#imageSlideshowHolder{
		
				/* This is a CSS hack in order to get a nice look in IE 5.5 and lower 
		
				In these versions of Internet Explorer, we need to add borders and padding to the width. In this example, we have a 3 pixel
				border on all sides. This means that the width in IE5.5 should be 606 pixels(600 + border 3px on the left + border 3 px on the right). Height
				should be set to 456 pixels(450 + 3 +3). IE 5.5 will ignore the width attributes below the first line. These will be applied to other browsers.
		
				*/
				/* CSS HACK */
				width: 608px;	/* IE 5.x */
				width/* */:/**/602px;	/* Other browsers */
				width: /**/602px;
				
				/* CSS HACK */
				height: 208px;	/* IE 5.x */
				height/* */:/**/202px;	/* Other browsers */
				height: /**/202px;
				
				background-color:#1A1A1A;
				border:0px solid #1A1A1A;
				position:relative;	/* Never change this value */
				
			}
			.imageInGallery{		
				width:602px;
				height:202px;
				background-color:#1A1A1A;
				
				/* Never change these 3 value */
				left:0px;
				top:0px;
				position:absolute;	
			}
			
			
			#imageSlideshowHolder img{
				position:absolute;
			}
-->
table #BOX{
            position: Absolute;
            margin-top: 10px;
           /* bottom: 0px;
            margin-bottom: 0px;*/
            margin-left: 0px;
            /*left: 141px;*/
            background-color: #666666;
            width: 500px;
            height: 100px;
            padding: 1px;
            opacity: 0.60;
            -moz-opacity: 0.60;
            filter:alpha(opacity=60);    
        }

#NTit{
    position: Absolute;
    /*top: 315px;*/
    margin-top: 100px;
    font-family:Verdana;
    font-weight:bold;
    font-size:16px;
    text-decoration:none;
    color:#FFCC00;
    opacity: 0.98;
    -moz-opacity: 0.98;
    filter:alpha(opacity=98);    
}
#NLink{
    position: Absolute;
    /*top: 380px;*/
    margin-top: -30px;    
    font-family:Verdana;
    font-weight:bold;
    font-size:12px;
    text-decoration:none;
    color:#FFCC00;
    opacity: 0.98;
    -moz-opacity: 0.98;
    filter:alpha(opacity=98);    
}
#NAnte{
    position: Absolute;
    /*top: 330px;*/
    margin-top: -80px;
    text-align:left;
    left: 141px;
    width:500px;
    font-family:Verdana;
    font-weight:bold;
    font-style:italic;
    font-size:12px;
    text-decoration:none;
    color:#FFFFFF;
    opacity: 0.98;
    -moz-opacity: 0.98;
    filter:alpha(opacity=98);    
}