/* Overlays */
.ui-widget-overlay { background: #666666 url(images/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat; opacity: .50;filter:Alpha(Opacity=50); }
.ui-widget-shadow { margin: -5px 0 0 -5px; padding: 5px; background: #000000 url(images/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x; opacity: .20;filter:Alpha(Opacity=20); -moz-border-radius: 5px; -webkit-border-radius: 5px; }/* Accordion
----------------------------------*/

/* Custom styles */

	/* Buttons under nav menu */

#top-buttons a {
	background:#3e3e3e;
	border-color:#3e3e3e;
	color:#9B9B9B;
}

#top-buttons a:hover {
	color:#B8B8B8;
	border-color:#545454;
}

	/* Header top buttons */

#top .welcome {
	color:#f2f2f2;
}

#top .welcome a.btn {
	background:#262626;
	border-color:#2e2e2e;
	color:#696969;
}

#top .welcome a.btn:hover {
	color:#7a7a7a;
}

#top .welcome span.note a {
	color:#7a7a7a;
}

	/* Footer */

#footer {
	color:#545454;
}

#footer a {
	color:#9B9B9B;
	text-shadow:#000 1px 1px 0;
}

#footer a:hover {
	color:#B8B8B8;
}

	/* General */

body { 
	background:#262626;
}

a {
	text-decoration:none;
}

	/* Page Titles */

.page-title h1 {
	color:#ffc6c6;
}

.page-title span a {
	color:#979797;
}
.page-title span a:hover {
	text-decoration:underline;
	color:#C0C0C0;
}

.page-title span {
	color:#c0c0c0;
}

#page_wrapper #page-header #page-header-wrapper #top a.nome_lista {
	color:#FFF;
	height: 52px;
	/*width: 400px;*/
	line-height: 52px;
	overflow: auto;
	font-size:19px;
}

	/* Header */

#page_wrapper #page-header {
	background:url('images/header-bg.png') repeat-x;
}

	/* States and Images */

.ui-icon { 
	background-image:url(images/icons-red.png);
}

.ui-icon-grey { 
	background-image:url(images/icons-lgray.png);
}

.ui-widget-header .ui-icon {
	background-image: url(images/icons-red.png);
}

.ui-box-header .ui-icon, .ui-state-hover .ui-icon, .ui-portlet-hover .ui-icon {
	background-image: url(images/icons-red.png);
}

.ui-portlet-hover .ui-icon {
	background-image: url(images/icons-red.png);
}

	/* Component containers */

.ui-widget-content {
	border: 1px solid #ddd;
	background: #fff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
	color:#444;
}

.ui-widget-content a {
	color: #444;
}

.ui-widget-header {
	text-transform:uppercase;
	text-shadow:#000 1px 1px 0;
}

.ui-widget-header, #tooltip {
	border:1px solid #333;
	background:#333 url(images/ui-bg_highlight-soft_50_dddddd_1x100.png) 50% 50% repeat-x;
	color:#ffc6c6;
}

.ui-widget-header a {
	color: #444;
}
	
	/* Tooltip */

#tooltip {
	color:#FFF!important;
}

#tooltip div {
	background:#808080;
}

#tooltip h3 {
	color:#fff;
	background:#5f5f5f;
	text-shadow:#000 1px 1px 0;
}

	/* Interaction states */

.ui-state-default, .ui-widget-content .ui-state-default, .pagination a, #dashboard-buttons ul li {
	border:1px solid #9d9d9d;
	background:#f6f6f6 url(images/ui-bg_highlight-soft_100_f6f6f6_1x100.png) 50% 50% repeat-x;
	font-weight:bold;
	color:#851a1a;
	outline:none;
}

#page-wrapper #main-wrapper #main-content .page-title h1 b, .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, #page-wrapper #main-wrapper .title h2, #page-wrapper #main-wrapper .title h3, a {
	color:#851a1a;
	text-decoration:none;outline:none;
}

.ui-sortable-placeholder {
	background:#ffffcc;
}

.ui-box-header, .ui-state-hover, .ui-box-header .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .pagination a:hover, a.btn:hover, button.ui-state-default:hover, #dashboard-buttons ul li:hover {
	border: 1px solid #9d9d9d;
	background:#F6F6F6 url(images/ui-bg_highlight-soft_25_0073ea_1x100.png) 50% 50% repeat-x;
	font-weight:bold;
	color:#333;
	outline:none;
}

.content-box-header {
	border: 1px solid #9d9d9d;
}

.content-box-header .ui-box-header, .content-box-header .other-box {
	border:0;
	border-bottom:#ccc solid 1px;
	margin:0;
}

.ui-state-hover a, .ui-state-hover a:hover {
	color:#222;
	text-decoration:none;
	outline:none;
}

.ui-state-active, .ui-widget-content .ui-state-active {
	border:1px solid #ddd!important;
	background: #fff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
	font-weight:bold;
	color:#333;
	outline:none;
}

.ui-tabs-nav .ui-state-default, .ui-tabs-nav .ui-tabs-selected {
	border:0!important;
}

.ui-tabs-nav .ui-state-default a, .ui-tabs-nav .ui-tabs-selected a, .ui-accordion-header a, #sidebar .box h3, .hastable thead th, #dashboard-buttons ul li a, .ui-button, button.ui-state-default, input.ui-state-default, .hastable thead td, .ui-box-header {
	text-shadow:0 1px 0 #fff;
}

a:hover, .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
	color:#851A1A;
	outline:none;
	text-decoration:none;
}

	/* Header search */

#search-bar {
	position:relative;
}

#search-bar input {
	background:url('images/search_bar.png') no-repeat;
}

	/* SIDEBAR */
	
#page_wrapper #sidebar {
	right:20px;
}

#sidebar-left #page_wrapper #sidebar {
	left:8px;
	right:auto;
}

#sidebar-left #sidebar #open_sidebar {
	left:81px;
}

.closed-sidebar {
	width:0;
	margin-left:-58px;
}

	/* PAGE CONTENT */

#page_wrapper #page-content #page-content-wrapper, #live-search-results, .ui-dialog {
	background:#f2f2f2 url('images/page-container-bg.png') left top repeat-x;
}

#page_wrapper #page-content #page-content-wrapper {
	/*background:#f2f2f2 url('images/sidebar-bg.png') right top repeat-y;*/
}

#sidebar-left #page_wrapper #page-content #page-content-wrapper {
	background:#f2f2f2 url('images/sidebar-bg-left.png') left top repeat-y;
}

	/* Dashboard Buttons */

#dashboard-buttons ul li {
	border-color:#DCDFE3 #D0D4D8 #D0D4D8 #DCDFE3;
	border-style:solid;
	border-width:1px;
}

#dashboard-buttons ul li a {
	color:#666;
}

#dashboard-buttons ul li a:hover {
	border-color:#C3C9CE;
	color:#333;
}

#dashboard-buttons ul li a:active {
	border-color:#9D9D9D;
}

#loadpage {
	background:url(../images/bg_over.png);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-width: 0;
	margin: 0;
	padding: 0;
	padding-top:100px;
	text-align:center;
	font-family:georgia;
	color:#ffffff;
	font-size:11px;
	z-index:100000000000000000000000000000000000000000;
}

.visu_blocco {
	display:block;
	height: 15px;
}
.dragHandle {
cursor:move;
}

/*CSS PERSONALIZZATO*/
.block
{
	display: block;
}
.nascosto {
	display:none;
}
.rowFormat .dra {
	display:none;
}
#cont_logo_lingue {
	width:100%; 
	overflow:auto;
}

#cont_logo_lingue #cont_logo {
	width:40%;
	float:right;
	margin-left:10px;
}

#cont_logo_lingue #cont_lingue {
	width:58%; 
	float:left;
}
.rowFormat li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dddddd;	
	padding-top: 5px;
	padding-bottom: 5px;
	display:block;
	overflow: hidden;
}
li.borderNone {
	border: none;
}

.rowFormat li h2 {
	padding-left: 17px;
	font-family: "Arial";
	font-size: 18px;
	font-weight: normal;
	border: 1px solid #cccccc;
	background:url(images/bg_h2_room_edit_preno.jpg) 0px top;
	background-color: #ededed;
	background-repeat: repeat-x;
	position: relative;
	height: 30px;
	line-height: 40px;
	margin-bottom: 10px;
}
.rowFormat li h2 div.contDeleteCameraEditPreno {
	background:url(images/elimina_camera.jpg) 15px 8px;
	background-repeat: no-repeat;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	float: right;
	width: 150px;
	text-align: center;
	position: absolute;
	line-height: 27px;
	right: 215px;
	bottom: -1px;
}
.rowFormat li h2 div.contAddServEditPreno {
	border-left-color: #b9b9b9;
	border-bottom-color: white;
	border-right-color: #b9b9b9;
	border-top-color: #b6b6b6;
	border-left-style: solid;
	border-bottom-style: solid;
	border-right-style: solid;
	border-top-style: solid;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	background:url(images/aggiungi_serv_extra.jpg) 15px 8px;
	background-repeat: no-repeat;
	background-color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	width: 200px;
	height: 27px;
	text-align: center;
	line-height: 27px;
	position: absolute;
	right: 15px;
	bottom: -1px;
}
.rowFormat li h2 div.contDeleteCameraEditPreno a
{
	color: #e50601;
}
.rowFormat li h2 div.contAddServEditPreno a
{
	color: #3c719d;
}
.rowFormat li div.contAddRoomEditPreno {
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 10px;
	padding-bottom: 8px;
	padding-right: 0;
	padding-top: 8px;
	text-transform: uppercase;
	border: 1px solid #cccccc;
	background:url(images/bg_h2_room_edit_preno.jpg) 0px top;
	background-color: #ededed;
	background-repeat: repeat-x;
}
.rowFormat li div.contAddRoomEditPreno label {
	font-family: "Arial";
	font-size: 11px;
	font-weight: bold;
	text-indent: 15px;
	background:url(images/addNewRoom.jpg) 0px 4px;
	background-repeat: no-repeat;
}
.rowFormat li div.contAddRoomEditPreno a {
	color: #02892a;
}
div.div40
{
	width: 30%;
	float: left;
	overflow: hidden;
}
.nomeCamera
{
  color:#FFFFFF;
  font-family:arial;
  font-size:11px;
  text-align:left;
  background:#2b4a9f;
  padding-left:10px;
  height:16px;
}
.nomeCameraNoB
{
  font-family:arial;
  font-size:11px;
  text-align:left;
  padding-left:18px;
  height:16px;
}
		
.alleft {
	display: inline-block;
}

#contenitore_stagioni {
	width:96%;
	margin:0 auto;
	padding:10px;
	height:auto;
	overflow:hidden;
}

#contenitore_stagioni #contenitore_stag
{
  width:21%;
  padding:10px;
  margin:0 auto;
  float:left;
  margin-top:20px;
  border:solid 1px #cccccc;
  height:auto;
  overflow:hidden;
  margin-left: 1%;
}

#loadpage{background:url(images/bg_over.png); position: fixed; top: 0; left: 0; width: 100%; height: 100%; border-width: 0; margin: 0; padding: 0; z-index:65553;}
#contenuto_modale{font-size:12px;position:absolute; width:230px; height:80px; left:50%; top:50%; margin-left:-115px;  margin-top:-40px;  background:#FFF; color:#000; z-index:65554; border:1px solid #999}
#box_modale{padding:0px; width:220px; margin-top:10px; margin-right:auto; margin-bottom:0px; margin-left:auto; text-align:center}
#box_modale a{color:#900; text-decoration:none}
#box_modale a:hover{text-decoration:underline}

.planning_timeline {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	height: 420px;
	border: 1px solid #aaa;
	z-index:0;
	margin:0 0 5px 0;
}

#contenitore_policy, #contenitore_ta {
	width:90%;
	margin:0 auto;
	padding:10px;
	height:auto;
	overflow:hidden;
}

#contenitore_policy #contenitore_pol, #contenitore_ta #cont_ta
{
  width:45%;
  padding:10px;
  margin:0 auto;
  float:left;
  margin-top:20px;
  border:solid 1px #cccccc;
  height:auto;
  overflow:hidden;
  margin-left: 1%;
}
.generalTable
{
	border-collapse:separate;
	border-spacing:6px 2px;
}
.generalTable th
{
	background-color: #f2f2f2;
	margin: 0px;
	padding: 0px;
	height: 27px;
	line-height: 27px;
	text-transform: uppercase;
	text-align:center;
	font-size: 9px;
	font-family: "Arial";
}
.generalTable td
{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dcdcdc;
	line-height: 34px;
	height: 34px;
	text-align:center;
}
html>body .generalTable td { /*solo ie7*/
	*vertical-align:top;
}

.generalTable td select,input
{
	border: 1px solid #cccccc;	
}
.generalTable td.noborder
{
	border:none;
}
span.guida
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	float:right;
	font-style: normal;
	height:12px;
}
span.guida a
{
	color: #018A29;
	text-decoration: none;
}
span.guida img
{
	vertical-align: middle;
	margin-right: 5px;
	margin-left: 5px;
}
.guidaDiv
{
	font-size: 12px;
	display:none;
	margin-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px dotted #999999;
	background-color:#E4E9CE;
	overflow:auto;
	line-height:16px;
}
.guidaDiv .iconaHelp
{
	float:left;
	padding-right:10px;
	display:block;
}
.timeline-event-bubble-time
{
	display:none;
}
#noprenpresenti
{
	font-size:14px;
	margin:30px;
}
#sslogo
{
	margin-top:40px;
	padding: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align:center;
}

/*AUTOSUGGEST*/

/*  Styling for Suggestion Box Container  */
.suggestionsBox {
	position: absolute;
	width: 240px;
	background-color: #212427;
	border: 2px solid #000;
	color: #fff;
	padding: 5px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	z-index:999;
}

.suggestionList {
	margin: 0px;
	padding: 0px;
}


/*  Individual Search Results  */
.suggestionList li {
	margin: 0px 0px 3px 0px;
	padding: 7px;
	cursor: pointer;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	list-style-type: none;
}

/*  Hover effect  */
.suggestionList li:hover {
background-color: #009900;
font-weight: bold;
}

/*INIZIO CALENDARIETTI PAGINA TARIFFE*/
.cont_small_cal
{
	width: 100%;
	overflow:auto;
	display:block;
}
/*.cont_small_cal h1
{
	font-size:14px;
	color:#000;
	font-weight:bold;
	display:block;
	margin-bottom:20px;
}
*/
.cont_small_cal #cont_small_cal_tbl
{
	width: 100%;
	border: none;
}
.cont_small_cal table
{
	width:90%;
	font-size:11px;
	border:solid 1px #000000;
	margin-bottom:10px;
}
.cont_small_cal .single_small_cal th
{
	background-color:#F2F2F2;
	font-size:13px;
	text-align:center;
	font-weight:bold;
	height:20px;
	line-height:20px;
}
.cont_small_cal .single_small_cal td
{
	text-align: center;
	height: 19px;
	line-height: 19px;
	width: 16px;
}
.cont_small_cal .single_small_cal td.cell_small_cal
{
	border: 1px solid #FFF;
}
.single_small_cal .small_cal_head_green
{
	background-color:#6fe26d;
	color: #000;
}
.single_small_cal .small_cal_head_red
{
	background-color:#ff6666;
	color: #000;
}
.single_small_cal .small_cal_head_off
{
	background-color:#72c6dc;
	color: #000;
}
.contLegenda .bold
{
	font-weight:bold;
}
.contLegenda
{
	font-size:14px;
	text-transform:uppercase;
	height:19px;
	line-height:19px;
	display:block;
	margin-bottom:20px;
}
.legenda
{
	height: 16px;
	width: 16px;
	display: inline-block;
	border:1px solid #999;
	margin-left:20px;
	margin-right:5px;
}
/*FINE CALENDARIETTI PAGINA TARIFFE*/
.cont_tst_left
{
	float:left;
	width:73%;
}
.cont_tst_right
{
	float:right;
	width:26%
}
.btn_translate
{
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 9px;
	font-weight: normal;
	background-color: #555555;
	line-height: 25px;
	color: #FFF;
	background-image: url(images/ico-google.jpg);
	height: 25px;
	padding-right: 11px;
	padding-left: 30px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-repeat: no-repeat;
	background-position: 6px 4px;
	text-transform: uppercase;
	cursor: pointer;
}
img.absmiddle {
vertical-align: middle;
margin-bottom: .25em;
}
#tipo_suppl{
border: none;
}
.disinput{
background-color: #f0f0f0;
color: #8a8a8a;
}
.eninput{
background-color: white;
color: black;
}

.contEditPreno li
{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dddddd;	
	padding-top: 5px;
	padding-bottom: 5px;
	display:block;
	height: 20px;
}
.contEditPreno li div.div50
{
	width: 50%;
	float: left;
}
*:first-child+html .contEditPreno li div.div50
{
	width: 40%;
	float: left;
}

.contEditPreno li div.div40
{
	width: 40%;
	float: left;
}
.contEditPreno li div.div33
{
	width: 33%;
	float: left;
}
.contEditPreno li div.div30
{
	width: 30%;
	float: left;
}
.contEditPreno li div.div18
{
	width: 18%;
	float: left;
}
.contEditPreno li div.div10
{
	width: 10%;
	float: left;
}
.contEditPreno li label
{
	font-weight: bold;
	float: left;
	margin-right: 6px;
	font-size: 100%;
	font-family: inherit;
	font-style: inherit;
	color: black;
}
.contEditPreno li input
{
	padding-top: 5px;
	border: none;
	width: 60%;
}
*:first-child+html .contEditPreno li input
{
	padding-top: 2px;
}
.superContEditPreno select
{
	
	border-color: #cccccc;
	
	border-width: 1px;
	
	border-style: solid;
	
}
.centra
{
	margin: 0;
	padding: 0;
	text-align: center;
	
}
.hideTempDiv
{
	display: none;
}
.cScontaTratt
{
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 12px;
	margin-bottom: 0px;
}
.soloValoreOff
{
	text-transform: uppercase;
}
.coloraBordoBottom
{

	border-bottom-color: #262626;

	border-bottom-width: 1px;

	border-bottom-style: solid;

}
.w_15
{
	width: 10%;
}
.w_20
{
	width: 18%;
}
.w_100
{
	width: 98%;
}
.position_rel
{
	position: relative;
}
.contSearchPlanning
{
	background-color: #FFF;
	width: 308px;
	height: 33px;
	position: absolute;
	right: 10px;
	top: 5px;

	border: 1px solid #000;
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	border-radius: 11px;
	-webkit-box-shadow: #666 0px 2px 3px;
	-moz-box-shadow: #666 0px 2px 3px;
	box-shadow: #666 0px 2px 3px;

	/*behavior: url(css/themes/black_rose/border-radius.htc);*/
	behavior: url(/PIE.htc);
}
.wrapperPlanning
{
	padding-top: 8px;
	display: block;
}
.contSearchPlanning label
{
	text-transform: uppercase;
	font-weight: bold;
	margin-left: 14px;
}
.cont_info_gg_week
{
	font-size: 9px;
	text-transform: none;
	background-color: #FFF;
	width: 99%;
	height: 14px;
	line-height: 14px;
	position: absolute;
	top: -22px;

	border: 2px solid #9d9d9d;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
.ico_new_reserve
{
	margin-left: 38px;
}
/*FINE CSS PERSONALIZZATO*/