﻿/* -------- Soppressi da Leonardo -------------------------------------------------
table { 
	background:#D3E4E5;
	border:1px solid gray;
	border-collapse:collapse;
	color:#fff;
	font:normal 10px verdana, arial, helvetica, sans-serif;
}
tbody tr:hover { 
 border:1px solid #03476F;
 color:#000000;
}

caption { 
border:1px solid #5C443A;
 color:#5C443A;
 font-weight:bold;
 letter-spacing:20px;
 padding:6px 4px 8px 0px;
 text-align:center;
 text-transform:uppercase;
}
td{ 
border:1px dotted gray;
 color:#363636;
 padding:5px;
 
}

th{
border:1px dotted gray;
 color:#ffffff;
 font-weight:bold;
 text-decoration:none;
  padding:5px;
}

tr { border:1px dotted gray;
}
.thead, tfoot th{ background:#5C443A;
 color:#FFFFFF;
 padding:3px 10px 3px 10px;
 text-align:center;
 text-transform:uppercase;
 border-right: dotted 1px white;
}

.headerTable { 
background:#5C443A;
 color:#ffffff;
 border-right: dotted 1px white;
 

 }
 
 
tbody td a { 
 color:#363636;
 text-decoration:none;
 font-weight:bold;
 
}
tbody td a:visited { color:gray;
 text-decoration:none;
}
tbody td a:hover { text-decoration:underline;
}
tbody th a { 
 color:#ffffff;
 font-weight:bold;
 text-decoration:none;
}
tbody th a:hover { color:#363636;
}
tbody td+td+td+td a {  /* background-image:url('bullet_blue.png'); * /
 background-position:left center;
 background-repeat:no-repeat;
 /*color:#03476F;* /
 
}
tbody td+td+td+td a:visited { /* background-image:url('bullet_white.png'); * /
 background-position:left center;
 background-repeat:no-repeat;
}
tbody th, tbody td { 
 vertical-align:middle;
}
tfoot td { background:#5C443A;
 color:#FFFFFF;
 padding-top:3px;
}
.odd { background:#fff;
}
*/
