﻿/* Imports
===============================================*/
@import url('reset.css');

html {
	overflow-y: scroll;
	-webkit-font-smoothing: antialiased;
}

body 
{
    font-family: Arial;
    font-size: 13px;
    line-height: 1.2;
    color: #222222;
    background-color: #65DBFF;
    background-image: url("../img/stage/body_sfondo.png");
    background-position: left top;
    background-repeat: repeat-x;

}

/* Links
-----------------------------------------------*/
a {outline: 0;}
a img {border: 0px; text-decoration: none;}

a {color: #259AC0; text-decoration: underline;}
a:visited {text-decoration: none;}
a:hover, a:active {color: #004256; text-decoration: none;}

a[href] * {cursor: pointer;}

/* Forms
-----------------------------------------------*/
fieldset {}

input[type='radio'] {vertical-align: text-bottom;}
input[type='checkbox'] {vertical-align: bottom;}

label,
input[type='radio'],
input[type='checkbox'],
input[type='button'],
input[type='submit'],
button {
	cursor: pointer;
}

/*Img
-----------------------------------------------*/
img
{
    display: block;
}

/*Input
-----------------------------------------------*/
input[type='text'],
select,
textarea
{
    border: 1px solid #004256;
    background-color: #FFFFFF;
    height: 24px;
    line-height: 24px;
    padding: 0px 5px;
    font-size: 13px;
    color: #004256;
}

select 
{
    height: 26px;
    padding: 2px;
    cursor: pointer;
}

textarea
{
    line-height: 1.2;
    padding: 5px;
    font-family: Arial;
    resize: none;
}

input[type='text']:hover,
input[type='text']:active,
input[type='text']:focus,
input[type='password']:hover,
input[type='password']:active,
input[type='password']:focus,
input[type='file']:hover,
input[type='file']:active,
input[type='file']:focus,
select:hover,
select:active,
select:focus,
textarea:hover,
textarea:active,
textarea:focus
{
    border: 1px solid #259AC0 !important;
}

/*validazione jQuery*/
label.error 
{
    display: block;
    padding: 2px 10px 0px 0px;
	color: #FF0000;
	font-style: italic;
	font-size: 12px;
	cursor: text;
	text-align: right;
}

div.error { display: none; }

input[type='text'].error,
textarea.error,
input[type='password'].error
{
	border: 1px solid #FF0000 !important;
	color: #FF0000 !important;
	background-image: url("../img/avvertenza/errorText.png") !important;
	background-repeat: no-repeat !important;
	background-position: right center !important;
	overflow: hidden !important;
}

/*INIZIO STILI POSIZIONE*/
.align_left
{
    text-align: left;
}

.align_right
{
    text-align: right;
}

.align_center
{
    text-align: center;
}

.to_left
{
    float: left;
}

.to_right
{
    float: right;
}

.to_center
{
    margin: 0px auto;
}

.clear
{
    clear: both;
}

.relative
{
    position: relative;
}
/*FINE STILI POSIZIONE*/

#stage
{
    width: 996px; 
    margin: 0px auto;
}

/*INIZIO STILI HEADER*/
#header
{
    height: 100px;
    background-repeat: repeat-x;
    position: relative;
}

/*inizio stili logo*/
.logo
{
    width: 250px;
    height: 73px;
    position: absolute;
    display: block;
    top: 25px;
    left: 50px;
}
/*fine stili logo*/

/*inizio stili menu*/
#menu_stage
{
    height: 30px; 
    position: absolute; 
    top: 65px; 
    right: 10px;
}

ul#menu
{
    margin: 0px;
    padding: 0px;
    list-style: none;
    height: 30px;
}

ul#menu li
{
    float: left;
}

ul#menu li,
ul#menu li a,
ul#menu li a.selected
{
    width: 110px; 
    height: 30px;
    line-height: 30px;
}

ul#menu li.clear
{
    width: 0px !important; 
    height: 0px !important;
}

ul#menu li a,
ul#menu li a.selected
{
    display: block;
    font-size: 18px;   
    color: #FFFFFF;
    text-align: center;
    text-decoration: none;
}

ul#menu li a:hover
{
    color: #65FFFF;
    text-decoration: none;
}

ul#menu li a.selected
{
    color: #FFFFFF;
    background-image: url("../img/menu/menuVoce_select.png");
    background-repeat: no-repeat;
}
/*#menu
{
    height: 30px; 
    position: absolute; 
    top: 65px; 
    right: 10px;
}

.menu_colonna
{
    padding: 0px;
}

.menu_voce,
.menu_voce a,
.menu_voce a.select
{
    width: 110px; 
    height: 30px;
    line-height: 30px;
    font-family: Arial;
}

.menu_voce a,
.menu_voce a.select
{
    display: block;
    font-size: 18px;   
    color: #FFFFFF;
    text-align: center;
    text-decoration: none;
}

.menu_voce a:hover
{
    color: #65FFFF;
    text-decoration: none;
}

.menu_voce a.select
{
    color: #FFFFFF;
    background-image: url("../img/menu/menuVoce_select.png");
    background-repeat: no-repeat;
}*/
/*fine stili menu*/

/*inizio stili area riservata*/
.areaRiservata
{
    position: absolute;
    right: 20px;
    top: 0px;
    display: block;
    width: 90px;
    height: 25px;
    background-image: url("../img/stage/areaRiservata_stage.png");
    background-repeat: no-repeat;
    color: #FFFFFF;
    text-align: center;
    line-height: 25px;
    font-size: 12px;
    opacity:0.7;
	-moz-opacity:0.7;
	filter:alpha(opacity=70);
	text-decoration: none;
}

.areaRiservata:hover
{
    opacity:1.0;
	-moz-opacity:1.0;
	filter:alpha(opacity=100);
	color: #FFFFFF;
}
/*fine stili area riservata*/
/*FINE STILI HEADER*/

/*INIZIO STILI MIDDLE*/
#middle_top
{
    width: 996px;
    height: 18px;
    background-image: url("../img/stage/middle_top.png");
    background-repeat: no-repeat;
}

#middle_middle
{
    width: 966px;
    padding: 0px 15px;
    background-image: url("../img/stage/middle_middle.png");
    background-repeat: repeat-y;
}

#middle_bottom
{
    width: 996px;
    height: 18px;
    background-image: url("../img/stage/middle_bottom.png");
    background-repeat: no-repeat;
}
/*FINE STILI MIDDLE*/

/*INIZIO STILI FOOTER*/
#footer
{
    width: 100%;
    padding: 10px 0px 0px;
}

.footer_fisso
{
    position: fixed;
    bottom: 0px;
    left: 0px;
}

.footer_mobile
{
    position:relative;
}

#footer_content
{
    padding: 5px 10px;
    min-width: 976px;
    background-color: #004256;
    color: #FFFFFF;
}

#footer a
{
    color: #FFFFFF;
}

.footerDati
{
    float: left;
}

.footerCopyright
{
    display: inline;
}

.footerRealizzatore
{
    float: right;
    font-size: 11px;
}
   
.footerPowered
{
    display: block;
    width: 93px;
    height: 30px;
    background-image: url("../img/stage/footerPowered.png");
    background-position: left top;
    background-repeat: no-repeat;
    padding: 0px 0px 0px 29px;
    text-decoration: none;
    margin-right: 50px;
    color: #FFFFFF;
    font-size: 10px;
}

.footerPowered:hover
{
    text-decoration: none;
    color: #FFFFFF;
}

.footerCredits
{
    margin-top: 10px;
    text-align: right;
}
/*FINE STILI FOOTER*/

/*INIZIO STILI RICERCA*/
#ricerca
{
    width: 966px;
    height: auto;
    margin-top: 0px;
    /*position: relative;*/
}

#ricerca_agente
{
    display: none;
}

#ricerca_top
{
    width: 966px;
    height: 13px;
    background-image: url("../img/stage/ricerca_top.png");
    background-repeat: no-repeat;
}
#ricerca_middle
{
    width: 942px;
    padding: 0px 12px;
    background-image: url("../img/stage/ricerca_middle.png");
    background-repeat: repeat-y;
}
#ricerca_bottom
{
    width: 966px;
    height: 13px;
    background-image: url("../img/stage/ricerca_bottom.png");
    background-repeat: no-repeat;
}
/*FINE STILI RICERCA*/

/*INIZIO STILI RICHIESTE*/
#richieste
{
    height: 145px;
}

.richiesta_richiediImmobile,
.richiesta_segnalaImmobile
{
    width: 483px;
    height: 145px;
}
/*FINE STILI RICHIESTE*/

.pagina_content
{
    padding: 10px 0px;
    border-bottom: 1px solid #999999;
}

/*INIZIO STILI AGENZIA*/
/*inizio stili mappa*/
.agenziaMappa_colonna
{
    float: left; 
}

.agenziaMappa_cornice
{
    padding: 3px; 
    border: 1px solid #999999;
}
/*fine stili mappa*/

/*inizio stili intestazione*/
.agenziaIntestazione_stage
{
    text-align: center; 
    margin-top: 5px;
}
/*fine stili intestazione*/

/*inizio stili testi*/
.agenziaDati_colonna
{
    float: left; 
    padding: 5px 5px 5px 8px;
    width: 525px;
    text-align: justify;
}

/*inizio stili gallery*/
.agenziaGallery_stage
{
    border-top: 1px solid #999999; 
    margin-top: 10px; 
    padding: 5px;
    text-align: center;
}

.agenziaGallery
{
    display: table;
    margin: 0px auto;
}

.agenziaGallery_elemento
{ 
    margin: 2px; 
    float: left;
    position: relative;
    z-index: 20;
    width: 108px;
    height: 83px;
}

.agenziaImg_link
{
    display: block;
    width: 108px;
    height: 83px;
    position: relative;
    background-image: url("../img/agenzia/imgAgenzia_cornice.png");
    background-repeat: no-repeat;
}

.agenziaImg_container
{
    position: absolute;
    top: 4px;
    left: 4px;
    width: 100px;
    height: 75px;
    overflow: hidden;
    z-index: -1;
}

.agenziaImg
{
    min-width: 100px;
    min-height: 75px;
}
/*fine stili gallery*/
/*FINE STILI AGENZIA*/

/*INIZIO STILI CONTATTACI*/
.contattaci_invio_mail
{
    vertical-align: top; 
    width: 440px;
}

.contattaci_dati
{
    vertical-align: top; 
    padding-left: 10px;
}

.contattaci_dati_campo
{
    padding: 3px 0px;
    font-size: 13px;
}

.contattaci_recapiti_stage
{
    float: left;
    margin-top: 20px;
    min-height: 160px;
}

.contattaci_orari_stage
{
    float: right;
    margin-top: 20px;
    text-align: right;
}

.contattaci_orari_etichetta
{
    font-weight: bold; 
}

.contattaci_slogan
{
    font-size: 20px;
    font-weight: bold; 
    color: #004256;
    text-align: center;
    padding: 20px 0px;
}
/*FINE STILI CONTATTACI*/

/*INIZIO STILI PAGINA ERROR*/
.paginaError_Content
{
    height: 320px;
    text-align: center;
    font-weight: bold;
    padding: 120px 20px 20px;
    background-image: url("../img/avvertenza/avvertenza.png");    
    background-repeat: no-repeat;
    background-position: center 70px;
}

.paginaError_Content .avviso
{
    font-size: 18px;
    text-transform: uppercase;    
}

.paginaError_Content .messaggio
{
    font-size: 12px;
}
/*FINE STILI PAGINA ERROR*/