.markerTooltip, .markerDetail {
font-size:10px;
color: #333;
text-align:left;
background-color:white;
width:145px;
margin: 0;
padding: 4px;
border: #666 1px solid;
z-index:10000;
}

.markerTooltipAlternate {
color: white;
font-weight: bold;
text-align:left;
background-color:  #666;
width:145px;
margin: 0;
padding: 4px;
border: #666 1px solid;
}

.markerTooltip a, .markerDetail a, .markerTooltipAlternate a {
text-decoration:none;
color:#C60;
font-weight: bold;
}

.markerTooltip a:hover, .markerDetail a:hover, .markerTooltipAlternate a:hover {
text-decoration:underline;
}

div.pagecode, div.pagecodedepreciated {
padding: 3px;
background-color: #eee;
}

div.pagecodedepreciated {
background-color: #ecc;
}

span.oldcode {
color: black;
}

span.newcode {
color: #333;
font-weight: bold;
}

#fixedtipdiv{
position:absolute;
padding: 2px;
border:1px solid black;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}
