/* CSS Document */
html, body {
	width: 100%;
	height: 100%;
	min-height: 100%;
	padding: 0; margin: 0;
	}

body {
	font-family: "Lucida Sans Unicode", Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 62.5%; 
	background: #EAE7D2 url(../ima/bg-global.gif) repeat-x bottom fixed;
	}

html, table, select, input, textarea { font-size: 100%; /* IE hack */ }
img, form, p, select, input, textarea, hr { padding: 0; margin: 0; border: 0; }
/*div { overflow: hidden; }*/

p { margin-bottom: 1em; }

hr {
	clear: both;
	height: 1px;
	width: 100%;
	color: #E9C082;
	margin: 1em 0;
	}

a { 		color: #333333; }
a:hover { 	color: #DCA85C; }

h1, h2, h3, h4, h5, h6 { font-size: 100%; margin: 0 0 .5em 0; }
h1 {
	/*color: #5A7783;*/
	color: #FF6600;
	font-size: 155%;
	clear: both;
	margin: 10px;
	/*font-variant: small-caps;*/
	}

/* Login */
#login {
	display: none;
	visibility: hidden;
	position: absolute;
	right: 5px;
	padding: 5px;
	background: transparent url(../ima/login-bg.gif) bottom left no-repeat;
	width: 340px;
	height: 28px;
	font-size: 110%;
	z-index: 1000;
	}
	
#login .input {
	background: #ffffff;
	border: 3px double #FFFFFF;
	width: 65px;
	height: 12px;
	padding: 2px;
	float:left;
	font-size: 11px;
	}

#login label {
	display: block;
	height: 12px;
	margin: 0 5px;
	font-weight: bold;
	color: #FFFFFF;
	float:left;
	line-height: 24px;
	}
	
div#loginHome {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 486px;
	height: 284px;
	margin-left: -243px;
	margin-top: -142px;
	background: transparent url(../ima/login/login-bg.png) no-repeat;
	}

div#loginHome div {
	position: relative;
	left: 55px;
	top: 130px;
	}

/* //// Calendario ///////////// */
div.calendar {
	width: 175px;
	position: relative;
	}

input.calendario {
	background: url(../ima/icone/icona-calendario.gif) no-repeat right center;
	border: 3px double #E9C082;
	padding: 2px;
	}
	
div.calendarHolder {
	font-family: Arial, Helvetica, sans-serif;
	}
	
table.datePicker {
	border-collapse: separate;
	}

table.datePicker td {
	margin:0; padding: 0;
	}
	
/* Input & forms */
.input {
	background: #ffffff;
	border: 3px double #E9C082;
	padding: 4px;
	}
input.input { font-size: 125%; }
textarea.input { font-size: 135%; }
	
label {
	font-weight: bold;
	}

select {
	font-family: "Lucida Sans Unicode", Geneva, Arial, Helvetica, sans-serif;
	border: 3px double #E9C082;
	}
	
div.scroll {
	display: block;
	border: 3px double #E9C082;
	background: #FFFFFF;
	padding: 5px;
	/*
	width: 340px;
	*/
	height: 160px;
	overflow: auto;
	clear: both;
	}

#AgenzieCb input {
	float: left;
	margin-right: 3px;
	}
	
div.scroll ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 320px;
	}

div.scroll ul li {
	list-style: none;
	height: 20px;
	clear: both;
	}

div.scroll ul li a {
	display: block;
	height: 20px;
	line-height: 20px;
	padding: 5px;
	text-decoration: none;
	}

div.scroll ul li a.sel {
	font-weight: bold;
	text-decoration: none;
	background: url(../ima/bg-freccia-dx.gif) right center no-repeat;
	margin-left: .5em;
	}

div.scroll ul li a:hover {
	background: #F6E6CD;
	background: url(../ima/bg-freccia-dx.gif) right center no-repeat;
	}
	
/* UL Globale */
ul.ulGlobal {
	margin: 0 0 1em 15px;
	padding: 0;
	}

ul.ulGlobal li {
	list-style: none;
	background-image: url(../ima/bullet-li.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-left: 15px;
	margin-bottom: .5em;
	}

/* Strutture */
/*
table.strutture td div {
	display: block;	
	padding: 1em;
	background: #FFFFFF;
	border: solid 1px #E9C082;
	}
	*/
	
table.strutture td {
/*	border: 1px solid  #E9C082;*/
	padding-bottom: 2em;
	}

table.strutture td a {
	text-decoration: underline;
	font-weight: bold;
	color: #F60;
	}
	
table.strutture a:hover {
	color: #000000;
	}

table.strutture td img {
	border: solid 4px #E9C082 !important;
/*	float: right;*/
	}
	
/* //////////// menu principale sopra /////////// */
#menuPrinc {
	width: 100%;
	font-size: 100%;
	height: 80px;
	top: 0; left: 0;
	background: #EED290 url(../ima/menu-principale/bg.png) repeat-x bottom left;
	border-bottom: 1px solid #EB7E01;
	}

#menuPrinc ul {
	padding: 0; margin: 0 0 0 10px;
	height: 80px;
	list-style: none;
	clear: both;
	overflow: hidden;	
	}
	
#menuPrinc ul li {
	list-style: none;
	display: block;
	float: left;
	height: 28px;	
	margin-right: 3px;
	}

#menuPrinc ul li.bounce {
	margin-top: 52px;
	}

#menuPrinc ul li.nobounce {
	margin-top: 32px;
	}

/* fix firefox 
#menuPrinc ul > li { width: auto; }
*/
#menuPrinc ul li a {
	display: block;
	}

/*
#menuPrinc ul li a {
	display: block;
	height: 45px;
	text-decoration: none;
	padding: 0 10px;
	line-height: 25px;
	background: url(../ima/menu-principale/bg-tabs-dx.png) right top no-repeat;
	}

#menuPrinc ul li a:hover {
	color: #FFFFFF;
	}
*/

/* Div contenuti Principale */
div#contenutiPrinc {
	clear: both;
	width: 100%;
	font-size: 115%;
	/*overflow: hidden;*/
	}

/* menu principale basso */
div.rigaPrinc {
	clear: both;
	margin: 10px 0;
	padding: 10px;
	border: 0px solid #E9C082;
	/*
	background: #F6E6CD;
	border: 1px solid #E9C082;
	*/
	}	

ul.menuPrincLocale {
	margin: 0;
	padding: 0;
	list-style: none;
	clear: both;
	}

ul.menuPrincLocale li {
	list-style: none;
	padding: 5px 25px 0px 0px;
	display: inline;
	line-height: 100%;
	}
	
/* FIELDSET */
fieldset.simple, fieldset.nobg {
	clear: both;
	margin: 10px;
	padding: 10px;
	border: 1px solid #E9C082;
	background-color: #FFFFFF;
	overflow: hidden;
	}

fieldset.meta {
	float: left;
	width: 44%;
	margin: 10px;
	padding: 10px;
	border: 1px solid #E9C082;
	background-color: #FFFFFF;
	}

fieldset legend {
	font-weight: bold;
	color: #FF6600;
	font-size: 115%;
	padding: 0 .5em;
	}

fieldset legend a {
	color: #FF6600;
	}

/* FIELDSET Background IE hack 
* html fieldset.simple {
	background: #ffffff url(../ima/bg-fieldset.gif) repeat-x;
	}*/
	
/* //////////// Formattazione tabelle /////////// */
table {
	width: 100%;
	border-collapse: collapse;
	}

.tab_generale {	
	border: 1px solid #E9C082;
	}
	
.tab_generale td {
	background: url(../ima/tabelle/bg-riga.gif) left bottom repeat-x;
	border-left: 1px solid #E9C082;
	border-right: 1px solid #E9C082;
	}
	
.tab_generale td a {
	display: block;
	width: auto; height: 100%;
	padding: 0 4px;
	}
	
.tab_generale td a:hover {
	background-color: #EAE7D2;
	}
	
table#StanzeGv td a {
	width: 30%; display: block; float: left;
	}

table#DistLocalitaGv, table#DistServiziGv {
	width: 94%;
	}
	
table th {
	text-align: left;
	color: #5A7783;
	padding: 6px 4px;
	background-color: #E9C082;
	}

table td {	
	padding: 4px;
	margin: 0;
	}

table td.selected {	
	background-color: #ECCA97;
	font-weight: bold;
	}
	
table.bordo {
	border: 1px solid #E9C082;
	}
	
caption {
	font-weight: bold;
	text-align: left;
	}

/* ////////  ////////// */
#QuadroCal_Etichetta1Lbl, #QuadroCal_Etichetta2Lbl, #QuadroCal_Etichetta3Lbl {
	display: block;
	float:left;
	width: 100px;
	height: 25px;
	margin-bottom: 1em;
	margin-right: 1em;
	text-align: center;
	line-height: 25px;
	font-size: 110%;
	font-weight: bold;
	color: #fff;
	}

#QuadroCal_Etichetta1Lbl {
	background-color: ;
	}

#QuadroCal_Etichetta2Lbl {
	background-color: ;
	}
	
#QuadroCal_Etichetta3Lbl {
	background-color: ;
	}

#QuadroCal_OutputLbl,#QuadroCal_OutputLbl table {
	clear: both;
	}

/* FOOTER */	
div#footer {
	width: 100%;
	height: 29px;	
	overflow: hidden;
	background: url(../ima/bg-footer.gif) center bottom no-repeat;
	clear: both;
	}

div#footer #menuFooter {
	height: 29px;
	line-height: 29px;
	}

div#footer #menuFooter a:hover {
	color: #000000;
	}

#menuFooter ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#menuFooter ul li {
	position: relative;
	float: left;
	padding: 0 15px 0 0;
	}

#menuFooter ul li a {
	display: block;
	text-decoration: none;
	float: left;
	}

#menuFooter ul li a:hover {
	text-decoration: underline;
	}

div#footer #menuFooter {
	clear: both;	
	}

/* FORM contatti */
form label {
	display: block;
	/*width: 115px;*/
	/*float: left;*/
	font-weight: bold;
	font-size: 115%;
/*	color: #DFB06B;*/
	color: #333333;
	}

.formContattiBg {
	border: 1px solid #DCA85C;
	background: #F7F7F7 right center no-repeat;
	padding: 2px;
	}

#formcontatti, #formpreventivi {
	padding: 10px;
	}

.bottoni {
	border: 3px double #DFB06B;
	background-color: #F7F7F7;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #333333;
	font-size: 0.9em;
	}

/* // Navigazione principale /////////// */
#header .navigation{
	margin: 0 0 -50px 0;
	padding-top:71px!important;
	padding-top:71px;
	list-style: none;
	display:block;
	text-align: center;
	float: right;
	height:50px;
	padding-bottom:10px;
}

#header .navigation li {
	margin: 0 0 0 5px;
	width: 80px;
	height: 40px;
	background: #352F1F;
	float: left;
	text-transform: uppercase;
	font-weight: bold;
}
#header .navigation li a {
	width: 80px;
	line-height: 40px;
	display: block;
	color: #a2a484;
	background: url('../images/nav-tabs.jpg') no-repeat 0 -80px;
	text-shadow: #222 0 1px 1px;
	border: none;
}
#header .navigation li a:hover {
	color: #fff;
	background-position: 0 -40px;
}

/* ///// Calendario grande (a15-preventivi-prenotazioni-nuovo.aspx) //////////// */
table#DisponibilitaCld {
	background-color: #FFFFFF;
	width: 100%;
	border-top: 1px solid #E9C082;
	border-bottom: 1px solid #E9C082;
	}

table#DisponibilitaCld table td {
	border-width: 0;
	background: none;
	font-weight: bold;
	font-size: 125%;
	}

table#DisponibilitaCld th {
	border-left: 1px solid #E9C082;
	border-right: 1px solid #E9C082;
	text-align: center;
	font-size: 110%;
	}
	
table#DisponibilitaCld td {
	background: url(../ima/tabelle/bg-riga.gif) left bottom repeat-x;
	border-left: 1px solid #E9C082;
	border-right: 1px solid #E9C082;
	padding: 0; margin: 0;
	}
	
table#DisponibilitaCld td a {
	display: block;
	width: auto; height: 100%;
	padding: 3px;
	text-decoration: none;
	}
	
table#DisponibilitaCld td a:hover {
	font-weight: bold;
	background: #EAE7D2 url(../ima/tabelle/bg-riga.gif) left bottom repeat-x;
	}

table#DisponibilitaCld td.disponibilita { 	background-color: #8DB805; }
table#DisponibilitaCld td.cocoon {			background-color: #B60606; }
table#DisponibilitaCld td.struttura {		background-color: #445353; }
table#DisponibilitaCld td.agenzia {			background-color: #0F5474; }
	
/**/
.tool-tip {
	color: #fff;
	width: auto;
	z-index: 13000;
	background: url(../ima/tips/bubble.png) top left;
	}
 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
	background: url(../ima/tips/bubble.png) top left;
	}
 
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(../ima/tips/bubble.png) bottom right;
	}