/* -------------------------------------
 * Nice Titles
 * Provides nice tool-tip style boxes when hovering over a hyperlink.
 * http://www.kryogenix.org/code/browser/nicetitle/
 * ------------------------------------*/

/* Arvind Satya's nicetitle properties */
div.nicetitle {
    position: absolute;
    padding: 4px;
    top: 0;
    left: 0;
    color: #fff;
    font: bold 13px verdana, helvetica, arial, sans-serif;
    width: 25em;
    background-color: #876;
    filter:alpha(opacity=80);
    /* Mozilla proprietary */
    -moz-border-radius: 12px;
    -moz-opacity: .80;
    border: 1px dotted #999;}

div.nicetitle p {
    margin: 0;
    padding: 0 3px;}

div.nicetitle p.destination {
    font-size: 9px;
    text-align: left;
    padding-top: 3px;}