html, body {
	margin: 0;
	padding: 0;
	font-size: 100%;
	background-color: #f2f5f2;
	height: 100vh; /* viewport */
}

body {
	font-family: Verdana, Calibri, Arial, sans-serif;
	color: #17365d;
}

.mycontainer {
	min-height: 100vh;
	height: auto !important;
	height: 100vh;
	margin: 0 auto -100px; /* altezza del piede + 2px */
}

.myfooter, .mypush {
	height: 100px;
}

table {
	/*background-color: #f2f5f2;*/
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #17365d;
	font-size: 14px;
}

th, td {
	padding: 2px;
}

div, p {
	color: #17365d;
}

input[type=select], input[type=text], input[type=textarea] {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #17365d;
	margin-top: 0px;
}

input[type=submit], input[type=button] {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: 200;
	color: #202020;
	font-size: 14px;
	cursor: pointer;
	padding: 0;
	border: solid 1px #c0c0c0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	/*border:0 none;*/
}

.comandi
{
	border-style: solid;
	border-color: #999999;
	border-width: 1px;
	cursor: pointer;
}

a.piedelink:link, a.piedelink:visited {
    color: #17365d;
    font-family: Verdana;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
}
a.piedelink:hover, a.piedelink:active {
    color: #0066CC;
    font-family: Verdana;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    text-decoration: underline;
}

a.credits:link, a.credits:visited {
    color: #505050;
    font-family: Verdana;
    font-size: 10px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
}
a.credits:hover, a.credits:active {
    color: #202020;
    font-family: Verdana;
    font-size: 10px;
    font-weight: normal;
    font-style: normal;
    text-decoration: underline;
}

a.ritorna:link, a.ritorna:visited {
    color: #17365d;
    font-family: Verdana;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
	cursor:pointer;
	line-height:36px;
	vertical-align:middle;
}
a.ritorna:hover, a.ritorna:active {
    color: #0066CC;
    text-decoration: underline;
}

a.newslink:link, a.newslink:visited {
    color: #17365d;
    font-family: Verdana;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    text-decoration: underline;
}
a.newslink:hover, a.newslink:active {
    color: #0066CC;
    font-family: Verdana;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    text-decoration: underline;
}

a.newslinkbold:link, a.newslinkbold:visited {
    color: #17365d;
    font-family: Verdana;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    text-decoration: underline;
}
a.newslinkbold:hover, a.newslinkbold:active {
    color: #0066CC;
    font-family: Verdana;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    text-decoration: underline;
}

a.elenchilink:link, a.elenchilink:visited {
    color: #0066CC;
    font-family: Verdana;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    text-decoration: underline;
}
a.elenchilink:hover, a.elenchilink:active {
    color: #17365d;
    font-family: Verdana;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    text-decoration: underline;
}

.smalllink {
    color: #17365d;
    font-family: Verdana;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
	 text-decoration:none;
}
.smalllink a {
	color:#17365d;
	text-decoration:none;
}
.smalllink a:hover {
    color: #0066CC;
    text-decoration: underline;
}

.ufftitol {
	background-color:#ffe4b5;
	color:#0066CC;
	font-family:Verdana;
	font-size:14px;
	font-weight:bold;
	padding:8px;
	text-align:left;
	text-indent:20px;
}
.ufflabel {
	background-color:#f0f8ff;
	color:#303030;
	font-family:Verdana;
	font-size:14px;
	font-weight:normal;
	padding:3px;
	text-align:left;
}
.uffvalor {
	background-color:#f0f8ff;
	color:#17365d;
	font-family:Verdana;
	font-size:14px;
	font-weight:normal;
	padding:3px;
	text-align:left;
}

.nodititol {
	color:#17365d;
	font-family:Verdana;
	font-size:14px;
	font-weight:bold;
	text-align:left;
}
.nodilabel {
	color:#303030;
	font-family:Verdana;
	font-size:14px;
	font-weight:normal;
	padding-left:3px;
	text-align:left;
}
.nodivalor {
	color:#17365d;
	font-family:Verdana;
	font-size:14px;
	font-weight:normal;
	padding-left:3px;
	text-align:left;
}

.newsbutton {
	height:20px;
	width:28px;
	background:#A4C3FB;
	color:#17365d;
	border:1px solid #2029b2;
	text-align:center;
	cursor:pointer;
	font-size:9px;
	font-weight:bold;
	font-family:Verdana;
	text-decoration:none;
	vertical-align:middle;
}
.newsbutton:hover {
	background:#b0e0e6;
	color:#0066CC;
}
.newsbutton:active {
	background:#b0e0e6;
	color:#0066CC;
}

.newsbuttonvoto {
	height:20px;
	width:28px;
	background:#ffff00;
	color:#17365d;
	border:1px solid #2029b2;
	text-align:center;
	cursor:pointer;
	font-size:10px;
	font-weight:bold;
	font-family:Verdana;
	text-decoration:none;
	vertical-align:middle;
}
.newsbuttonvoto:hover {
	background:#ffff99;
	color:#0066CC;
}

.menudivsx {
	line-height:28px;
	width:228px;
	background:#A4C3FB;
	color:#17365d;
	border:1px solid #9393FD;
	padding-left:10px;
	text-align:left;
	font-size:14px;
	font-weight:normal;
	font-family:Verdana;
	text-decoration:none;
	vertical-align:middle;
}
.menudivdx {
	line-height:28px;
	width:228px;
	background:#A4C3FB;
	color:#17365d;
	border:1px solid #9393FD;
	padding-right:10px;
	text-align:right;
	font-size:14px;
	font-weight:normal;
	font-family:Verdana;
	text-decoration:none;
	vertical-align:middle;
}

.trast{
	line-height:28px;
	background-color:#A4C3FB;
	color:#17365d;
	border:1px solid #9393FD;
	padding-left:10px;
	text-align:left;
	font-size:14px;
	font-weight:normal;
	font-family:Verdana;
	vertical-align:middle;
	width:99%;
}
.trast a{
	color:#17365d;
	text-decoration:none;
	
}
.trast a:hover {
	color: #0066CC;
	text-decoration: underline;
}


a.xtrast:link, a.xtrast:visited {
	color: white;
	text-align: left;
	font-size: 14px;
	font-family: Verdana;
	font-style: normal;
	text-decoration: none;
	padding: 8px;
	background: #377ba8;
	font-weight: normal;
	margin: 0px 0px 12px 0px;
}
a.xtrast:hover, a.xtrast:active {
	color: #0066CC;
	text-decoration: underline;
}
.xtrast img {vertical-align:middle;margin-right:5px;margin-left:0px;}

.icona-trast {
	color: white;
	padding: 8px 8px 8px 32px;
	background: #377ba8 url("../images/cartella.gif") no-repeat 8px 8px;
	border: 1px solid #483d8b;
}


.trase ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
	font-size:80%;
}
.trase ul li{
	margin:0px;
	padding:0px;
	width:99%;
}
.trase ul li a{
	display:block;
	padding:2px 0px 2px 16px;
	background: url("images/trattob.gif") no-repeat 3px 6px;
	margin:1px 0px 1px 0px;
	text-decoration:none;
	color:#404040;
	font-family: Verdana;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
}
.trase ul li a:hover {
	text-decoration:underline;
	background: url("images/frecciar.gif") no-repeat 3px 6px;
	color:#0066CC;
}


.trase ul ul li
{
	margin-left:10px;
	margin-top:0px;
	margin-bottom:0px;
	margin-right:0px;
	padding:0px;
	width:99%;
}
.trase ul ul li a{
	display:block;
	padding:2px 0px 2px 16px;
	background: url("images/freccia.gif") no-repeat 3px 6px;
	margin:1px 0px 1px 0px;
	text-decoration:none;
	color:#404040;
	font-family: Verdana;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
}
.trase ul ul li a:hover { text-decoration:underline;background: none;}



/* Menu generale */
div.menu_00 {
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 3px;
	padding-bottom: 3px;
}
div.menu_00:hover {
	background-color: #ffffff;
}

a.menu_00:link, a.menu_00:visited {
	color: #17365d;
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	cursor:pointer;
	vertical-align:middle;
}
a.menu_00:hover, a.menu_00:active {
	color: #0066CC;
	text-decoration: underline;
}
a.menu_00en:link, a.menu_00en:visited {
	color: #cc0000;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	cursor:pointer;
	vertical-align:middle;
}
a.menu_00en:hover, a.menu_00en:active {
	color: #0066CC;
	text-decoration: underline;
}


a.mainmenu:link, a.mainmenu:visited {
    color: #303030;
    font-family: Verdana;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    padding:4px 2px 4px 6px;
}
a.mainmenu:hover, a.mainmenu:active {
    color: #ff6347;
    font-family: Verdana;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
}



.mymenus
{
    background-image: url(images/gradientemenu.png);
}
.mymenuc
{
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:#ffffff;
    background: #17365d; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#036E99, #17365d); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#036E99, #17365d); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#036E99, #17365d); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#036E99, #17365d); /* Standard syntax */
	cursor: pointer;
	border: solid 1px #c0c0c0;
	text-align: center;
	padding-left:30px;
	padding-top:8px;
	padding-right:30px;
	padding-bottom:8px;
}

.mymenuc:hover
{
    color: #ffffff;
    background: #036EB4;
}

.mymenua
{
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:#17365d;
	background-color: #c6c7c9;
	cursor: pointer;
	border: solid 1px #c0c0c0;
	text-align: center;
	padding-left:30px;
	padding-top:8px;
	padding-right:30px;
	padding-bottom:8px;
}
.mymenua:hover
{
    color: #ffffff;
    background: #036EB4;
}
.mybase
{
    background: #b0b0b0; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#b0b0b0, #ffffff); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#b0b0b0, #ffffff); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#b0b0b0, #ffffff); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#b0b0b0, #ffffff); /* Standard syntax */
	padding-top:4px;
	padding-bottom:4px;
}


/** Posizione fissa dei messaggi */
.position-absolute-top {
    top:0;
	left:50%;
    position: absolute;
    overflow: hidden;
}
.position-fixed-top {
    top:0;
	left:50%;
    position: fixed;
    overflow: hidden;
}
.position-fixed-center {
    top:50%;
	left:50%;
    position: fixed;
    overflow: hidden;
}
.position-fixed-bottom {
    bottom:0;
	left:50%;
    position: fixed;
    overflow: hidden;
}
.position-absolute-top {
    top:0;
	left:50%;
    position:absolute;
    overflow: hidden;
}

span.mia_classe {
    background: #ff0000;
	color: #ffffff;
}
