@CHARSET "ISO-8859-1";

table.dataTable {
	width: 100%;
    display: table;
    border-collapse: separate;
    border-spacing: 2px;
    border-color: grey;
    font-family: "verdana";
    color: black;
    font-size: 10px;
    text-align: center;
}

th{
	color: #1c2024;
	text-align: center;
	font-size: 19px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-weight: bold;
    height: 20px;  
}

table.dataTable thead th, table.dataTable thead td, table.dataTable tbody td{
	padding: 0px 2px;
    border-width: 2px;
    border-color: #FFFFFF;
    display: table-cell;
    vertical-align: inherit;
}

table.dataTable tfoot th{
	border-width: 2px;
    border-color: #FFFFFF;
    display: table-cell;
    vertical-align: inherit;
}


table.dataTable tr.odd { 
	color: Black;
    text-align: center;
    background-color: #F0FFFF; 
 }
 
table.dataTable tr.even { 
	color: Black;
    text-align: center;
    background-color: #ADD8E6;
}

span.titolo {
    font-size: 21px;
    margin-top: 20px;
    text-align: center;
}

a:visited {
    font-family: "verdana";
    color: black;
    font-size: 14px;
    text-decoration: underline;
}
a:link {
    font-family: "verdana";
    color: black;
    font-size: 14px;
    text-decoration: underline;
 
}

a.verde{
	color: #46b96b;
}

a.rosso{
	color: #ff0000;
}

a.listaTab{
	font-family: "verdana";
    color: #65dde0;
    font-size: 14px;
    text-decoration: underline;
}

ul{
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 20px;

}

li{
	margin-bottom: 2px;
}

ul#listaTab{
	text-align: left;
	margin: 0 5%;
}

li#listaTab{
	margin-bottom: 10px;
}

myh1 {
    position: absolute;
    max-width: 99%;
    top: 30px;
    left: 300px;
    font-family: "verdana";
    color: black;
    font-size: 16px;
    text-align: left;
}

h1 {
    position: absolute;
    max-width: 99%;
    top: 0px;
    left: 300px;
    font-family: "verdana";
    color: black;
    font-size: 16px;
    text-align: left;
}

.FondoTestata_Cesena {
	background: #ffffff url(../img/TestataSfondo_Cesena.gif) 0 100% no-repeat;
    min-height: 111px;
    height: 111px;
}

.FondoTestata_Unione {
	background: url(../img/TestataSfondo_Unione.png) 0 100% repeat-x;
    min-height: 110px;
    height: 110px;
}

.Testata_Cesena {
    background: url(../img/Testata_Cesena.png) 100% 100% no-repeat;
    position: relative;
    min-height: 110px;
    height: 110px;
}

.Home_Cesena{
    border-top: 5px solid #FFFFFF;
    border-right: 5px solid #FFFFFF;
    position: absolute;
    bottom: -2px;
    left: 0;
    z-index: 3;
}

.Home_Unione{
    left: 0;
    z-index: 3;
}

.aCenter{
	text-align: center;
	padding-bottom: 12px;
}

div.dataTables_wrapper{
	border-radius: 25px;
    border: 2px solid #0D6E97;
    padding: 8px;
}

div#listaTab{
	border-radius: 25px;
    border: 2px solid #0D6E97;
    padding: 15px;
    text-align: center;
    width: 90%;
	margin: 0 auto;
}