/* CSS For Polaroid Gallery */

html, body {
	height:100%;
	width:100%;
	margin:0;
	font:12px Arial, Helvetica, sans-serif;
	color:#707070;
	background:#FFFFFF ;
	background-image:url('/images/bg_sand.jpg');
}

a {
	color:#707070;
	font-weight:bold;
	text-decoration:none;
}
a.title {
	color:#707070;
	font-weight:bold;
	text-decoration:none;
	text-align:left;
}
a.foto {
	font-weight:bold;
	text-decoration:none;
	color:#CCCCCC;
}
.mes_close{
	position: relative;
	background-color:#ffffcc;
	width:500px;
	height:200px;
	overflow:hidden;
	z-index: 1;
	border-style:solid;
	border-width:10px;
	border-color:#ffffcc;
}
.mes_open{
	position: relative;
	background-color:#caff70;
	width:500px;
	min-height:200px;
	z-index:1;
	border-style:solid;
	border-width:10px;
	border-color:#caff70;
}
.prog_close{
	position: relative;
	width:335px;
	height:0px;
	z-index: 2;
	overflow:hidden;
}
.prog_open{
	position: relative;
	min-height:200px;
	z-index:2;
	width:335px;
	border-style:solid;
	border-width:5px;
	padding:5px;
	border-color:#ffccff;
}
td.title{
	vertical-align:text-top;
	background-color:#caff70;
}
h1 {
	font-size:30px;
	margin:15px 0 5px 0;
}
h2 {
	font-size:16px;
	border-bottom:1px solid #979a9d;
	margin:0 0 2px 0;
	text-align:center;
}
p {
	margin:4px 0 4px 0;
	font-size:10px;
}
p.fothead {
	text-align:center;
}
table.attivita{
	margin-left: auto;
	margin-right: auto;
}
p.attivita{
	text-align:justify;
	font-size:12px;
}
td.attivita{
    padding: 0 8px 0 8px;
	vertical-align:top;
}
th.attivita{
	vertical-align:top;
	font-weight:normal;
}
img.img_in_text{
float:left;
margin:10px;
border: 2px solid #CCCCCC;
}
img.img_sovrap{
left:0px;
top:0px;
margin:12px;
visibility:visible;
}

#div-1a {
 position: absolute;
 top:0px;
 left:0px;
 margin:20px;
 float:left;
 /*width:335px;*/

}
#div-1b {
 position: absolute;
 top:0px;
 left:375px;
 margin:20px;
 float:left;
 /*width:335px;*/
 vertical-align:super;
}
#div-1c {
 clear:both;
}

#wrapper {
	margin:0 auto;
	width:815px;
}
#header {
	border-top:5px solid #4a4d50;
	border-bottom:1px solid #4a4d50;
	margin:0 0 15px 0;
}
#demo {
	height:600px;
	width:600px;
	margin:0 15px 0 0;
}

#flickr {
	background:url(flickr.gif) no-repeat;
	padding:0 0 0 110px;
	margin:5px 0 0 0;
}
#fullscreendemo {
	height:100%;
	width:100%;
}
#left {
	float:left;
	width:600px;
}
#right {
	width:200px;
	float:right;
}
ul {
	margin:0;
	padding:0;
	margin:4px 0 10px 0;
}
ul ul {
	padding: 0 0 0 20px;
	margin:0;
}
li {
	font-style:italic;
	list-style:none;
	font-weight:bold;
}
li li {
	font-style:normal;
	list-style:circle;
	margin:5px 0 0 0;
	font-weight:normal;
}
