/* Cross-browser */
* {
	margin: 0px;
	padding: 0px;
}
p {
	margin-bottom: 1em;
}
img {
	border: none;
}
/* Layout */
body {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width:97%;
	color: #FFFFFF;
	background-color: #000000;
	margin: 1px;
}
*>body {
	margin: 1px auto 0 auto;
}
#overall {
	width: 100%;
}
#container {
	text-align: left;
	margin-left:auto;
	margin-right:auto;
}
#content {
	background-image: url(../img/layout/bg-bot-sx.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 1%;
}
html>body #content{
	height:auto;
}
#footer {
	text-align: right;
}
#powered {
	text-align: right;
}
/* Contenuti */
#center {
	padding:21px 38px;
	background-image: url(../img/layout/bg-top-dx.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 1%;
}
html>body #center{
	height:auto;
}
/* Presentazione */
h1.titolohidden {
	display:none;
}
h2 {
	margin-bottom:4px;
	font-size: 15px;	
}
#list li {
	list-style-type: none;
	margin-bottom: 10px;
}
#collabintro {
	width:35%;
	float:right;
	text-align:justify;
	margin:4px;
	padding:4px;
	border:1px solid #333;
	background-color: #0B0B0B;
	color:#E6E6E6;
}
#collabintro p {
	margin:0;
}
div.pics {
	float:left;
	width:130px;
	height:120px;
	line-height:116px;
	text-align:center;
	border: 1px solid #333;
	margin-left: 0px;
	padding: 3px;
	background-color: #0B0B0B;
	color: #333;
}
div.pics img {
	vertical-align: middle;
}
* html div.pics {
	font-size: 105px;
}
.nopics {
	font-size: 10px;
}
.textli {
	margin-left:150px;
}
.indent {
	text-indent: 12px;
	margin-bottom: 5px;
}
.clear{
	clear: both;
	visibility:hidden;
}
.clear2{
	clear: both;
	visibility:hidden;
	display:none;
}
.hrli{
	display:none;
}
#center ul {
	padding: 3px 5px 3px 18px;
}
.pagination {
	padding:2px;
	margin: 3px auto;
	width: 90%;
	text-align:center;
}
.pagination strong {
	padding: 0 4px;
	margin: 2px;
	border: 1px solid #666;
	color:#fff;
}
.pagination a:link,.pagination a:visited {
	padding: 0 4px;
	margin: 2px;
	border: 1px solid #999;
	text-decoration: none;
	color:#fff;
}
.pagination a:hover,.pagination a:active {
	background-color:#fff;
	color:#000;
}
fieldset {
	padding:5px;
	margin:8px;
	border:1px solid #999999;
}
fieldset legend {
 margin:0 3px;
}
fieldset p {
	margin: 5px 0 10px 0;
}
fieldset .areas {
	width: 98%;
	margin-bottom:5px;
	padding: 3px;
}
*>body fieldset .areas{
	background-color: #333;
	border:1px solid #666;
	color:#999;
}
*>body fieldset .areas:hover{
	border:1px solid #999;
}
*>body fieldset .areas:focus{
	background-color: #999;
	color:#000;
}
#cform {
	width: 72%;
}
#ccontatt {
	width: 26%;
	float: right;
	margin-top: 22px;
}
#ccontatt a:link,#ccontatt a:visited  {
	color: #FFFFFF;
	text-decoration: none;
}
#ccontatt a:hover,#ccontatt a:active  {
	color: #CCCCCC;
	text-decoration: none;
}
#dinamico{
	width:610px;
	min-height: 316px;
	padding-bottom:3px;
	padding-top:4px;
}
#preload{
	display:none;
}
#thumb {
	width: 850px;
	height: 128px;
	text-align: center;
	margin:0 auto 0 auto;
}
#thumb .floatingl {
	float: left;
	width: 130px;
	height: 130px;
	margin:0 auto 0 auto;
	padding: 1px 4px;
	text-align:center;
}
.floatingl img, #dinamico img {
	display: block;
	background: url(/img/loading.gif) no-repeat center center;
	cursor: pointer;
	border: 1px solid #666;
	margin: auto;
	text-align:center;
	padding:2px;
}
#dinamico img {
	padding:3px;
}
#thumb h3 {
	font-size: 12px;
	font-weight: bold;
	height: 15px;
	margin-bottom: 3px;
}
#ridotto {
	height:19px;
	width:380px;
	text-align:left;
	margin-top:2px;
}
#esteso {
	height:100%;
	width:380px;
	text-align:justify;
	margin-top: 2px;
}
#ridotto img, #esteso img{
	cursor:pointer;
	float:left;
	margin-right: 3px;
	border: none;
	padding:0;
}
#footer li {
	list-style-type: none;
	display: inline;
}
#footer a:link {
}
#powered a:link,#powered a:visited {
	line-height: 10px;
	color: #CCC;
	text-decoration:none;
}
#powered a:hover,#powered a:active {
	text-decoration:underline;
}