/*------------------ Contenitore Tabelle bordo red centrale -------------------*/

 #bordo-table-red-centrale {
 width:auto;
 resize:both;
 overflow:auto;
 padding:10px;
 margin:10px;
 color : #000;
 text-align : justify;
 align: center;
 font-size: 10pt;
 
 position:relative; 
 background-color:#fff;
 
 border: 2px solid #cc0000;
 border-radius: 10px;
 -moz-border-radius: 10px;        // Per Firefox
 -webkit-border-radius: 10px;     // Per Chrome
 behavior: url("ie-css3.css")
 
 }
 
 #bordo-table-red-centrale a:link { 
 text-decoration : none;
 font-weight: 300;
 color : #cc0000;
 }
 
 #bordo-table-red-centrale a:visited { 
 text-decoration : none; 
 color : #cc0000;
 }
 
 #bordo-table-red-centrale a:hover { 
 text-decoration : underline;
 color : #000000;
 }
 
 #bordo-table-red-centrale a:active {
 color : #ff0000;
 }
 
 #bordo-table-red-centrale h1 { 
 font-size : 12pt; 
 color : #444; 
 text-align:Center; 
 } 
 #bordo-table-red-centrale h2 { 
 font-size : 12pt; 
 color : #111;
 text-align:left; 
 }



/*------------------ tabella centrale 486px -------------------*/

table, td, th{

border:1px solid #EEE;

width:100%;

border-collapse:collapse;

background-color:#fff;

}

td,th{

padding:10px;

width:auto;

}

td{text-align:left;
}

th{text-align:left;
}

/*------------------ tabella centrale 50% -------------------*/

table1, td, th{

border:5px solid #EEE;

width:100%;

border-collapse:collapse;

background-color:#fff;

}

td,th{

padding:10px;

width:50%;

}

td{text-align:left;
}

th{text-align:left;
}


/*------------------ tabella centrale 33% -------------------*/

table2, td, th{

border:1px solid #EEE;

width:100%;

border-collapse:collapse;

background-color:#fff;

}

td,th{

padding:10px;

width:33%;

}

td{text-align:left;
}

th{text-align:left;
}

/*------------------ tabella centrale td 30% - th 20% -------------------*/

table3, td, th{

border:1px solid #EEE;

width:100%;

border-collapse:collapse;

background-color:#fff;

}

td {

padding:10px;

width:30%;

}

th {

padding:10px;

width:20%;

}

td{text-align:left;
}

th{text-align:left;
}