﻿/* TABELLA AVVISI */
#tablePosition {
	width: 350px;
	visibility: visible;
	position: absolute;
	top: 396px;
	margin-right: auto;
	margin-left: auto;
	left: 0px;
	height: 23px;
}
table{
	margin: 0px;
	padding: 0;
	width: 100%;
	color: #004FA3;
	position: absolute;
	top: 207px;
}

th{
	height: 20px;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	background-color: #FF0000;
	color: #FFFFFF;
	border-bottom-color: #CCCCCC;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #004FA3;
	font-size: 10px;
}
td{
	height: 20px;
	width: auto;
	text-align: left;
	margin: 0;
	padding: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #004FA3;
}
