/* CSS by Claudio Santori Ottimizzare.com  Copyright */
/* Stili applicati alle Tabelle */
table {text-align: left;}
.table1 {
      	width: 50%; 
	border-color: #000000; 
	border-style: double; 
	}

.table2 {
	width: 50%; 
	border-color: #000000; 
	background: #ffffff;
	border-style: double; 
	}

.table3 {
	width: 50%; 
	border-color: #000000;
	background: #ffffff;
	border-style: double; 
		}
.table4 {
	width: 50%; 
	border-color: #000000;
	border-top-width: 2px;
	border-right-width: 9px;
	border-left-width: 2px;
	border-bottom-width: 9px;
	background: #ffffff;
	border-style: solid; 
		}
.table5 {
	width: 100%; 
	border-color: #000000;
	border-width: 8px;
	background: #ffffff;
	border-style: solid; 
		}
.table6 {
	width: 50%; 
	border-color: #000000;
	border-width: 2px;
	background: #ffffff;
	border-style: double; 
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
		}	
.table7 {
	width: 50%;
	font-size: 14px;
	color: #990033;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 40px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-color: #000033;
	border-right-color: #CCCCCC;
	border-bottom-color: #00CC33;
	border-left-color: #996600;
	background-color: #0099FF;
	border-collapse: separate;
		}

table.sample {
	border-width: 1px 1px 1px 1px;
	border-spacing: 3px;
	border-style: solid solid solid solid;
	border-color: green green green green;
	border-collapse: separate;
	background-color: rgb(255, 250, 250);
}
table.sample th {
	border-width: medium medium medium medium;
	padding: 2px 2px 2px 2px;
	border-style: hidden hidden hidden hidden;
	border-color: green green green green;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.sample td {
	border-width: medium medium medium medium;
	padding: 2px 2px 2px 2px;
	border-style: hidden hidden hidden hidden;
	border-color: green green green green;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}







/* border-style: inset - outset - groove - ridge*/
/* double: doppio  dotted: pallini solid: standard none: niente bordo dashed: trattini*/


/* fine css www.ottimizzare.com copyright */
