/* CSS Document */

div.myProfile
{
    margin: 0 10px 0 10px;
    font-size: 1.2em;
    padding: 10px 0px;
    background: repeat-x url(/Shared/css/images/standardseperator.gif) top;
    font-family: Trebuchet MS, Arial, Sans-Serif;
}

div.myProfile h2
{
    font-family: Trebuchet MS, Arial, Sans-Serif;
    font-size: 1.2em;
    padding: 0 0 10px 0;
}

div.myProfile img
{
    float: left;
    margin-right: 8px;
}

div.myProfile input
{
    margin-right: 3px;
}

div.myProfileData
{
    display: inline;
    float: left;
    width: 470px;
}

div.myProfileData h2
{
    float: left;
    font-size: 1.4em;
    font-weight: normal;
}

div.myProfileLinks
{
    float: right;
}

.activeLink
{
    font-weight: bold;
    color: #000000;
}

.myProfileData h1 
{
    float:left;
}
div.myProfile li.firstlistitem
{
    border: none;
    padding-left: 0px;
}


div.myProfile ul li
{
    list-style-type: none;
    border-left: 1px solid #000000;
    padding-left:5px;
}

div.myProfile li a
{
    font-size: 1em;
    color: #0099cc;
    font-weight: bold;
    text-decoration: none;
}

div.myProfile li a:hover
{
    color: #005977;
    text-decoration: underline;
}




