﻿*{
	margin: 0;
	padding: 0;
    text-align: left;
}

body{
	font: 12px Trebuchet MS;
	text-align: center;
	background: #E9E9E9;
}

p{
	margin:0 10px 10px;
	line-height: 30px;
}


a{
	color: #125194;
	font-weight: bold;
}

a:hover {
	color: #ED1C24;
	text-decoration: underline;
	font-weight: bold;
}



hr {
	margin-bottom: 3px;
}

div#container{
	text-align: left;
	width: 800px;
	margin: auto;
	background: #FFFFFF;
	border-left-width: thin;
	border-left-color: silver;
	border-left-style: solid;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: silver;
}

div#header h1{
	height: 150px;
	line-height: 80px;
	/* margin-top: 2px;*/
	padding-left: 10px;
	background: #E9E9E9 url('immagini/header.jpg');
	color: #000;
}
  
div#content{
	float: right;
	width: 639px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
}

div#content p{
	line-height: 18px;
}

.titolo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ED1C24;
	font-weight: bold;
	text-transform: capitalize;
}

p.dx {
	font-size: 16px;
	color: #155EAC;
	font-weight: bold;
	text-align: right;
	text-transform: uppercase;
	font-family: Verdana;
}

p.centrato {
	text-align: center;
	color: #155EAC;
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
	line-height: 15px;
}


p.loghi{
	text-align:center;
	margin:7px 0px 7px;
	line-height: 30px;
	border-bottom-color: #ED1C24;
	border-bottom-width: thin;
}



div#navigation{
	float: left;
	width: 161px;
	margin-top: 5px;
	margin-bottom: 3px;
}

div#extra{
	background: #FFF;
	clear: both;
	width: 100%
}

div#footer{
	background: #8C8C8C;
	color: #FFF
}

div#footer p{
	margin: 0;
	padding: 5px 10px;
	text-align: center;
	line-height: 15px;
}

.lista ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	line-height: 18px;
}

.lista ul li {
	list-style-position: inside;
	list-style-type: disc;
	margin:0 10px 10px;
}


.lista2 ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	line-height: 16px;
}

.lista2 ul li {
	list-style-position: inside;
	list-style-type: square;
	margin:0 10px 5px;
}

.table {
	width: 100%;
	text-align: center;
}


/* -------------------- */
/* --------MENU-------- */

.urbangreymenu{
	width: 160px; /*width of menu*/
	padding-left: 0px;
}

.urbangreymenu .headerbar{
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: white;
	background: #3787AC url(immagini/curva.png) no-repeat 8px 5px; /*last 2 values are the x and y coordinates of bullet image*/
	margin-bottom: 0; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	padding: 5px 0 5px 31px; /*31px is left indentation of header text*/
}

.urbangreymenu ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 0px; /*bottom spacing between each UL and rest of content*/
}

.urbangreymenu ul li{
	padding-bottom: 1px; /*bottom spacing between menu items*/
}

.urbangreymenu ul li a{
	font: normal 11px Verdana;
	color: black;
	background: #E9E9E9;
	display: block;
	padding: 5px 0;
	line-height: 15px;
	padding-left: 8px; /*link text is indented 8px*/
	text-decoration: none;
}

.urbangreymenu ul li a:visited{
	color: black;
}

.urbangreymenu ul li a:hover{ /*hover state CSS*/
	color: white;
	background: #ED1C24;
}

/* -------------------- */
/* ------LIGHTBOX------ */


#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}

#lightbox img{
	width: auto;
	height: auto;
}

#lightbox a img{
	border: none;
}

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

#imageContainer{
	padding: 10px;
}

#loading{ position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}

#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}

#imageContainer>#hoverNav{
	left: 0;
}

#hoverNav a{
	outline: none;
}

#nextLink{
	width: 49%;
	height: 100%;
	background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */
	display: block;
}

#prevLink{
	width: 49%;
	height: 100%;
	background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */
	display: block;
}

#prevLink {
	left: 0;
	float: left;
}

#nextLink {
	right: 0;
	float: right;
}

#prevLink:visited:hover {
	background: url(images/prevlabel.gif) left 15% no-repeat;
}

#prevLink:hover {
	background: url(images/prevlabel.gif) left 15% no-repeat;
}

#nextLink:visited:hover {
	background: url(images/nextlabel.gif) right 15% no-repeat;
}

#nextLink:hover {
	background: url(images/nextlabel.gif) right 15% no-repeat;
}

#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
}

#imageData{
	padding:0 10px;
	color: #666;
}

#imageData #imageDetails{
	width: 70%;
	float: left;
	text-align: left;
}	

#imageData #caption{
	font-weight: bold;
}

#imageData #numberDisplay{
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}			

#imageData #bottomNavClose{
	width: 66px;
	float: right; 
	padding-bottom: 0.7em;
	outline: none;
}	 	

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}

.titolistampanti
{
    font-family:Verdana;
    font-size:medium;
    font-style:normal;
    font-weight:bold;
}

.testostampanti
{
    font-family:Verdana;
    font-size:x-small;
    font-style:normal;
    font-weight:bold;
    }
    
.tabstampanti
{
    padding-bottom:10px
    
    }
    
    .titolosiad{
    font-family:Verdana;
    font-size:14px;
    font-style:normal;
    font-weight:bold;

	
	
}
    
    
    
    .categorie
    {
        width: 620px;
        margin-left:5px;
        padding: 2px;
        font-family:Verdana;
        font-size: 11px;
        font-weight:normal;
    }
    .evento
    {
        
        background-color:Black;
        width:590px;
        margin-left:auto;
        margin-right:auto;
        margin-bottom:20px;
        padding:10px;
        color:White;
        }
        .scritteform
        {
    font-family:Verdana;
    font-size:10px;
    font-style:normal;
    
        }
        
        
#truck
        {

background: url('immagini/sfondo-truck.jpg');
background-repeat:no-repeat;
width:639px;
height:640px;
font-family:Verdana;
font-size:small;

}

#titolotruck
        {

background: url('immagini/sopratruck.jpg');
background-repeat:no-repeat;
width:639px;
height:244px;
}

#fototruck{

background: url('immagini/testatatruck.jpg');
background-repeat:no-repeat;
width:639px;
height:156px;

}

.collegatruck{
font-size:medium;
color:white;
text-decoration:none;

}
.collegatruck a{
	text-decoration:none;
	}
}


    /* -------------------- */
/* -------------------- */

