body {
	background-color: #003366;
	text-align: center;
	font-family: Lucida Sans, sans-serif;
	font-size: 0.9em;
}

tr {
	text-align:center;
	font-size: 0.9em;
	color:white;
}

div.testo {
	border-width:thin;
	border-color:white;
	background: #00254a;
	margin: 20px auto;
	padding: 20px 50px;
	text-align: justify;
	width:800px;
	min-height: 400px;
	color: white;
}

div.footer {
    color: white;
    }

div.print {
	display: none;
}

h1 + p:first-letter { font-weight: bold; }

p { text-indent: 20px; }

a { color: black; }

img { 
  margin: 5px; 
border-width:medium;
border-style:solid;
border-color:#003366;
}
.noprint img {
	border: 0px none;
}

h1,h2,h3,h4 { color: lightblue; text-align:center; }

m { font-weight: bold; }

div.menu {
	margin: 0px auto;
	width: 900px;
	height: 230px;
	z-index: -1;
}

#menuflash { z-index: -1; }

div.eventi a { text-decoration: none; font-size: larger; }

th {
	text-align: right;
	padding-right: 10px;
	background-color: #003366;
	color: white;
}

.list th { text-align: left; }
.list tr { text-align: left; }

.img td {
	text-align: center;
}

tr.one { background: lightgray; color: black;}
tr.one a {background: lightgray; color: black; }

tr.two { background: lightgray; color: black; }
tr.two a {background: lightgray; color: black; }

.schedabarca th { width: 30%; }
.schedabarca td { padding-left: 5px; }

table.vendita td { text-align: left; }
table.vendita li { list-style: none; margin-right: 30px;  color: white; }

span.error { color: red; font-weight: bold; }

/* Lightbox */
#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(/media/js/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
}
	