body {
 	margin:0px;
	background-color:#444444;
	text-align:center;
	font-family: verdana, sans-serif, arial;
	font-size:10px;
	color:white;
}
.shadows {
 	background-image:url(images/bg.gif);
	background-position:top left;
	background-repeat:repeat-y;
	background-color:#ffffff;
	text-align:center;
	vertical-align:top;
	padding-top:0px;
}
.shadowsbottom {
 	background-image:url(images/bg.gif);
	background-position:top left;
	background-repeat:repeat-y;
	background-color:#ffffff;
	text-align:center;
	vertical-align:bottom;
	padding-top:0px;
}
h1 {
	font-family: verdana, sans-serif, arial;
	font-size:14px;
	color:white;
	font-weigth:800;
	margin:0px;
	text-align:center;
}
div {
	font-size:10px;
	font-color:white;	
}
div.content {
	text-align:left;
	padding:0px;
	padding-left:13px; padding-right:10px;
}
font.subtitle {
	color:red;
	font-weight:800;
}
img {border:0px none black;}
td {
	font-family: verdana, sans-serif, arial;
	font-size:10px;	
}
table.news_highlight {
	
}
td.news_highlight {
	font-size:10px;
	text-align:center;
}
td.classifica {
	font-size:10px;
	color:black;
}
.notizieindex_titolo{
	color:red;
	font-weight:800;
}
.notizia_titolo {
	color:red;
	font-weight:800;
	font-size:12px;
}
.notizia_sottotitolo{
	color:red;
	font-weight:800;
	font-size:10px;
}
a.news_highlight {color:white; font-size:10px; font-weight:800; text-decoration:none;}
a.news_highlight:link {color:white;  font-size:10px; font-weight:800; text-decoration:none;}
a.news_highlight:active {color:white; font-size:10px; font-weight:800; text-decoration:none;}
a.news_highlight:visited {color:white; font-size:10px; font-weight:800; text-decoration:none;}
a.news_highlight:hover {color:white; font-size:10px; font-weight:800; text-decoration:underline;}
a {color:white; font-size:10px; font-weight:800; text-decoration:none;}
a:link {color:white;  font-size:10px; font-weight:800; text-decoration:none;}
a:active {color:white; font-size:10px; font-weight:800; text-decoration:none;}
a:visited {color:white; font-size:10px; font-weight:800; text-decoration:none;}
a:hover {color:white; font-size:10px; font-weight:800; text-decoration:underline;}
a.nav {color:white; font-size:9px; text-decoration:none;}
a.nav:link {color:white;  font-size:9px; text-decoration:none;}
a.nav:active {color:white; font-size:9px; text-decoration:none;}
a.nav:visited {color:white; font-size:9px; text-decoration:none;}
a.nav:hover {color:white; font-size:9px; text-decoration:underline;}
.highlight  {
 	filter: alpha(opacity=20);
	-moz-opacity: 0.5;
}
.nohighlight {
 	filter: alpha(opacity=100);
	-moz-opacity: 1;
}

/* FORMING */
.fullwidth {width:100%;}
.smallwidth {width:150px;}
.minimumwidth {width:50px;}
.nobordered {
	background-color:black;
	border:1px none #999999;
}
input {
 	font-family: verdana, sans-serif, arial;
	font-size:10px;
	color:#999999;
	padding-left:3px;
	padding-right:3px;
	margin:2px;
	background-color:#333333;
	border:1px solid #999999;
}
input.button {
	font-family: verdana, sans-serif, arial;
	font-size:10px;	
}
select {
 	font-family: verdana, sans-serif, arial;
	font-size:10px;
	color:#999999;
	padding-left:3px;
	padding-right:3px;
	margin:2px;
	background-color:#333333;
	border:1px solid #999999;
}

/* CONTENTVIEWER */
div.contentviewer {
	margin:10px;
	margin-top:20px;
	vertical-align:top;
	text-align:justify;
}
div.contentviewer_rightbar {
	margin:10px;
	margin-top:73px;
	text-align:justify;	
}


/* DOCK ITEMS */
/* dock - top */
.dock {
 	width: 100%;
	position: relative; 
	height:50px;
	text-align: center;
	vertical-align:top;
	
}
.dock-container {
	position: absolute;
	height: 50px;
	background: url(images/dock-bg2.gif);
	padding-left: 20px;
}
a.dock-item {
	display: block;
	width: 40px;
	color: #000;
	position: absolute;
	top: 0px;
	text-align: center;
	text-decoration: none;
	font: bold 12px Arial, Helvetica, sans-serif;
}
.dock-item img {
	border: none; 
	margin: 0px 0px 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: bold 12px Arial, Helvetica, sans-serif;
	width: 40px; 
	color: #000; 
	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%; 
}