FIX RadToolTip with Office2007 skin and Lightweight RenderMode does not have the expected light-blue background
A possible workaround is to add the background-color via CSS:
div.RadToolTip.RadToolTip_Office2007,
.RadToolTip_Office2007 div.rtContent
{
background-color: #d7e3f2;
}