/* SVN FILE: $Id: cake2.generic.css,v 1.11 2010-04-24 10:05:36 andrealeo Exp $ */
/**
 *
 * PHP versions 4 and 5
 *
 * CakePHP(tm) :  Rapid Development Framework (http://www.cakephp.org)
 * Copyright 2005-2008, Cake Software Foundation, Inc. (http://www.cakefoundation.org)
 *
 * Licensed under The MIT License
 * Redistributions of files must retain the above copyright notice.
 *
 * @filesource
 * @copyright     Copyright 2005-2008, Cake Software Foundation, Inc. (http://www.cakefoundation.org)
 * @link          http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project
 * @package       cake
 * @subpackage    cake.app.webroot.css
 * @since         CakePHP(tm)
 * @version       $Revision: 1.11 $
 * @modifiedby    $LastChangedBy: gwoo $
 * @lastmodified  $Date: 2010-04-24 10:05:36 $
 * @license       http://www.opensource.org/licenses/mit-license.php The MIT License
 */

* {
	margin:0;
	padding:0;
}

/* General Style Info */
body {
	background-image: url(index_file/toprepeat.png);
	background-repeat: repeat-x;
	margin-top: 0px;
	color: #000;
	font-family:'lucida grande',verdana,helvetica,arial,sans-serif;
	font-size:90%;
	margin: 0;
	overflow-x:hidden;
}
a {
	/*
background:#fff;
*/
	color: #1186C9;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	//background:#fff;
	color: #003d4c;
	text-decoration:underline;
}

a img {
	border:none;
}
h1, h2, h3, h4 {
	font-weight: normal;
}
h1 {
	background:#fff;
	color: #003d4c;
	font-size: 100%;
	margin: 0.1em 0;
}

h2 {
	background:#fff;
	color: #E77817;
	font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
	font-size: 190%;
	margin: 0.3em 0;
	padding-top: 0.8em;
}
h3 {
	color: #E77817;
	font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
	font-size: 165%;
	padding-top: 1.5em;
}
h4 {
	color: #E77817;
	font-weight: normal;
	padding-top: 0.5em;
}
p { 
	#color:#1186C9;
	color:#515151;
}

/* Layout */
#container {
	width: 1022px;
	margin: auto;
	/*
background: #fff;
*/
	color: #333;
	padding: 0px 0px 0px 0px;
}

#wrapper {
	display:block;
	position:absolute;
	left:50%;
	
	background-image: url(index_file/header.png);
	background-repeat: no-repeat;
	width: 1500px;
	color: #333;
	padding: 0px 0px 0px 0px;
	margin-left:-750px;
	margin-top: 0px;
	overflow-x:hidden;
}

#ombra-left {
	background-image: url(index_file/bordosinistra.png);
	background-repeat: repeat-y;		
	float:left;
	width:28px;
	margin-top:30px;
}

#ombra-right {
	background-image: url(index_file/bordodestra.png);
	background-repeat: repeat-y;	
	float:left;
	width:24px;
	margin-top:26px;
}
	
#content-wrapper {
	background-image: url(index_file/bordo.png);
	background-repeat: repeat-y;
	margin-top:0px;
	float:left;
	width:1022px;
	margin-left:0px;
}

#both-div {
	clear:both;
}

#both-div-dx {
	clear:both;
}

/*MENU SOPRA E BANDIERE*/
#top-bandiere {
	background:url(../img/index_file/bandiere.png) no-repeat bottom right;
	float:left;
	margin-top:83px;
	position:relative;
	display:block;
	width:200px;
	height:40px;
}
#top-header {
	float:right;
	height:30px;
	position:relative;
	display:block;
	width:auto;
	margin-right:17px;
	margin-bottom:1px;
}
ul.menu-up {
	list-style-type:none;
	font-family:Helvetica,Arial,Verdana,sans-serif;
}
ul.menu-up li{
	display:block;
	float:left;
	margin:0;
	padding:0;
}
ul.menu-up a{
	background-color:transparent !important; 
	display:block !important;
	float:left;
	color:#E77817;
	font-family: Arial;
	font-weight:normal;
	font-size:14px;
	text-decoration:none;
	padding:9px 6px 3px 20px;
}
ul.menu-up a:hover {
	color:#ff0000;;
}
ul.menu-up a:active  {
	color:#ff0000;;
}

#header{
	margin-left:25px;
	width:970px;
}
#header h1 {
	background: #003d4c url('../img/cake.icon.gif') no-repeat left;
	color: #fff;
	padding: 0px 30px;
}
#header h1 a {
	color: #fff;
	background: #003d4c;
	font-weight: normal;
	text-decoration: none;
}
#header h1 a:hover {
	color: #fff;
	background: #003d4c;
	text-decoration: underline;
}
#title, #bread{
	color:#E77817;
	font-family:Arial;
	font-size:13px;
	font-weight:normal;
	text-decoration:none;
	background: transparent;
}
#title h4{
	padding-top:0px;
}
#bread {
	color:#1186C9;
	margin-top:8px;
	height:30px;
}

#bread_container {
	width:695px;
	background-image: url(index_file/breadcrumb.png);
	background-repeat: no-repeat;	
	padding-bottom:15px;
}

#bread img{
	margin-bottom:-11px;
	margin-left:5px;
}

#bread a{
	color:#E77817;
	font-weight:normal;
	text-decoration:none;
}
.crumb_span {
	margin-top:5px;
}
#content{
	min-height:450px;
	background: transparent;
	color: #333;
	position: relative;
	float: left;
	overflow: auto;
	width:695px;
	overflow-x:hidden;
}
#mappa_div{
	position: relative;
	float:left;
	padding-bottom:100px;
}
#menuleft {
	top:250px;
	background-image: url(index_file/leftmenu2.png);
	background-repeat: no-repeat;	
	margin-left: 20px;
	width: 281px;
	float: left;
	height:480px;
}

#menuleft li{
	height:23px;
}
#divleft {
	/*top:300px;
	background-image: url(index_file/leftmenu.png);
	#background-repeat: no-repeat;*/	
	position: absolute;
	top:760px;
	left:280px;
	
}
.generic-head {
	float: top;
	height: 40px;
}
.generic-body {
	/*padding-top:60px;*/
	margin-top:2px;
	padding-bottom:10px;
}
.generic-body img.linea {
	margin-right:5px;
}
img.linea {
	margin-right:11px;
	height:3px;
	width:245px;
}
#menuleft a img{
	margin-left:11px;
}
.user-head {
	height: 15px;
}
.user-body {
	height:200px;
	padding-top:40px;
	padding-bottom:10px;
	padding-left:30px;

}
.user-bottom {
	height: 40px;
}
div.ul-menu {
	width: 200px;
	padding-left: 19px;
}
div.ul-menu a {
	text-align:left;
	display: block;
	line-height: 23px;
	text-decoration: none;
	font-family: "Arial";
	font-weight:normal;
	font-size: 15px;
	color: #E77817;
}
#menuleft li.linea{
	font-size:3px;
	height:3px;
	border:solid 1px #000000;
}
/*ul#menu-up li a{
	background-color:transparent;
	display:block;
	float:left;
	color:#E77817;
	font-family: Arial;
	font-weight:normal;
	font-size:14px;
	text-decoration:none;
	padding:9px 6px 3px 20px;
}*/
div.ul-menu a:hover {
	color: #ff0000;
}

/*ul.ul-autenticated {
	display: block;
	line-height: 30px;
	background:transparent;
	text-decoration: none;
	list-style-type: none;
	width: 200px;
}*/

ul.ul-autenticated{
	list-style-type: none;
	width: 233px;
}

ul.ul-autenticated a {
	text-align:left;
	display: block;
	line-height: 23px;
	text-decoration: none;
	font-family: "Arial";
	font-weight:normal;
	font-size: 15px;
	color: #E77817;
}

ul.ul-autenticated a:hover {
	color: #FF0000;
}
ul.ul-interno {
	line-height: 30px;
	background:transparent;
	list-style-type: none;
	padding-left:30px;
}

ul.ul-interno, ul.ul-autenticated a {
	background:transparent;
}

#footer {
	background-image:url(../img/footer.png);
	clear: both;
	padding: 0px;
	text-align: right;
	height:90px;
	margin-bottom:0px;
	color:white;
}

/* Tables */

/* Tabella prezzi */
#one-column-emphasis
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 45px;
	width: 480px;
	text-align: left;
	border-collapse: collapse;
}
#one-column-emphasis th
{
	font-size: 14px;
	font-weight: bold;
	padding: 12px 15px;
	color: #039;
}
#one-column-emphasis td
{
	padding: 10px 15px;
	color: #669;
	border-top: 1px solid #e8edff;
}
.oce-first
{
	background: #d0dafd;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
}
#one-column-emphasis tr:hover td
{
	color: #339;
	background: #eff2ff;
}/* fine tabella prezzi */
#form-imageless form {
	background:transparent;
}
/*.cake-sql-log table {
	background: #f4f4f4;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
}

.cake-sql-log { font-family:monospace; position:fixed; top:99%; z-index:100000; width:100%; background:#000; color:#FFF; border-collapse:collapse; }
.cake-sql-log caption { background:#900; color:#FFF; }
.cake-sql-log:hover { top:auto; bottom:0; }
.cake-sql-log td { font-size:3px; padding:1px; border:1px solid #999; background:#FFF; color:#000; }
.cake-sql-log td:hover { font-size:10px; background:#FFA; }*/

/* Paging */
div.paging {
	background:#fff;
	color: #ccc;
	margin-bottom: 2em;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}
div.paging span {
}
div.paging span.current {
	color: #000;
}
div.paging span a {
}

/* Scaffold View */
dl {
	line-height: 2em;
	margin: 0em 0em;
	width: 60%;
}
dl.altrow {
	background: #f4f4f4;
}
dt {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
}
dd {
	margin-left: 10em;
	margin-top: -2em;
	vertical-align: top;
}

/* Forms */
/* FORM 1*/
form{
		margin:1em 0;
		padding-top:10px;
		background:url(../img/form/form_top.gif) no-repeat 0 0;
		width: 100%;
		color:#1186C9;
		font-size:12px;
		font-weight:bold;
		}
form fieldset{
		margin:0;
		padding:0;
		border:none;	
		float:left;
		display:inline;
		width:350px;
		margin-left:25px;
}		
form legend{display:none;}	
form label{
	display:block;
	margin-left:25px;
}	
form input, form textarea{		
		width:350px;
		border:1px solid #aad;
		padding:4px;
		margin-left:25px;
}
form select{
		border:1px solid #ddd;
		background:#fff url(../img/form/form_input.gif) repeat-x;
		padding:4px;
		margin-left:25px;
}
form1 textarea{
		height:125px;
		overflow:auto;
}
form div[class="input text"], div[class="input password"]{margin:.8em 0;}
form div.submit{
		clear:both;
		background:url(../img/form/form_bottom.gif) no-repeat 0 100%;
		padding:30px 25px 29px 15px;
		margin:0;
		text-align:left;
}	
input[type=submit] {
	font-weight:bold;
	display: inline;
	width:150px;
	height:37px;
	margin-bottom:10px;
	line-height:37px;
	border:none;
	background:url(../img/form/form_button.gif) no-repeat 0 0;
	color:#fff;
	cursor:pointer;
	text-align:center;
}
input[id="back"] {
	font-weight:bold;
	display: inline;
	width:150px;
	height:37px;
	line-height:37px;		
	border:none;
	background:url(../img/form/form_button.gif) no-repeat 0 0;
	color:#fff;
	cursor:pointer;
	text-align:center;
}
input#copia{
	cursor:pointer;
	width:auto;
}

/* Notices and Errors */
div.message {
	clear: both;
	color: #900;
	font-size: 140%;
	font-weight: bold;
	margin: 1em 0;
}
div.error-message {
	clear: both;
	color: #900;
	font-weight: bold;
}
p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}
.notice {
	background: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	background: green;
	color: #fff;
}

/*  Actions  */
div.actions ul {
	margin: 0px 0;
	padding: 0;
}
div.actions li {
	display: inline;
	list-style-type: none;
	line-height: 2em;
	margin: 0 2em 0 0;
	white-space: nowrap;
}
div.actions ul li a {
	background:#fff;
	color: #003d4c;
	text-decoration: none;
}
div.actions ul li a:hover {
	color: #333;
	text-decoration: underline;
}

/* Related */
div.related {
	clear: both;
	display: block;
}

/* Debugging */
pre {
	color: #000;
	background: #f0f0f0;
	padding: 1em;
}
pre.cake-debug {
	background: #ffcc00;
	font-size: 120%;
	line-height: 140%;
	margin-top: 1em;
	overflow: auto;
	position: relative;
}
div.cake-stack-trace {
	background: #fff;
	border: 4px dotted #ffcc00;
	color: #333;
	margin: 0px;
	padding: 6px;
	font-size: 120%;
	line-height: 140%;
	overflow: auto;
	position: relative;
}
div.cake-code-dump pre {
	position: relative;
	overflow: auto;
}
div.cake-stack-trace pre, div.cake-code-dump pre {
	color: #000;
	background-color: #F0F0F0;
	margin: 0px;
	padding: 1em;
	overflow: auto;
}
div.cake-code-dump pre, div.cake-code-dump pre code {
	clear: both;
	font-size: 12px;
	line-height: 15px;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
div.cake-code-dump span.code-highlight {
	background-color: #ff0;
	padding: 4px;
}
div.code-coverage-results div.code-line {
	padding-left:5px;
	display:block;
	margin-left:10px;
}
div.code-coverage-results div.uncovered span.content {
	background:#ecc;
}
div.code-coverage-results div.covered span.content {
	background:#cec;
}
div.code-coverage-results div.ignored span.content {
	color:#aaa;
}
div.code-coverage-results span.line-num {
	color:#666;
	display:block;
	float:left;
	width:20px;
	text-align:right;
	margin-right:5px;
}
div.code-coverage-results span.line-num strong {
	color:#666;
}
div.code-coverage-results div.start {
	border:1px solid #aaa;
	border-width:1px 1px 0px 1px;
	margin-top:30px;
	padding-top:5px;
}
div.code-coverage-results div.end {
	border:1px solid #aaa;
	border-width:0px 1px 1px 1px;
	margin-bottom:30px;
	padding-bottom:5px;
}
div.code-coverage-results div.realstart {
	margin-top:0px;
}
div.code-coverage-results p.note {
	color:#bbb;
	padding:5px;
	margin:5px 0 10px;
	font-size:10px;
}
div.code-coverage-results span.result-bad {
	color: #a00;
}
div.code-coverage-results span.result-ok {
	color: #fa0;
}
div.code-coverage-results span.result-good {
	color: #0a0;
}

.user {
	color:#1186c9;
	font-family:arial;
}
.linkSelected {
	color: #1186c9;
	font-weight:bold;
}
#regioni, province_div {
	width:160px;
	height:500px;
	position: relative; 
	float: right;
	right: -230px;
	padding-left: 0px;
}

#province_div {
	right:-230px;
	float:right;
	position: relative; 
	display: none;
	padding-left: 0px;
}
#regioni a, #province_div a, #comuni_div a{
	color:#E77817;
	display:block;
	font-family:"Arial";
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	margin-right:10px;
}
#comuni_div {
}

#menu {
	border-left: #cfc6c6 1px solid;
	border-top: #cfc6c6 1px solid;
	border-bottom: #cfc6c6 1px solid;
	margin-bottom:20px;
	width:200px;
	height:450px;
	position: relative;
	float: right;
	margin-top:0px;
	overflow-y: auto;
	margin-right:10px;
}

#regioni a:hover, #province_div a:hover, #comuni_div a:hover{
color:#1186C9;
}

#lista_div {
	width:480px;
	position: relative;
	float:left;
	overflow: hidden;
}
						
#lista_div table{
	color:#E77817;
	font-family:"Arial";
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	text-align:left;
}
	
.background1 {
	background-color:#ffffff;
}

.background2 {
	background-color:#ffffff;
}

.descrizione {
	font-size:11px;
	color: #515151;
	font-weight: normal;
}

.descrizione td{
	padding-bottom:0px;
}

.prezzi td{
	padding-top:5px;
}

.min td{
	height:5px;
}

.cellaimmagine{
	background-image:url(../img/sfondo_gallery.png);
	background-repeat:no-repeat;
	padding-left:22px;
	padding-right:25px;
	padding-top:21px;
	padding-bottom:25px;
	vertical-align:top;
}

#proprieta {
	margin-left:0px;
}
#th_destro {
	padding-left:0px;
	padding-top:45px;
}
#th_sinistro {
	vertical-align:top;
}
.td_titolo{
	font-size:15px;
	color:#E77817;
	display:block;
}
.celeste{
	color:#1186C9;
}
.arancione{
	color:#E77817;
}
#lista_div a{
	color:#1186C9;
}

#avantiIndietroTop {
	height:30px;
}

#avantiIndietroBottom {
	height:30px;
	margin-top:30px;
}
.indietro_btn {
	width:100px;
	text-align:right;
}
.n_pagina{
	width:180px;
	text-align:center;
}
.avanti_btn {
	width:100px;
	text-align:left;
}
.avantiIndietro{
	margin-left:40px;
}
#invia_email {
	float:right;
	position:relative;
	width:215px;
}
.email{
	font-size:13px;
	color:#1186C9;	
	font-weight:bold;
}
#invia_email a{
	text-decoration:none;
}
#email_img{
	margin-top:10px;
}
#tab_struttura {
	width:600px;
	margin: 0px 0px 10px 20px;
}
#tab_struttura p{

}

#proprieta_dettagli {
	margin-top:20px;
	margin-bottom:20px;
	padding:10px;
}
#tabs-1 {
	color:black;
	font-size:13px;
}
#tabs-2 {
	color:#E77817;
	font-size:13px;
}
#tabs-3 {
	color:#E77817;
	font-size:13px;
}
#tabs-3 a{
	color:#1186C9;
	font-size:13px;
}
#ContactAddForm {
	margin-top:0px;
}
ul#galleria > li {
	list-style-type:none;
}
ul.thumbs > li {
	margin-top:10px;
	margin-right:15px;
}

#stretta {
	background-image:url(../img/stretta.png);
	width:424px;
	height:282px;
	float:left;
	margin-left:100px;
	margin-top:30px;
}
	
#nota_upload_immagine {
	color:#FF0000;
}

#info {
	background-image:url(../img/info.png);
	width:450px; 
	height:222px; 
	float:left; 
	font-size:12px; 
	margin-left:20px;
	margin-top:10px;
}
.spiacenti{
	font-size:13px;
	font-weight:bold;
	margin-left:110px;
	margin-top:20px;
	color: #E77817;
}

#myprofile {
	float:left;
	width:300px;
	margin-left:30px;
}

#myprofile_img {
	background-image:url(../img/profile.png);
	width:162px;
	height:324px;
	float:right;
	margin-right:100px;
}
	

#myprofile ul{
	margin-left:20px; 
	list-style-type:none;
}
#myprofile h3{
	padding-top:0px; 
	margin-top:10px; 
	font-size:18px; 
	margin-bottom:10px;
}

#myprofile li{
	margin-bottom:5px;
}

.images{
	font-size: 12px;
}
.images .submit{
	/*background: transparent;*/
}
.images input[type=submit] {
	font-weight:bold;
	display: inline;
	width:150px;
	height:37px;
	margin-bottom:10px;
	line-height:37px;
	border:none;
	color:#fff;
	cursor:pointer;
	text-align:center;
}
.input_radio {
	width:15px;
	height:15px;
	background-color:transparent;
	border:none;
	
}

/* jQuery lightBox plugin - Gallery style */
#gallery {padding: 0px 0px 30px;}
#gallery ul { list-style: none; }
#gallery ul li { display: inline; }
#gallery ul img {
	margin:10px 10px 0px 0px;
	border: 5px solid #3e3e3e;
	border-width: 5px 5px 20px;
}
#gallery ul a:hover img {
	border: 5px solid #fff;
	border-width: 5px 5px 10px;
	color: #fff;
}

#caratteristiche {
	margin-top:10px;
	margin-left:30px;
	#color:#1186C9;
}
 #logo {
	left:50%;
	margin-left:-487px;
	position:absolute;
	z-index:100;
	top:97px;
 }
 
 
 .form_black {
 		background:none;		
		}
		
#ricercaform {
	padding-left:25px;
	padding-top:10px;
}

.form_black input[type="text"] {
		display: inline;
		vertical-align:middle;
 		width:8em;
 		height:1.7em;
 		margin-left:3px;		
		}
		
.form_black input[type="submit"] {
 		#display: inline;
 		vertical-align:top;
 		width:4em;
 		height:2.7em;
 		#background:url(../img/form/form_button_60.gif) no-repeat 0 0;
 		margin-left:3px;
 		background:none repeat scroll 0 0 #FFFFFF;
		border:1px solid #46A7F2;
		color:#333333;
		font-size:100.01%;;		
		}

}
