/* everything */
body {
	background-color:#e0e0e0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	margin:0 auto;
	padding:0;
}
* {
	margin:0;
	padding:0;
}
*:focus {
	outline:none; /* removes ugly dotted border */
}

/* default element styles */
ul, ol {
	margin:10px 0 10px 30px;
}
p, ul, ol, blockquote {
	font-size:0.85em;
	line-height:1.9em;
	text-align:justify;
	margin-bottom:10px;
}
.center{
	text-align:center;
}
.red{
	color: #f00;
}
#firefox{
	font-size: 12px;
	padding: 2px;
	border:1px dotted #5F99FF;
	color: #233E5F;
	text-align: center;
	background-color: #D1E2EF;
}
#firefox a{
	border: 0;
}
#firefox img{
	vertical-align: middle;
}

a.dp-choose-date {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 5px 20px 0 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(images/calendar.png) no-repeat; 
	border: 0;
}
#tools{
	margin-left:-25px;
	position: fixed;
	top: 149px;
	width:21px;
	height:46px;
	z-index:50;
	background: #fff url(images/back_back.jpg) no-repeat;
	padding: 5px 2px;
}
#tools a{
	float: left;
	border: 0px;
	width: 20px;
	height: 20px;
	text-indent: 9000px;
	margin-bottom: 4px;
}
#tools a.back{
	background: url(images/back.png) no-repeat; 
}
#tools a.pref{
	background: url(images/check.png) no-repeat; 
}
#page ul.pointed{
	margin-left:180px;
	line-height:1.3em;
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
}
#page ul.pointed li.servizio_attivo{
	color:green;
}
#page ul.pointed li.servizio_disattivo{
	color:red;
}
#page ul.pointed li.servizio_disattivo span, #page ul.pointed li.servizio_attivo span{
	color: #555555;
}
#page ul.pointed li.servizio_disattivo span{
	text-decoration: line-through;
}
#page img.thumb{
	float:right;
	margin: 5px 0 5px 5px;
}
#page p.margin{
	margin-left: 180px;
	clear: left;
}
#page p.under{
	margin-bottom: 0;
}
#page div.popup + p.submit{
	margin: 0 0 30px 0;
}
#page p.submit{
	margin: 30px 0;
	text-align: center;
}

#page p.submit input{
	width: 250px;
	font-size: 1.6em;
	border: 1px solid #ff6600;
	background: #DFDBC3;
}
#page p span.label{
	float:left;
	width:160px;
}
#page input.short{
	width: 50px;
}
#page input.price{
	width: 50px;
	text-align: right;
}
#page input.date{
	width: 80px;
	float:left;
}
#advise{
	font-size:13px;
	color: #ff8800;
	font-weight: bold;
}
input.nospam{
	width: 15px;
	height: 15px;
	background: #b00;
	border: 1px solid #666;
	text-indent:9000px;
}
input.nospam.on{
	background: #0e0;
}
ul.data{
	list-style:none;
}
ul.data li{
	line-height:1.2em;
	clear: left;
	margin-left: 190px;
}
ul.data li.spaced{
	margin-top: 7px;
	border-top: 1px dotted #ddd;
	padding-top: 7px;
}
ul.data li span:first-child{
	display: block;
	width: 180px;
	margin-left: -190px;
	padding-right: 10px;
	float: left;
	overflow: hidden;
	font-weight: bold;
	font-size: 1em;
	text-align: right;
}
ul.data li span.desc{
	display: inline;
	float: none;
	margin-left: 5px;
	font-weight: normal;
	font-size: 0.9em;
}
div.immagini{
	width: auto;
	margin: 0 auto;
	text-align: center;
}
div.immagini a{
	border: 0px;
}
div.immagini span.removeImg{
	position: absolute;
	float:left;
	width: 20px;
	height: 17px;
	background: #d00;
	color: #fff;
	font-size:13px;
	font-weight: bold;
	margin-top: 5px;
	margin-left: 5px;
	cursor: pointer;
}
div.immagini img{
	margin: 5px;
	
}
div.scroldiv{
	height: 80px;
	overflow: auto;
}
a {
	color:#ff6600;
	text-decoration:none;
	border-bottom:1px dotted #ff6600;
}
a:hover {
	color:#E25C03;
}

div.popup{
	margin: 0 5px 0 0;
	padding: 0;
	text-align: right;
}
div.popup a{
	font-size: 10px;
	border: 0;
}
div.popup a:hover{
	color: #f00;
}
div.popup a img{
	border: 0;
	vertical-align: middle;
}

table {
	width:100%;
	font-size: 0.8em;
}
table tr th {
	background:#ff6600 url('images/nav-bg.png') repeat-x scroll 0 50%;
	padding:2px 10px;
	color:#ffffff;
	font-weight:bold;
	border:1px solid #D65600;
}
table tr.over td, table tr.over.alt td {
	background-color:#E9E9E9;
}
table tr td {
	padding:5px 10px;
	color:#333333;
	border-bottom:1px solid #dddddd;
}
table tr.alt td {
	background-color:#EFEFEF;
}
table.list a{
	text-transform: none;
	color: inherit;
	border: 0;
}
table.list td{
	cursor: pointer;
}
table.list td.nolink{
	cursor: auto;
}
table.list td.icons{
	padding:2px;
}
table.list td.icons img{
	margin: 1px;
	border: 0;
	width: 16px;
	height: 16px;
	vertical-align: middle;
}
table.cal{
	width: 400px;
	margin-left: 180px;
	margin-top: 5px;
}
table.cal tr.days th{
	background: #FFF3AF;
	color: #ff6600;
}
table.cal th a{
	color: #fff;
}
table.cal th a:hover{
	color: #fff;
	text-decoration: underline;
}
table.cal td{
	text-align: center;
}
table.cal td.occupato{
	background-image: url('images/bar_back.png');
	color: #666;
	text-decoration: line-through;
}
table.prezzi{
	width: 500px;
	margin-left: 180px;
	margin-top: 15px;
}
div.pagination{
	font-size: 11px;
	padding: 15px 0;
}
div.pagination span{
	float: right;
}
div.pagination span a,div.pagination span span{
	color: #777;
	text-align: center;
	float: left;
	display: block;
	height: 15px;
	width: 16px;
	border: 1px solid #aaa;
	margin: 0 2px;
	text-decoration: none;
}
div.pagination span a:hover{
	border: 1px solid #666;
	color: #333;
	background-color: #ccc;
}
div.pagination span span{
	border: 0;
	width: auto;
}
div.pagination span span.current{
	border: 1px solid #666;
	color: #333;
	width: 16px;
}
#feedback_vote img{
	cursor: pointer;
}
#feedback_vote_send a, #comments_vote_send a{
	border: 1px solid #ff6600;
	background-color: #bbb;
	color: #333;
}
#feedback_vote_send a.disabled, #comments_vote_send a.disabled{
	color: #999;
	border: 1px solid #aaa;
	background-color: #eee;
	cursor: default;
}

blockquote {
	font-style:italic;
	letter-spacing:1px;
	margin:15px 0 15px 30px;
	background:#ffffff url('images/quote.png') no-repeat scroll top left;
	padding:10px 0 10px 55px;
}
code {
	font-family:"Courier New", Courier, monospace;
	letter-spacing:1px;
	margin:15px 0 15px 30px;
	display:block;
	border:1px solid #dddddd;
	padding:15px 10px;
}
textarea{
	width: 350px;
	font-size: 11px;
}
/* page wrapper */
div#wrap {
	width:90%;
	background:#ffffff url('images/header-bg.png') no-repeat scroll top left;
	margin:0 auto;
	padding:0;
}
img#logo{
	float: left;
	margin: 5px 10px;
}
div#header {
	padding:30px 20px;
}
div#header div#header-text {}
div#header div#header-text h1, div#header div#header-text h2 {
	padding:0;
	margin:0;
}
div#header div#header-text h1, div#header div#header-text h1 a {
	color:#ff6600;
	border-bottom:none;
	font-size:1.8em;
	letter-spacing:-5px;
	line-height:1.0em;
}
div#header div#header-text h1 a span {
	color:#333333;
}
div#header div#header-text h2 {
	color:#cccccc;
	letter-spacing:0.58em;
	margin-top:-5px;
}
div#header div#header-text h3 {
	color:#cccccc;
	font-size:0.9em;
	margin-top:-5px;
}
div.credit{
	float: right;
}
div.credit img{
	margin: 10px;
}
div.credit a{
	border: 0px;
}

/* navigation menu */
div#navigation {
	height:55px;
	background:#FF9900 url('images/nav-bg.png') repeat-x scroll bottom left;
	border-top:1px solid #D65600;
	clear: both;
}
div#navigation ul {
	list-style:none;
	margin:0 10px; 
	padding:0;
	position:relative;
	top:0;
}
div#navigation ul li {
	display:block;
	float:left;
}
div#navigation ul li:hover {
	background:#ffffff url('images/item-right-over.png') no-repeat scroll bottom right;
	position:relative;
	top:-1px;
}
div#navigation ul li.selected {
	background:#ffffff url('images/item-right.png') no-repeat scroll bottom right;
	position:relative;
	top:-1px;
}
div#navigation ul li a {
	display:block;
	float:left;
	color:#ffffff;
	border-bottom:none;
	height:25px;
	font-weight:bold;
	font-size:1.05em;
	padding:15px 20px 9px;
}
div#navigation ul li:hover a {
	background:transparent url('images/item-left-over.png') no-repeat scroll bottom left;
	color:#333;
	padding:16px 20px 9px;
}
div#navigation ul li.selected a {
	background:transparent url('images/item-left.png') no-repeat scroll bottom left;
	color:#ff6600;
	padding:16px 20px 9px;
}

/* page content area */
div#content {
	background:#ffffff url('images/body-bg.png') repeat-x scroll top left;
	border-top:1px solid #D65600;
}

/* main content area + page styles */
div#page {
	float:left;
	padding:20px 10px 10px 10px;
	width:66%;
	color:#555555;
}
div#page h2 {
	color:#444444;
	letter-spacing:-1px;
}
div#page h3 {
	color:#FF6600;
	margin-top: 30px;
	padding-left: 30px;
}
#page div.popup  + h3 {
	margin-top: 0;
}
div#page h5 {
	font-size:0.9em;
	font-style:italic;
	font-weight:normal;
	color:#333333;
}


/* sidebar + sidebar styles */
div#sidebar {
	float:right;
	width:28%;
	padding:10px;
	line-height: 1.1em;
}
div#sidebar p{
	text-align: left;
}
div#sidebar h3 {
	background:transparent url('images/h3-bg.png') no-repeat scroll bottom left;
	color:#ff6600;
	letter-spacing:0;
	font-size:1.4em;
	margin-bottom:5px;
	padding:10px 0;
	font-weight:normal;
}
div#sidebar h3 strong {
	color:#333333;
}
div#sidebar ul {
	list-style:none;
	margin-left:0;
}
div#sidebar form#login{
	margin-bottom:35px;
}
div#sidebar form#login p{
	margin: 10px 0;
	line-height:1.1em;
}
p.error{
	color: red;
	font-weight: bold;
	line-height:1.1em;
}
div#sidebar form#login span{
	font-weight: bold;
	display: block;
	float: left;
	width: 100px;
	font-size:0.9em;
	line-height:1.1em;
}
div#sidebar form#login input{
	border: 1px solid #ff6600;
	background: #DFDBC3;
}
div#sidebar form#login input[type=submit]{
	border: 1px solid #333;
	background: #FFF4BF;
}
div#sidebar p.newsitem {
	font-size:0.82em;
	line-height:1.6em;
	margin-bottom:10px;
}
div#sidebar p.newsitem span {
	font-size:0.75em;
	text-transform:uppercase;
	color:#ff6600;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
div#sidebar p.newsitem a.read-more-link {
	font-family:Tahoma, Arial, sans-serif;
	float:right;
	color:#999999;
	border-bottom:none;
	display:block;
	letter-spacing:1px;
	font-size:0.8em;
	padding:0 0 0 17px;
	margin:10px 0;
	background:#ffffff url('images/read-more.png') no-repeat scroll 0 50%;
}
div#sidebar p.newsitem a.read-more-link:hover {
	text-decoration:underline;
}
div#sidebar ul {
	margin:0 0 0 10px;
}
div#sidebar ul li {
	padding:5px 0;
}
div#sidebar ul li a {
	border-bottom:none;
	text-decoration:underline;
}
div#sidebar ul.blocklist {
	margin:0;
}
div#sidebar ul.blocklist li {
	padding:0;
}
div#sidebar ul.blocklist li a {
	display:block;
	border:none;
	text-decoration:underline;
	color:#ff6600;
	padding:5px 10px;
}
div#sidebar ul.blocklist li a.remPref{
	float:right;
	display: block;
	position: relative;
	font-size:10px;
}
p.newsitem a.remNews{
	float:right;
	display: block;
	position: relative;
	font-size:10px;
}
a.remCom{
	float:left;
	display: block;
	position: relative;
	font-size:10px;
	margin-right: 10px;
}
div#sidebar ul.blocklist li.selected-item a {
	background:#ff6600 url('images/nav-bg.png') repeat-x scroll 0 50%;
	color:#ffffff;
	border:1px solid #D65600;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}


/* footer styles */
div.footer {
	font-size: 0.9em;
	clear:both;
	padding:15px 5px;
	border-top:1px solid #dbdbdb;
	width:98%;
	margin:0 auto;
}
div.footer p {
	margin:0;
	color:#999999;
}
div.footer p a {
	color:#999999;
	border-bottom:none;
	text-decoration:underline;
}

#outerFooter{
	color: #999;
	font-size: 0.7em;
	text-align: center;
	margin: 10px 0;
	clear:both;
}

div#popup{
	width: 80%;
	margin: 20px auto;
	background-color: #fff;
	padding: 10px;
	color:#555555;
}
div#popup h2 {
	color:#444444;
	letter-spacing:-1px;
	margin: 15px 0 10px 0;
}
div#popup h3 {
	color:#FF6600;
	padding-left: 30px;
	margin: 15px 0 10px 0;
}
div#popup h5 {
	font-size:0.9em;
	font-style:italic;
	font-weight:normal;
	color:#333333;
}







div.datepicker table tr th,div.datepicker table tr td{ font-size: 12px; background: #fff; color: #000; border: 0;}
div.datepicker table tr th{ font-size: 12px; background: #ddd; color: #000; border: 0;}
div.datepicker a{ border: 0;}
div.datepicker {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 196px;
	height: 147px;
	position: absolute;
	cursor: default;
	top: 0;
	left: 0;
	display: none;
}
.datepickerContainer {
	background: #121212;
	position: absolute;
	top: 10px;
	left: 10px;
}
.datepickerBorderT {
	position: absolute;
	left: 10px;
	top: 0;
	right: 10px;
	height: 10px;
	background: url(images/datepicker/custom_t.png);
}
.datepickerBorderB {
	position: absolute;
	left: 10px;
	bottom: 0;
	right: 10px;
	height: 10px;
	background: url(images/datepicker/custom_b.png);
}
.datepickerBorderL {
	position: absolute;
	left: 0;
	bottom: 10px;
	top: 10px;
	width: 10px;
	background: url(images/datepicker/custom_l.png);
}
.datepickerBorderR {
	position: absolute;
	right: 0;
	bottom: 10px;
	top: 10px;
	width: 10px;
	background: url(images/datepicker/custom_r.png);
}
.datepickerBorderTL {
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 10px;
	background: url(images/datepicker/custom_tl.png);
}
.datepickerBorderTR {
	position: absolute;
	top: 0;
	right: 0;
	width: 10px;
	height: 10px;
	background: url(images/datepicker/custom_tr.png);
}
.datepickerBorderBL {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 10px;
	height: 10px;
	background: url(images/datepicker/custom_bl.png);
}
.datepickerBorderBR {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 10px;
	height: 10px;
	background: url(images/datepicker/custom_br.png);
}
.datepickerHidden {
	display: none;
}
div.datepicker table {
	border-collapse:collapse;
}
div.datepicker a {
	color: #000;
	text-decoration: none;
	cursor: default;
	outline: none;
}
div.datepicker table td {
	text-align: right;
	padding: 0;
	margin: 0;
}
div.datepicker th {
	text-align: center;
	color: #999;
	font-weight: normal;
}
div.datepicker tbody th {
	text-align: left;
}
div.datepicker tbody a {
	display: block;
}
.datepickerDays a {
	width: 20px;
	line-height: 16px;
	height: 16px;
	padding-right: 2px;
}
.datepickerYears a,
.datepickerMonths a{
	width: 44px;
	line-height: 36px;
	height: 36px;
	text-align: center;
}
td.datepickerNotInMonth a {
	color: #bbb;
}
tbody.datepickerDays td.datepickerSelected{
	background: #FF6600;
}
tbody.datepickerDays td.datepickerSelected a{
	color: #fff;
}
tbody.datepickerDays td.datepickerSelected.datepickerNotInMonth a{
	color: #8F6447;
}
tbody.datepickerDays td.datepickerSelected a:hover{
	color: #bbb;
}
tbody.datepickerDays td.datepickerNotInMonth.datepickerSelected {
	background: #7F3C0F;
}
tbody.datepickerYears td.datepickerSelected,
tbody.datepickerMonths td.datepickerSelected{
	background: #7F3C0F;
}
div.datepicker a:hover,
div.datepicker a:hover {
	color: #FF6600;
}
div.datepicker td.datepickerNotInMonth a:hover {
	color: #999;
}
div.datepicker tbody th {
	text-align: left;
}
.datepickerSpace div {
	width: 20px;
}
.datepickerGoNext a,
.datepickerGoPrev a,
.datepickerMonth a {
	text-align: center;
	height: 20px;
	line-height: 20px;
}
.datepickerGoNext a {
	float: right;
	width: 20px;
}
.datepickerGoPrev a {
	float: left;
	width: 20px;
}
table.datepickerViewDays tbody.datepickerMonths,
table.datepickerViewDays tbody.datepickerYears {
	display: none;
}
table.datepickerViewMonths tbody.datepickerDays,
table.datepickerViewMonths tbody.datepickerYears,
table.datepickerViewMonths tr.datepickerDoW {
	display: none;
}
table.datepickerViewYears tbody.datepickerDays,
table.datepickerViewYears tbody.datepickerMonths,
table.datepickerViewYears tr.datepickerDoW {
	display: none;
}
td.busyDate{
	background: #9F9F9F !important;
}
td.busyDate a{
	color: #333 !important;
}
td.datepickerDisabled a,
td.datepickerDisabled.datepickerNotInMonth a{
	color: #AAA;
}
td.datepickerDisabled a:hover {
	color: #AAA;
}
td.datepickerSpecial a {
	background: #700;
}
td.datepickerSpecial.datepickerSelected a {
	background: #a00;
}

#lightbox a{
	border: 0;
}
#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(images/overlay.png); }

* html #overlay{
	background-color: #333;
	background-color: transparent;
	background-image: url(images/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/verlay.png", sizingMethod="scale");
	}

@media print{
	body{
		font-size: 12px;
	}
	div#page{
		width: 100%;	
	}
	div#sidebar, div#navigation, div.footer, img.thumb{
		display: none;
	}
}