
  table {font-size: 0.9em; font-family: Verdana, sans-serif;}
  
  tr:nth-child(odd) td:nth-child(odd) { background: #CCCCCC; padding-left: 4px; }
  
  tr:nth-child(even) td:nth-child(odd) { background: #FFFFFF; padding-left: 4px; }
  
  tr:nth-child(even) td:nth-child(even) { border: 1px solid #CCCCCC; }
  
  th { background-color: #FFFFCC; 
		text-align: center;
		font-family: Verdana, sans serif;
		font-size: 0.9em; 
		font-weight: normal;
		}
  
  a.tooltip
{
  position:relative;
  text-decoration: none;
  color: #ff0000;
  background: #F3F984;
  padding-left: 0;
}
  a.tooltip span
{
  display: none;
  color: black;
}
a.tooltip:hover span
{
  position: absolute;
  display: block;
  width: 100%;
  top: 0.5em;
  left:-160px;
  border: 1px solid black;
  background:#F3F984;
  padding: 0.2em;
}
a.tooltip1
{
  position: relative;
  text-decoration: none;
  color: black;
  background:#F3F984
}
  a.tooltip1 span
{
  display: none;
}
a.tooltip1:hover span
{
	position: absolute;
	display: block;
	width: 400px;
	top:-160px;
	left:-150px;
	border: 1px solid black;
	background:#F3F984;
	padding: 0.2em;
	font-family: courier, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

#box
{	border: none; 
	padding: 0; 
	margin: 0; 
	text-align: center;
	background: #ffff00;
 }

#box a 
{
color: #ff0000;
background: #ffff00;
text-decoration: none;
display: block;
padding: 0.1em;
/* font:bold, 12px sans serif; border: 1px solid black; */
}

#box a:hover 
{
color: black;
background: #ddd8b7;
overflow: move;
}

#box a span {display:none;}

#box a:hover span
{
display: block;
width: 32em;
position: absolute; top: 0px; left: 0px; z-index: 3;
display: block;
background: #F3F984;
font: 11px courier, sans-serif;
border: 1px solid red;
padding: 2px;
overflow: visible ; 
transition: all 0.4s ease;
-webkit-transition: all 0.4s ease;
  -moz-transition : all 0.4s ease;
}
.Stil1 {
        color: #000000;
        font-family: Verdana, sans-serif;
		}
.Stil12 {
		font-size: 0.9em;
		color: #000000;
		background-color: #FFFFFF;
		font-family: Verdana, sans-serif;
		padding-left: 3px;
		}
.Stil22 {font-size: 0.9em;
		color: #000000;
		background-color: #CCCCCC;
		font-family: Verdana, sans-serif;
		padding-left: 3px;}
.Stil25 {color: #0000FF; font-size: 0.9em; font-family: Verdana,  sans-serif; text-align: left; }
.Stil28 {color: #000000; font-size: 0.9em; font-family: Verdana, sans-serif;  }


