/*
Document   : frontend
Created on : 15-gen-2009, 15.20.49
Author     : veo
Description:
Purpose of the stylesheet follows.
*/
body {
    background-color: #000000;
    color: #ffffff;
    font-size: 9pt;
    font-family: Verdana, Arial, Thaoma;
    margin: 0px;
    background-image: url('images/bg_wall.jpg');
    background-position: top center;
    background-repeat: repeat-x;
    z-index: 1000;
}
a {
    -moz-outline: none;
}
/* MAIN STYLES */
#view_port {
    position: relative;
    margin: 0px auto;
    height: 660px;
    width: 960px;
    background-color: #000000;
}
div#view_port {
	width:960px; height:660px;
	position:absolute;
	top:50%;
	left:50%;
	margin:-330px 0 0 -480px;
  z-index: 1000;
}
#view_port_body {
    position: relative;
    height: 500px;
    background-color: transparent;
    background-image: url('images/bg_gradient.jpg');
    background-repeat: repeat-y;
    padding-left: 20px;
    z-index: 1000;
}
#body_content {
    /* position: absolute; */
    height: 480px;
    overflow: auto;
    width: 550px;
/*     margin-left: 20px; */
    padding-top: 20px;
    font-size: 10pt;
    z-index: 100;
}
#body_content_alt {
    /* position: absolute; */
    height: 480px;
    overflow: auto;
    width: 550px;
/*     margin-left: 20px; */
    padding-top: 20px;
    font-size: 10pt;
    z-index: 100;
}
#mainimage {
    /* display: block; */
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 10;
}
.clear {
    clear: both;
}
.left {
    float: left;
}
.right {
    float: right;
}
#view_port_menu {
    /* width: 850px; */
    width: 100%;
    position: absolute;
    z-index: 2000;
}
#footer_banner {
    height: 120px;
    background-image: url('images/bg_footer.jpg');
}

#banner_mailto {
  position: absolute;
  display: block;
  top: 45px;
  left: 816px;
  height: 120px;
  width: 50px;
/*   border: 1px solid green; */
}
#banner_mailinglist {
  position: absolute;
  display: block;
  top: 45px;
  left: 867px;
  height: 120px;
  width: 50px;
/*   border: 1px solid blue; */
}
#banner_mailinglist.highlight {
    border: none;
}
#audio_player_container {
    float: right;
}
.higlhight_banner{
    background-image: url('images/bg_menu.png');
}

#footer_text {
  padding-top: 4px;
  font-size: 8pt;
  text-align: center;
  margin-bottom: 20px;
}



a:link, a:visited {
    color: #990066;
    cursor: pointer;
    text-decoration: none;
}

a:hover, a:active {
    color: #990066;
    cursor: pointer;
    text-decoration: underline;
}


div.menu {
    height: 45px;
    background-image: url('images/bg_menu.png');
    /*background-color: #000000;*/
    background-color: transparent;
}

ul.menu{
    margin: 0px 0px 0px 0px;
    padding: 7px 0px 0px 20px;
    list-style-type: none;
}

ul.menu li {
    display: inline;
    margin-right: 4px;
}

ul.menu li a.highlight {
    border: none;
    border-bottom: 2px solid #999999;
}

ul.menu li a {
    color: #ffffff;
    text-decoration: none;
    height: 2em;
    line-height: 2em;
    font-size: 1.2em;
    /*padding-top: 5px;
    padding-bottom: 5px;*/
    padding: 5px 3px 5px 3px;
}

ul.menu li a:link {
    color: #ffffff;
    text-decoration: none;
}
ul.menu li a:visited {
    color: #ffffff;
    text-decoration: none;
}
ul.menu li a:hover {
    border-bottom: 2px solid #999999;
    background-color: #64022B;
    cursor: pointer;
}
ul.menu li a:active {
    /*border-bottom: 2px solid #999999;*/
    cursor: pointer;
}

.link {
    cursor: pointer;
}

.hidden {
    display: none;
}

div#submenu {
    padding-left: 100px;
    color: #000000;
    display: none;
    position: relative;
}

img.capcha {
    border: 1px solid #333333;
}

.images_pp_top img, .images_pp_bottom img {
    margin-left: 10px;
    margin-right: 10px;
}
.images_pp_bottom {
    padding-top: 20px;
}

/* piscina e parco */
.images_pp {
    border: 0px;
}

.inner_page_content {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 400px;
}

.inner_page_content_bottom {
    margin-top: 30px;
    margin-left: 15px;
    /*text-align: center;*/
}

.inner_page_content_bottom a {
    font-weight: bold;
    color: #ffffff;
}

.content_top_img {
  text-align: center;
}

select{
    font-size: 9pt;
    padding: 0px;
    margin: 0px;
    border: none;
}
input{
    font-size: 9pt;
    border: none;
}
textarea{
    font-size: 9pt;
    border: none;
}

/*****************************************************************************************************/

/* ISCRIZIONE */

.highlight {
    border: 1px solid red;
}

p.formrow {
    clear: both;
    display: block;
    text-align: right;
    padding: 0px;
    margin: 6px 0px 6px 0px;
}

div.subsrciption-header {
    margin-bottom: 10px;
    margin-left: 20px;
}

div.subsrciption-body {
    position: absolute;
    width: 930px;
    height: 480px;
    overflow-y: auto;
    overflow-x: hidden;
    margin: 0px;
    padding: 0px;
/*     background-color: #cccccc; */
}

div.subscription-col{
    float: left;
    margin-left: 20px;
/*     background-color: green; */
    width: 420px;
}

div.subscription-col label{
    margin-right: 3px;
}

div.subscription-col textarea{
    width: 400px;
}

div.subscription-col fieldset{
    padding: 0px 4px 0px 4px;
    margin: 0px;
    margin-bottom: 9px;
    position: relative;
    display: block;
    background-color: transparent;
    border: 1px solid #333333;
}

div.subscription-col select{
    font-size: 9pt;
    padding: 0px;
    border: none;
    width: auto;
}
div.subscription-col input{
    font-size: 9pt;
    border: none;
}

#p_gender label {
    margin-left: 10px;
}

div.subscription-col fieldset legend{
    color: #cccccc;
    margin: 0px;
    padding-left: 4px;
}

#imgcapcha {
    float: right;
    width: 160px;
    height: 60px;
    margin-left: 5px;
}


span.aff_name {
    font-weight: bold;
}


/*****************************************************************************************************/

/* EVENTI */
#pagination{
    margin-bottom: 20px;
}
#pagination a {
    color: #ffffff;
    text-decoration: none;
}
#listanews {
    /* height: 400px; */
}

div.news{
    margin-bottom: 30px;
    text-align: center;
}

div.news img{
    width: 400px;
}


div#listanews span {
    display: block;
    margin-bottom: 5px;
}

div.news span.data {
    font-size: 8pt;
}

div.news span.titolo {
    font-style: italic;
}


/* ----------- GUESTBOOK ---------------------------------- */
div.guestbook-body {
    position: absolute;
    width: 930px;
    height: 480px;
/*     background-color: #cccccc; */
}


div.guestbook-col-l{
    float: left;
    margin-left: 10px;
/*     background-color: blue; */
    width: 310px;
}

div.guestbook-col-r{
    float: left;
    margin-left: 20px;
/*     background-color: green; */
    width: 590px;
    height: 470px;
}

div.guestbook-col-r div.guestbook-messages-scroller{
  width: 590px;
  height: 455px;
  overflow: auto;
}
div.guestbook-col-r div.guestbook-messages-scroller-sbcover{
  position: relative;
  width: 590px;
  height: 20px;
  top: -20px;
  background-color: #000000;
}


div.guestbook-col-r div.guestbook-messages-container{
  height: 430px;
  width: 1160px;
  overflow: auto;
}


div.guestbook-col-r div.guestbook-messages{
  float: left;
  width: 580px;
  height: 430px;
}
div.guestbook-col-r div.guestbook-messages textarea.guestbook-message-text {
  width: 550px;
  height: 100px;
  border: none;
  background-color: #000000;
}
div.guestbook-col-r div.guestbook-messages div.guestbook-message{
  position: relative;
  width: 580px;
  height: 430px;
  overflow: auto;
}


div.guestbook-col-l label{
  margin-right: 3px;
}


div.guestbook-col-l textarea{
    width: 300px;
    height: 120px;
}

div.guestbook-col-l input{
    font-size: 9pt;
}

div.guestbook-col-l p#p_capcha input {
  margin-top: 3px;
}

div.guestbook-col-r div.guestbook-messages fieldset{
  padding: 0px 4px 0px 4px;
  margin: 0px;
  margin-right: 10px;
  margin-bottom: 10px;
  position: relative;
  display: block;
  background-color: transparent;
  border: 1px solid #333333;
}

div.guestbook-col-r div.guestbook-messages fieldset legend{
/*     background-color: #333333; */
  margin: 0px;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: bold;
  color: #D54684;
}

div.guestbook-col-r div.guestbook-messages fieldset p{
  line-height: 1.5em;
  color: #cccccc;
}

div.guestbook-col-r a.current {
  color: #d54684;
}

div.guestbook-col-r div#scroller_out{
  width: 500px;
  overflow: hidden;
  margin-bottom: 20px;
}


/* ----------------------  CONTATTI  ---------------------*/
.contacts-body{
  height: 250px;
  width: 550px;
  margin: 0px;
  padding: 0px;
  border: none;
  overflow: hidden;
/*   background-color: red; */
}

.contacts-body input{
  font-size: 9pt;
}

.contacts-body p#p_capcha {
  text-align: right;
}
.contacts-body p#p_capcha label {
  display: block;
}
.contacts-body p#p_capcha input {
  display: block;
  margin-left: 81px;
  margin-top: 3px;
  margin-bottom: 3px;
}
.contacts-body p#p_capcha img#imgcapcha {
  float: none !important;
}

.contacts-body p#p_message label {
  display: block;
}
.contacts-body p#p_message textarea{
  width: 250px;
  height: 120px;
}
