#container {
	max-width: 960px;
  	margin-left: auto;
  	margin-right: auto;
  	padding: 4px;
  	background: #FFFFFF;
  	height:auto !important;
  	min-height:580px;
}
@-ms-viewport {
	width: device-width;
}
img {
  max-width: 100%;
}
img.full{
	max-width:none;
}
@media (max-width: 600px) {
	textarea {
  		width: 280px;
  		height: 200px;
	}
	input.riduci{
		width: 300px;
	}
	div.nascondi{
		display:none;
	}
}
p.small {line-height:20%}
blockquote {
	margin: 0px 0px 0px 20px;
	padding: 0 0 0 10px;
	border-left: 4px solid #E8E7D0;
	font-size: 0.9em;
}
body {
	margin: 0 auto 20px auto;
	padding: 0px;
	background: #063D80
}

body, td {
	font-family: Verdana, Arial, Helvetica;
	font-size: 13px;
}

table { border-collapse: collapse; border-spacing: 0; }
/* Gets rid of IE's blue borders */
table { -x-system-font: none; font-family: inherit; font-size: inherit; font-size-adjust: inherit; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit;  }
table.sezione {
	border: 1px solid #CCCCCC;
	margin: 6px 0px 0px 0px;
}
table.sezioneAmpia {
	border: 1px solid #CCCCCC;
	margin: 6px 0px 0px 0px;
	line-height:190%;
}
td.sezionetitolo{
	background:#B0E3FF;
	font-weight: bold;
}
td.sezionesub{
	background:#FFFFBB;
}
td.spaced p + p{
	margin-top: 0.2em;
}
td.spaced b{
	color: #000099;
}
td.ivoce{
	width: 50%;
	font-weight: bold;
	color: #008000;
	text-align: right;
}
td.ival{
	width: 50%;
}
div.error{
	color: #FFFFFF;
	background-color: #F20000;
	font-weight: bold;
	text-align: center;
	padding: 5px;
}	
td.itit{
	width:100%;
	background-color: #D7F2F9;
	color: #000000;
	font-weight: bold;
	text-align: center;
}
td.subtit{
	width:100%;
	background-color: #F2F8F4;
	color: #000000;
	font-weight: bold;
}
td.idesc{
	width:100%;
	font-size: 12px;
	color: #666666;
	text-align: center;
}

td.clist a{
	font-weight: bold;
}
h1 {
	font-size: 1.6em;
	line-height: 1.1em;
	font-weight: bold;
	display: inline;
}
h2 {
	font-size: 1em;
	line-height: 1em;
	margin: 0;
}

span.titoletto{
	color: #ff0000;
	font-weight: bold;
}
tr.lintit{
	background-color: #FFFFBB;
	font-weight: bold;
}
td.menu a{
	color: #FFFFFF;
}
td.menu {
	color: #FFFFFF;
}
table.lista img{
	margin-right:4px;
}
ul{
	margin: 0px 0px 0px 0px;
}
.alfa {
	color: #093B78 !important;
	background-color: #9DDAF9;
	border: 1px solid #093B78;
	margin: 0 1px 0px 0;
	padding: 0px 9px 0px 9px;
	display: inline-block;
	text-decoration: none;
	white-space: nowrap;
	line-height: 24px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
.voto {
	color: #093B78 !important;
	background-color: #DADADA;
	border: 1px solid #E5E5E5;
	padding: 0px 9px 0px 9px;
	display: inline-block;
	text-decoration: none;
	white-space: nowrap;
	line-height: 24px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
.button {
	color: #093B78 !important;
	background-color: #F4F4F4;
	border: 1px solid #093B78;
	margin: 8px 1px 3px 0;
	padding: 0px 9px 0px 9px;
	display: inline-block;
	text-decoration: none;
	white-space: nowrap;
	line-height: 24px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
.button.big {
	color: #3333FF !important;
	background-color: #ABDFFE;
    border: 2px solid #28166F;
    line-height: 40px;
	font-size: 17px;
    font-weight: bold;
}
.button.fb {
	color: #FFFFFF !important;
	background-color: #4267B2;
    border: 2px solid #4267B2;
    line-height: 40px;
	font-size: 17px;
    font-weight: bold;
}
.large{
	letter-spacing: 25px;
	font-family:courier;
}

span.evidenziato{
	color: #ff0000;
	background-color: #FFFF00;
	font-weight: bold;
	padding: 4px;
}