@charset "utf-8";

* {
	padding:0px;
	margin:0px;
}

body {
	background-color: #252525;
	background-image: url(/images/layout/bg.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #252525;
}

body a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0673ba;
	font-weight: bold;
	text-decoration: none;
}

#page-container #top-container #bottom-container #breadcrumb-bg {
}

#page-container #top-container {
	background-image: url(/images/layout/top_bg.gif);
	background-repeat: repeat-y;
	height: 291px;
	display: block;
}
#page-container #top-container #top-background {
	background-image: url(/images/layout/top_topcell.gif);
	background-repeat: no-repeat;
	height: 28px;
}
#page-container #top-container #top-padding #logo {
	height: 76px;
	top: -30px;
}
#page-container #top-container #top-padding {
	padding-right: 11px;
	padding-left: 11px;
	position: relative;
}
#page-container #top-container #top-padding #navigation-bg {
	background-image: url(/images/layout/navigation_bg.gif);
	background-repeat: repeat-x;
	height: 28px;
}
#page-container #top-container #bottom-container {
	background-color: #FFFFFF;
	margin-right:11px;
	margin-left: 11px;
	min-height:400px;
}
#page-container #top-container #bottom-container #breadcrumb-bg {
	background-image: url(/images/layout/breadcrumb_bg.gif);
	background-repeat: repeat-x;
	height: 22px;
	font-size: 10px;
	padding-top: 5px;
	padding-left: 20px;	margin-top:-2px;
}
#page-container #top-container #footer-bg {
	background-image: url(/images/layout/footer_bg.gif);
	background-repeat: no-repeat;
	height: 103px;
	margin-right: 11px;
	margin-left: 11px;

}


#page-container {
	width: 870px;
	margin-right: auto;
	margin-left: auto;
}

#page-container #top-container #bottom-container #content-cell #content {
	width: 565px;
	float: left;
	text-align: justify;
	clear: right;
}
#news-container {
	width: 180px;
	height: auto;
	background-color: #e1eef6;
	padding: 10px;
	font-size: 11px;
}

#side-container {
	width: 225px;
	height: auto;
	float:right;
	margin-right: -10px;
}

#side-container img{
	margin-left:3px;
}


#news-container h2 {
	font-weight:bold;
}
#news-container h2 a {
	color:#0673ba;
	text-decoration:none;
}
#news-container li {
	list-style:none;
	line-height:20px;
	height:20px;
}

#news-container li a {
	color:#0673ba;
	text-decoration:none;
	font-weight:bold;
}

#copyright {
	font-size:11px;
	line-height: 25px;
	color: #FFFFFF;
	height: 30px;
	padding-left:10px;
	text-align: center;
	padding-right: 10px;
}

#page-container #top-container #bottom-container #content-cell {
	padding-left:20px;
	padding-right:20px;
}

#article-container {
	height:150px;
	padding-bottom:10px;
	padding-top:10px;
}

.article-cell {
	width:100%;
	float:left;
	height:auto;
	margin-left: 10px;
	margin-bottom: 20px;
	margin-top: 10px;
	clear: both;
}

.article-cell p {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.date {
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	margin-bottom: 5px;
}

.article-cell p a {
	padding:0px;
	font-size:12px;
	color: #0673ba;
	font-weight:bold;
	text-decoration: none;
}

.article-cell .article-text {
	width: auto;
}

h1 {
	font-size: 18px;
	color: #0673ba;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	padding-bottom:5px;
	font-weight:normal;
	margin-bottom:10px;
}

h1.alpaa {
	font-size: 18px;
	color: #9dc106;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	padding-bottom:5px;
	font-weight:normal;
	margin-bottom:10px;
}

h2 {
	font-size:12px;
	color: #0673ba;
	padding-bottom:5px;
	font-weight:normal;
}

h2 a {
	font-size:12px;
	color: #0673ba;
	padding-bottom:5px;
	font-weight:normal;
	text-decoration: none;
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #0673ba;
	padding-bottom:10px;
}

h3 a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #0673ba;
	padding-bottom:10px;
	text-decoration: none;
}

.blue-inline-bold {
	color: #0673ba;
	font-weight:bold;
	text-decoration: none;
}


p {
	padding-bottom:15px;
}

.news-h1 {
	font-size: 16px;
	color: #616161;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #616161;
	display:block;
	font-weight:normal;
	margin-bottom:5px;

}

.article-cell .article-image {
	float: left;
	text-align: center;
	vertical-align: middle;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 5px;
}

.more-button {
	float:right;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#top-buttons {
	position:relative;
	height: 0px;
	width:163px;
	left:300px;
	top: -5px;
	display: inline;
}
/*
#top-buttons2 {
	position:relative;
	height: 20px;
	width:163px;
	left:590px;
	top: 10px;
	display: inline;
}
*/
#slogan {
	display:block;
	height:24px;
	text-align:right;
	background-color:#FFFFFF;
	margin-right:11px;
	margin-left:11px;
	padding-right:5px;
}


.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

div.blog_post {
	border-bottom:1px solid #d9d8d7;
	padding:20px 0;
}

div.blog_post div.info {
	width:130px;
	padding:3px 20px 0 0;
	float:left;
	font-size:1.1em;
	padding-top:24px;
}

div.blog_post div.body {
	width:400px;
	float:left;
}

.blogLink a {
	font-size: 18px;
	color: #0673ba;
	padding-bottom:5px;
	font-weight:normal;
	margin-bottom:10px;
	text-decoration:none;
	padding-bottom:10px;
}

.blogLink {
	font-size: 18px;
	color: #0673ba;
	padding-bottom:5px;
	font-weight:normal;
	margin-bottom:10px;
	text-decoration:none;
	padding-bottom:10px;
}

#blog-view {
	width:440px;
	float:left;
}

#blog-tags {
	width:110px;
	padding:3px 20px 0 0;
	float:left;
	font-size:1.1em;
}

.blog-tags-heading {
	font-size: 12px;
	color: #0673ba;
	font-weight:bold;
	text-decoration:none;
}
.blog-tags-heading-grey {
	font-size: 12px;
	color: #333333;
	font-weight:bold;
	text-decoration:none;
}

.blog-category a {
	font-size: 12px;
	color: #333333;
	font-weight:bold;
	text-decoration:none;
}

.menu-spacer {
	background-image: url(/images/layout/menu_spacer.gif);
	height: 28px;
	width: 2px;
	float:left;
}

#menu-container {
	width: auto;
	height: auto;
	padding: 0px;
	font-size: 11px;
}

#ddblueblockmenu{
	width: 225px;
}

#ddblueblockmenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	line-height: 15px;
	text-decoration: none;
}

#ddblueblockmenu li a{
	display: block;
	padding-left: 9px;
	width: 199px; /*185px minus all left/right paddings and margins*/
	text-decoration: none;
	color: white;
	border-bottom: 1px solid #90bade;
	border-left: 7px solid #1958b7;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	background-color: #2175bc;
}

* html #ddblueblockmenu li a{ /*IE only */
	width: 182px; /*IE 5*/
	w\idth: 199px; /*185px minus all left/right paddings and margins*/
}

#ddblueblockmenu li a:hover {
	background-color: #2586d7;
	border-left-color: #1c64d1;
	background-attachment: scroll;
	background-image: url(/images/layout/menu_bg.gif);
	background-repeat: repeat;
	background-position: left top;
}


.menu-item {
	line-height:28px;
	font-size:11px;
	color:#333333;
	float:left;
	margin-right: 10px;
	margin-left: 10px;
}
.menu-item a {
	color:#333333;
	float:left;
	text-decoration:none;
}
.menu-item a:hover {
	color:#0673ba;
	float:left;
	text-decoration:underline;
}
#menu-items {
	float:right;

}

.footer-spacer {
	background-image: url(/images/layout/footer_spacer.gif);
	height: 40px;
	width: 1px;
	float:left;
}

.footer-item {
	line-height:22px;
	font-size:11px;
	color:#FFFFFF;
	float:left;
	margin-right: 10px;
	margin-left: 10px;
}
.footer-item a {
	color:#FFFFFF;
	float:left;
	text-decoration:none;
}
.footer-item a:hover {
	color:#0673ba;
	float:left;
	text-decoration:none;
}
#footer-items {
	float:right;
	margin-top: 10px;
}

ul {
	padding-left:30px;
	padding-bottom: 10px;
}

ol {
	padding-left:30px;
	padding-bottom: 10px;
}

.portHeading {
	background-color: #EFEFEF;
	padding: 5px;
	display: block;
	color: #333333;
}

.portHeading a {
	color: #333333;
}

.portImage {
	padding: 3px;
	border: 1px solid #999999;
	margin-right: 10px;
	margin-left: 10px;
}

#breadcrumb-bg a {
	font-size: 10px;
	color:#333333;
	text-decoration:none;
}
#breadcrumb-bg a:hover {
	color:#0673ba;
}

.submit-panel {
	padding:10px;
	border:solid 1px #bedbe9;
}
#errorExplanation {
	padding:10px;
	background-color:#fbc6c8;
}
.show-hide a {
	color:#333333;
	font-weight:bold;
	font-size:10px;
	text-decoration:none;
}

#notice {
	padding:5px;
	background-color: #bcd9ec;
	display:block;
	text-align:center;
	font-weight:bold;
}


#content b {
font-weight:normal;
}#noFlash {	display:none;}img {	border:0px;}
.pdf {
	color: #00A94F;
	text-decoration: none;
	margin-bottom: 5px;
}
.pdf a{
	color: #00A94F;
	text-decoration: none;
	margin-bottom: 5px;
}
.photos {
	margin: 5px;
	display: block;
	width: auto;
}
.opboxes1 {
	width: 220px;
	display: inline;
	float: left;
}

.opboxes2 {
	width: 270px;
	display: inline;
	float: left;
}
.opbox {
	display: block;
	width: 100%;
	clear: both;
	float: left;
}

.formrow {
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
	clear: both;
	float: left;
}
#dati .formrow .labels {
	display: inline;
	width: 110px;
	clear: none;
	float: left;
	text-align: right;
	height: 20px;
}
#dati .formrow .formelement {
	display: inline;
	width: 160px;
	clear: none;
	float: left;
	padding-left: 10px;
	height: 20px;
}

#prenotazione .formrow .labels {
	display: inline;
	width: 130px;
	clear: none;
	float: left;
	text-align: right;
	height: 20px;
}
#prenotazione .formrow .formelement {
	display: inline;
	width: 390px;
	clear: none;
	float: none;
	padding-left: 10px;
}

#privacyfldset .formrow .labels {
	display: inline;
	width: 400px;
	clear: none;
	float: left;
	text-align: right;
	height: 20px;
}
#privacyfldset .formrow .formelement {
	display: inline;
	width: auto;
	clear: none;
	float: none;
	padding-left: 10px;
}

fieldset{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.divgnemmi {
	background-color: #EAE8F3;
	border: 1px solid #999999;
	padding: 10px;
	margin-bottom: 20px;
}

.divgnemmi a{
	margin-bottom: 20px;
	font-weight: bold;
	text-decoration: none;
	color: #0673ba;
}
.cartolinebox {
	display: block;
	margin-bottom: 20px;
	clear: both;
	height: auto;
	width: 100%;
	float: left;
}

.cartoline {
	margin: 10px;
	height: 100px;
	width: 120px;
	display: block;
	clear: none;
	float: left;
}

.cartolineAlpaa {
	margin: 10px;
	height: 150px;
	width: 220px;
	display: block;
	clear: none;
	float: left;
}

#datiopzionali .formrow .labels {
	display: inline;
	width: 110px;
	clear: none;
	float: left;
	text-align: right;
	height: 20px;
}
#datiopzionali .formrow .formelement {
	display: inline;
	width: 160px;
	clear: none;
	float: left;
	padding-left: 10px;
	height: 20px;
}

input, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	color: #0673ba;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}

input:hover, textarea:hover, select:hover {
  border: #7D95B5 1px solid;
}

input[type="checkbox"] {
	margin: 0px;
	background: #FFFFFF;
	border: none;
}

.checkbox {
	margin: 0px;
	background: #FFFFFF;
	border: none;
}

input[type="submit"] {
  margin: 0px;
  padding: 0px;
  background: #FFFFFF;
}
.resultrow {
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
	clear: both;
	float: left;
}
.resultrow .labels {
	display: inline;
	width: 116px;
	clear: none;
	float: left;
	text-align: left;
	height: 20px;
}.valsesia {
	font-weight: bold;
	color: #005EAE;
}
.in {
	font-weight: bold;
	color: #FFFFFF;
}
input[type="button"] {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF;
}
.link-cell {
	width:95%;
	float:left;
	height:auto;
	margin-left: 10px;
	margin-bottom: 20px;
	margin-top: 10px;
}

.link-image {
	width:78px;
	float:left;
	height:auto;
	margin-left: 10px;
	margin-right: 10px;
	clear: none;
}

.link-text {
	float:right;
	height:auto;
	margin-left: 10px;
	clear: none;
	width: 420px;
}
