/*
Coffee with milk
Table design by Roger Johansson, 456 Berea Street
www.456bereastreet.com
================================================*/

table {
	font: normal 76%/150% "Verdana", "Verdana", Arial, Helvetica, sans-serif;
		Arial, Helvetica, sans-serif;
	border: 1px solid white;
	border-collapse: collapse;
	border-spacing: 10px;
	color: #000000;
}

table th {
	background-color: #000000;
	color: #ffffff;
}

table tr:nth-child(even) {
	background-color: #ffffff;
	color: #000000;
}

table tr:nth-child(odd) {
	background-color: #eeeeee;
	color: #000000;
}

blue {
 border:1px solid blue; 
 }
 .whitetable {
	font: normal 76%/150% "Lucida Grande", "Lucida Sans Unicode", Verdana,
		Arial, Helvetica, sans-serif;
	border: 1px solid white;
	border-collapse: collapse;
	border-spacing: 10px;
	color: #ffffff;
}


a:hover
{ 
background-color:yellow;
}

// background color of main page
body  { background-white; }
// background color of h3 text
h3 { background-white; }


.ta_classe_full
{
overflow: auto;
display: block;
height: 600px;
}
.ta_classe_one_line
{
overflow: auto;
display: block;
height: 50px;
}
.cl2
{
height: 30px;
display: block;
}


#MaTable {
 width: 400px;
 padding: 2px; 
 border-spacing: 2px; 
}
.tabcenter{
   margin-left:auto;
   margin-right:auto;
}

