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

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


body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#3B3330;
	margin:0px;
	padding:0px;
	color:#333333;
}

#container {
	width:920px;
	margin-left:auto;
	margin-right:auto;
	background-color:#D9D1AD;
	border: 5px solid #FFFFFF;	

}
#header {
	height:100px;
	width:920px;
	margin-left:auto;
	margin-right:auto;
}
#logo {
	width:364px;
	height:61px;
	background-image:url(../images/logo.gif);
	margin-top:20px;
	margin-left:10px;
	float:left;
}
#language {
	float:right;
	margin-top:30px;
	font-size:10px;
	color:#7A97E0;
	margin-right:20px;
}
#language h3 {
	width:40px;
	font-size:14px;
	color: #fff;
	text-transform: uppercase;
	font-weight: lighter;
	float:left;
	margin:0px;
	padding:0px;
	text-align:center;
}
#flashcontent {
	text-align:center;
	vertical-align:center;
	width:920px;
	height:230px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;	
	background-image:url(../images/trittico.jpg);
	margin-bottom:0px;
}
#flashcontent p {
	background-color:#fff;
	color:#333333;
	padding:7px;
	display:inline;
	margin-top:auto;
	margin-bottom:auto;
	text-align: center;
	vertical-align: middle;	
	}
#flashcontent p a {
	color:#330000;
}

/* menu principale */

#navcontainer ul {
	font-size:16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFFFFF;
	line-height:41px;
	height:44px;
	float:left;
	text-align:center;
	margin:0px;
	float:left;
	padding:0px;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a {
	color: #fff;
	text-decoration: none;
	float: left;
	height: 44px;
	width: 229px;
	margin-right: 1px;
	background-image: url(../images/bkg_navcontainer.jpg);
	background-position:bottom;
	background-repeat: repeat-x;	
}

#navcontainer ul li a:hover {
	background-image: url(../images/btn_selected.jpg);
	color:#FF6600;
}
#navcontainer ul li a.current {
	background-image: url(../images/btn_hover.jpg);
}

/* /menu principale */


/* menu orizzontale 2 */

#navcontainer2 ul {
	font-size:16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFFFFF;
	line-height:41px;
	height:44px;
	float:left;
	text-align:center;
	margin:0px;
	float:left;
	padding:0px;
}

#navcontainer2 ul li { display: inline; }

#navcontainer2 ul li a {
	color: #fff;
	text-decoration: none;
	float: left;
	height: 44px;
	width: 305px;
	margin-right: 1px;
	background-image: url(../images/bkg_navcontainer.jpg);
	background-position:bottom;
	background-repeat: repeat-x;	
}

#navcontainer2 ul li a:hover {
	background-image: url(../images/btn_selected.jpg);
	color:#FF6600;
}
#navcontainer2 ul li a.current {
	background-image: url(../images/btn_hover.jpg);
}

/* / menu orizzontale 2 */


#main {
	float:left;
	padding-top: 25px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	width:630px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;	

}
#main h3 {
	color:#E14105;
	font-family:"Times New Roman", Times, serif;
	margin:3px;
}

#main p {
	margin-top:0px;
	font-size:12px;
}


#main img {
	float:left;
	border: 5px solid #ffffff;
	margin-right:15px;
}
#main hr {
 color: #ffffff;
background-color: #ffffff;
margin-top:10px;
height: 1px;
border:0px;
display:block;
	}
#main a {
	color:#E14105;
	text-decoration:none;
	font-size:10px;
}

#sidebar {
	float:right;
	width:207px;
	background-image:url(../images/sidebar.gif);
	margin:10px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;

}

#sidebar h3 {
	font-size:28px;
	color:#fff;
	margin-top:3px;
	margin-bottom:10px;
	font-weight: lighter;
}

#sidebar form {
	margin:0px;
	padding:0px;
	border-color:red;
	width:260px;
	height:100px;
}

#sidebar p.data {
	color:#E14105;
	font-size:10px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#sidebar p.testo {
	color:#333333;
	font-size:11px;
		margin:0px;
}
#sidebar a {
	color:#E14105;
	font-size:10px;
}
#sidebar a:link {
	text-decoration:none;
}
#sidebar a:hover {
	text-decoration:underline;
}
#footer {
	height:100%;
	text-align:center;
	color:#7A97E0;
	line-height:30px;
	font-size:12px;
}
.appDescrizione {
	padding-top: 5px;
	padding-bottom: 10px;
}
.appDescrizioneTitolo {
	font-family:"Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
}
.debugBorder {
	border: thin dotted #FF0000;
}
.t0 {
	font-size: 12px;
}

/* LC ADD */

.error {
	color: #FF0000;
}
.test {
	border: thin dotted #FF0000;
}
.tnBox{
	height: 110px;
	float: left;
}
.testo {
	color:#333333;
	font-size:11px;
	margin:0px;
}
.testo p{
	margin: 0px;
	padding: 0px;
}
.data {
	color:#E14105;
	font-size:10px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.title01{
	font-family:"Times New Roman", Times, serif;
	font-weight: 900;
	font-size: 24px;
	color: #E14105;
}
.title02{
	font-family:"Times New Roman", Times, serif;
	font-size: 16px;
	color: #E14105;
}
.indexGallery div{
	text-align: center;
	color: #FF0000;
	padding: 5px;
}

.indexGallery img{
	border: 5px solid #ffffff;
	margin-right:15px;
}

.photoItem{
	float: left;
}

.priceTable, .priceTable td, .priceTable th {
	border: 1px solid #333333;
}

#myGallery
{
	width: 400px !important;
	height: 200px !important;
}

.link{
	margin-bottom: 10px;
}

.link a{
}

.linkName{
}

.linkLink{
}

.linkDesc{
}

.galleryBox{
	margin-top: 10px;
}

.roomCal th{
	background-color:#999999;
}

.roomCal td{
	background-color:#FFFF99;
}

.roomCal .booked{
	background-color:#FF0000;
}
.roomCal .free{
	background-color:#00FF00;
}
