﻿#username-link
{
    cursor: pointer;
    height: 16px;
    font-size:0.8em;
}

#username-link div
{
    text-decoration: underline;    
    float:right;
}

#externalLinksDiv
{
    position: absolute;
    z-index: 100;
    border: #bebebe 1px solid;
    border-radius: 3px;
    background: #fff;
    padding: 10px;
    width: 130px;
    text-align: right;
}

.external-link
{
    font-size: 9pt;
    padding: 3px 0px;
    cursor: pointer;
    color: #36C;   
}
.external-link:hover
{
    background: #eff3fb;
    outline-style: none;
    outline-color: invert;
    outline-width: medium;
}

.externalLinksDiv hr
{
    text-align: center;
    width: 120px;
}