html, 
body {
background-image: url('http://www.romeguide.it/img/sfondonuovo60.jpg');
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center center;
background-size: 100% 100%;
/*......altri stili necessari......*/
margin:0; padding:0; text-align:center;}
.tabellacont { margin:0 auto; padding:0;}
/*............. newstickers in homepage ................. */

/* larghezza del div contenitore */
.table-responsive {width: 100%;}

#ticker {
	width:100%;
	height: 300px;
     float: right;
	 border:solid;
	 border-color:#FFFFFF;
     
}

#ticker-wrapper {
	height: 100%;
	width: 100%;
	overflow: hidden;
	position: relative;
	
}

#ticker-wrapper ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	height: 800px;
	position: relative;
	transition: all 1500ms ease-in;
}

#ticker-wrapper li {
	display: block;
	height: 80px;
	width: 100%;
	margin-bottom: 0.3em;
	position: relative;
}

#ticker-wrapper li:nth-child(even) {
	background: #f5f5f5;
}

#ticker-wrapper li figure {
	width: 80px;
	height: 80px;
	float: left;
	margin: 0;
	padding: 0;
}

#ticker-wrapper li figure img {
	display: block;
	width: 100%;
	height: 100%;
}

#ticker-wrapper li h3 {
	float: right;
	margin: 0;
	padding-top: 2em;
	padding-right: 0.5em;
	font-size: 1em;
}
/*..................... FINE NEWSTICKERS IN HOMEPAGE .................... */

.caption {
    font-family: Verdana, sans-serif;
    font-size: 10px;
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
	
}
 
.caption img {
    float: left;
    margin: 0;
    padding: 0;
    background: #ffffff;
    border: none;
}
 
.caption span {
    float: left;
    margin: 0;
    padding: 5px;
    width: 95%;
    color: #dedede;
     
    background: #222; /* browser che non supportano rgba */
    background: rgba(0,0,0,0.7);
    position: absolute;
    left: 0;
    bottom: 0;
}
 
.caption span strong {
    font-weight: bold;
    font-size: 10px;
    text-transform: uppercase;
    display: block;
    padding-bottom: 5px;
}
.indgruppiscuole  {
padding: 8px;
cursor: pointer;
background: #e1e1e1;
text-decoration: none;
color: #666666;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.round-corners {
display: inline-block;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: border-radius;
transition-property: border-radius;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.round-corners:hover, .round-corners:focus, .round-corners:active {
border-radius: 1em;
}

#indgruppiscuole a:hover, a:active {
    background-color: #FFFFFF;
}
.orariocosti
{
border:2px solid #D5E4FF; 
border-collapse:collapse; 
background-color:#EAEAEA; 
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}
.titolo_sito_rosso {
	font-family: 'Ranchers', cursive;
	font-size: 46px;
	color: #6b0303;
	line-height: 30px;
	}
.titolo_sito_rossonew {
	font-family: 'Bevan', cursive;
	font-size: 46px;
	color: #6b0303;
	line-height: 30px;
	
	}
	.circle {
width: 80px;
height: 80px;
background: #F8DA58;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
}

div.ball{
	margin: 10px;
	background-color: orange;
	width: 50px;
	height: 50px;
	border-radius: 20px;
	text-align: center;
	border: 10px dashed #eee;
	box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.5),
              inset 0 10px 10px rgba(0, 0, 0, 0.3),
              inset 0 10px 10px rgba(0, 0, 0, 0.3);
}

div.ball p{
  color: #333;
  font-weight: bold;
  padding: 0px 10px 10px 10px;
}
div.ballspento{
	margin: 10px;
	background-color: #CCCCCC;
	width: 50px;
	height: 50px;
	border-radius: 20px;
	text-align: center;
	border: 10px dashed #eee;
	box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.5),
              inset 0 10px 10px rgba(0, 0, 0, 0.3),
              inset 0 10px 10px rgba(0, 0, 0, 0.3);
}

div.ballspento p{
  color: #333;
  font-weight: bold;
  padding: 0px 10px 10px 10px;
}
.triangle01 {
width: 0;
height: 0;
border-top: 40px solid transparent;
border-left: 80px solid #cccccc;
border-bottom: 40px solid transparent;
margin: auto
}
#triangolosu
{
            width:0px;
            height:0px;
            border:10px;
			border-style: solid;
            border-bottom-color: bordeaux;
            border-left-color: transparent;
            border-right-color: transparent;
            border-top-color: transparent;
}
.triangoloinsu
{
	
	border-color: transparent transparent #C90 transparent;
border-style: solid;
border-width: 0px 200px 150px 200px;
height: 0px;
width: 0px;
           
}
.arrow_box { position: relative; background: #c9d4d6; border: 4px solid #bdc8c9; } .arrow_box:after, .arrow_box:before { left: 100%; top: 50%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; } .arrow_box:after { border-color: rgba(201, 212, 214, 0); border-left-color: #c9d4d6; border-width: 30px; margin-top: -30px; } .arrow_box:before { border-color: rgba(189, 200, 201, 0); border-left-color: #bdc8c9; border-width: 36px; margin-top: -36px; }
	/*
 /*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */


/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
	font-family: 'flexslider-icon';
	src:url('fonts/flexslider-icon.eot');
	src:url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'),
		url('fonts/flexslider-icon.woff') format('woff'),
		url('fonts/flexslider-icon.ttf') format('truetype'),
		url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.flexslider { margin: 0 0 5px; background: #fff; border: 4px solid #fff; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2); -o-box-shadow: 0 1px 4px rgba(0,0,0,.2); box-shadow: 0 1px 4px rgba(0,0,0,.2); zoom: 1; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a  { text-decoration:none; display: block; width: 40px; height: 40px; margin: -20px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; color: rgba(0,0,0,0.8); text-shadow: 1px 1px 0 rgba(255,255,255,0.3); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; }
.flex-direction-nav .flex-prev { left: -50px; }
.flex-direction-nav .flex-next { right: -50px; text-align: right; }
.flexslider:hover .flex-prev { opacity: 0.7; left: 10px; }
.flexslider:hover .flex-next { opacity: 0.7; right: 10px; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
.flex-direction-nav a:before  { font-family: "flexslider-icon"; font-size: 40px; display: inline-block; content: '\f001'; }
.flex-direction-nav a.flex-next:before  { content: '\f002'; }

/* Pause/Play */
.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
.flex-pauseplay a:before  { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }
.flex-pauseplay a:hover  { opacity: 1; }
.flex-pauseplay a.flex-play:before { content: '\f003'; }

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -15px; text-align: center;}
.flex-control-nav li {margin: 0 1px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 1px; height: 1px; display: block; background: #fff; background: rgba(255,255,255,0.3); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 0px; -moz-border-radius: 0px; -o-border-radius: 1px; border-radius: 0px; -webkit-box-shadow: inset 0 0 0px rgba(255,255,255,0.3); -moz-box-shadow: inset 0 0 1px rgba(255,255,255,0.3); -o-box-shadow: inset 0 0 0px rgba(255,255,255,0.3); box-shadow: inset 0 0 0px rgba(255,255,255,0.3); }
.flex-control-paging li a:hover { background: #333; background: rgba(255,255,255,0.3); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(255,255,255,0.3); cursor: default; }

.flex-control-thumbs {margin: 0px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev { opacity: 1; left: 10px;}
  .flex-direction-nav .flex-next { opacity: 1; right: 10px;}
}


	/***************************************************************/
	/***************************************************************/
	
	
.titolo_sito_nero { font-family: 'McLaren', cursive; font-size: 35px; color: #000000; line-height: 30px}
.titolo_sito_nero_medio { font-family: 'McLaren', cursive; font-size: 20px; color: #000000; line-height: 30px}
.testo_normale {  font-family: Arial; font-size: 12px; color: #333333}
.testo_normale_scheda {  font-family: Tahoma; font-size: 12px; color: #333333}
.testo_normale_servizi {  font-family: Arial; font-size: 12px; color: #000000}
.testo_normale_verde { font-family: Arial; font-size: 12px; color: #0f495a; font-weight: bold }
.testo_normale_rosso { font-family: Tahoma; font-size: 11px; color: #a61417}
.testo_normale_nero {
	font-family: Arial;
	font-size: 18px;
	color: #000000;
	font-weight: normal;
 	text-align: justify;
}
.credits {  font-family: Tahoma; font-size: 11px; color: #FFFFFF}
.link1 {text-decoration: none;; color: #CC0000}
.link1:hover {; color: #FF0000}
.linksfondo {
	text-decoration: none;
	bgcolor: #FFFFFF;
	font-family: Arial;
	font-size: 13px;
	color: #0000FF;
	font-weight: normal;
	text-align: justify;
}
.linksfondo:hover {
	background-color: #C0C0C0;
}
.link2 {text-decoration: none;; color: #FFFFFF}
.link2:hover { color: #BDBDBD}
.link3 {text-decoration: none; color: #333333}
.link3:hover { color: #a61417}
.link3mus {text-decoration: none; color: #333333; font-family:Arial, Helvetica, sans-serif; font-size:12px}
.link3mus:hover { color: #a61417}
.link3sotto {text-decoration: none; color: #333333; font-family:Arial, Helvetica, sans-serif;}
.link3sotto:hover { color: #FFFFFF; background-color:#666666}
.link4 {text-decoration: none; font-family: Tahoma; font-size: 12px; color: #333333}
.link4:hover {; color: #a61417}
.titoli { font-family: Tahoma; font-size: 18px; color: #CC0000}
.titoliblu {
	font-family: Tahoma;
	font-size: 20px;
	font-weight:bold;
	color: #003366
}
.titolibluebianchi {
	font-family: Tahoma;
	font-size: 20px;
	font-weight:bold;
	color: #ffffff
}

.titolibluhtl {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:bold;
	color: #003366
}
.titoli_to_bus {
	font-family: Tahoma;
	font-size: 20px;
	font-weight:bold;
	color: #FF8040
}
.form_cerca {  font-family: Tahoma; font-size: 11px; color: #000000; background-color: #F8F8F8; border: 1px #F2F2F2 solid; height: 20px; width: 110px}

.iframe{
  height: 200px;
  overflow: scroll;
}
.titolo_form_cerca {
	font-family: Tahoma;
	font-size: 14px;
	color: #000000;
	background-color: #eaeaea;
	border: 1px #F2F2F2 solid;
	height: 20px;
	width: 110px;
	font-weight:bold
}
.bordobordeaux { border: 2px #8A0000 solid}
.testo_titoli_bordeaux_maiuscoletto { font-family: Arial; font-size: 16px; color: #8A0000; text-decoration: none; font-weight: bold; font-variant:small-caps}
.link_bordeaux {text-decoration: none; color: #8A0000; text-shadow: 1px 1px 2px #333;}
/******** MENU SX 2014 ****************/
ul.menu3 { 
width:auto;
list-style:none; /* elimino i punti elenco */
margin:0; padding:0; /* elimino i rientri delle liste */
font:bold 10pt Tahoma;
}
ul.menu3 li a { 
display:block; /* il link occupa tutto lo spazio orizzontale */
text-decoration:none; /* elimino la sottolineatura, che si tratta di un link si capisce dalla struttura */
padding:0 1px; /* lascia spazio far il bordo del menu e il testo del link */
height:1.8em;line-height:1.8em; /* altezza del link: height e line-height devono avere il medesimo valore */ 
}
ul.menu3 li { 
display:inline;
}
ul.menu3 li a:link, ul.menu3 li a:visited { 
color: #8E0000;
} /* colori per il link */
ul.menu3 li a:hover, ul.menu3 li a:active { 
background:#eee 100% 0 repeat-y;
color:#c00;
} /* colori per l'effetto roll-over */
/********** FINE MENU SX 2014 *********/
.linkmenuor {font-family:Arial;
	font-size: 12px;
	font-weight:bold;
	color: #FFFFFF;
	line-height: 30px;
	text-decoration: none; 
	color: #FFFFFF}
.linkmenuor:hover { color: #000000}
.linkmenuor2015 {font-family:Arial;
	font-size: 12px;
	font-weight:bold;
	color: #FFFFFF;
	line-height: 30px;
	text-decoration: none; 
	color: #000000}
.linkmenuor:hover2015 { color: #000000}
.titolo_sito_slogan { font-family: 'Arial', cursive; font-size: 12px; color: #000000; line-height: 20px}


#tabform {
border-collapse: collapse;
border-spacing: 1;
width: 700px;
border-top: 3px solid #c00;
border-bottom: 3px solid #c00;
border-left: 1px solid #000;
border-right: 1px solid #000;
}
.titform { font-family: Tahoma; font-size:11px; color:#000000;}
			
.bt_cerca { font-family: Tahoma; font-size: 11px; color: #FFFFFF; background-color: #000000; border: 1px #000000 solid; height: 20px; width: 80px; font-weight: bold}
.bt_cerca_acco {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px #000000 solid;
	height: 20px;
	width: 80px;
	font-weight: bold
}
.testo_sogno { font-family: Tahoma; font-size: 12px}
.testo_rosso { font-family: Tahoma; font-size: 16px; color: #a61417; font-weight: bold}
.testo_verde { font-family: Tahoma; font-size: 16px; color: #006600; font-weight: bold }
.testo_titoli_rosso { font-family: Tahoma; font-size: 14px; color: #a61417; text-decoration: none; font-weight: bold}
.testo_titoliteatro_nero { font-family: Arial; font-size: 18px; color: #000000; text-decoration: none; font-weight: bold}
.testo_titoliteatro_grigio { font-family: Arial; font-size: 18px; color: #666666; text-decoration: none; font-weight: bold}
.testo_titoli_tours { font-family: Tahoma; font-size: 14px; color: #000000; text-decoration: none; font-weight: bold}
.testo_titoli_musica { font-family: Arial; font-size: 13px; color: #a61417; text-decoration: none; font-weight: bold}
.testo_titoli_rosso_maiuscoletto { font-family: Arial; font-size: 16px; color: #a61417; text-decoration: none; font-weight: bold; font-variant:small-caps}
.testo_titoli_monumenti_maiuscoletto { font-family: Arial; font-size: 25px; color: #a61417; text-decoration: none; font-weight:bolder; }
.testo_titoli_rosso_small { font-family: Arial; font-size: 12px; color: #a61417; text-decoration: none; font-weight: bold}
.testo_titoli_rosso_ric {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.testo_titoli_rosso_grande{ font-family: Tahoma; font-size: 16px; color: #a61417; text-decoration: none; font-weight: bold}
.testo_titoli_rosso_grande{ font-family: Arial; font-size: 20px; color: #a61417; text-decoration: none; font-weight: bold}
.testo_titoli_grigiochiaro { font-family: Tahoma; font-size: 14px; color: #F7F7F7; text-decoration: none; font-weight: bold}
.testo_titoli_grigioscuro {
	font-family: Tahoma;
	font-size: 14px;
	color: #707070;
	text-decoration: none;
	font-weight: bold
}
.etichette_titoli{
/*width: 200px;
height: 100px;*/
border: 1px solid #000;
border-radius: 5px;
-moz-border-radius: 5px;        // Per Firefox
-webkit-border-radius: 5px;     // Per Chrome
padding-left: 2px;
padding-right: 2px;
background-color:#feefef;

}

.etichette_interne{
	/*width:600px;
height: 200px;*/
/*	border: 1px solid #000;*/
border-radius: 5px;
	-moz-border-radius: 5px;
// Per Firefox
-webkit-border-radius: 5px;     // Per Chrome

	padding-left: 10px;
	padding-right: 70px;
	background-color:#FAA5A5;	
	
}
.etichette_internedett{
	/*width:600px;
height: 200px;*/
/*	border: 1px solid #000;*/
border-radius: 5px;
	-moz-border-radius: 5px;
// Per Firefox
-webkit-border-radius: 5px;     // Per Chrome

	padding-left: 10px;
	padding-right: 70px;
	background-color:#ddeeaa;	
}

.testo_rosso2 { font-family: Tahoma; font-size: 16px; color: #D82127; font-weight: bold }

.testo_piccolo_rosso { font-family: Tahoma; font-size: 9px; color: #a61417 }
.testo_medio_rosso { font-family: Tahoma; font-size: 16px; color: #a61417 }
.testo_grande_rosso { font-family: Tahoma; font-size: 18px; color: #a61417 }
.testo_grande { font-family: Tahoma; font-size: 16px; color: #333333 }
.testo_big { font-family: Tahoma; font-size: 25px; color: #333333 }
.testo_medio { font-family: Tahoma; font-size: 12px; color: #333333 }
.form_ricercahotel { font-family: Tahoma; font-size: 11px; color: #000000; background-color: #FBFBFB; border: 1px #D7D7D7 solid; height: 20px; width: 100px }
.form_ricercamute { font-family: Tahoma; font-size: 11px; color: #000000; background-color: #FBFBFB; border: 1px #D7D7D7 solid; height: 20px; width: 250px }
.form_ricercamumo { font-family: Tahoma; font-size: 11px; color: #000000; background-color: #FBFBFB; border: 1px #D7D7D7 solid; height: 20px; width: 150px }

.form_ricercahotel2 { font-family: Tahoma; font-size: 11px; color: #000000; background-color: #FBFBFB; border: 1px #D7D7D7 solid; height: 20px; width: 50px }
.bordorosso { border: 1px #CC0000 solid}
.bordorosa { border: 1px #FDD5D5 solid}
.sfondorosa { background-color:#feefef; }
.bordi-rosso-nero{-moz-border-radius: 25px;
-webkit-border-radius: 25px;
border-radius: 25px;
/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#a61417', endColorstr = '#807d7e');
/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#a61417', endColorstr = '#807d7e')";
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
background-image: -moz-linear-gradient(top, #a61417, #807d7e);
background-image: -ms-linear-gradient(top, #a61417, #807d7e);
background-image: -o-linear-gradient(top, #a61417, #807d7e);
background-image: -webkit-gradient(linear, center top, center bottom, from(#a61417), to(#807d7e));
background-image: -webkit-linear-gradient(top, #a61417, #807d7e);
background-image: linear-gradient(top, #a61417, #807d7e);
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
/*Use "background-clip: padding-box" when using rounded corners to avoid the gradient bleeding through the corners*/
/*--IE9 WILL PLACE THE FILTER ON TOP OF THE ROUNDED CORNERS--*/

}
.bordi-up-down {  border-color: #CCCCCC #FFFFFF; border-style: solid; border-top-width: 1px; border-right-width: 0px; border-bottom-width: 1px; border-left-width: 0px}
.bordi-up-down-left {  border-color: #CCCCCC #FFFFFF; border-style: solid; border-top-width: 1px; border-right-width: 0px; border-bottom-width: 1px; border-left-width: 1px}
.bordi-left { border-left: 1px #CCCCCC solid;  border-bottom: 1px #CCCCCC solid}
.bordo-down { border-color: #CCCCCC #FFFFFF; border-style: solid; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 1px; border-left-width: 0px}
.bordo-up { border-color: #CCCCCC #FFFFFF; border-style: solid; border-top-width: 1px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; font-family: Tahoma; font-size: 12px; color: #333333}
.titoloutenti { font-family: Tahoma; font-size: 22px; color: #CC0000; font-weight: bold}
.testo_giudiziopositivo { font-family: Tahoma; font-size: 18px; color: #339900; font-weight: bold}
.testo_giudizionegativo { font-family: Tahoma; font-size: 18px; color: #CC0000; font-weight: bold }
.titoletti { font-family: Tahoma; font-size: 14px; color: #333333 ; font-weight: bold; text-decoration:none}
.titolettibus {
	font-family: Tahoma;
	font-size: 30px;
	color: #F0F0F0;
	font-weight: bold;
	text-decoration:none;
	font-style:italic;
}
.sottomenu a{ font-family: Tahoma; font-size: 14px; color: #333333 ; font-weight: bold; text-decoration:none}
.sottomenu:hover{
	font-family: Arial;
	font-size: 14px;
	color: #CC0000;
	font-weight: bold;
	text-decoration:none;
	background-color:#ec6e72;
}
   .listaservizi {
	list-style-position: outset;
	list-style-image: url(bullet_red.gif);
}
   .listashopping {
	list-style-position: outset;
}
   .listashopping:hover {
	list-style-position: outset;
	list-style-image: url(bullet_red.gif);
}

	list-style-image: url(bullet_red.gif);
.sottomenudett2 a{ font-family: Arial; font-size: 12px; color: #333333 ; font-weight: bold; text-decoration:none}
.sottomenudett2:hover{
	font-family: Arial;
	font-size: 14px;
	color: #CC0000;
	font-weight: bold;
	text-decoration:none;
	background-color:#ec6e72;
}
.titoloutentiverde { font-family: Tahoma; font-size: 22px; color: #339900; font-weight: bold }
.titoloutentinero { font-family: Tahoma; font-size: 20px; color: #333333; font-weight: bold }
.borderpage { border: #CC0000 solid; border-width: 0px 1px 1px ; clip:   rect(   )}
.borderfoto { border: 1px #333333 none; padding-top: 10px; padding-right: 10px; padding-bottom: 10px; padding-left: 10px}
.bordermappa { border: 1px #666666 solid}
.riquadromappa { border-radius: 10px; background-color:#F0F0F0; border: 1px #666666 solid}
.prenotatitolo {  font-family: Tahoma; font-size: 32px; color: #FFFFFF}
.prenotacamera { font-family: Tahoma; font-size: 18px; color: #FFFFFF ; font-weight: bold}
.prenotacameranero { font-family: Tahoma; font-size: 20px; color: #000000 ; font-weight: bold}
.prenotacameranerobig { font-family: Tahoma; font-size: 26px; color: #000000 ; font-weight: bold}
.prenotacamerarossobig {
	font-family: Tahoma;
	font-size: 30px;
	color: #FF0000;
}
.prenotacamerarosso { font-family: "Trebuchet MS"; font-size: 55px; color: #CC0000}
.prenotacamerarossobig2 {
	font-family: Arial;
	font-size: 50px;
	color: #FF0000;
}
.prenotaprezzo { font-family: Tahoma; font-size: 32px; color: #FFFFFF }
.bordi-arrotondati { border-radius: 10px; border-color:#000000; background-color:#2fae00; }
.fontutili {font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 10px; }
#map { width:100%; height:95%; }
#tooltip { padding:10px; text-align:left; }
#tooltip p { padding:0; margin:0 0 5px 0; }
#tooltipfoto {
 position: absolute;
 z-index: 3000;
 border: 1px solid #999;
 background-color: #eee;
 padding: 5px;
 opacity: 0.85;
 font-family:Verdana, Geneva, sans-serif;
 font-size:10px;
 
}
#tooltipfoto h3, #tooltipfoto div { margin: 0; }
#lista li
{
list-style-image: url(img/bullet_redsmall.png);
}
.linknero {
	text-decoration: none;
	color: #000000;
	border-color: #CCCCCC;
	border: 2px;
	
}
.linknero:hover {;
	color: #FF0000
}
.pagine_continua {/*width: 200px;
height: 100px;*/
	border: 1px solid #000;
	border-radius: 10px;
	-moz-border-radius: 10px;
// Per Firefox
-webkit-border-radius: 10px;     // Per Chrome

	padding-left: 2px;
	padding-right: 2px;
	background-color:#feefef;
	text-decoration:none;
	text-align:center;
	
}
.targhetta_consigliato {
width: 200px;
/*height: 100px;*/
	border: 1px solid #000;
	border-radius: 10px;
	-moz-border-radius: 10px;
// Per Firefox
-webkit-border-radius: 10px;     // Per Chrome

	padding-left: 4px;
	padding-right: 4px;
	background-color:#feefef;
	text-decoration:none;
	text-align:center;
	
}
.pagine_continua:hover {/*width: 200px;
height: 100px;*/
	border: 1px solid #000;
	border-radius: 10px;
	-moz-border-radius: 10px;
// Per Firefox
-webkit-border-radius: 10px;     // Per Chrome

	padding-left: 2px;
	padding-right: 2px;
	background-color:#F99393;
	text-decoration:none;
	text-align:center;
	
}

.testo_descrizione_bianco {
	font-family: Arial;
	font-size: 16px;
	color:#ffffff;
	font-weight: normal;
 	text-align: justify;
}

.testo_descrizione_nero {
	font-family: Arial;
	font-size: 13px;
	color:#000066;
	font-weight: normal;
 	text-align: justify;
}

.testo_descrizione_nero A:hover {
	font-family: Arial;
	font-size: 13px;
	color:#000066;
	font-weight: normal;
 	text-align: justify;
	text-decoration: none;
	background-color: #C0C0C0;
}

	
	
.testo_descrizione_nero1 {
	font-family: Arial;
	font-size: 15px;
	color:#000066;
	font-weight: normal;
 	text-align: center;
 	margin: 0;
 	padding: 0;
}
.testo_descrizione_nero2 {
	font-family: Arial;
	font-size: 13px;
	color:#000066;
	font-weight: normal;
 	text-align: justify;
	padding: 5px 5px 5px 5px;
}
.testo_descrizione_nero3 {
	font-family: Arial;
	font-size: 18px;
	color:#000066;
	font-weight: normal;
 	text-align: center;
}
.testo_descrizione_nero3g {
	font-family: Arial;
	font-size: 18px;
	color:#000066;
	font-weight: normal;
 	text-align:justify;
}
.testo_descrizione_nero4 {
	font-family: Arial;
	font-size: 15px;
	color:#000066;
	font-weight: normal;
 	text-align: justify;
 	margin: 0;
 	padding: 0;
}
.testo_descrizione_nero4 a:over{
background-color:#CCCCCC;
}
.testo_descrizione_nero5 {
	font-family: Arial;
	font-size: 13px;
	color:#000;
	font-weight: normal;
 	text-align: justify;
 	margin: 0;
 	padding: 0 5px 0 30px;
}
.testo_servizi_nero {
	font-family: Arial;
	font-size: 13px;
	color:#000066;
	font-weight: normal;
 	text-align:left;
	padding: 0px;
}
.testo_menu_shopping {
	font-family: Arial;
	font-size: 12px;
	color:#000066;
	font-weight: normal;
 	text-align:left;
	padding: 0px;
}
.testo_menu_shopping:hover {
	font-family: Arial;
	font-size: 12px;
	color:#000066;
	background-color:#CCCCCC;
	font-weight: normal;
 	text-align:left;
	padding: 0px;
}
#divScorrevolehtl{
display: none;
border-bottom:2px dashed Navy;
border-left:2px dashed Navy;
border-right:2px dashed Navy;
/*border: 1px dashed Navy;*/
padding: 10px 10px 10px 10px;
margin-top: 0px;
width: 250px;
text-align: justify;
background-color:#C0C0C0;
}
#divScorrevolemos{
display: none;
padding: 10px 10px 10px 100px;
margin-top: 0px;
width:80%;
text-align: justify;
}
#divScorrevolevis1{
display: none;
padding: 10px 10px 10px 20px;
margin-top: 0px;
width:80%;
text-align: justify;
}
#divScorrevolevis2{
display: none;
padding: 10px 10px 10px 20px;
margin-top: 0px;
width:80%;
text-align: justify;
}
#divScorrevolevis3{
display: none;
padding: 10px 10px 10px 20px;
margin-top: 0px;
width:80%;
text-align: justify;
}
a.richiedinfo {
height: 30px; 
width: 250px; 
display: block;
border-top-color:#C0C0C0;
border-bottom-color:#C0C0C0;
border-bottom-width:thin;
color: white; 
text-decoration: none; 
padding: 10px;
margin: 10px 10px 0px 10px;
line-height: 25px; 
text-align: center; 
font-family: 'Belleza', arial, sans-serif;  
font-weight: bold; 
font-variant: small-caps; 
font-size: 20px; 
border-radius: 15px 15px 0px 0px; 
-webkit-border-radius: 15px; 
-moz-border-radius: 15px;
}
#divScorrevole1{
display: none;
border-bottom:2px dashed Navy;
border-left:2px dashed Navy;
border-right:2px dashed Navy;
/*border: 1px dashed Navy;*/
padding: 10px 10px 10px 10px;
margin-top: 10px;
width: <?php echo $ldiv; ?>;
text-align: justify;
background-color:#fbe3e3;
}
#divScorrevole2{
display: none;
border-bottom:2px dashed Navy;
border-left:2px dashed Navy;
border-right:2px dashed Navy;
/*border: 1px dashed Navy;*/
padding: 10px 10px 10px 10px;
margin-top: 10px;
width: <?php echo $ldiv; ?>;
text-align: justify;
background-color:#fbe3e3;
}
#divScorrevole3{
display: none;
border-bottom:2px dashed Navy;
border-left:2px dashed Navy;
border-right:2px dashed Navy;
/*border: 1px dashed Navy;*/
padding: 10px 10px 10px 10px;
margin-top: 10px;
width: <?php echo $ldiv; ?>;
text-align: justify;
background-color:#fbe3e3;
}
#divScorrevole4{
display: none;
border-bottom:2px dashed Navy;
border-left:2px dashed Navy;
border-right:2px dashed Navy;
/*border: 1px dashed Navy;*/
padding: 10px 10px 10px 10px;
margin-top: 10px;
width: <?php echo $ldiv; ?>;
text-align: justify;
background-color:#fbe3e3;
}
#divScorrevole5{
display: none;
border-bottom:2px dashed Navy;
border-left:2px dashed Navy;
border-right:2px dashed Navy;
/*border: 1px dashed Navy;*/
padding: 10px 10px 10px 10px;
margin-top: 10px;
width: <?php echo $ldiv; ?>;
text-align: justify;
background-color:#fbe3e3;
}
#divScorrevole6{
display: none;
border-bottom:2px dashed Navy;
border-left:2px dashed Navy;
border-right:2px dashed Navy;
/*border: 1px dashed Navy;*/
padding: 10px 10px 10px 10px;
margin-top: 10px;
width: <?php echo $ldiv; ?>;
text-align: justify;
background-color:#fbe3e3;
}
#divScorrevole7{
display: none;
border-bottom:2px dashed Navy;
border-left:2px dashed Navy;
border-right:2px dashed Navy;
/*border: 1px dashed Navy;*/
padding: 10px 10px 10px 10px;
margin-top: 10px;
width: <?php echo $ldiv; ?>;
text-align: justify;
background-color:#fbe3e3;
}
#divScorrevole8{
display: none;
border-bottom:2px dashed Navy;
border-left:2px dashed Navy;
border-right:2px dashed Navy;
/*border: 1px dashed Navy;*/
padding: 10px 10px 10px 10px;
margin-top: 10px;
width: <?php echo $ldiv; ?>;
text-align: justify;
background-color:#fbe3e3;
}
#divScorrevole9{
display: none;
border-bottom:2px dashed Navy;
border-left:2px dashed Navy;
border-right:2px dashed Navy;
/*border: 1px dashed Navy;*/
padding: 10px 10px 10px 10px;
margin-top: 10px;
width: <?php echo $ldiv; ?>;
text-align: justify;
background-color:#fbe3e3;
}
#divScorrevole10{
display: none;
border-bottom:2px dashed Navy;
border-left:2px dashed Navy;
border-right:2px dashed Navy;
/*border: 1px dashed Navy;*/
padding: 10px 10px 10px 10px;
margin-top: 10px;
width: <?php echo $ldiv; ?>;
text-align: justify;
background-color:#fbe3e3;
}
#divScorrevole11{
display: none;
border-bottom:2px dashed Navy;
border-left:2px dashed Navy;
border-right:2px dashed Navy;
/*border: 1px dashed Navy;*/
padding: 10px 10px 10px 10px;
margin-top: 10px;
width: 600px;
text-align: justify;
background-color:#fbe3e3;
}
#divScorrevole12{
display: none;
border-bottom:2px dashed Navy;
border-left:2px dashed Navy;
border-right:2px dashed Navy;
/*border: 1px dashed Navy;*/
padding: 10px 10px 10px 10px;
margin-top: 10px;
width: 600px;
text-align: justify;
background-color:#fbe3e3;
}
#divScorrevole13{
display: none;
border-bottom:2px dashed Navy;
border-left:2px dashed Navy;
border-right:2px dashed Navy;
/*border: 1px dashed Navy;*/
padding: 10px 10px 10px 10px;
margin-top: 10px;
width: 600px;
text-align: justify;
background-color:#fbe3e3;
}
#divScorrevole14{
display: none;
border-bottom:2px dashed Navy;
border-left:2px dashed Navy;
border-right:2px dashed Navy;
/*border: 1px dashed Navy;*/
padding: 10px 10px 10px 10px;
margin-top: 10px;
width: 600px;
text-align: justify;
background-color:#fbe3e3;
}
#divScorrevole15{
display: none;
border-bottom:2px dashed Navy;
border-left:2px dashed Navy;
border-right:2px dashed Navy;
/*border: 1px dashed Navy;*/
padding: 10px 10px 10px 10px;
margin-top: 10px;
width: 600px;
text-align: justify;
background-color:#fbe3e3;
}

/*!
 * jQuery UI CSS Framework 1.8.23
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */

/* Layout helpers
----------------------------------*/
.green_button .ui-helper-hidden { display: none; }
.green_button .ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
.green_button .ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.green_button .ui-helper-clearfix:before, .green_button .ui-helper-clearfix:after { content: ""; display: table; }
.green_button .ui-helper-clearfix:after { clear: both; }
.green_button .ui-helper-clearfix { zoom: 1; }
.green_button .ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.green_button .ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.green_button .ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.green_button .ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/*!
 * jQuery UI CSS Framework 1.8.23
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana,Arial,sans-serif&fwDefault=bold&fsDefault=10pxm&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=299b00&bgTextureDefault=03_highlight_soft.png&bgImgOpacityDefault=75&borderColorDefault=185203&fcDefault=ffffff&iconColorDefault=ffffff&bgColorHover=dadada&bgTextureHover=03_highlight_soft.png&bgImgOpacityHover=75&borderColorHover=212121&fcHover=cc0000&iconColorHover=cc0000&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=05_inset_soft.png&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
 */


/* Component containers
----------------------------------*/
.green_button .ui-widget { font-family: Verdana,Arial,sans-serif; font-size: 10pxm; }
.green_button .ui-widget .ui-widget { font-size: 1em; }
.green_button .ui-widget input, .green_button .ui-widget select, .green_button .ui-widget textarea, .green_button .ui-widget button { font-family: Verdana,Arial,sans-serif; font-size: 1em; }
.green_button .ui-widget-content { border: 1px solid #aaaaaa; background: #ffffff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x; color: #222222; }
.green_button .ui-widget-content a { color: #222222; }
.green_button .ui-widget-header { border: 1px solid #aaaaaa; background: #cccccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x; color: #222222; font-weight: bold; }
.green_button .ui-widget-header a { color: #222222; }

/* Interaction states
----------------------------------*/
.green_button .ui-state-default, .green_button .ui-widget-content .ui-state-default, .green_button .ui-widget-header .ui-state-default { border: 1px solid #185203; background: #299b00 url(images/ui-bg_highlight-soft_75_299b00_1x100.png) 50% 50% repeat-x; font-weight: bold; color: #ffffff; }
.green_button .ui-state-default a, .green_button .ui-state-default a:link, .green_button .ui-state-default a:visited { color: #ffffff; text-decoration: none; }
.green_button .ui-state-hover, .green_button .ui-widget-content .ui-state-hover, .green_button .ui-widget-header .ui-state-hover, .green_button .ui-state-focus, .green_button .ui-widget-content .ui-state-focus, .green_button .ui-widget-header .ui-state-focus { border: 1px solid #212121; background: #dadada url(images/ui-bg_highlight-soft_75_dadada_1x100.png) 50% 50% repeat-x; font-weight: bold; color: #cc0000; }
.green_button .ui-state-hover a, .green_button .ui-state-hover a:hover { color: #cc0000; text-decoration: none; }
.green_button .ui-state-active, .green_button .ui-widget-content .ui-state-active, .green_button .ui-widget-header .ui-state-active { border: 1px solid #aaaaaa; background: #ffffff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #212121; }
.green_button .ui-state-active a, .green_button .ui-state-active a:link, .green_button .ui-state-active a:visited { color: #212121; text-decoration: none; }
.green_button .ui-widget :active { outline: none; }

/* Interaction Cues
----------------------------------*/
.green_button .ui-state-highlight, .green_button .ui-widget-content .ui-state-highlight, .green_button .ui-widget-header .ui-state-highlight  {border: 1px solid #fcefa1; background: #fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x; color: #363636; }
.green_button .ui-state-highlight a, .green_button .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }
.green_button .ui-state-error, .green_button .ui-widget-content .ui-state-error, .green_button .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec url(images/ui-bg_inset-soft_95_fef1ec_1x100.png) 50% bottom repeat-x; color: #cd0a0a; }
.green_button .ui-state-error a, .green_button .ui-widget-content .ui-state-error a, .green_button .ui-widget-header .ui-state-error a { color: #cd0a0a; }
.green_button .ui-state-error-text, .green_button .ui-widget-content .ui-state-error-text, .green_button .ui-widget-header .ui-state-error-text { color: #cd0a0a; }
.green_button .ui-priority-primary, .green_button .ui-widget-content .ui-priority-primary, .green_button .ui-widget-header .ui-priority-primary { font-weight: bold; }
.green_button .ui-priority-secondary, .green_button .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.green_button .ui-state-disabled, .green_button .ui-widget-content .ui-state-disabled, .green_button .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }

/* Icons
----------------------------------*/

/* states and images */
.green_button .ui-icon { width: 16px; height: 16px; background-image: url(images/ui-icons_222222_256x240.png); }
.green_button .ui-widget-content .ui-icon {background-image: url(images/ui-icons_222222_256x240.png); }
.green_button .ui-widget-header .ui-icon {background-image: url(images/ui-icons_222222_256x240.png); }
.green_button .ui-state-default .ui-icon { background-image: url(images/ui-icons_ffffff_256x240.png); }
.green_button .ui-state-hover .ui-icon, .green_button .ui-state-focus .ui-icon {background-image: url(images/ui-icons_cc0000_256x240.png); }
.green_button .ui-state-active .ui-icon {background-image: url(images/ui-icons_454545_256x240.png); }
.green_button .ui-state-highlight .ui-icon {background-image: url(images/ui-icons_2e83ff_256x240.png); }
.green_button .ui-state-error .ui-icon, .green_button .ui-state-error-text .ui-icon {background-image: url(images/ui-icons_cd0a0a_256x240.png); }

/* positioning */
.green_button .ui-icon-carat-1-n { background-position: 0 0; }
.green_button .ui-icon-carat-1-ne { background-position: -16px 0; }
.green_button .ui-icon-carat-1-e { background-position: -32px 0; }
.green_button .ui-icon-carat-1-se { background-position: -48px 0; }
.green_button .ui-icon-carat-1-s { background-position: -64px 0; }
.green_button .ui-icon-carat-1-sw { background-position: -80px 0; }
.green_button .ui-icon-carat-1-w { background-position: -96px 0; }
.green_button .ui-icon-carat-1-nw { background-position: -112px 0; }
.green_button .ui-icon-carat-2-n-s { background-position: -128px 0; }
.green_button .ui-icon-carat-2-e-w { background-position: -144px 0; }
.green_button .ui-icon-triangle-1-n { background-position: 0 -16px; }
.green_button .ui-icon-triangle-1-ne { background-position: -16px -16px; }
.green_button .ui-icon-triangle-1-e { background-position: -32px -16px; }
.green_button .ui-icon-triangle-1-se { background-position: -48px -16px; }
.green_button .ui-icon-triangle-1-s { background-position: -64px -16px; }
.green_button .ui-icon-triangle-1-sw { background-position: -80px -16px; }
.green_button .ui-icon-triangle-1-w { background-position: -96px -16px; }
.green_button .ui-icon-triangle-1-nw { background-position: -112px -16px; }
.green_button .ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.green_button .ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.green_button .ui-icon-arrow-1-n { background-position: 0 -32px; }
.green_button .ui-icon-arrow-1-ne { background-position: -16px -32px; }
.green_button .ui-icon-arrow-1-e { background-position: -32px -32px; }
.green_button .ui-icon-arrow-1-se { background-position: -48px -32px; }
.green_button .ui-icon-arrow-1-s { background-position: -64px -32px; }
.green_button .ui-icon-arrow-1-sw { background-position: -80px -32px; }
.green_button .ui-icon-arrow-1-w { background-position: -96px -32px; }
.green_button .ui-icon-arrow-1-nw { background-position: -112px -32px; }
.green_button .ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.green_button .ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.green_button .ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.green_button .ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.green_button .ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.green_button .ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.green_button .ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.green_button .ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.green_button .ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.green_button .ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.green_button .ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.green_button .ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.green_button .ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.green_button .ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.green_button .ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.green_button .ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.green_button .ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.green_button .ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.green_button .ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.green_button .ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.green_button .ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.green_button .ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.green_button .ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.green_button .ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.green_button .ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.green_button .ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.green_button .ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.green_button .ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.green_button .ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.green_button .ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.green_button .ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.green_button .ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.green_button .ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.green_button .ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.green_button .ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.green_button .ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.green_button .ui-icon-arrow-4 { background-position: 0 -80px; }
.green_button .ui-icon-arrow-4-diag { background-position: -16px -80px; }
.green_button .ui-icon-extlink { background-position: -32px -80px; }
.green_button .ui-icon-newwin { background-position: -48px -80px; }
.green_button .ui-icon-refresh { background-position: -64px -80px; }
.green_button .ui-icon-shuffle { background-position: -80px -80px; }
.green_button .ui-icon-transfer-e-w { background-position: -96px -80px; }
.green_button .ui-icon-transferthick-e-w { background-position: -112px -80px; }
.green_button .ui-icon-folder-collapsed { background-position: 0 -96px; }
.green_button .ui-icon-folder-open { background-position: -16px -96px; }
.green_button .ui-icon-document { background-position: -32px -96px; }
.green_button .ui-icon-document-b { background-position: -48px -96px; }
.green_button .ui-icon-note { background-position: -64px -96px; }
.green_button .ui-icon-mail-closed { background-position: -80px -96px; }
.green_button .ui-icon-mail-open { background-position: -96px -96px; }
.green_button .ui-icon-suitcase { background-position: -112px -96px; }
.green_button .ui-icon-comment { background-position: -128px -96px; }
.green_button .ui-icon-person { background-position: -144px -96px; }
.green_button .ui-icon-print { background-position: -160px -96px; }
.green_button .ui-icon-trash { background-position: -176px -96px; }
.green_button .ui-icon-locked { background-position: -192px -96px; }
.green_button .ui-icon-unlocked { background-position: -208px -96px; }
.green_button .ui-icon-bookmark { background-position: -224px -96px; }
.green_button .ui-icon-tag { background-position: -240px -96px; }
.green_button .ui-icon-home { background-position: 0 -112px; }
.green_button .ui-icon-flag { background-position: -16px -112px; }
.green_button .ui-icon-calendar { background-position: -32px -112px; }
.green_button .ui-icon-cart { background-position: -48px -112px; }
.green_button .ui-icon-pencil { background-position: -64px -112px; }
.green_button .ui-icon-clock { background-position: -80px -112px; }
.green_button .ui-icon-disk { background-position: -96px -112px; }
.green_button .ui-icon-calculator { background-position: -112px -112px; }
.green_button .ui-icon-zoomin { background-position: -128px -112px; }
.green_button .ui-icon-zoomout { background-position: -144px -112px; }
.green_button .ui-icon-search { background-position: -160px -112px; }
.green_button .ui-icon-wrench { background-position: -176px -112px; }
.green_button .ui-icon-gear { background-position: -192px -112px; }
.green_button .ui-icon-heart { background-position: -208px -112px; }
.green_button .ui-icon-star { background-position: -224px -112px; }
.green_button .ui-icon-link { background-position: -240px -112px; }
.green_button .ui-icon-cancel { background-position: 0 -128px; }
.green_button .ui-icon-plus { background-position: -16px -128px; }
.green_button .ui-icon-plusthick { background-position: -32px -128px; }
.green_button .ui-icon-minus { background-position: -48px -128px; }
.green_button .ui-icon-minusthick { background-position: -64px -128px; }
.green_button .ui-icon-close { background-position: -80px -128px; }
.green_button .ui-icon-closethick { background-position: -96px -128px; }
.green_button .ui-icon-key { background-position: -112px -128px; }
.green_button .ui-icon-lightbulb { background-position: -128px -128px; }
.green_button .ui-icon-scissors { background-position: -144px -128px; }
.green_button .ui-icon-clipboard { background-position: -160px -128px; }
.green_button .ui-icon-copy { background-position: -176px -128px; }
.green_button .ui-icon-contact { background-position: -192px -128px; }
.green_button .ui-icon-image { background-position: -208px -128px; }
.green_button .ui-icon-video { background-position: -224px -128px; }
.green_button .ui-icon-script { background-position: -240px -128px; }
.green_button .ui-icon-alert { background-position: 0 -144px; }
.green_button .ui-icon-info { background-position: -16px -144px; }
.green_button .ui-icon-notice { background-position: -32px -144px; }
.green_button .ui-icon-help { background-position: -48px -144px; }
.green_button .ui-icon-check { background-position: -64px -144px; }
.green_button .ui-icon-bullet { background-position: -80px -144px; }
.green_button .ui-icon-radio-off { background-position: -96px -144px; }
.green_button .ui-icon-radio-on { background-position: -112px -144px; }
.green_button .ui-icon-pin-w { background-position: -128px -144px; }
.green_button .ui-icon-pin-s { background-position: -144px -144px; }
.green_button .ui-icon-play { background-position: 0 -160px; }
.green_button .ui-icon-pause { background-position: -16px -160px; }
.green_button .ui-icon-seek-next { background-position: -32px -160px; }
.green_button .ui-icon-seek-prev { background-position: -48px -160px; }
.green_button .ui-icon-seek-end { background-position: -64px -160px; }
.green_button .ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.green_button .ui-icon-seek-first { background-position: -80px -160px; }
.green_button .ui-icon-stop { background-position: -96px -160px; }
.green_button .ui-icon-eject { background-position: -112px -160px; }
.green_button .ui-icon-volume-off { background-position: -128px -160px; }
.green_button .ui-icon-volume-on { background-position: -144px -160px; }
.green_button .ui-icon-power { background-position: 0 -176px; }
.green_button .ui-icon-signal-diag { background-position: -16px -176px; }
.green_button .ui-icon-signal { background-position: -32px -176px; }
.green_button .ui-icon-battery-0 { background-position: -48px -176px; }
.green_button .ui-icon-battery-1 { background-position: -64px -176px; }
.green_button .ui-icon-battery-2 { background-position: -80px -176px; }
.green_button .ui-icon-battery-3 { background-position: -96px -176px; }
.green_button .ui-icon-circle-plus { background-position: 0 -192px; }
.green_button .ui-icon-circle-minus { background-position: -16px -192px; }
.green_button .ui-icon-circle-close { background-position: -32px -192px; }
.green_button .ui-icon-circle-triangle-e { background-position: -48px -192px; }
.green_button .ui-icon-circle-triangle-s { background-position: -64px -192px; }
.green_button .ui-icon-circle-triangle-w { background-position: -80px -192px; }
.green_button .ui-icon-circle-triangle-n { background-position: -96px -192px; }
.green_button .ui-icon-circle-arrow-e { background-position: -112px -192px; }
.green_button .ui-icon-circle-arrow-s { background-position: -128px -192px; }
.green_button .ui-icon-circle-arrow-w { background-position: -144px -192px; }
.green_button .ui-icon-circle-arrow-n { background-position: -160px -192px; }
.green_button .ui-icon-circle-zoomin { background-position: -176px -192px; }
.green_button .ui-icon-circle-zoomout { background-position: -192px -192px; }
.green_button .ui-icon-circle-check { background-position: -208px -192px; }
.green_button .ui-icon-circlesmall-plus { background-position: 0 -208px; }
.green_button .ui-icon-circlesmall-minus { background-position: -16px -208px; }
.green_button .ui-icon-circlesmall-close { background-position: -32px -208px; }
.green_button .ui-icon-squaresmall-plus { background-position: -48px -208px; }
.green_button .ui-icon-squaresmall-minus { background-position: -64px -208px; }
.green_button .ui-icon-squaresmall-close { background-position: -80px -208px; }
.green_button .ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.green_button .ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.green_button .ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.green_button .ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.green_button .ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.green_button .ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.green_button .ui-corner-all, .green_button .ui-corner-top, .green_button .ui-corner-left, .green_button .ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -khtml-border-top-left-radius: 4px; border-top-left-radius: 4px; }
.green_button .ui-corner-all, .green_button .ui-corner-top, .green_button .ui-corner-right, .green_button .ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -khtml-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.green_button .ui-corner-all, .green_button .ui-corner-bottom, .green_button .ui-corner-left, .green_button .ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -khtml-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.green_button .ui-corner-all, .green_button .ui-corner-bottom, .green_button .ui-corner-right, .green_button .ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; -khtml-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }

/* Overlays */
.green_button .ui-widget-overlay { background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); }
.green_button .ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -khtml-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }/*!
 * jQuery UI Resizable 1.8.23
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Resizable#theming
 */
.green_button .ui-resizable { position: relative;}
.green_button .ui-resizable-handle { position: absolute;font-size: 0.1px; display: block; }
.green_button .ui-resizable-disabled .ui-resizable-handle, .green_button .ui-resizable-autohide .ui-resizable-handle { display: none; }
.green_button .ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
.green_button .ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }
.green_button .ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; }
.green_button .ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; }
.green_button .ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.green_button .ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.green_button .ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.green_button .ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/*!
 * jQuery UI Selectable 1.8.23
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Selectable#theming
 */
.green_button .ui-selectable-helper { position: absolute; z-index: 100; border:1px dotted black; }
/*!
 * jQuery UI Accordion 1.8.23
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Accordion#theming
 */
/* IE/Win - Fix animation bug - #4615 */
.green_button .ui-accordion { width: 100%; }
.green_button .ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
.green_button .ui-accordion .ui-accordion-li-fix { display: inline; }
.green_button .ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
.green_button .ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em .7em; }
.green_button .ui-accordion-icons .ui-accordion-header a { padding-left: 2.2em; }
.green_button .ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.green_button .ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; zoom: 1; }
.green_button .ui-accordion .ui-accordion-content-active { display: block; }
/*!
 * jQuery UI Autocomplete 1.8.23
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Autocomplete#theming
 */
.green_button .ui-autocomplete { position: absolute; cursor: default; }	

/* workarounds */
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */

/*
 * jQuery UI Menu 1.8.23
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */
.green_button .ui-menu {
	list-style:none;
	padding: 2px;
	margin: 0;
	display:block;
	float: left;
}
.green_button .ui-menu .ui-menu {
	margin-top: -3px;
}
.green_button .ui-menu .ui-menu-item {
	margin:0;
	padding: 0;
	zoom: 1;
	float: left;
	clear: left;
	width: 100%;
}
.green_button .ui-menu .ui-menu-item a {
	text-decoration:none;
	display:block;
	padding:.2em .4em;
	line-height:1.5;
	zoom:1;
}
.green_button .ui-menu .ui-menu-item a.ui-state-hover,
.green_button .ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}
/*!
 * jQuery UI Button 1.8.23
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Button#theming
 */
.green_button .ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; text-decoration: none !important; cursor: pointer; text-align: center; zoom: 1; overflow: visible; } /* the overflow property removes extra width in IE */
.green_button .ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */
.green_button .ui-button-icons-only { width: 3.4em; } 
button.ui-button-icons-only { width: 3.7em; } 

/*button text element */
.green_button .ui-button .ui-button-text { display: block; line-height: 1.4;  }
.green_button .ui-button-text-only .ui-button-text { padding: .4em 1em; }
.green_button .ui-button-icon-only .ui-button-text, .green_button .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; }
.green_button .ui-button-text-icon-primary .ui-button-text, .green_button .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; }
.green_button .ui-button-text-icon-secondary .ui-button-text, .green_button .ui-button-text-icons .ui-button-text { padding: .4em 2.1em .4em 1em; }
.green_button .ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; }
/* no icon support for input elements, provide padding by default */
input.ui-button { padding: .4em 1em; }


/*button icon element(s) */
.green_button .ui-button-icon-only .ui-icon, .green_button .ui-button-text-icon-primary .ui-icon, .green_button .ui-button-text-icon-secondary .ui-icon, .green_button .ui-button-text-icons .ui-icon, .green_button .ui-button-icons-only .ui-icon { position: absolute; top: 50%; margin-top: -8px; }
.green_button .ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; }
.green_button .ui-button-text-icon-primary .ui-button-icon-primary, .green_button .ui-button-text-icons .ui-button-icon-primary, .green_button .ui-button-icons-only .ui-button-icon-primary { left: .5em; }
.green_button .ui-button-text-icon-secondary .ui-button-icon-secondary, .green_button .ui-button-text-icons .ui-button-icon-secondary, .green_button .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }
.green_button .ui-button-text-icons .ui-button-icon-secondary, .green_button .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }

/*button sets*/
.green_button .ui-buttonset { margin-right: 7px; }
.green_button .ui-buttonset .ui-button { margin-left: 0; margin-right: -.3em; }

/* workarounds */
button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */
/*!
 * jQuery UI Dialog 1.8.23
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Dialog#theming
 */
.green_button .ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; }
.green_button .ui-dialog .ui-dialog-titlebar { padding: .4em 1em; position: relative;  }
.green_button .ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .1em 0; } 
.green_button .ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.green_button .ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.green_button .ui-dialog .ui-dialog-titlebar-close:hover, .green_button .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.green_button .ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
.green_button .ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.green_button .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; }
.green_button .ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; }
.green_button .ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.green_button .ui-draggable .ui-dialog-titlebar { cursor: move; }
/*!
 * jQuery UI Slider 1.8.23
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Slider#theming
 */
.green_button .ui-slider { position: relative; text-align: left; }
.green_button .ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.green_button .ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }

.green_button .ui-slider-horizontal { height: .8em; }
.green_button .ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.green_button .ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.green_button .ui-slider-horizontal .ui-slider-range-min { left: 0; }
.green_button .ui-slider-horizontal .ui-slider-range-max { right: 0; }

.green_button .ui-slider-vertical { width: .8em; height: 100px; }
.green_button .ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.green_button .ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.green_button .ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.green_button .ui-slider-vertical .ui-slider-range-max { top: 0; }/*!
 * jQuery UI Tabs 1.8.23
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Tabs#theming
 */
.green_button .ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.green_button .ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }
.green_button .ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
.green_button .ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; }
.green_button .ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; }
.green_button .ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .green_button .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .green_button .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.green_button .ui-tabs .ui-tabs-nav li a, .green_button .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.green_button .ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; }
.green_button .ui-tabs .ui-tabs-hide { display: none !important; }
/*!
 * jQuery UI Datepicker 1.8.23
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
.green_button .ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; }
.green_button .ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.green_button .ui-datepicker .ui-datepicker-prev, .green_button .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.green_button .ui-datepicker .ui-datepicker-prev-hover, .green_button .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.green_button .ui-datepicker .ui-datepicker-prev { left:2px; }
.green_button .ui-datepicker .ui-datepicker-next { right:2px; }
.green_button .ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.green_button .ui-datepicker .ui-datepicker-next-hover { right:1px; }
.green_button .ui-datepicker .ui-datepicker-prev span, .green_button .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.green_button .ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.green_button .ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.green_button .ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.green_button .ui-datepicker select.ui-datepicker-month, 
.green_button .ui-datepicker select.ui-datepicker-year { width: 49%;}
.green_button .ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.green_button .ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.green_button .ui-datepicker td { border: 0; padding: 1px; }
.green_button .ui-datepicker td span, .green_button .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.green_button .ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.green_button .ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.green_button .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.green_button .ui-datepicker.ui-datepicker-multi { width:auto; }
.green_button .ui-datepicker-multi .ui-datepicker-group { float:left; }
.green_button .ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.green_button .ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.green_button .ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.green_button .ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.green_button .ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.green_button .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.green_button .ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.green_button .ui-datepicker-row-break { clear:both; width:100%; font-size:0em; }

/* RTL support */
.green_button .ui-datepicker-rtl { direction: rtl; }
.green_button .ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.green_button .ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.green_button .ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.green_button .ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.green_button .ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.green_button .ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.green_button .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.green_button .ui-datepicker-rtl .ui-datepicker-group { float:right; }
.green_button .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.green_button .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.green_button .ui-datepicker-cover {
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}/*!
 * jQuery UI Progressbar 1.8.23
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Progressbar#theming
 */
.green_button .ui-progressbar { height:2em; text-align: left; overflow: hidden; }
.green_button .ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }
#gallery {
    
    margin: 0 auto;
    padding: 0 0 0 15%;
    list-style: none;
    width: 90%;
    height: 100%;
    overflow: hidden;
    
}

#gallery li {
    
    float: left;
    height: 100%;
    display: block;
    margin-right: 0.5em;
    width: 15%;
    
}

#gallery li img {
    
    display: block;
    width: 100%;
}

#gallery li div.rating {
    
    width: 104px;
    height: 16px;
    margin: 0.4em auto;
    text-indent: -1000em;
    background-image: url(star-rating.png);
    background-repeat: no-repeat;
    
}



.five {
    
    background-position: 0 -77px;
}

.four {
    
    background-position: 0 -60px;
}

.three {
    
    background-position: 0 -43px;
}

.two {
    
    background-position: 0 -26px;
    position: relative;
    top: 2px;
}

.one {
    
    background-position: 0 -9px;
}

.zero {
    
    background-position: 0 -94px;
}
#sottomenudett {
	width: 200px;
	margin: 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}
	
	#sottomenudett ul{
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#sottomenudett li a {
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 20px;
	text-decoration: none;
	}	
	
#sottomenudett li a:link, li a:visited {
	color: #003300;
	display: block;
	background:  url(sottomenudett.gif);
	padding: 8px 0 0 25px;
	}
	
#sottomenudett li a:hover {
	color: #889944;
	background:  url(sottomenudett.gif) 0 -32px;
	padding: 8px 0 0 27px;
	}

.bordotd {
	border: 1px solid #f08f8f;
	}	
.bordotd:hover{
	text-decoration:none;
	background-color:#ec6e72;
}

.bordotdsx {
	border: 1px 0px 1px 1px solid #f08f8f;
	}	
.bordotdsx:hover{
	text-decoration:none;
	background-color:#ec6e72;
}

.bordotddx {
	border: 1px 1px 1px 0px solid #f08f8f;
	}	
.bordotddx:hover{
	text-decoration:none;
	background-color:#ec6e72;
}
.evento {
			border-radius: 3px;
			margin: 20px auto;
			text-align: left;
			font-size: 13px;
			padding: 10px;
			border: 1px solid;
			border-radius: 5px;
			position: relative;
			border-color: #215001;
			background: #D5FFD8;	
			color: #215001;
			display:none;
		}

#PG1_1, #PG2_1, #PG3_1, #PG4_1, #PG5_1 , #PG6_1 , #PG7_1 , #PG8_1 , #PG9_1 , #PG10_1 
{
	visibility: visible;
	position: relative;
	width:500px;
	height: auto !important;
/*height: 600px;  valore che controlla l'altezza dell'area titolo */
min-height: 60px;
    }
#PG1_2, #PG1_3, #PG1_4, #PG1_5, #PG1_5, #PG1_6, #PG1_7, #PG1_8, #PG1_9, #PG1_10,  #PG2_2, #PG2_3, #PG2_4, #PG2_5, #PG2_5, #PG2_6, #PG2_7, #PG2_8, #PG2_9, #PG2_10,  #PG3_2, #PG3_3, #PG3_4, #PG3_5, #PG3_5, #PG3_6, #PG3_7, #PG3_8, #PG3_9, #PG3_10, #PG4_2, #PG4_3, #PG4_4, #PG4_5, #PG4_5, #PG4_6, #PG4_7, #PG4_8, #PG4_9, #PG4_10,  #PG5_2, #PG5_3, #PG5_4, #PG5_5, #PG5_5, #PG5_6, #PG5_7, #PG5_8, #PG5_9, #PG5_10,  #PG6_2, #PG6_3, #PG6_4, #PG6_5, #PG6_5, #PG6_6, #PG6_7, #PG6_8, #PG6_9, #PG6_10,  #PG7_2, #PG7_3, #PG7_4, #PG7_5, #PG7_5, #PG7_6, #PG7_7, #PG7_8, #PG7_9, #PG7_10,#PG8_2, #PG8_3, #PG8_4, #PG8_5, #PG8_6, #PG8_7, #PG8_8, #PG8_9, #PG8_10, #PG9_2, #PG9_3,#PG9_4,#PG9_5,#PG9_6,#PG9_7,#PG9_8,#PG9_9,#PG9_10,#PG10_2,#PG10_3,#PG10_4,#PG10_5,#PG10_6,#PG10_7,#PG10_8,#PG10_9,#PG10_10
{
	visibility: hidden;
	position: relative;
		width:500px;
}
#PGVIS1_1, #PGVIS2_1, #PGVIS3_1, #PGVIS4_1, #PGVIS5_1 , #PGVIS6_1 , #PGVIS7_1 , #PGVIS8_1 , #PGVIS9_1 , #PGVIS10_1 
{
	visibility: visible;
	position: relative;
	width:300;
	height: auto !important;
/*height: 600px;  valore che controlla l'altezza dell'area titolo */
min-height: 60px;
    }
#PGVIS1_2, #PGVIS1_3, #PGVIS1_4, #PGVIS1_5, #PGVIS1_5, #PGVIS1_6, #PGVIS1_7, #PGVIS1_8, #PGVIS1_9, #PGVIS1_10,  #PGVIS2_2, #PGVIS2_3, #PGVIS2_4, #PGVIS2_5, #PGVIS2_5, #PGVIS2_6, #PGVIS2_7, #PGVIS2_8, #PGVIS2_9, #PGVIS2_10,  #PGVIS3_2, #PGVIS3_3, #PGVIS3_4, #PGVIS3_5, #PGVIS3_5, #PGVIS3_6, #PGVIS3_7, #PGVIS3_8, #PGVIS3_9, #PGVIS3_10, #PGVIS4_2, #PGVIS4_3, #PGVIS4_4, #PGVIS4_5, #PGVIS4_5, #PGVIS4_6, #PGVIS4_7, #PGVIS4_8, #PGVIS4_9, #PGVIS4_10,  #PGVIS5_2, #PGVIS5_3, #PGVIS5_4, #PGVIS5_5, #PGVIS5_5, #PGVIS5_6, #PGVIS5_7, #PGVIS5_8, #PGVIS5_9, #PGVIS5_10,  #PGVIS6_2, #PGVIS6_3, #PGVIS6_4, #PGVIS6_5, #PGVIS6_5, #PGVIS6_6, #PGVIS6_7, #PGVIS6_8, #PGVIS6_9, #PGVIS6_10,  #PGVIS7_2, #PGVIS7_3, #PGVIS7_4, #PGVIS7_5, #PGVIS7_5, #PGVIS7_6, #PGVIS7_7, #PGVIS7_8, #PGVIS7_9, #PGVIS7_10,#PGVIS8_2, #PGVIS8_3, #PGVIS8_4, #PGVIS8_5, #PGVIS8_6, #PGVIS8_7, #PGVIS8_8, #PGVIS8_9, #PGVIS8_10, #PGVIS9_2, #PGVIS9_3,#PGVIS9_4,#PGVIS9_5,#PGVIS9_6,#PGVIS9_7,#PGVIS9_8,#PGVIS9_9,#PGVIS9_10,#PGVIS10_2,#PGVIS10_3,#PGVIS10_4,#PGVIS10_5,#PGVIS10_6,#PGVIS10_7,#PGVIS10_8,#PGVIS10_9,#PGVIS10_10{
	visibility: hidden;
	position: relative;
		width:300;
			height: auto !important;
/*height: 600px;  valore che controlla l'altezza dell'area titolo */
min-height: 60px;
}
#contmus1,#contmus2,#contmus3
{
height: auto !important;
min-height: 600px;
height:auto;
overflow: hidden;
position:relative;

}
#conteatro1,#conteatro2,#conteatro3
{
height: auto !important;
min-height: 100px;
overflow: hidden;

}
#conteatrogen
{
height: auto !important;
min-height: 600px;
overflow: hidden;
}
#contmusgen
{
height: auto !important;
min-height: 600px;
overflow: hidden;
}
#PGM1_1, #PGM2_1, #PGM3_1, #PGM4_1, #PGM5_1 , #PGM6_1 , #PGM7_1 , #PGM8_1 , #PGM9_1 , #PGM10_1 
{
	visibility: visible;
    position: relative;
	width:300px;
	height: auto !important;
min-height: 80px;
	}
		
#PGM1_2, #PGM1_3, #PGM1_4, #PGM1_5, #PGM1_5, #PGM1_6, #PGM1_7, #PGM1_8, #PGM1_9, #PGM1_10,#PGM2_2, #PGM2_3, #PGM2_4, #PGM2_5, #PGM2_5, #PGM2_6, #PGM2_7, #PGM2_8, #PGM2_9, #PGM2_10,#PGM3_2, #PGM3_3, #PGM3_4, #PGM3_5, #PGM3_5, #PGM3_6, #PGM3_7, #PGM3_8, #PGM3_9, #PGM3_10
{
	visibility: hidden;
    position: absolute;
	width: 300px;
	top:0px;
}
#PGT1_1 
{
	visibility: visible;
    position: relative;
	top:0px;
	left:0px;
	width: 620px;
	height: auto !important;
min-height: 80px;
text-align:center;

	}
#PGT1_2, #PGT1_3, #PGT1_4, #PGT1_5, #PGT1_5, #PGT1_6, #PGT1_7, #PGT1_8, #PGT1_9, #PGT1_10,#PGT2_2, #PGT2_3, #PGT2_4, #PGT2_5, #PGT2_5, #PGT2_6, #PGT2_7, #PGT2_8, #PGT2_9, #PGT2_10,#PGT3_2, #PGT3_3, #PGT3_4, #PGT3_5, #PGT3_5, #PGT3_6, #PGT3_7, #PGT3_8, #PGT3_9, #PGT3_10
{
	visibility: hidden;
    position: absolute;
	width: 620px;
	top:0px;
	left:0px;
	border-style:dashed;
}	
#PGMOS1_1, #PGMOS2_1, #PGMOS3_1, #PGMOS4_1
{
	visibility: visible;
    position: relative;
	width: <?php echo $ldiv; ?>;
	620px;
	height: auto !important;
min-height: 80px;
text-align:center;
	}	
		
#PGMOS1_2, #PGMOS_3, #PGMOS1_4, #PGMOS1_5, #PGMOS1_5, #PGMOS1_6, #PGMOS1_7, #PGMOS1_8, #PGMOS1_9, #PGMOS1_10,#PGMOS2_2, #PGMOS2_3, #PGMOS2_4, #PGMOS2_5, #PGMOS2_5, #PGMOS2_6, #PGMOS2_7, #PGMOS2_8, #PGMOS2_9, #PGMOS2_10
{
	visibility: hidden;
    position: absolute;
	width: 100%;
	top:0px;
}
#news-container
{
	width: 400px; 
	margin: auto;
	margin-top: 30px;
	border: 1px solid #333333;
}

#news-container ul li div
{
	border: 1px solid #aaaaaa;
	background: #ffffff;
	height:100px;
	padding:5px 5px 5px 5px ;
}
#news-container img
{
	padding-right:5px;
}
/****************************** NUMERI PAGINA EVENTI ****************************************/
  pre {
		display: block;
		padding: 5px;
		border: 1px solid #666;
		background-color: #ECECEC;
	}
#eventi2013	ul
{
    margin: 0px;
    list-style-type: None;
}
#eventi2013 li
{
    display: Inline;
    float: Left;
    font: Normal 10px Verdana;
    width:auto;
    padding: 5px;
	margin: 4px;
    
	border: Solid 1px #000000;
    
}

/****************************** FINE NUMERI PAGINA EVENTI ***********************************/
 ul#menutranslations{
      font: 70%/1.5 Verdena,Tahoma,sans-serif;
      color: #666;
      background: #EAEAEA;
      width: 12em;
      height:26px;
      margin-left:7px;
      margin-top:-17px;
      line-height:26px;
      }
      ul#menutranslations,ul#menutranslations li,ul#menutranslations ul,ul#menutranslations ul li{
      margin:0;
      padding:0;
      list-style-type:none
      }
      ul#menutranslations a{
      display:block;
      padding: 0 15px;
      text-decoration: none;
      color:#666;
      }
      ul#menutranslations li{
      float: left;
      position: relative;
      }
      ul#menutranslations li li{
      float: none;
      line-height: 22px;
      width:12em;
      display:block !important;
      display: inline;
      }
      ul#menutranslations ul{
	position: absolute;
	top: 25px;
	left: -9999px;
	width: 12em;
	background: #fff;
	color: #AEB5AF;
      }
      ul#menutranslations ul{
      padding: 7px 0;
      border: 1px solid #AEB5AF;
      width:12em;
      }
      ul#menutranslations ul,ul#menutranslations li li a{
      background-color: #FFF;
      color: #642eab;
      }
      ul#menutranslations li:hover,ul#menutranslations a:hover{
	background-color: #AEB5AF;
	color: #FFF;
      }
      ul#menutranslations li:hover ul,ul#menutranslations li.sfhover ul{
      left: -1px;z-index: 100;
      } 
.titolo_sito_bianco_medio {
	font-family: 'McLaren', cursive;
	font-size: 20px;
	color: #FFFFFF;
	line-height: 30px
}
/**************** MENU LANGUAGE *****************/
.dropdown dd, .dropdown dt, .dropdown ul,.dropdown1 dd, .dropdown1 dt, .dropdown1 ul { font-family:Arial, Helvetica, Sans-Serif; font-size:0.75em; font-weight:bold; color:#000;margin:0px; padding:0px; -webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-box-shadow: 1 3px 0 #ccc, 0 -1px #fff inset;
	-moz-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
	box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
	z-index:11;}
        .dropdown dd { position:relative; }
        .dropdown a, .dropdown a:visited { color:#816c5b; text-decoration:none; outline:none;}
        .dropdown a:hover { color:#5d4617; background:#d0c9af; }
        .dropdown dt a:hover { color:#5d4617;}
        .dropdown dt a {background:none url(../img/arrowdown.png) no-repeat scroll right center; display:block; padding-right:5px; width:150px;}

        .dropdown1 dt a {background:none no-repeat scroll right center; display:block; padding-right:5px; }
		.dropdown1 dt a:hover {background:#d0c9af no-repeat scroll right center; display:block; padding-right:5px; }
        .dropdown dt a span {cursor:pointer; display:block; padding:5px;}
		.dropdown1 dt a span {cursor:pointer; display:block; padding:5px;}
        .dropdown dd ul { background:#ffffff none repeat scroll 0 0; border:1px solid #d4ca9a; color:#C5C0B0; display:none;
                          left:0px; padding:5px 0px; position:absolute; top:2px; width:auto; min-width:110px; list-style:none;}
		.dropdown1 dd ul { background:#e4dfcb none repeat scroll 0 0; border:1px solid #d4ca9a; color:#C5C0B0; display:none;
                          left:0px; padding:5px 0px; position:absolute; top:2px; width:auto; min-width:110px; list-style:none;}
        .dropdown span.value { display:none;}
        .dropdown dd ul li a { padding:5px; display:block; }
        .dropdown dd ul li a:hover { background-color:#d0c9af;}
		
        
        .dropdown img.flag { border:none; vertical-align:middle; margin-left:10px; }
        .flagvisibility { display:none;}
		
/**************** FINE MENU LANGUAGE ****************/
/**************** MENU MENU *************************/
#drop-menu {
	margin: 0 auto;
	padding: 0;
	width: 150px;
}

/*menu*/

ul#menu {
	width:auto;
list-style:none; /* elimino i punti elenco */
margin:0; padding:0; /* elimino i rientri delle liste */
font:bold 10pt Tahoma;
color: #8E0000;
/*border: 0px solid #222;
	margin:0px 0 0;
	padding: 0;
	list-style: none;
	float:right;
	width: 150px;
	font-size:80%*/
}

ul#menu li {
	margin:0;
	padding:0;
	float:left;
	display: block;
	width: 150px;
	position: relative;
	color: #8E0000;
}

ul#menu li a {
	float: right;
	padding:12px 30px;
	color: #8E0000;
	text-transform: uppercase;
	text-decoration:none;
}

ul#menu li a:hover {
	background: #666;
	color:#fff
}

ul#menu ul {
	margin:2px 0 0;
	padding:0;
	display:inline-block;
	list-style: none;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 38px;
	left: 0;
	z-index:9999;
	background: #EEEEEE;
}

ul#menu li:hover ul {
	opacity: 1;
	visibility: visible;
}

ul#menu ul li {
	float: none;
	display: block;
	border: 0;
}

ul#menu ul a {
	padding:10px;
	width: 130px;
	display: block;
	white-space: nowrap;
	float: none;
	text-transform: none;
}

ul#menu ul a:hover {
	background-color: #0186ba;
	color:#fff
}
/**************** FINE MENU MENU ********************/

/**************** DIV A 3 COLONNE ******************/
.col1 {width:160px;float:left;margin-left:10px;margin-top:10px; border-right-width:1px; border-right-color:#CCCCCC;}
.col2 {
	margin-left:180px;
	padding-top:0px;
	/*width:100%;*/
	background-color:#FFFFFF;
	margin-right:160px;
	margin-top:0px;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	padding-bottom:20px;
	z-index:1;
}
.col2mob {
	margin-left:180px;
	padding-top:0px;
	/*width:100%;*/
	background-color:#FFFFFF;
	margin-right:0px;
	margin-top:0px;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	padding-bottom:20px;
	z-index:1;
}
.col2smart {
	margin-left:180px;
	padding-top:0px;
	width:100%;
	background-color:#FFFFFF;
	margin-right:160px;
	margin-top:0px;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	padding-bottom:20px;
	z-index:1;
}
.col3 {
	width:150px;
	float:right;
	margin-top:10px;
	margin-left: 5px;
}
/************************* FINE DIV A 3 COLONNE ****************************************/
/***************************** cerca nel sito ************************/
#ricerca {
 padding: 0;
 position: relative;
}
#s {
 width: 150px;
 height: 28px;
 line-height: 18px;
 padding: 0 10px;
 background: white;
 border: 0 none;
 -moz-border-radius: 14px;
 -webkit-border-radius: 14px;
 border-radius: 14px;
 -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75) inset;
 -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75) inset;
 box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75) inset;
 font-size: 14px;
}
#sub {
 outline: none;
 cursor: pointer;
 width: 20px;
 height: 20px;
 padding: 0 10px;
 border: 0;
 border-left: 1px solid #faa53a;	
 background: url("../img/lente.png") no-repeat center;
 text-indent: -10957px;
 position: absolute;
 top: 5px;
 right: 5px;
}
/***************************** fine cerca nel sito *******************/
.titolimob {
width: 100%;
background: #efc9c9;
text-align: center;
}
.sottotitolimob {
width: 100%;
background:#FDE9E9;
text-align: center;
}

.titolicatmob {
width: 100%;
background: #38afc0;
text-align: center;
}
/*************************************************** GESTIONE DIV HOMEPAGE *************************************/
#wrapper {
  overflow: hidden;
  width: 80%;
  margin: 0 auto;
}

#height-example,
#width-example { overflow: hidden; }

.example { margin-bottom: 1.5em; }

.example div {
  float: left;
  text-align: center;
  background: #DDD;
  margin: 10px;
  padding: 10px;
}

.rosa {
  text-align: left;
  background: #feefef;
}

#advanced-example div,
#height-example div { width: 25%; }
/* #width-example div { } */

#author {
  overflow: hidden;
  margin-bottom: 1.5em;
}

#author iframe { float: left; }

#author span {
  display: inline-block;
  *display: block;
  zoom: 1;

  margin-top: 5px;
}
#feefef

/* =============================================================================
   Non-Semantic Helper Classes
   ========================================================================== */

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }*/

/* =============================================================================
   Print Styles
   ========================================================================== * /
 
@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s * /
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links * /
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t * /
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
} */

/*************************************************** FINE GESTIONE DIV HOMEPAGE ********************************/
