<style type="text/css">
<!--

body {
	scrollbar-3dlight-color: #5d87b7;
	scrollbar-arrow-color: #5d87b7;
	scrollbar-base-color: #aec3db;
	scrollbar-darkshadow-color: #5d87b7;
	scrollbar-face-color: White;
	scrollbar-highlight-color: White;
	scrollbar-shadow-color: White;
	scrollbar-track-color: #d7e1ed;
	overflow-x: auto;
	overflow-y: auto;
}

.moduli_campi_testo {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: #3569a5 1px solid;
	background-color: #d7e1ed;
	color: black;
	scrollbar-3dlight-color: #aec3db;
	scrollbar-arrow-color: #86a5c9;
	scrollbar-base-color: #aec3db;
	scrollbar-darkshadow-color: #aec3db;
	scrollbar-face-color: White;
	scrollbar-highlight-color: White;
	scrollbar-shadow-color: White;
	scrollbar-track-color: #d7e1ed;
}

.pulsante_submit {
	color: #3569a5;
	font-family:Verdana,helvetica,sans-serif;
	font-size:100%;
	font-weight:bold;
	background-color:#d7e1ed;
	border:1px solid;
	padding: 5px;
	border-top-color:#3569a5;
	border-left-color:#3569a5;
	border-right-color:#3569a5;
	border-bottom-color:#3569a5;
	cursor: pointer;
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#d7e1ed',EndColorStr='#86a5c9');
}

	.prezziSkipass {
 margin: 0px 0px 20px 0px;
 }

	.prezziSkipass td, .prezziSkipass th {
 padding: 5px 0px 5px 0px;
 vertical-align: top;
 text-align: left;
 border-bottom: solid 1px #3569a5;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.prezziSkipass th {
color: #3569a5;
}	


.moduli_campi_testo_ERRORE {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: red 1px solid;
	background-color: #aec3db;
	color: black;
	scrollbar-3dlight-color: #aec3db;
	scrollbar-arrow-color: #86a5c9;
	scrollbar-base-color: #aec3db;
	scrollbar-darkshadow-color: #aec3db;
	scrollbar-face-color: White;
	scrollbar-highlight-color: White;
	scrollbar-shadow-color: White;
	scrollbar-track-color: #d7e1ed;
}


/*	
	CSS3 Buttons 
	by Andrea Canton http://andreacanton.com
	
	License Creative Commons 3.0 BY-NC-SA
	
*/

.button, input[type=submit], .button:visited, input[type=submit]:visited {			
	font: 15px Verdana,helvetica,sans-serif;
	display:inline-block;
	color: white !important;
	text-decoration:none;
	padding: 2px 10px;
	margin: 0 3px 3px 0;
	text-shadow: 0 1px 1px #333;
	background-color: #86a5c9; /* Fallback color */
	background-image: -moz-linear-gradient(100% 100% 90deg, #86a5c9, #aec3db);
   background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#86a5c9), to(#5d87b7));
	box-shadow: 1px 1px 2px #888, inset 0 0 2px white;
	-moz-box-shadow: 1px 1px 2px #888, inset 0 0 2px white;
	-webkit-box-shadow: 1px 1px 2px #888, inset 0 0 2px white;
	border:1px solid #3569a5;
	cursor:pointer;
}

/* States */
.button:hover, input[type=submit]:hover {
	color:white !important;
	box-shadow:1px 1px 2px #888, inset 0 0 4px white;
	-moz-box-shadow:1px 1px 2px #888, inset 0 0 4px white;
	-webkit-box-shadow:1px 1px 2px #888, inset 0 0 4px white;
	background-color: #5d87b7; /* Fallback color */
	background-image: -moz-linear-gradient(100% 100% 90deg, #86a5c9, #aec3db);
   background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#86a5c9), to(#5d87b7));
}

.button:active, input[type=submit]:active {
	box-shadow:0 0 1px #888, inset 0 0 3px white;
	-moz-box-shadow:0 0 1px #888, inset 0 0 3px white;
	-webkit-box-shadow:0 0 1px #888, inset 0 0 3px white;
	position:relative;
	top:1px;
	color: white;
}

/* Disabled status */
.button.disabled, input[type="submit"].disabled,
.button.disabled:hover, input[type="submit"].disabled:hover,
.button.disabled:active, input[type="submit"].disabled:active{
	box-shadow:0 0 1px #888, inset 0 0 3px white;
	-moz-box-shadow:0 0 1px #888, inset 0 0 3px white;
	-webkit-box-shadow:0 0 1px #888, inset 0 0 3px white;
	background-color: #B5B5B5; /* Fallback color */
	background-image: -moz-linear-gradient(100% 100% 90deg, #86a5c9, #aec3db);
   background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#86a5c9), to(#5d87b7));
	border:1px solid #6C6C6C;
	color: #ddd !important; /* ovverride the original color */
	cursor:wait;
	position:relative;
	top:0;
}

/* Colors change */
.button.blue, input[type=submit].blue {
	background-color: #6da5d5; /* Fallback color */
	background-image: -moz-linear-gradient(100% 100% 90deg, , #6da5d5);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#6da5d5), to(#386f9f));
	border:1px solid #004d80;
}

/* Dimension change */
.button.small, input[type=submit].small{
	font-size:12px;
	padding: 3px 8px 4px;
	text-shadow:0 1px 1px #555;
}
.button.large, input[type=submit].large{
	font-size:20px;
	padding: 5px 12px 7px ;
	text-shadow:0 1px 1px #111;
}
input[type=submit].large{
	line-height: 1em;
	padding-bottom: 8px;
	padding-left:24px;padding-right:24px; 
}

/* Extra */
.button span {
	font-family: Georgia, serif;
	font-weight:normal;
	font-style:italic;
}

html,body {
	height: 100%;
}

.mceContentBody {
	background-color: #F0EFEF;
}

.titoli_top_DX {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	padding-top: 6px;
	padding-left: 10px;
	color: #FFF;
	font-weight: bolder;
}

.sconto_titoli_top_DX {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
	color: #96C03A;
	font-weight: none;
}

.testi_meteo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #646567;
	line-height: 12px;
	}

.testi_meteo a{
	color: #3569a5;
	text-decoration: none;
}

.testi_meteo a:hover{
	color: #3569a5;
	text-decoration: underline;
}

.testi {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #646567;
	line-height: 16px;
}

.testi a{
	color: #3569a5;
	text-decoration: none;
}

.testi a:hover{
	color: #3569a5;
	text-decoration: underline;
}

.testi_piccoli {
	font-family: Verdana;
	font-size: 9px;
	color: #646567;
	}

.testi_piccoli a{
	color: #3569a5;
	text-decoration: none;
}

.testi_piccoli a:hover{
	color: #636363;
	text-decoration: underline;
}

.testi_piccoli_bianchi {
	font-family: Verdana;
	font-size: 8px;
	color: #FFFFFF;
	}

.testi_piccoli_bianchi a{
	color: #FFFFFF;
	text-decoration: none;
}

.testi_piccoli_bianchi a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}

.testi_indirizzo {
	color: #FFFFFF;	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	letter-spacing: 0px;
	line-height: 14px;
}

.testi_indirizzo a{
	color: #CCCCCC;
	text-decoration: none;
}

.testi_indirizzo a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}

.testiTitolo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-transform: uppercase;
}

.testiTitolo_BLU {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3569a5;
	text-transform: uppercase;
}

.titoloMENU {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: right;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 10px;
}

.titoloMENU a{
	color: #FFFFFF;
	text-decoration: underline;
}

h1 {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 18px;
 display: inline;
 font-weight: normal;
 color: #96C03A;
}

h2 {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 16px;
 display: inline;
 font-weight: normal;
 color: #96C03A;
}

h3 {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 14px;
 display: inline;
 font-weight: normal;
 color: #96C03A;
}

h4 {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
 display: inline;
 font-weight: normal;
 color: #96C03A;
}


@charset "utf-8";
/* CSS Document */

#button_green a {
	background: url(/images/button_green_right.png) no-repeat scroll top right;
	display: block;
	float: right;
	height:26px;
	padding-right: 4px;
 text-decoration: none;
	text-align:right;
 color: #FFF;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 10px;
 font-weight: normal;
	text-transform: uppercase;
	cursor:pointer; /*Zeiger wandelt sich in Hand um*/
}

#button_green span  {
	background: url(/images/button_green_left.png) no-repeat;
	display: block;
	line-height: 14px;
	padding-bottom: 8px;
	padding-left: 5px;
	padding-right: 0px;
	padding-top: 6px;
}

#button_green a:hover {
	background: url(/images/button_green_right_hover.png) no-repeat scroll top right;
	display: block;
	float: right;
	height:26px;
}

#button_green :hover span {
	background: url(/images/button_green_left_hover.png) no-repeat;
	display: block;
}

#button_orange a {
	background: url(/images/button_orange_right.png) no-repeat scroll top right;
	display: block;
	float: right;
	height:26px;
	padding-right: 4px;
 text-decoration: none;
	text-align:left;
 color: #FFF;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 10px;
 font-weight: normal;
	text-transform: uppercase;
	cursor:pointer; /*Zeiger wandelt sich in Hand um*/
}

#button_orange span  {
	background: url(/images/button_orange_left.png) no-repeat;
	display: block;
	line-height: 14px;
	padding-bottom: 8px;
	padding-left: 5px;
	padding-right: 0px;
	padding-top: 6px;
}

#button_orange a:hover {
	background: url(/images/button_orange_right_hover.png) no-repeat scroll top right;
	display: block;
	float: right;
	height:26px;
}

#button_orange :hover span {
	background: url(/images/button_orange_left_hover.png) no-repeat;
	display: block;
}


/*BUTTON BLUE*/

#button a {
	background: transparent url(/images/button_left.png) no-repeat top left;
	display: block;
	float: left;
	font: Verdana, Arial, Helvetica, sans-serif; /* Change 12px as desired */
	line-height: 15px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
	height: 17px; /* Height of button background height */
	padding-left: 2px; /* Width of left menu image */
	text-decoration:none;
}

#button span  {
	color: #3569a5;/*button text color*/
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:none;
	background: transparent url(/images/button_right.png) no-repeat top right;
	height:17px;
	padding:1px 12px 3px 10px;
	display: block;
	cursor:pointer; /*Zeiger wandelt sich in Hand um*/
}

#button a:hover {
	background-position: bottom left;
	background: transparent url(/images/button_left_hover.png) no-repeat top left;
	color: #3569a5;
	text-decoration:none;
}

#button :hover span {
	background-position: bottom right;
	background: transparent url(/images/button_right_hover.png) no-repeat top right;
	color: #3569a5;
	text-decoration:none;
}


-->

</style>

