﻿body {
    font-family: "Barlow", sans-serif;
    font-size: 10pt;
}

input, select, textarea, label, button {
    font-family: inherit;
}

#settings label
{
    display: block;
}

#ErrorMessage
{
    color: red;
}

#membersList
{
    overflow-y: scroll;
    overflow-x: hidden;
}

    #membersList ul
    {
        list-style-type: none;
        padding-left: 5px;
    }

    #membersList li
    {
        height: 28px;
    }
        #membersList li span.MemberToolsLeft
        {
            float: left;
        }

        #membersList li span.MemberToolsRight
        {
            float: right;
        }

            #membersList li span span.owner
            {
                background-image: url('/Styles/TaskBeat/members_icons.png');
                background-position: -1px 40px;
                width: 20px;
                height: 17px;
                display: inline-block;
                margin-right: 2px;
                margin-top: -3px;
            }

            #membersList li span input.del
            {
                background-image: url('/Styles/TaskBeat/members_icons.png');
                background-position: -1px -19px;
                cursor: pointer;
                width: 19px;
                height: 17px;
                border: none;
                display: inline-block;
                margin-right: 3px;
                text-indent: 10000px;
            }

            #membersList li span input.mail
            {
                background-image: url('/Styles/TaskBeat/members_icons.png');
                background-position: -1px 0;
                cursor: pointer;
                width: 19px;
                height: 17px;
                border: none;
                display: inline-block;
                margin-right: 3px;
                text-indent: 10000px;
            }

            #membersList li span.MemberToolsRight input.rate
            {
                width: 50px;
                font-size: 8pt;
                line-height: 18px;
            }

            #membersList li span.MemberToolsRight input.sellrate
            {
                width: 50px;
                font-size: 8pt;
                line-height: 18px;
            }

            #membersList li span.MemberToolsRight input.role
            {
                width: 50px;
                font-size: 8pt;
                line-height: 18px;
            }

.columnHeader.rateHeader {
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
    width: 50px;
    text-align: center;
}

.columnHeader.sellrateHeader {
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
    width: 50px;
    margin-right: 23px;
    text-align: center;
}

#info p {
    margin: 5px 0;
}

.settingsWarningLabel
{
    font-size: 8pt;
    width: 545px;
    margin: 0 0 0 0;
    background-color: #d14836;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#dd4b39),to(#d14836));
    background-image: -webkit-linear-gradient(top,#dd4b39,#d14836);
    background-image: -moz-linear-gradient(top,#dd4b39,#d14836);
    background-image: -ms-linear-gradient(top,#dd4b39,#d14836);
    background-image: -o-linear-gradient(top,#dd4b39,#d14836);
    background-image: linear-gradient(top,#dd4b39,#d14836);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#dd4b39',EndColorStr='#d14836');
    border: 1px solid #c13828;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    display: block;
    color: white;
    padding-left: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 5px;
    text-align: center;
}

.settingsUpdateRateInactive
{
    background-image: url('/Styles/TaskBeat/members_icons.png');
    background-position: -1px -85px;
    cursor: pointer;
    width: 19px;
    height: 17px;
    border: none;
    display: inline-block;
    margin-right: 3px;
    text-indent: 10000px;
}

.settingsUpdateRateActive
{
    background-image: url('/Styles/TaskBeat/members_icons.png');
    background-position: -1px -60px;
    cursor: pointer;
    width: 19px;
    height: 17px;
    border: none;
    display: inline-block;
    margin-right: 3px;
    text-indent: 10000px;
}

.settingsUpdateSellRateInactive
{
    background-image: url('/Styles/TaskBeat/members_icons.png');
    background-position: -1px -85px;
    cursor: pointer;
    width: 19px;
    height: 17px;
    border: none;
    display: inline-block;
    margin-right: 3px;
    text-indent: 10000px;
}

.settingsUpdateSellRateActive
{
    background-image: url('/Styles/TaskBeat/members_icons.png');
    background-position: -1px 0px;
    cursor: pointer;
    width: 19px;
    height: 17px;
    border: none;
    display: inline-block;
    margin-right: 3px;
    text-indent: 10000px;
}

a#ShowChangePassword {
    cursor: pointer;
    margin-left: 30px;
    color: #1e395b;
    text-decoration: underline;
}

a#ShowCloseProfile {
    cursor: pointer;
    color: #1e395b;
    text-decoration: underline;
}

a#HideCloseProfile
{
    cursor: pointer;
}

.loginInput_3 input
{
    width: 188px;
    height: 26px;
    border: 0;
    padding: 0 6px 0 9px;
    font-size: 13px;
    background-image: url(/Styles/TaskBeat/settings_input_3.png);
    background-repeat: repeat;
    background-position: left top;
    color: #999999;
    line-height: 23px;
    text-decoration: none;
    font-weight: bold;
}
.loginInput_2 input
{
    width: 45px;
    height: 26px;
    border: 0;
    padding: 0 6px 0 9px;
    font-size: 13px;
    background-image: url(/Styles/TaskBeat/settings_input_2.png);
    background-repeat: repeat;
    background-position: left top;
    color: #999999;
    line-height: 23px;
    text-decoration: none;
    font-weight: bold;
}
.loginInput input, .firstName input, .lastName input, .email input
{
    width: 284px;
    height: 26px;
    border: 0;
    padding: 0 6px 0 9px;
    font-size: 13px;
    background-image: url(/Styles/TaskBeat/settings_input.png);
    background-repeat: repeat;
    background-position: left top;
    color: #999999;
    line-height: 23px;
    text-decoration: none;
    font-weight: bold;
}
.profileSettingsContents
{
    width: 619px;
    height: 435px;
    overflow: hidden;
}
.profileSettingsWindow {
    position: relative;
    width: 619px;
    height: 435px;
    background-repeat: no-repeat;
    background-position: left top;
    overflow: hidden;
}

.profileSettingsTab
{
    position: absolute;
    top: 19px;
    width: 133px;
    height: 38px;
    overflow: hidden;
}
.profileSettingsTabText
{
    position: absolute;
    width: 133px;
    height: 38px;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    color: #999999;
    line-height: 38px;
    font-weight: bold;
}
.profileSettingsLabel
{
    line-height: 32px;
    font-size: 13px;
    font-weight: normal;
    color: #666666;
}
.profileSettingsPhoto
{
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
}
.profileSettingsPhotoEditor
{
    -moz-opacity: 0;
    filter: alpha(opacity: 0);
    opacity: 0;
}
.profileSettingsPhotoViewer
{
    position: absolute;
    top: 105px;
    left: 348px;
    width: 231px;
    height: 241px;
    overflow: hidden;
}