@charset "UTF-8";
/* CSS Document */


/* some changes made dd 1-12-2005, after discussion with Bill Brown
- removed absolute positioning on the content; makes demo more useful
+ added 1px top-border on body and positioned it -1px upwards, to prevent margin-collapsing
+ explicitly added z-index:0 to body for Mozilla
*/
body { 
	background-color: transparent;
	padding: 0px;
	font-family: verdana,helvetica;
	font-size:12px;
	color:#0069A8;
	height: 100%;
	margin: 0px 0px 0px 0px;
	background-image: url(../imgs/bkg.jpg);
	background-repeat: inherit;
	overflow:hidden;
}
/*
img#background { 
	height: 100%; 
	width: 100%; 
	z-index: -1; 
	position:absolute; 
	color: white; 
}
*/

table.features{
	/*border-spacing: 0px;*/
	border-collapse: collapse;
	width: 900px;
	min-height: 450px;
}

table.attrezzature{
	/*border-spacing: 0px;*/
	border-collapse: collapse;
	width: 600px;
	min-height: 450px;
}

table.features2{
	/*border-spacing: 0px;*/
	border-collapse: collapse;
	width: 200px;
	min-height: 450px;
	vertical-align: top;
}

table.attreztable{
	/*border-spacing: 0px;*/
	border-collapse: collapse;
	width: 400px;
	min-height: 450px;
	vertical-align: top;
}

table.featuresTariffe{  
    border-spacing: 0px;  
    border-collapse: collapse;  
    width: 500px;  
}

table.featuresTariffe2{  
    border-spacing: 0px;  
    border-collapse: collapse;  
    width: 450px;  
}

table.foto-small{
	/*border-spacing: 0px;*/
	border-collapse: collapse;
	width: 250px;
}

td.foto-small {
	width: 250px;
   padding: 0px 0px 0px 0px;  
	margin: 0px 0px 0px 0px;  
}

td.features2 {  
    text-align: left;
    font-size: 10px;
    padding: 2px;  
    border: 2px solid #FFFFFF;  
    background: #e3f0f7;  
}

td.featuresAlt2 {
	text-align: left;
	font-size: 10px;
    padding: 2px;
    border: 2px solid #FFFFFF;
    background: #f7f7f7;  
}

td.titletable {
	text-align: center;
	font-size: 10px;
    padding: 2px;
    border: 2px solid #FFFFFF;
    background: #f7f7f7;  
}
td.featuresCenter2 {  
    text-align: center;
    font-size: 9px;
    padding: 1px;  
    border: 2px solid #FFFFFF;  
    background: #e3f0f7;
    width:85px;
}

td.featuresCenter2periodi {  
    text-align: center;
    font-size: 9px;
    padding: 1px;  
    border: 2px solid #FFFFFF;  
    background: #e3f0f7;
    width:85px;
}

td.featuresAltCenter2 {
	text-align: center;
	font-size: 10px;
    padding: 2px;
    border: 2px solid #FFFFFF;
    background: #f7f7f7;
	font-weight: bold;
}

td.featuresAlt2 {
	text-align: left;
	font-size: 10px;
    padding: 2px;
    border: 2px solid #FFFFFF;
    background: #f7f7f7;
}

td.featuresTitle2 {  
    text-align: center;
    font-size: 11px;
    font-weight:bold;
    padding: 2px;  
    border: 2px solid #FFFFFF;  
    background: #0066FF;
}

td.header-left {
    padding: 5px 5px 10px 5px;  
    height: 110px;
	 width: 100px;
	vertical-align: bottom;
}

td.header-right {
    padding: 5px;  
    height: 110px;
	 width: 100px;
	 margin-left: auto; 
	 margin-right: auto;
	 vertical-align: bottom;
	 text-align: right;
	 position: relative;
	 left: 350px;
}

td.menu-left {  
    text-align: right;
    font-size: 11px;
    font-weight: bold;
	 padding: 5px;  
    background-image:url(../imgs/trasparenza70.png);
	 height: 30px;
	 width: 250;
}

td.menu-right {
    text-align: center;
    font-size: 11px;
    font-weight: bold;
	 padding: 5px;  
    background-image:url(../imgs/trasparenza.png);
	 height: 50px;
}

td.menubutton {
    text-align: center;
    font-size: 18px;
    font-weight: normal;
	 padding: 0px;
	 margin: 0px;
    background-image:url(../imgs/sfondo_bottone.png);
	 width: 170px;
	 height: 25px;
	 font-family: "Times New Roman";
	 color: white;
	font-style: oblique;
}

td.content-left {  
    text-align: center;
    font-size: 11px;
    font-weight:bold;
    padding: 20px 5px 5px 5px;  
    min-height: 650px;
    background-image:url(../imgs/trasparenza70.png);
	 /*background-repeat:repeat-x;*/
	 vertical-align: top;
	 width: 220px;
}

td.content-right {
	 margin: 0px 0px 0px 0px;  
    padding: 20px 5px 2px 5px;
    min-height: 650px;
    background-image:url(../imgs/trasparenza70.png);
	 /*background-repeat:repeat-x;*/
	 vertical-align: top;
	 width: 640px;
}

td.right-natante {  
    padding: 20px 5px 2px 5px;  
    min-height: 650px;
    background-image:url(../imgs/trasparenza70.png);
	 /*background-repeat:repeat-x;*/
	 vertical-align: top;
	 width: 640px;
}

td.featuresLineH {  
    padding: 0px;
    border: 0px solid #FFFFFF;
    height: 1px;
}

td.featuresLineV {  
    padding: 0px;
    /*border: 0px solid #FFFFFF;*/
    width: 1px;
}


td.menu-button {
    text-align: center;
    font-size: 11px;
	padding: 5px;  
    background-image:url(../imgs/trasparenza70.png);
	height: 30px;
}

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

li.menu{
	display: inline; 
	margin: 0px 20px 0px 20px;
	padding: 0;
	vertical-align: bottom;
}

li.menu-selected{
	display: inline; 
	margin: 0px 20px 0px 20px;
	padding: 0;
	vertical-align: bottom;
	text-decoration: underline;
}

a {
	color:#ffffff;
	text-decoration: none;
	font-size: 18px;
	font-style: oblique;
}

a:hover {
	color: #ffffff;
	text-decoration: none;
}

a:activelink {
	color: #ffffff;
	text-decoration: none;
}

a.calendar {
	text-decoration: none
}

a.calendar:hover {
	text-decoration: none;
}

a.calendar:activelink {
	color: 79CEFF;
	text-decoration: none;
}

a.content-right {
	color:#0069A8;
	text-decoration: none;
	font-size: 12px;
	font-style: oblique;
}

a.content-right:hover {
	color: #ffffff;
	text-decoration: none;
}

a.content-right:activelink {
	color: #ffffff;
	text-decoration: none;
}

a.table-info {
	color:#0069A8;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}

a.table-info:hover {
	color: #0069A8;
	text-decoration: none;
}

a.table-info:activelink {
	color: #0069A8;
	text-decoration: none;
}

a.content-menu {
	font-size: 18px;
	padding: 0px;
	margin: 0px;
	font-family: "Times New Roman";
	color: #0D477B;
	text-decoration: none;
	font-style: oblique;
}

a.content-menu:hover {
	color: #0D477B;
	text-decoration: none;
}

a.content-menu:activelink {
	color: #0D477B;
	text-decoration: none;
}

hr {
    padding:5px 5px 5px 10px;
    height: 1px;
    color:#0069A8; 
}

h4.content-left {
    padding:5px 5px 5px 10px;
    text-align: center;
    color:#0069A8; 
    font-weight:bold;
	 font-size: 12px;
}

h4.content-right {
	 margin: 0px 0px 0px 0px; 
    padding:5px 5px 0px 10px;
    text-align: left;
    color:#0069A8; 
    font-weight:bold;
	 font-size: 13px;
}

h4.titletable {
	 margin: 0px 0px 0px 0px; 
    padding:5px 5px 0px 10px;
    text-align: center;
    color:#0069A8; 
    font-weight:bold;
	 font-size: 13px;
}


p.content-right {
	 margin: 0px 0px 0px 0px; 
    padding:5px 5px 5px 10px;
    text-align: justify;
    color:#0069A8;
	font-size: 12px;
}

ol.content-right {
    text-align: justify;
    color:#0069A8;
	font-size: 12px;
	list-style-type: lower-alpha;
}

li.content-right {
    text-align: justify;
    color:#0069A8;
	font-size: 12px;
}
p.content-right-home {
	 margin: 0px 0px 0px 0px; 
    padding:5px 5px 5px 10px;
    text-align: justify;
    color:#0069A8;
	 font-size: 12px;
}

p.content-foto {
	 margin: 3px 5px 0px 12px; 
    padding:0px 5px 0px 0px;
    text-align: center;
	 height: 240px;
}

p.content-footer {
	 margin: 20px 0px 0px 0px;  
    padding: 20px 5px 5px 5px;
	 vertical-align: middle;
	 font-size: 9px;
	 text-align: center;
	 font-weight: bold;
}

p.home-footer {
	 margin: 10px 0px 0px 0px;  
    padding: 10px 5px 5px 5px;
	 vertical-align: bottom;
	 font-size: 9px;
	 text-align: center;
	 font-weight: bold;
}

p.home-text {
	 margin: 10px 0px 0px 0px;  
    padding: 10px 5px 0px 5px;
	 vertical-align: bottom;
	 font-size: 12px;
	 text-align: center;
	 /*font-weight: bold;*/
}

a.content-footer {
	 font-size: 9px;
	 font-weight: bold;
	 color: #0069A8;
}

a.content-footer2 {
	 margin: 20px 0px 0px 0px;  
     padding: 20px 0px 0px 0px;
	 vertical-align: bottom;
	 font-size: 9px;
	 text-align: center;
	 font-weight: bold;
	 color: #0069A8;
}

a.content-privacy {
	 margin: 20px 0px 0px 0px;  
     padding: 2px 0px 0px 0px;
	 vertical-align: bottom;
	 font-size: 10px;
	 text-align: center;
	 font-weight: bold;
	 color: #0069A8;
}

p.small-content-right {
    padding:10px 5px 5px 10px;
    text-align: justify;
    color:#0069A8;
	font-size: 9px;
}

p.firma {
    padding:10px 5px 5px 10px;
    text-align: right;
    color:#0069A8;
	font-size: 12px;
}

div.opzioni-list {
	width: 280px;
    padding-left: 1px;
    padding-right: 1px;
    margin-left: 0;
    margin-right: 0;
    float: left;
}

div.sconti-list {
	width: 300px;
    padding-left: 1px;
    padding-right: 1px;
    margin-left: 0;
    margin-right: 0;
    float: right;
}

div.brevi {
	padding-left: 1%;
	padding-right: 1%;
	margin-left: 0;
	margin-right: 0;
	clear: both;
}

div.blank_small {
	height: 10px;
	width: 100px;
	padding-left: 1px;
	padding-right: 1px;
	margin-left: 0;
	margin-right: 0;
	clear: both;
}

div.check_all {
	width: 580px;
	height: 60px;
    padding-left: 1px;
    padding-right: 1px;
    margin-left: 0;
    margin-right: 0;
    position:relative;
	left: 70px;
    clear: both;
}


div.check_in {
	width: 180px;
    padding-left: 1px;
    padding-right: 1px;
    margin-left: 0;
    margin-right: 0;
    float: left;
    clear: both;
}

div.note_box {
	width: 600px;
    padding-left: 1px;
    padding-right: 1px;
    margin-left: 0;
    margin-right: 0;
    float: left;
    clear: both;
}

div.rientro {
	width: 180px;
    padding-left: 1px;
    padding-right: 1px;
    margin-left: 0;
    margin-right: 0;
    float: left;
}


div.check_out {
	width: 180px;
    padding-left: 1px;
    padding-right: 1px;
    margin-left: 0;
    margin-right: 0;
    float: left;
}

div.footer {
	width: 500px;
	padding-left: 1px;
	padding-right: 1px;
	margin-left: 0;
	margin-right: 0;
	clear: both;
}

p.footer-natante {
	width: 580px;
	margin: 5px 10px 0px 22px;  
    padding: 5px 0px 5px 5px;
	vertical-align: bottom;
	font-size: 9px;
	text-align: left;
	font-weight: bold;
	position:relative;
	left: 70px;
}

#opzioni {
	float: left;
	position:relative;
	left: 70px;
}

#sconti {
	float: left;
	position:relative;
	left: 200px;
}

p.addon {
	text-align: left;
	font-size: 10px;
	position:relative;
	left: 80px;
	margin: 1px;
	padding: 1px;
}

p.blank {
	text-align: left;
	font-size: 10px;
	position:relative;
	left: 20px;
	margin: 1px;
	padding: 1px;
	height: 20px;
}

span.check {
	width: 70px;
	text-align: left;
	font-size: 10px;
	position: relative;
	left: 12px;
	margin: 0px;
	padding: 1px;
}

h6.check {
	width: 100px;
	height: 15px;
	font-size: 10px;
	position:relative;
	left: 12px;
	margin: 15px 0px 0px 0px;
	padding: 1px;
}

h5.opzioni {
	width: 100px;
	height: 15px;
	font-size: 12px;
	position:relative;
	left: 13px;
	margin: 5px 0px 5px 0px;
	padding: 1px;
}

p.opzioni {
	text-align: left;
	font-size: 10px;
	position:relative;
	left: 15px;
	margin: 1px 1px 1px 0px;
	padding: 1px 1px 1px 0px;
}

h5.periodi {
	width: 250px;
	height: 15px;
	font-size: 12px;
	position:relative;
	left: 12px;
	margin: 10px 0px 5px 0px;
	padding: 1px;
}


form select {
	width: 100px;
	color:#0069A8;
	border-top-color: #ffffff; 
	border-left-color: #ffffff; 
	border-right-color: #ffffff; 
	border-bottom-color: #ffffff; 
	border-top-width: 1px; 
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	font-size: 10px;
	font-family: verdana,helvetica;
}

form input 	{
   color:#0069A8;
	border-top-color: #ffffff; 
	border-left-color: #ffffff; 
	border-right-color: #ffffff; 
	border-bottom-color: #ffffff; 
	border-top-width: 1px; 
	border-left-width: 1px; 
	font-size: 10px; 
	border-bottom-width: 1px; 
	font-family: verdana,helvetica; 
	border-right-width: 1px;
	width: 120px;
	text-align: left;
}

form input.search 	{
   color:#0069A8;
	border-top-color: #ffffff; 
	border-left-color: #ffffff; 
	border-right-color: #ffffff; 
	border-bottom-color: #ffffff; 
	border-top-width: 1px; 
	border-left-width: 1px; 
	font-size: 10px; 
	border-bottom-width: 1px; 
	font-family: verdana,helvetica; 
	border-right-width: 1px;
	width: 168px;
	text-align: left;
}

.formbutton{
	cursor:pointer;
	border:outset 1px #ccc;
	background:#999;
	color:#666;
	font-weight:bold;
	padding: 1px 2px;
	text-align: center;
	width: 40px;
	background:url(/solomare/imgs/formbg.gif) repeat-x left top;
}

/**************************OLD CSS***************************/

#contentbordering {
	width:784px;
	margin:0 auto;
	/*background-image:url(../imgs/bordocontenuto.gif);*/
	background-repeat:repeat-x;
	background-position:top;
	/*background-color: #176BE9;*/
}

#container {
	text-align:left;
	width:780px;
	margin:0 auto;
}

#tariffe-container {
	text-align:center;
	width:450px;
	margin: 1px;
	position: relative;
	left: 180px;
}

td.natantiList   { 
	font-size: 10px; 
	font-family: verdana,helvetica; 
	color:#666666; 
	text-decoration: none
}

.curlycontainer{
	border: 1px solid #095294;
	margin-bottom: 1em;
	width: 600px;
	position:relative;
	left: 50px
}

.curlycontainer .innerdiv{
	background: transparent url(../imgs/brcorner.gif) bottom right no-repeat;
	position: relative;
	left: 2px;
	top: 2px;
	padding: 1px 4px 15px 5px;
}

#error h4 {
    padding:5px 5px 5px 10px;
    text-align: center;
    color:#666666; 
    font-weight:bold;
    }
	 
table.info{  
    border-spacing: 0px;  
    border-collapse: collapse; 
    margin: 10px;
    width: 600px;  
}

td.info {
	text-align: left;
	font-size: 10px;
    padding: 2px;
    width: 150px;
    height: 35px;
}

td.info_quest1 {
	text-align: left;
	font-size: 10px;
    padding: 2px;
    width: 200px;
    height: 35px;
}

td.info_quest2 {
	text-align: left;
	font-size: 10px;
    padding: 2px;
    width: 80px;
    height: 35px;
}

td.info_quest3 {
	text-align: left;
	font-size: 10px;
    padding: 2px;
    width: 200px;
    height: 35px;
}

td.content-questionario {
	margin: 0px 0px 0px 0px;  
    padding: 20px 5px 2px 5px;
    min-height: 650px;
    background-image:url(../imgs/trasparenza70.png);
	/*background-repeat:repeat-x;*/
	vertical-align: top;
	width: 860px;
}

td.content-attrezzature {
	margin: 0px 0px 0px 0px;  
    padding: 20px 5px 2px 5px;
    min-height: 450px;
    background-image:url(../imgs/trasparenza70.png);
	/*background-repeat:repeat-x;*/
	vertical-align: top;
	width: 400px;
}

td.infobutton {
	text-align: center;
	font-size: 10px;
    padding: 2px;
    width: 150px;
    height: 35px;
}

td.infonote {
	text-align: justify;
	font-size: 10px;
    padding: 2px;
    height: 50px;
}

td.infolabel {
	text-align: left;
	font-size: 10px;
    padding: 2px;
    width: 80px;
    height: 35px;
}

#verybig
{
	width:100%;
	height:100%;
	overflow: auto;
}

#attrezzaturebig
{
	width:100%;
	height:100%;
	overflow: auto;
}

.search-input 	{
   color:#0069A8;
	border-top-color: #ffffff; 
	border-left-color: #ffffff; 
	border-right-color: #ffffff; 
	border-bottom-color: #ffffff; 
	border-top-width: 1px; 
	border-left-width: 1px; 
	border-bottom-width: 1px; 
	font-family: verdana,helvetica; 
	border-right-width: 1px;
	font-size: 10px; 
	width: 100px;
	text-align: left;
}

.imbarco 	{
   color:#0069A8;
	border-top-color: #ffffff; 
	border-left-color: #ffffff; 
	border-right-color: #ffffff; 
	border-bottom-color: #ffffff; 
	border-top-width: 1px; 
	border-left-width: 1px; 
	font-size: 10px; 
	border-bottom-width: 1px; 
	font-family: verdana,helvetica; 
	border-right-width: 1px;
	width: 88px;
	text-align: left;
}

.search-select {
	width: 192px;
	color:#0069A8;
	border-top-color: #ffffff; 
	border-left-color: #ffffff; 
	border-right-color: #ffffff; 
	border-bottom-color: #ffffff; 
	border-top-width: 1px; 
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	font-size: 10px;
	font-family: verdana,helvetica;
}

.smallselect {
	width: 70px;
	color:#0069A8;
	border-top-color: #ffffff; 
	border-left-color: #ffffff; 
	border-right-color: #ffffff; 
	border-bottom-color: #ffffff; 
	border-top-width: 1px; 
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	font-size: 10px;
	font-family: verdana,helvetica;
}

.smallestselect {
	width: 80px;
	color:#0069A8;
	border-top-color: #ffffff; 
	border-left-color: #ffffff; 
	border-right-color: #ffffff; 
	border-bottom-color: #ffffff; 
	border-top-width: 1px; 
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	font-size: 10px;
	font-family: verdana,helvetica;
}


#smallform-left {
	text-align:left;
	margin: 1px 1px 1px 15px;
	/*position: relative;
	left: 30px;
	*/
	display: inline;
	float: left;
	font-size: 9px;
}

#smallform-right {
	text-align:right;
	margin: 1px 15px 1px 1px;
	/*position: relative;
	left: 30px;
	*/
	display: inline;
	float: right;
}

.midselect {
	width: 90px;
	color:#0069A8;
	border-top-color: #ffffff; 
	border-left-color: #ffffff; 
	border-right-color: #ffffff; 
	border-bottom-color: #ffffff; 
	border-top-width: 1px; 
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	font-size: 10px;
	font-family: verdana,helvetica;
}

#smallform-text {
	text-align:left;
	margin: 0px 0px 0px 20px;
	display: inline;
	float: left;
	font-size: 9px;
}

.small-text {
	text-align:left;
	margin: 0px 1px 0px 1px;
	padding: 1px 0px 1px 0px;
	font-size: 9px;
	vertical-align: text-bottom;
}

.imgcalendar {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

a.image-calendar {
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

a.image-calendar:hover {
	text-decoration: none;
}

a.image-calendar:activelink {
	color: #ffffff;
	text-decoration: none;
}

#map {
	text-align:left;
	margin: 0px 1px 1px 48px;
	padding: 0px 0px 0px 0px;
	/*position: relative;
	left: 30px;
	*/
	font-size: 10px;
	color: #0069A8;
}

