
/* STILE PER MENU */

img {
	border: none;
}

/* dock - top */
.dock {
	position: relative; 
	height: 50px; 
	text-align: center;
}
.dock-container {
	position: absolute;
	height: 50px;
	background: url(images/dock-bg2.gif);
	padding-left: 20px;
}
a.dock-item {
	display: block;
	width: 40px;
	color: #fff;
	position: absolute;
	top: 10px;
	text-align: center;
	text-decoration: none;
	font: bold 12px Arial, Helvetica, sans-serif;
}
.dock-item img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}
.dock-item span {
	display: none; 
	padding-left: 20px;
}

/* dock2 - bottom */
#dock2 {
	width: 100%;
	bottom: 0px;
	position: absolute;
	left: 0px;
}
.dock-container2 {
	position: absolute;
	height: 50px;
	background: url(images/dock-bg.gif);
	padding-left: 20px;
}
a.dock-item2 {
	display: block; 
	font: 10px Arial, Helvetica, sans-serif;
	width: 40px; 
	color: #fff; 
	bottom: 0px; 
	position: absolute;
	text-align: center;
	text-decoration: none;
}
.dock-item2 span {
	display: none;
	padding-left: 20px;
}
.dock-item2 img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}



/* STILE PAGINA WEB */


a.link01{
	color:#ffffff;
	text-decoration:none;
}
a.link02{
	color:#666666;
	text-decoration:none;
}
a.link03{
	color:#ffffff;
	text-decoration:none;
}
a.link03:hover{
	color:#7979d4;
	text-decoration:none;
}
a.current{
	color:#ffffff;
	text-decoration:undeline;
}
a.current03:hover{
	color:#7979d4;
	text-decoration:none;
}
body{
	margin:0px;
	font-family:arial;
	font-size:11px;
	background-color:black;
	text-align:center;
}
div.copyright{
	font-size:11px;
	margin-top:5px;
	padding-left:10px;
	padding-right:10px;
	color:#666666;
}
div.galleryThumbNumber{
	float:right;
	margin-right:30px;
}
div.main{
	width:960px;
	background:#000000;
	color:#ffffff;
	margin:auto;
}

div.newsElenco{
	margin-left:15px;
	margin-right:35px;
	border:solid 1px #070758;
	color:#ffffff;
	padding:5px;
	font-size:12px;
	margin-top:10px;
	margin-bottom:10px;
	text-align:left;
}
div.newsElenco:hover{
	margin-left:15px;
	margin-right:35px;
	background:#13137a;
	cursor:hand;
	padding:5px;
	font-size:12px;
	margin-top:10px;
	margin-bottom:10px;
}
div.newsElencoSelected{
	margin-left:15px;
	margin-right:35px;
	border:solid 1px #ffffff;
	color:#ffffff;
	padding:5px;
	font-size:12px;
	margin-top:10px;
	margin-bottom:10px;
	text-align:left;
}
div.numberList{
	float:left;
	width:20px;
	color:#ffffff;
	margin-left:5px;
	margin-right:5px;
	text-align:center;
}
div.numberListSelected{
	float:left;
	width:20px;
	background:#ffffff;
	margin-left:5px;
	margin-right:5px;
	text-align:center;
	color:#000000;
}
h1{
	font-size:18px;
	text-align:left;
	color:#ffffff;
	padding-left:20px;
	padding-top:20px;
}
h2{
	font-size:14px;
	text-align:left;
	margin-left:20px;
	margin-right:20px;
	color:#6666cc;
}
p{
	color:#ffffff;
	text-align:justify;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:20px;
	line-height:20px;
}
table.galleryThumb{
	width:680px;
}
td.galleryThumb{
	text-align:center;
	width:158px;
	height:98px;
	margin-bottom:5px;
	vertical-align:middle; 
	padding-right:8px;
	background-image:url(./images/background_gallery.gif);
	background-repeat:no-repeat;
}