@charset "UTF-8";
/* CSS Document */

a.tooltip:hover {background:#E5E5E5; text-decoration:none;}
a.tooltip span {display:none; padding:5px 5px; margin-left:8px; width:160px; font-size:11px;}
a.tooltip:hover span{display:inline; position:absolute; border:1px solid #cccccc; background:#ffffa0; color:#666666;}

th a.tooltip:hover {background:#CDCDCD;}
th a.tooltip span {font-weight:normal;}

