﻿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 -84px; /* altezza del piede + 2px */
}

.myfooter, .mypush {
	height: 80px;
}

table {
	font-family: Verdana, Calibri, Arial, sans-serif;
	font-size: 14px;
	color: #17365d;
	background-color: #f2f5f2;
}

th, td {
	padding: 2px;
}

input[type=select], input[type=text], input[type=textarea] {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #202020;
	font-size: 14px;
}

input[type=submit], input[type=button] {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: 500;
	color: #404040;
	font-size: 14px;
	padding: 0;
	border: solid 1px #c0c0c0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #e6e6fa;
	cursor: pointer;
}

	input[type=submit], input[type=button]:hover {
		background-color: #DCDCDC;
	}

.comandi {
	border-style: solid;
	border-color: #999999;
	border-width: 1px;
	cursor: pointer;
}

.tabmaster
{
	background-color: #fff8dc;
	border: solid 1px Navy;
	border-collapse: collapse;
	font-size: 14px;
	font-family: Verdana;
	color: #17365d;
	width: 990px;
}
.titmaster
{
	font-size: 14px;
	font-family: Verdana;
	font-weight: bold;
	color: #a00000;
	padding: 6px;
	text-align: center;
}

a.mappa:link, a.mappa:visited {
	border: none;
}
a.mappa:hover, a.mappa:active {
	border: 1px solid #ff0000;
}

/** Posizione fissa dei messaggi */
.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:0;
    position:absolute;
    overflow: hidden;
}


a.ritorna:link, a.ritorna:visited {
    color: #191970;
    font-family: Verdana;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
	cursor:pointer;
	line-height:30px;
	vertical-align:middle;
}
a.ritorna:hover, a.ritorna:active {
    color: #800000;
    text-decoration: underline;
}


a.evidente:link, a.evidente:visited {
    color: #e00000;
    font-family: Verdana;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
	cursor:pointer;
	line-height:30px;
	vertical-align:middle;
}
a.evidente:hover, a.evidente:active {
    color: #000080;
    text-decoration: underline;
}


/** non funziona: inizio */
.comandiposta {
    border: 1px solid #ffffff;
}
.comandiposta:hover {
    border: 1px solid #808080;
}
.comandiposta:focus {
    border: 1px solid #808080;
}
/** non funziona: fine */
