/* BASICS */
body {  
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #d2d2d2; 
	background: #fff; 
	margin: 0px;
	border: 0px;
	padding: 20px;
	text-align: center;
}

img {
	border: 0;
}

p { 
	font: 12px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	margin-top: 0px; 
	text-align: left;
	color: #3a3a3a;
}

a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #666;
}

a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #3a3a3a;
}

a:hover, a:active { 
	text-decoration: underline; 
	color: #000;
}
	
/* LAYOUT */
#container { 
	text-align: left;
	background: transparent url(../img/common/gensl-150s.png) no-repeat top right;
	margin: 0px;
	border: 1px solid #000;
	padding: 0px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: auto;
	height: auto;
}
html>body #container {
	width: auto;
}

/* Content */

#content { 
	margin: 70px 20px 20px 20px;
	padding: 0px 10px 0px 10px;
	width: auto;
	border: 0px solid #B2B9C4;
	background: #fff url(../img/common/content-bg.jpg) repeat-x;
	color: #555;
	overflow: auto;
	max-height: 600px;
}

#contentFooter { 
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 20px 0px;
	position: relative;
	color: red;
	font-weight: bold;
	text-align: center;
	width: auto;
	height: 50px;
	background: transparent;
}

#contentFooter li { 
	display: inline;
	font-size: 70%;
}


#footer { 
position: relative;
	padding: 0px 20px 20px 0px;
	font-size: 70%;
	width: auto;
	background: #fff;	
text-align: right;
	color: #000;
}
	

#menu {
	position: absolute;
	top: 40px;
	right: 190px;
}

#menu a:link, #menu a:visited { 
	margin-right: 10px; 
	color: #c1c1c1;
}	

/* Headlines */

h1 { 
	margin-bottom: 15px; 
	font-size: 24px;
}
h1.left { 
	text-align: left;
}
h1.right { 
	text-align: right;
}

h2 { 
	margin-bottom: 15px; 
	font-size: 18px;
}
h2.left { 
	text-align: left;
}
h2.right { 
	text-align: right;
}

h3 { 
	margin-bottom: 15px; 
	font-size: 14px;
}
h3.left { 
	text-align: left;
}
h3.right { 
	text-align: right;
}

h4 { 
	margin-bottom: 15px; 
	font-size: 12px;
}
h4.left { 
	text-align: left;
}
h4.right { 
	text-align: right;
}

#content h1 { 
	background: transparent;
	padding: 10px 0px 0px 0px;
	color: #000;
}

#content h2 { 
	background: transparent;
	padding: 0px 0px 10px 0px;
	color: #555;
}

#content h3 { 
	margin-right: 16px; 
}

#content h4 { 
	margin-right: 16px; 
}

#content h5 { 
	margin-right: 16px; 
}

#content p { 
	margin-bottom: 15px;
	margin-left: 15px;
	margin-right: 20px;
	text-align: justify;
	background: transparent;
	font-size: 12px;
	color: #555;
}

#content a:link { 
	text-decoration: none; 
	color: #a2a2a2;
}

#content table { 
	font-size: 12px;
}

#content p a { 
	background: transparent;
	text-decoration: none; 
	color: #a2a2a2;
}

#content p ul, #content p li {
	text-align: justify;
}	

#content li {
	margin-bottom: 15px;
	color: #555;
}	
#content li img {
	border: 0;
}	
#content li a {
	color: #a2a2a2;
}
#content li.gball {
	margin-bottom: 5px;
	list-style: url(../img/common/gball.gif);
}	


/* Intro con immagine fade */

#fadeinbox {
	position:absolute;
	width: 100%;
	left: 0;
	border: 0px;
	background-color: white;
	z-index: 100;
	visibility:hidden;
}

#fadeinbox img {
	border: none;
}
.articleboxouter {
	width: auto;
	padding: 0px 6px 0px 5px;
	clear: both;
} 

#SpotMsg {
	color: #30a00e;
	font-size: 14px;
}

#SpotMsgVerde {
	color: #30a00e;
	font-size: 14px;
}

#SpotMsgArancione {
	color: #fe7d15;
	font-size: 18px;
}

/* Hover */
.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}

.hoverbox img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 100px;
	height: 75px;
}

.hoverbox li
{
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
}

.hoverbox .preview
{
	border-color: #000;
	width: 200px;
	height: 150px;
}


