﻿.DefaultLoginWidget
{
    position: relative;
    width:auto;
    font-size: 12px;
    font-weight: bold;

}

.DefaultLoginButton
{
    margin-top: 5px;
    margin-left: 115px;
    font-size: 11px;
    font-weight: bold;
    z-index: 999;
}

.DefaultLoginFailure
{
    position: absolute;
    margin-top: 30px;
    font-size: 11px;
    font-weight: bold;
    z-index: 999;
    white-space: nowrap;
}


.DefaultBoxes
{
    width:300px;
    float:left;
}

.DefaultBoxesContents
{
    height:200px;
}

.DefaultBoxesContents a
{
    color: #003300;
    text-decoration: underline;
}

.DefaultBoxesContents a:hover
{
    color: #00CC00;
    text-decoration: underline;
}

.SubSectionHeaders
{
    font-weight: 900;
    font-family: Arial, Helvetica, sans-serif;
}

.MembersContent
{
    position:absolute;
    margin-top:20px;
}

.MemberLoggedInContents
{
    position:absolute;
    margin-left:25px;
    white-space:nowrap;
    
}
