.tooltip {
	position: absolute;
	  display: block;
		
	font:12px Verdana;
    font-style:normal;  
    color: #cccccc;
    padding:2px 2px 2px 2px; 
   z-index:15;
bottom: 65px;
visibility:hidden;

}

.tooltip .head{
    font-size: 10px;
	color: white;
	font-weight: bold;
	padding: 2px;
}
.tooltip .table{
    font-size: 14px;
 /*   border-collapse: collapse;
	border: 2px solid #D3D9DC;
  border-style:ridge;
*/
 
}

td.red
 {
  background: #660000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 1px
}

td.red_small
 {
  background: #660000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8pt;
  color: #ffffff;
  font-weight: none;
  letter-spacing: 1px
}

td.content
{
  background: #F2DD9E;
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  border-bottom: 1px solid #D2B48C;
  border-left: 1px solid #D2B48C;
  border-right: 1px solid #D2B48C;
}

