@charset "utf-8";
/* CSS Document */
/* Da Artemio - Gite alle grotte - Palinuro */
/* Author: Marco Tarantino ( wwww.marcotarantino.it ) - per Photoworld Gropup Palinuro ( SA ) */

/* Stili generali */
html, body {
	height:100%;
	width:100%;
	margin:0px;
	padding:0px;
}

p{
	margin:0;
	padding:0;
}

body{
	background-color:#59bcff;
	background-image:url(../sf_main.png);
	background-position:center bottom;
	background-repeat:repeat-x;
	font-family: "Comic Sans MS", cursive;
	font-size:12px;
	color:#fff;
}
h1{
	margin-top:0px;
	padding-top:0px;
	margin-bottom:0px;
	padding-bottom:10px;
	font-size:20px;
	font-weight:normal;
}

h2{
	margin:0px;
	padding-top:10px;
	font-size:14px;
	font-weight:normal;
}

h3{
	margin:0px;
	padding:0px;
	padding-bottom:5px;
	font-weight:bold;
	font-size:16px;
}

.datapost{
	font-size:10px;
}

hr{
color: #fff;
height: 1px;
border:0px;
width:100%;
left:0px;
background-color:#fff;
}

a{
	color:#fff;
	text-decoration:none;
}
a:hover{
	color:#e83b3e;
	text-decoration:none;
}
.link_titolo{
	color:#fff;
	text-decoration:none;
	font-size:14px;
	display:block;
}
.link_titolo:hover{
	color:#c4fe2e;
	text-decoration:none;
	font-size:14px;
	display:block;	
}

.linkbianco{
	color:#fff;
}

.imgbordatabianca{
	border-color:#FFF;
}

.imgbordatabianca:hover{
	border-color:#c4fe2e;
}

.tabellabianca{
	background-color:#fff;
}


/* Sfondo basso fisso */


/* Livello principale */
div#menu{
	position:absolute;
	left:50%;
	margin-left:-500px;
	bottom:0px;
	margin-bottom:0px;
	z-index:200;
	width:1000px;
	height:500px;
	padding:0px;
}
div#copertina{
	position:absolute;
	z-index:1000;
	width:100%;
	height:100%;
	margin:0;
	background-color:#b4ceeb;
	filter: alpha(opacity=90);
	-moz-opacity:0.9;/* mozilla */
	opacity: 0.9; 	

}
div#copertina_login{
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-323px;
	margin-top:-219px;
	z-index:1100;
	width:646px;
	height:439px;
	background-image:url(/images/servizio/sf_nuvola_login.png);
	background-repeat:no-repeat;
	background-position:center;	

}
div#copertina_login_int{
	position:absolute;
	left:130px;
	top:130px;
	color:#7ca2ca;
	font-size:18px;
}
.form1{
	font-size:24px;
	color:#7ca2ca;
	border-style:solid;
	border-width:3px;
	border-color:#7ca2ca;
	font-family:"Comic Sans MS", cursive;
	border-radius: 5px;
}
div#corpo{
	position:absolute;
	left:50%;
	margin-left:-426px;
	top:0px;
	margin-top:0px;
	z-index:500;
	width:852px;
	height:450px;
	padding:0px;
}
div#corpo_sp{
	position:absolute;
	left:50%;
	margin-left:-45%;
	top:0px;
	margin-top:0px;
	z-index:500;
	width:90%;
	height:450px;
	padding:0px;
	padding-top:15px;
}
div#corpo_sp_int{
	position:relative;
	overflow:auto;
	margin-top:0px;
	margin-left:0px;
	width:80%;
	height:450px;
}
div#tit_sp{
	position:absolute;
	right:0px;
	top:0px;
	z-index:600;
	width:382px;
	height:152px;
	padding:0px;
}
div#casella_titolo{
	position:relative;
	height:45px;
	line-height:40px;
	font-size:18px;
	font-weight:bold;
	color:#c4fe2e;
}
div#casella_gallery{
	position:relative;
	float:left;
	width:300px;
	height:105px;
	padding:0px;
	border-color:#eef5fc;
	border-style:solid;
	border-width:1px;
	margin-right:5px;
	margin-bottom:5px;
	border-radius:5px;
}
div#casella_gallery:hover{
	border-color:#c4fe2e;
}


/*Stili per lo scroll*/
.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbase {
width:11px;
	background: #96d5ff;
}
.vscrollerbar {
	background:  #fff;

	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	width: 11px;
/* following is the bit that allows us fixed height scrollbars */
height: 200px !important;
/* for fixed height, we force the vscrollerbar class with an !important decleration, and fleXcroll follows suit.*/

/* unfortunately, due to limitations of CSS, we cannot provide a color for the background when we are
using alpha images, thay have to be transparent.*/
}
.vscrollerbar:hover{
		background: #39abf8;
		cursor:pointer;
}

* html .vscrollerbar {
/* IE6 alpha png trick */
/* IE7 is not affected by this trick, as it perfectly handles the normal png */
background-image: none;
}


/* do not forget to give horizontal scrollbars some color properties even if you don't plan on using them */
.hscrollerbase {height: 22px; background-image: url(scroll/images/scrollbases_inf.png);}
.hscrollerbar {
width:11px !important;
height:11px; 
	background:  #fff;

	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	 }

* html .hscrollerbar {
/* IE6 alpha png trick */
/* IE7 is not affected by this trick, as it perfectly handles the normal png */
background-image: none;
}
.vscrollerbar, .hscrollerbar {
/* paddings of these elements will decide how far the scrollbar will stop in both ends, and are not actually
used for styling, and are set to 0 by the script, here we will set them the size of our faux arrows */
padding: 0px;
z-index: 2;
}

/* properties for scroller jog box, just in case */
.scrollerjogbox {
width: 22px;
height: 22px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background: #698AAA;
}



.fixedwidth {
	/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
	width: 550px;
	height: auto;
	position: relative;
	color: black;
	padding: 1px;
}
/*Fine Stili per la casella dello scroll */