@charset "utf-8";
/* CSS Document */

a {color:#ffffff;}
a:hover {color:#999999;}

div.tooltiplink {
position:relative;
}

div.tooltip {
display:none;
position:absolute;
z-index:999;
width:400px;
top:15px;
left:30px;
background:#efefef;
color:#000000;
padding:5px;
border:solid 4px #999999;
font-size:10px;
}

div.tooltiptab {
position:absolute;
width:20px;
height:20px;
top:5px;
left:-20px;
background-image:url(../images/bubbletab.gif);
background-repeat:no-repeat;
background-position:0 0;
}
