a:link
{
    color: #FFA500;
    text-decoration: none;
}
a:visited
{
    color: #c77524;
    text-decoration: none;
}
a:hover
{
    color: #FFA500;
    text-decoration: underline;
}
a:active
{
    color: #FFA500;
    text-decoration: none;
}

.mbHead
{
    background-color: #4D4D57;
    color: white;
    font-family: Verdana;
    font-size: 11px;
}
.mbForum
{
    background-color: #2C2C38;
    color: white;
    font-family: Verdana;
    font-size: 11px;
}
.mbCat
{
    background-color: black;
    color: white;
    font-family: Verdana;
    font-size: 11px;
}
.mbForumFirst
{
    background-color: black;
    color: white;
    font-family: Verdana;
    font-size: 11px;
}
.mbDevStyle
{
    background-color: black;
    color: white;
    font-family: Verdana;
    font-size: 11px;
    border-top: 2px solid gold;
    border-bottom: 2px solid gold;
}
.mbForumAlt
{
    background-color: #4D4D57;
    color: white;
    font-family: Verdana;
    font-size: 11px;
}
.mbSurf
{
    font-family: Verdana;
    font-size: 11px;
}
.mbAvatar
{
    border: 1px solid #c9c9c9;
}
.mbAvatarSel
{
    border: 1px solid red;
}
.errorContainer
{
    margin: 10px 10px 0 0;
    border: 1px solid orange;
    font-weight: bold;
    color: white;
    min-height: 43px;
    background: #43424a url(/bitmaps/interface/error_icon.png) no-repeat scroll 10px 15px;
    padding: 15px 50px 10px 60px;
}

.formItem
{
    margin: 8px 0px 0px 0px;
    padding: 4px;
}
.formSection
{
    width: 680px;
    border-top: 1px solid #444444;
}
.formNote
{
    width: 330px;
}
.formItemHeader
{
    font-weight: bold;
    margin: 0px 0px 2px 0px;
}
.formNarrowInput
{
    width: 300px;
}
.formWideInput
{
    width: 650px;
}
.characterSection
{
    height: 60px;
}
.emailSection
{
    height: 120px;
}
.categorySection
{
    height: 170px;
}


.inputFile
{
    width: 300px;
    margin: 0px;
    background-color: White;
    color: Black;
}

