/* =INITIAL 
   v2.1, by Faruk Ates - www.kurafire.net
   Addendum by Robert Nyman - www.robertnyman.com */

/* Neutralize styling: 
   Elements we want to clean out entirely: */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
	font-size:small ;
}

/* Neutralize styling: 
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	margin: 1em 0;
	padding: 0;
}

/* Apply left margin:
   Only to the few elements that need it: */
li, dd, blockquote {
	margin-left: 1em;
}

/* Miscellaneous conveniences: */
form label {
	cursor: pointer;
}
fieldset {
	border: none;
}

/* Form field text-scaling */
input, select, textarea {
	font-size: 100%;
}

/*****************************************************************************/
/* PRINCIPALE                                                                */
/*****************************************************************************/

body {
	font :100%/140% "Lucida Grande", Verdana, Sans-serif;
	color : #555555;
	background:#FFFFFF url(../images/tile2.jpg) repeat-x;
	}
	
h1 {
	font :300%/110% Georgia, Verdana, Sans-serif;
	color : #0099CC;
	font-weight : normal;
	margin : 0px;
	padding : 45px 0 6px 100px;
	text-align:left;
	}
	
h2 {
	font :150%/120% Georgia, Verdana, Sans-serif;
	font-style: italic;
	margin:5px 0 5px 0;
	padding:0;
}
h2 a:visited {
	color: #4ca1d8;
	text-decoration:none;
}

a:link, a:visited {
	color: #5c92b0;
	text-decoration:none;
}

a:hover, h2 a:hover {
	color:#C60000;
	text-decoration:underline;
}
	
code {
	display : block;
	margin : 14px 0 14px 0;
	padding : 12px 10px 12px 10px;
	font : normal 12px/14px Monaco, Verdana, Sans-serif;
	color : #002166;
	border : 1px solid #d0d0d0;
	background-color : #f9f9f9;
	}
	
#container {
	width : 760px;
	margin : 0 auto;
/*	background:#F1F7F6; */
	background-color:#FFF;
	}
	
#wrapper {
width:754px;
	border-left: 3px solid #EDEDE8;
	border-right: 3px solid #ECECE7;
}
	
#header {
	width : 100%;
	height: 126px;
	background:url(../images/testata8.jpg) no-repeat;
	margin-bottom: 0px;
	}
#header h1 {
	display:none;
}

#backhome {
	width:154px;
	margin-left: 10px;
}
#backhome a:link {
	color:#999;
}

#content {
/*	display : inline;*/
	float : left;
	width : 520px;
	height: 100%;
	padding : 10px 20px 10px 10px;
	border-right : 1px dotted #d0d0d0;
	margin-bottom : 20px;
/*	background : yellow; */
	}
	
#column {
	float : left;
	width : 200px;
	padding : 0 10px 0 10px;
	margin-bottom : 20px;
/*	background : red; */
	}
	
#columnright {
		float : right;
		width : 190px;
		padding : 5px;
		margin-bottom : 20px;
	/*	border-left:1px #7AD dotted;
		background : red; */
		}
	
#footer {
	font: normal 80%/120% "Lucida Grande", Verdana, Sans-serif;
	clear : both;
	width : 100%;
	height : 80px;
	text-align:center;
	border-top : 1px solid #d0d0d0;
	}

#content ul li {
	list-style: circle;
	font-size: 110%;
	line-height: 160%;
	color:#383838;
}
/***********************************/

.s1{
	background-color: #A6C2FF;
}
.s2{
	background-color: #B6E765;
}

.tabella {
/*	font-size:86%;*/
}
.tabella th {
	background:#B9C3DA;
}
.tabella th, .tabella td {
	padding:0 8px 0 8px;
	font: normal 90%/90% "Arial Narrow", Arial, Verdana, Sans-serif;
	border-bottom : 1px solid #d0d0d0;
}

.descrizione {
	width:320px;
	float:left;
	font-size:86%;
	padding:6px;
	background-color:#EFEFEF;
}

/* ----------------------------- MENU ORIZZONTALE ----------------------------------- */
#miniflex {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0 0px 0 0px;
	border-bottom: 1px solid #91A7C6;
	}

#miniflex li {
	float: left;
	margin: 0; 
	padding: 0;
	display: inline;
	list-style: none;
	}
	
#miniflex a:link, #miniflex a:visited {
	float: left;
	font-size: 85%;
	line-height: 20px;
	font-weight: bold;
	margin: 0 10px 0 10px;
	padding-bottom: 4px;
	text-decoration: none;
	color: #999;
	}

#miniflex a.active:link, #miniflex a.active:visited, #miniflex a:hover {
	border-bottom: 4px solid #91A7C6;
	padding-bottom: 0px;
	color: #91A7C6;
	}

.boxmenu {
		padding: 10px 0 30px 0;
		margin: 0px 4px 20px 4px;
		background: #fff;
}
.boxmenu form {
text-align:right;
}
/*-------------------------------- FINE MENU ORIZZONTALE ----------------------------------*/


/*-------------------------------- MENU VERTICALE -----------------------------------------*/
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	float : left;
	width : 11em;
}

#nav li { /* all list items */
	position : relative;
	float : left;
	line-height : 1.25em;
	margin-bottom : -1px;
	width: 11em;
}

#nav li ul { /* second-level lists */
	position : absolute;
	left: -999em;
	margin-left : 11.05em;
	margin-top : -1.35em;
}

#nav li ul ul { /* third-and-above-level lists */
	left: -999em;
}

#nav li a {
	width: 11em;
	width : 10em;
	display : block;
	color : #999;
	font-weight : bold;
	text-decoration : none;
	background-color : white;
/*	border : 1px solid #999;*/
	padding : 0 0.5em;
}

#nav li a:hover {
	color : white;
	background-color : #91A7C6;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
/* ---------------------------------- FINE MENU VERTICALE -------------------------------------------*/

/* ---------------------------------- MOOTOOLS -----------------------------------------*/

#Nkwicks_container { 
	background-color: white;
	height: 400px;
}
#Nkwicks {
	position: relative;
	margin-left:-16px;
}
 
#Nkwicks .kwick {
/*	float: left; */
	display: block;
	width: 510px;
	height: 50px;
	font: 130%/140% Arial, Georgia, "Times New Roman", Times, serif;
	color:#333;
}
 
/*big menu*/

#kwick {
/*	position: relative;
	border-top: 1px solid #27272a;
	border-bottom: 3px double #27272a;
	margin-bottom: 10px;
	padding: 10px 0; */
}

#kwick .kwicks {
	display: block;
	background: #FFF url(../images/trac.gif) top right no-repeat;
	height: 50px;
}

#kwick li {
	float: left;
}

#kwick .kwick {
	display: block;
	cursor: pointer;
	overflow: hidden;
	height: 70px;
	width: 500px;
	padding: 0px;
	background: #fff;
	/*border-right: 5px solid #1d1d20;*/
}

#kwick .kwick span {
	display: none;
}

#kwick .orange_it {
	background:#FFD080 url(../images/buying_it.jpg) ;
	z-index: 10;
}

#kwick .yellow_it {
	background:#CCFF33 url(../images/rentals_it.jpg) ;
	z-index: 20;
}

#kwick .lightgreen_it {
	background:#FFD080 url(../images/maintenance_it.jpg) ;
	z-index: 30;
}

#kwick .green_it {
	background:#FFD080 url(../images/renovations_it.jpg) ;
	z-index: 40;
}

#kwick .turquoise_it {
	background:#66FFFF url(../images/financials_it.jpg) ;
	z-index: 50;
}

#kwick .orange_en {
	background:#FFD080 url(../images/buying_en.jpg) ;
	z-index: 10;
}

#kwick .yellow_en {
	background:#CCFF33 url(../images/rentals_en.jpg) ;
	z-index: 20;
}

#kwick .lightgreen_en {
	background:#FFD080 url(../images/maintenance_en.jpg) ;
	z-index: 30;
}

#kwick .green_en {
	background:#FFD080 url(../images/renovations_en.jpg) ;
	z-index: 40;
}

#kwick .turquoise_en {
	background:#66FFFF url(../images/financials_en.jpg) ;
	z-index: 50;
}



/* ---------------------------------- FINE MOOTOOLS -------------------------------------*/

#main_holder {
	text-align: left;
}

ul {
/*	list-style: url(../images/list_bullet.jpg);*/
	list-style:none;
}

#mainbody p {
	text-align: justify;
}

em {
	color: #4CA1D8;
}

div, h1 {
	margin: 0px;
	padding: 0px;
}

.contenuto {
	padding:10px;
}
.contenuto td {
	padding:6px;
	border-bottom:1px dotted #CECECE;
/*	text-transform: lowercase; */
}

#pageheading {
	background: url(../img/header.jpg) no-repeat left;
	text-indent: -5000px;
	height: 169px;
	width: 770px;
}

#mainbody {
	padding-left: 180px;
	padding-right: 30px;
}

#menu_list {
	float: left;
	list-style: none;
	margin: 20px 0px 0px 5px;
	padding: 0px;
}

#menu_list li {
	display:inline;
}

#menu_list a {
	text-decoration: none;
	font-weight: bold;
	color: #4CA1D8;
	background: url(../img/menu_back.png) no-repeat left top;
	padding-left: 30px;
	display: block;
	margin:5px 0 0 0;
	line-height: 23px;
}

#menu_list a:hover {
	background: url(../img/menu_back.png) no-repeat left bottom;
	color: #6CB8E9;
}

h2, h3, h4, h5, h6 {
	color:#0099FF;
}

h2, h3 {
	font-weight:normal;
}

h5, h6, p, li, div {
	font-family:Arial, Helvetica, sans-serif;	
	font-weight:normal;
}

hr {
	background: #4CA1D8;
	color: #4CA1D8;
	border: 1px solid #4CA1D8;
}

#footer {
	color: #4CA1D8;
	font-size:small;
	margin:15px 0 0 0;
	text-align:center;
}

#function_description {
	background: #F7F7F7;
	border: 1px solid #EAEAEA;
	padding: 10px;
	margin-top: 10px;
}

#function_description ul {
	margin: 0;
	padding: 0;
	list-style:none!important;
	list-style-image: none!important;
}

#function_description ul li {
	margin-bottom: 10px;
}

#function_search_form {
	background: #F7F7F7;
	border: 1px solid #EAEAEA;
	padding: 10px;
}

#function_name {
	width: 160px;
	font-size:82%;
}

#search_button {
	background: #FFF url(../img/search.png) no-repeat right center;
	padding:0 25px 0 0;
}

div.autocomplete {
      position:absolute;
      width:150px;
      background-color:white;
      border:1px solid #888;
      margin:0px;
      padding:0px;
}
	
div.autocomplete ul {
	list-style:none!important;
	list-style-image:none!important;
	margin:0px;
	padding:0px;
}

div.autocomplete ul li.selected {
	background-color: #B9DAF0;
}

div.autocomplete ul li {
	font-size: 86%;
	list-style-type:none;
	display:block;
	margin:0;
	padding:2px;
	cursor:pointer;
}

#ricerca {
	width:735px;
	background-color:#c9e9ff;
}
#ricerca td{
	padding:0px;
}

#toggle h2{
	padding-left: 0px;
	padding-bottom: 2px;
	padding-right: 10px;
	padding-top: 2px;
	background-position: right;
	text-align: right;
	background-image: url(../images/sfondoricerca2.jpg);
	background-repeat: no-repeat;
	margin:0;
}
select {
	font-size: 85%;
	padding:0;
	margin:0;
}