﻿p {
    margin: 0;
    padding: 0 20px;
}

.mobileBody {
    font-family: Helvetica,Verdana;
    font-size: small;
    margin: 0px;
}

    .mobileBody .login-container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .mobileBody h2 {
        color: #B90000;
    }

    .mobileBody h3 {
        margin-top: 3px;
        font-size: 15px;
        color: #111111;
    }

    .mobileBody .reset-pin-error {
        background: url("images/mms-tip-icons.png") no-repeat scroll 1.2em 0.5em #A90829;
        color: #FFFFFF;
        font-weight: bold;
        padding: 0.7em 1.5em 0.8em 4em;
        text-align: left;
    }

    .mobileBody .reset-pin-warning {
        background: url("images/mms-tip-icons.png") no-repeat scroll 1.2em 0.5em #A90829;
        color: #FFFFFF;
        font-weight: bold;
        padding: 0.7em 1.5em 0.8em 4em;
        text-align: left;
        background-color: #FFA500;
    }

    .mobileBody .reset-pin-success {
        background: url("images/mms-tip-icons.png") no-repeat scroll 1.2em 0.5em #A90829;
        color: #FFFFFF;
        font-weight: bold;
        padding: 0.7em 1.5em 0.8em 4em;
        text-align: left;
        background-color: #2cc400;
        background-position: 1.2em -280px;
    }

    .mobileBody .reset-pin-info {
        background: url("images/mms-tip-icons.png") no-repeat scroll 1.2em 0.5em #A90829;
        color: #FFFFFF;
        font-weight: normal;
        padding: 0.7em 1.5em 0.8em 4em;
        text-align: left;
        background-color: #2cc400;
        background-position: 1.2em -280px;
    }

    .mobileBody h4 {
        margin-bottom: 3px;
    }

    .mobileBody .div_Login {
        text-align: right;
        background-color: #A81031;
        color: White;
        font-style: italic;
        padding: 5px;
    }

        .mobileBody .div_Login a {
            color: White;
        }

    .mobileBody .mobileButton {
        width: 97%;
        padding: 8px 0px;
        border-radius: 6px;
        display: inline-block;
        cursor: pointer;
        background-color: #E0E0E0;
    }

    .mobileBody .mobileBlueButton {
        width: 97%;
        padding: 8px 0px;
        border-radius: 6px;
        display: inline-block;
        cursor: pointer;
        background-color: #0071c5;
        color: white;
        margin-bottom: 10px;
    }

    /*Symbian Phones doesnt support Link Buttons and anchor tags. Applying this style on Normal button would show like a link button.*/
    .mobileBody .linkStyledButton {
        background-color: #FFFFFF;
        border: 0px solid;
        cursor: pointer;
        color: #0071c5;
        text-decoration: underline;
        line-height: 30px;
        font-size: 14px;
        text-align: left;
    }

    .mobileBody .halfWidth {
        width: 47%;
    }

    .mobileBody table.fieldset {
        border-spacing: 0px;
        width: 97%;
        font-size: 16px;
    }

        .mobileBody table.fieldset input {
            width: 100%;
        }

            .mobileBody table.fieldset input[type="radio"] {
                width: auto;
            }

            .mobileBody table.fieldset input[type="checkbox"] {
                width: 10px;
            }

            .mobileBody table.fieldset input.mobile-input {
                padding: 8px 5px;
                width: 97%;
            }

            .mobileBody table.fieldset input.mobile-input-msisdn {
                padding: 8px 5px;
                width: 92%;
            }

        .mobileBody table.fieldset .mobile-CountryPrefix {
            margin-right: 5px;
        }

        .mobileBody table.fieldset .mobile-msisdn {
            white-space: nowrap;
        }

        .mobileBody table.fieldset input.mobile-submit {
            margin-top: 12px;
            padding: 10px 0px;
            display: inline-block;
            cursor: pointer;
            border-radius: 6px;
            color: #ffffff;
            border: 0 none;
            background: rgb(0,171,237); /* Old browsers */
            background: -moz-linear-gradient(top, rgba(0,171,237,1) 0%, rgba(0,113,197,1) 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,171,237,1)), color-stop(100%,rgba(0,113,197,1))); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top, rgba(0,171,237,1) 0%,rgba(0,113,197,1) 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top, rgba(0,171,237,1) 0%,rgba(0,113,197,1) 100%); /* Opera 11.10+ */
            background: -ms-linear-gradient(top, rgba(0,171,237,1) 0%,rgba(0,113,197,1) 100%); /* IE10+ */
            background: linear-gradient(to bottom, rgba(0,171,237,1) 0%,rgba(0,113,197,1) 100%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00abed', endColorstr='#0071c5',GradientType=0 ); /* IE6-9 */
        }

    .mobileBody span.addition {
        color: Maroon;
        font-weight: bold;
        font-size: 15px;
    }

    .mobileBody span.savings {
        color: Maroon;
        font-size: 12px;
        font-style: italic;
        display: block;
    }

    .mobileBody .price {
        text-align: right;
        color: Maroon;
        font-weight: bold;
        clear: right;
    }

    .mobileBody .lineThrough {
        text-decoration: line-through;
        color: #666;
        font-weight: normal;
    }

    .mobileBody .subscription {
        display: block;
        padding: 3px;
        clear: both;
        background: #ffffcc;
        color: #996600;
        border: #cc9900 1px solid;
    }

    .mobileBody .downloadButton {
        cursor: hand;
        text-decoration: underline;
        background-color: #fff;
        border: none;
        color: blue;
        font-size: 14px;
        margin-bottom: 5px;
    }

    .mobileBody .promo {
        margin-top: 10px;
        margin-bottom: 15px;
        display: block;
        padding: 5px;
        clear: both;
        background: #ffffcc;
        border: #cc9900 1px solid;
    }

    .mobileBody .promoBase {
        margin-top: 10px;
        margin-bottom: 15px;
        display: block;
    }

    .mobileBody a.mobile_btn_download {
        background: transparent url(images/mobile_btn_download.png) no-repeat scroll;
        font-size: 15px;
        color: White;
        border: none;
        width: 200px;
        height: 36px;
        display: block;
        text-align: center;
        vertical-align: middle;
        margin: 10px 0px;
        padding-top: 7px;
    }

    .mobileBody .description-section h4 {
        font-size: 15px;
        line-height: 40px;
        padding-left: 57px;
        /*display:inline-block;*/
    }

    .mobileBody .main-lock div.icon {
        background: url(images/mobile_icons.png) no-repeat scroll 4px -2px;
        display: block;
        width: 50px;
        height: 40px;
        overflow: hidden;
        float: left;
    }

    .mobileBody .main-backup div.icon {
        background: url(images/mobile_icons.png) no-repeat scroll 4px -110px;
        display: block;
        width: 50px;
        height: 42px;
        overflow: hidden;
        float: left;
    }

    .mobileBody .main-track div.icon {
        background: url(images/mobile_icons.png) no-repeat scroll 4px -58px;
        display: block;
        width: 50px;
        height: 42px;
        overflow: hidden;
        float: left;
    }

    .mobileBody .main-VSM div.icon {
        background: url(images/mobile_icons.png) no-repeat scroll 4px -167px;
        display: block;
        width: 50px;
        height: 40px;
        overflow: hidden;
        float: left;
    }

    .mobileBody .main-SA div.icon {
        background: url(images/mobile_icons.png) no-repeat scroll 4px -220px;
        display: block;
        width: 50px;
        height: 40px;
        overflow: hidden;
        float: left;
    }

    .mobileBody .main-AA div.icon {
        background: url(images/mobile_icons.png) no-repeat scroll 4px -277px;
        display: block;
        width: 50px;
        height: 40px;
        overflow: hidden;
        float: left;
    }

    .mobileBody .main-CSF div.icon {
        background: url(images/mobile_icons.png) no-repeat scroll 4px -332px;
        display: block;
        width: 50px;
        height: 40px;
        overflow: hidden;
        float: left;
    }

    .mobileBody .iPhoneText {
        font-size: 1.2em;
    }

    .mobileBody .lineAcross {
        border-bottom: 2px solid gray;
        padding-top: 20px;
    }

    .mobileBody .lineAcross-login {
        border-bottom: 2px dotted gray;
        padding-top: 20px;
        width: 100%;
    }

    .mobileBody .mobile-menu {
        width: 100%;
        display: inline-block;
        overflow: hidden;
        background: url("images/mobile_member_menuBG.png") repeat-x;
        padding-top: 10px;
        margin-bottom: 15px;
        border-bottom: 4px solid #DADADA;
    }

        .mobileBody .mobile-menu .menu-item {
            font-size: 1.1em;
            font-weight: bold;
            color: #777;
            float: left;
            height: 33px;
            line-height: 36px;
            width: 18%;
            overflow: hidden;
            margin: 10px 1% 0px 1%;
            display: block;
            background-color: #DADADA;
            border: none;
            text-align: center;
            text-transform: uppercase;
            font-size: 9px;
            /*letter-spacing: 0.1em;*/
        }

        .mobileBody .mobile-menu .menu-item-expanded {
            font-size: 1.1em;
            font-weight: bold;
            color: #777;
            float: left;
            height: 33px;
            line-height: 36px;
            width: 22%;
            overflow: hidden;
            margin: 10px 1% 0px 1%;
            display: block;
            background-color: #DADADA;
            border: none;
            text-align: center;
            text-transform: uppercase;
            font-size: 9px;
        }

        .mobileBody .mobile-menu .hyperlink-item-selected {
            background-color: #FFF;
            color: #444;
            height: 37px;
        }

        .mobileBody .mobile-menu .hyperlink-item-disabled {
            color: #C8C8C8;
        }

        .mobileBody .mobile-menu .menu-item-selected {
            background-color: #FFF;
            color: #444;
            height: 37px;
        }

        .mobileBody .mobile-menu .menu-item-disabled {
            color: #C8C8C8;
        }

        .mobileBody .mobile-menu .menu-item .Home {
            margin-left: 10px;
        }

        .mobileBody .mobile-menu .menu-item .Locate {
            margin-left: -55px;
        }

        .mobileBody .mobile-menu .menu-item .Backup {
            margin-left: -121px;
        }

        .mobileBody .mobile-menu .menu-item .Lock {
            margin-left: -190px;
        }

        .mobileBody .mobile-menu .menu-item .Wipe {
            margin-left: -251px;
        }

    .mobileBody .mobileTable {
        margin: auto;
        width: 97%;
    }

        .mobileBody .mobileTable tr td {
            padding: 10px 0px;
            border-bottom: 1px solid #F0F0F0;
            Width: 50%;
        }

        .mobileBody .mobileTable label {
            margin-left: 10px;
            font-weight: bold;
            margin-right: 15px;
            display: block;
            text-align: right;
        }

        /*.mobileBody .mobileTable tr td::first-letter {
            text-transform: capitalize;
        }*/

    .mobileBody .centerHeader {
        width: 100%;
        display: block;
        text-align: center;
    }

    .mobileBody .Javascript-Note {
        text-align: right;
        font-size: 0.7em;
        color: #DADADA;
    }

    .mobileBody .Mobile-LockMessage {
        margin-top: 12px;
        width: 95%;
        height: auto;
        min-height: 50px;
        background-color: #EEE;
        resize: none;
    }

    .mobileBody .Mobile-LockMessage-CharCount {
        display: block;
        width: 97%;
        text-align: right;
        color: #666;
    }

    .mobileBody .Mobile-Map-Container {
        margin: auto;
        margin-top: 10px;
        width: auto;
        max-width: 97%;
        overflow: hidden;
        display: inline-block;
    }

    .mobileBody .Mobile-Map {
        margin: 10px auto 0px auto;
        width: 97%;
        height: 280px;
    }

    .mobileBody .Mobile-Map-TextOverlay {
        position: relative;
        top: 7px;
        left: 7px;
        font-weight: bold;
        display: block;
        text-align: left;
        width: 0px;
        height: 0px;
        line-height: 17px;
        font-size: 1.1em;
    }

    .mobileBody .Device-Info {
        margin:  5px 3px 5px 0;
        border: none;
    }

    .mobileBody .Sms-Consent {
        margin:  5px 15px 5px 3px;
        border: none;
    }

.mobile-footer {
    clear: both;
    margin-top: 9px;
    color: #666;
    display: block;
    padding-left: 15px;
}

    .mobile-footer a, .mobile-header a {
        color: #0071C5;
        text-decoration: none;
    }

.header-image {
    max-width: 100%;
    padding-top: 4px;
    padding-left: 12px;
}

.mobile-content {
    display: block;
    clear: both;
}

    .mobile-content ul li {
        padding-bottom: 5px;
    }

    .mobile-content a {
        color: #990000;
        border-bottom: dotted 1px #990000;
        text-decoration: none;
        line-height: 20px;
    }

    .mobile-content .login-link-container {
        width: 100%;
    }

    .mobile-content .login-link-cell {
        text-align: center;
    }

    .mobile-content .login-link {
        color: #0071C5;
        border-bottom: dotted 1px #990000;
        text-decoration: none;
        line-height: 20px;
        font-family: Helvetica,Verdana;
        font-size: large;
        font-weight: bold;
    }

    .mobile-content .forgot-pin-password-link-cell {
        padding-top: 10px;
    }

    .mobile-content .Buy-Link {
        color: #990000;
        border: none;
        float: right;
    }

.mobile-download-button {
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
    width: 100%;
    clear: both;
}

.downloadButton {
    cursor: hand;
    text-decoration: underline;
    background-color: #fff;
    border: none;
    color: blue;
    font-size: 14px;
    margin-bottom: 5px;
}

.mobile-device-label {
    color: #666;
}

.MobileSmall {
    font-size: 75%;
}

#mobile-error-text {
    font-size: 10px;
}

.Subscription {
    padding: 0px;
    list-style: none;
    width: 100%;
}

ul.Subscription li label {
    height: 40px;
    display: block;
}

ul.Subscription li input {
    float: left;
    display: block;
    margin: 5px;
}

.div_eula .title {
    font-size: large;
    font-weight: bold;
    margin-left: 15px;
}

.div_eula .content {
    background-color: #EEEEEE;
    width: 725px;
    height: 415px;
    overflow: auto;
    padding: 15px;
    margin: auto;
    margin-bottom: 5px;
}

.div_eula .contentLogin {
    padding: 15px;
    margin-left: 15px;
    margin-bottom: 5px;
}

.div_eula .buttons {
    padding: 10px;
    margin-left: 15px;
    padding-bottom: 20px;
}

.mobileDownloadBody {
    font-family: Helvetica,Verdana;
    font-size: small;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    background: url('images/mobile_bg.png') repeat;
}

    .mobileDownloadBody h2 {
        color: #B90000;
    }

    .mobileDownloadBody .redirect {
        position: absolute;
        top: 50%;
        left: 45%;
        margin-top: -0.5em;
        line-height: 1;
        font-weight: bold;
        display: none;
        background-color: whitesmoke;
    }

    .mobileDownloadBody h3 {
        margin-top: 3px;
        font-size: 15px;
        color: #111111;
    }

.mobile-content-login h3 {
    color: white;
    padding-left: 15px;
    padding-top: 10px;
}

.mobile-content-login .login-label {
    color: white;
    padding-left: 15px;
    padding-top: 10px;
    font-size: 12px;
    font-weight: bold;
}

.mobileDownloadBody .forgotpin-container {
    padding-left: 15px;
    padding-right: 15px;
}

.mobileDownloadBody .SetStatus {
    text-align: center;
    padding: 10px 0px 8px 0px;
    display: block;
    width: 95%;
    margin: auto;
    border-bottom: 1px solid #F0F0F0;
}

.mobileDownloadBody .SetSuccess {
    color: #77BB77;
    border-bottom: 1px solid #BBDDBB;
}

.mobileDownloadBody .SetFail {
    color: #DD8888;
    border-bottom: 1px solid #DDBBBB;
}

.mobileDownloadBody .SetInfo {
    color: #9999EE;
    border-bottom: 1px solid #BBBBDD;
}

.mobileDownloadBody h4 {
    margin-bottom: 3px;
}

.mobileDownloadBody .select-phone {
    color: #333;
    margin-bottom: 5px;
    margin-top: 6px;
}

.mobileDownloadBody .gray-text {
    color: #333;
}

.mobileDownloadBody .div_Login {
    text-align: right;
    background-color: #A81031;
    color: White;
    font-style: italic;
    padding: 5px;
}

    .mobileDownloadBody .div_Login a {
        color: White;
    }

.mobileDownloadBody .mobileButton {
    width: 97%;
    padding: 8px 0px;
    cursor: pointer;
    background-color: #E0E0E0;
    min-height: 44px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    padding-bottom: 2px;
    display: inline-block;
    font-family: Helvetica,Verdana;
    font-size: 17px;
    white-space: normal;
    font-weight: normal;
}

.mobileDownloadBody .mobileDownloadButton {
    margin: 15px 0;
    background: #0071c5;
    background: -webkit-gradient(linear, left top, left bottom, from(#00abed), to(#0071c5));
    background: -moz-linear-gradient(top, #00abed, #0071c5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00abed', endColorstr='#0071c5');
    border: 1px solid #0071c5;
    color: white;
    font-weight: bold;
    width: 99%;
    text-align: center;
    min-height: 44px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    padding-bottom: 2px;
    display: inline-block;
    font-family: Helvetica,Verdana;
    font-size: 17px;
    white-space: normal;
}

.mobileDownloadBody .normalFont {
    font-weight: normal;
}

.mobileDownloadBody .mobileDropdown-Container {
    width: 99%;
    height: auto;
    border: 2px solid #AAAAAA;
    overflow: hidden;
    margin-bottom: 8px;
}

.mobileDownloadBody .mobileDropdown {
    border: none;
    color: #333;
    padding: 12px;
    width: 100%;
    overflow: hidden;
}

.mobileDownloadBody .halfWidth {
    width: 47%;
}

.mobileDownloadBody table.fieldset {
    border-spacing: 0px;
    width: 97%;
    font-size: 16px;
}

    .mobileDownloadBody table.fieldset input {
        width: 100%;
    }

        .mobileDownloadBody table.fieldset input[type="checkbox"] {
            width: 5%;
        }

        .mobileDownloadBody table.fieldset input.mobile-input {
            padding: 8px 5px;
            width: 97%;
        }

        .mobileDownloadBody table.fieldset input.mobile-input-msisdn {
            padding: 8px 5px;
            width: 92%;
        }

    .mobileDownloadBody table.fieldset .mobile-CountryPrefix {
        margin-right: 5px;
    }

    .mobileDownloadBody table.fieldset .mobile-msisdn {
        white-space: nowrap;
    }

    .mobileDownloadBody table.fieldset input.mobile-submit {
        margin-top: 12px;
        padding: 10px 0px;
        display: inline-block;
        cursor: pointer;
        background-color: #E0E0E0;
        border-radius: 6px;
        width: 97%;
    }

.mobileDownloadBody span.addition {
    color: Maroon;
    font-weight: bold;
    font-size: 15px;
}

.mobileDownloadBody span.savings {
    color: Maroon;
    font-size: 12px;
    font-style: italic;
    display: block;
}

.mobileDownloadBody .price {
    text-align: right;
    color: Maroon;
    font-weight: bold;
    clear: right;
}

.mobileDownloadBody .lineThrough {
    text-decoration: line-through;
    color: #666;
    font-weight: normal;
}

.mobileDownloadBody .subscription {
    display: block;
    padding: 3px;
    clear: both;
    background: #ffffcc;
    color: #996600;
    border: #cc9900 1px solid;
}

.mobileDownloadBody .downloadButton {
    cursor: hand;
    text-decoration: underline;
    background-color: #fff;
    border: none;
    color: blue;
    font-size: 14px;
    margin-bottom: 5px;
}

.mobileDownloadBody .promo {
    margin-top: 10px;
    margin-bottom: 15px;
    display: block;
    padding: 5px;
    clear: both;
    background: #ffffcc;
    border: #cc9900 1px solid;
}

.mobileDownloadBody .promoBase {
    margin-top: 10px;
    margin-bottom: 15px;
    display: block;
}

.mobileDownloadBody .mobile-header {
    width: 100%;
    display: table;
    background: #595959;
}

.mobileDownloadBody .mobile-header-row {
    width: 100%;
    display: table-row;
    position: relative;
}

.mobileDownloadBody .mobile-header-logo {
    background: url("/Resources/base/images/mfe_shield.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 30px;
    margin-left: 12px;
    margin-top: 15px;
    overflow: visible;
    position: absolute;
    vertical-align: middle;
    width: 40%;
    top: 0px;
}

.mobileDownloadBody .mobile-header-cell {
    background: #595959;
    height: 50px;
    width: 90%;
    vertical-align: middle;
    text-align: center;
    display: table-cell;
    color: white;
    font-size: 18px;
}

.mobileDownloadBody a.mobile_btn_download {
    background: transparent url(images/mobile_btn_download.png) no-repeat scroll;
    font-size: 15px;
    color: White;
    border: none;
    width: 200px;
    height: 36px;
    display: block;
    text-align: center;
    vertical-align: middle;
    margin: 10px 0px;
    padding-top: 7px;
}

.mobileDownloadBody .product-description-section {
    /*padding-bottom:20px;*/
}

    .mobileDownloadBody .product-description-section h4 {
        font-size: 15px;
    }

.mobileDownloadBody .description-section .download-note h4 {
    padding-left: 10px;
    font-size: 15px;
}

.mobileDownloadBody .description-section {
    background: url('images/dropshadow.png') repeat-x top;
    background-color: #E6E6E6;
    padding-top: 1px;
}

    .mobileDownloadBody .description-section h4 {
        font-size: 15px;
        padding-left: 57px;
    }

.mobileDownloadBody .mobile-content-download {
    font-size: 14px;
    display: block;
    clear: both;
    background: url("images/notch_left.png") no-repeat 0 15px;
    background-color: white;
    margin: 5px 5px 0;
    padding-top: 10px;
    -webkit-border-radius: 3px 3px 0px 0px;
    border-radius: 3px 3px 0px 0px;
}

    .mobileDownloadBody .mobile-content-download .mobile-description-text {
        padding: 0px 15px;
    }

    .mobileDownloadBody .mobile-content-download .downloadbuttonbottomspacer {
        margin-bottom: 30px;
        background-color: #E6E6E6;
    }

    .mobileDownloadBody .mobile-content-download .mobile-description-thick-text {
        padding: 5px 15px;
        font-weight: bold;
    }

    .mobileDownloadBody .mobile-content-download .serial-key-block {
        color: #333333;
        margin-bottom: 20px;
        margin-top: 20px;
        display: block;
        line-height: 1.4;
    }

    .mobileDownloadBody .mobile-content-download .serial-key {
        font-weight: bold;
    }

    .mobileDownloadBody .mobile-content-download .note {
        font-size: 12px;
    }

    .mobileDownloadBody .mobile-content-download .mobileCheckbox {
        display: block;
        margin-bottom: 20px;
        margin-top: 20px;
    }

        .mobileDownloadBody .mobile-content-download .mobileCheckbox input[type="checkbox"] {
            margin-left: 0px;
            width: 16px;
            height: 16px;
        }

        .mobileDownloadBody .mobile-content-download .mobileCheckbox label {
            padding-left: 3px;
        }

    .mobileDownloadBody .mobile-content-download .mobile-description-big-text {
        padding: 5px 15px;
        font-weight: bold;
        font-size: large;
        color: #3F3F3F;
    }

    .mobileDownloadBody .mobile-content-download .mobile-description-thin-text {
        padding: 5px 0px;
    }

.mobileDownloadBody .mobile-icon-help {
    vertical-align: middle;
    margin: 0px 4px;
    width: 29px;
}

.mobileDownloadBody .mobile-content-download h5 {
    font-size: 21px;
    font-weight: normal;
    margin: 0px;
}

.mobileDownloadBody .mobile-content-download ul li {
    padding-bottom: 5px;
}

.mobileDownloadBody .mobile-content-download a {
    color: #0071c5;
    border-bottom: solid 1px #0071c5;
    text-decoration: none;
    line-height: 30px;
}

.mobileDownloadBody .mobile-content-eula {
    display: block;
    clear: both;
    margin: 5px 5px 0;
    padding: -10px;
}

.mobileDownloadBody .mobile-content-login {
    display: block;
    clear: both;
    margin: 5px 5px 0;
    padding: -10px;
}

.mobileDownloadBody input:disabled {
    color: #acacac;
    text-shadow: 0 0 0 #acacac;
    background: #f2f2f2;
    border: 1px solid #bfbfbf;
}

.eula_mobile_download {
    font-family: Helvetica,Verdana;
    font-size: 10px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}

    .eula_mobile_download .content {
        background-color: whitesmoke;
        color: gray;
        overflow: auto;
        padding: 15px;
        margin-bottom: 15px;
        margin-left: 15px;
        margin-right: 15px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
    }

    .eula_mobile_download .content_inner {
        overflow: auto;
        float: none;
    }

    .eula_mobile_download .content-agree {
        color: white;
        height: auto;
        overflow: auto;
        font-size: small;
        margin-bottom: 15px;
        margin-left: 15px;
        margin-right: 15px;
    }

        .eula_mobile_download .content-agree a {
            color: white;
        }

    .eula_mobile_download .title h3 {
        color: white;
        padding-left: 15px;
        padding-top: 10px;
    }

.eula_mobile {
    font-size: 10px;
}

    .eula_mobile input[type='submit'] {
        margin-top: 10px;
        float: left;
    }

    .eula_mobile .content {
        background-color: #EEEEEE;
        height: auto;
        overflow: auto;
        padding: 15px;
        margin-bottom: 5px;
    }

    .eula_mobile .agree_terms {
        padding-left: 15px;
    }

    .eula_mobile ul, .eula_mobile ol {
        padding-left: 15px;
    }

    .eula_mobile .agree {
        font-size: 1.4em;
        margin: 10px;
        display: inline-block;
    }

    .eula_mobile .disagree {
        margin-left: 10px;
        display: inline-block;
    }

    .eula_mobile .agreeButton {
        background: #0071c5;
        background: -webkit-gradient(linear, left top, left bottom, from(#00abed), to(#0071c5));
        background: -moz-linear-gradient(top, #00abed, #0071c5);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00abed', endColorstr='#0071c5');
        border: 1px solid #0071c5;
        color: white;
    }

    .eula_mobile .declineButton {
        background: #d1d1d1;
        background: -webkit-gradient(linear, left top, left bottom, from(#fafafa ), to(#d1d1d1));
        background: -moz-linear-gradient(top, #fafafa, #d1d1d1);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa ', endColorstr='#d1d1d1');
        border: 1px solid #888888;
        color: gray;
    }

    .eula_mobile .eula_buttons {
        width: 40%;
        margin-left: 20px;
        font-weight: bold;
        text-align: center;
        min-height: 50px;
        -webkit-border-radius: 6px;
        border-radius: 6px;
        padding-bottom: 2px;
        display: inline-block;
        font-family: Helvetica,Verdana;
        font-size: 17px;
        white-space: normal;
    }

.agree {
    font-size: 1.4em;
    margin: 10px;
    display: inline-block;
}

.disagree {
    margin-left: 10px;
    display: inline-block;
}

.eula_mobile_download ul, .eula_mobile_download ol {
    padding-left: 15px;
}

.eula_mobile_download .agreeButton {
    width: 40%;
    margin-left: 20px;
    background: #0071c5;
    background: -webkit-gradient(linear, left top, left bottom, from(#00abed), to(#0071c5));
    background: -moz-linear-gradient(top, #00abed, #0071c5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00abed', endColorstr='#0071c5');
    border: 1px solid #0071c5;
    color: white;
    font-weight: bold;
    text-align: center;
    min-height: 44px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    padding-bottom: 2px;
    display: inline-block;
    font-family: Helvetica,Verdana;
    font-size: 17px;
    white-space: normal;
}

.eula_mobile_download .declineButton {
    width: 40%;
    margin-left: 20px;
    background: #d1d1d1;
    background: -webkit-gradient(linear, left top, left bottom, from(#fafafa ), to(#d1d1d1));
    background: -moz-linear-gradient(top, #fafafa, #d1d1d1);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa ', endColorstr='#d1d1d1');
    border: 1px solid #888888;
    color: gray;
    font-weight: bold;
    text-align: center;
    min-height: 44px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    padding-bottom: 2px;
    display: inline-block;
    font-family: Helvetica,Verdana;
    font-size: 17px;
    white-space: normal;
}

.mobileDownloadBody .main-lock div.icon {
    background: url(images/mobile_icons.png) no-repeat scroll 4px -2px;
    display: block;
    width: 50px;
    height: 40px;
    overflow: hidden;
    float: left;
}

.mobileDownloadBody .main-backup div.icon {
    background: url(images/mobile_icons.png) no-repeat scroll 4px -110px;
    display: block;
    width: 50px;
    height: 42px;
    overflow: hidden;
    float: left;
}

.mobileDownloadBody .main-track div.icon {
    background: url(images/mobile_icons.png) no-repeat scroll 4px -2px;
    display: block;
    width: 50px;
    height: 42px;
    overflow: hidden;
    float: left;
}

.mobileDownloadBody .main-VSM div.icon {
    background: url(images/mobile_icons.png) no-repeat scroll 4px -167px;
    display: block;
    width: 50px;
    height: 40px;
    overflow: hidden;
    float: left;
}

.mobileDownloadBody .main-SA div.icon {
    background: url(images/mobile_icons.png) no-repeat scroll 4px -220px;
    display: block;
    width: 50px;
    height: 40px;
    overflow: hidden;
    float: left;
}

.mobileDownloadBody .main-AA div.icon {
    background: url(images/mobile_icons.png) no-repeat scroll 4px -277px;
    display: block;
    width: 50px;
    height: 40px;
    overflow: hidden;
    float: left;
}

.mobileDownloadBody .main-CSF div.icon {
    background: url(images/mobile_icons.png) no-repeat scroll 4px -332px;
    display: block;
    width: 50px;
    height: 40px;
    overflow: hidden;
    float: left;
}

.mobileDownloadBody .feature-container {
    padding: 15px;
    border-top: 1px solid #acacac;
}

    .mobileDownloadBody .feature-container:after {
        content: "";
        display: table;
        clear: both;
    }

.mobileDownloadBody .feature-text-container {
    float: left;
    width: 60%;
}

.mobileDownloadBody .feature-container .feature-icon {
    display: block;
    width: 50px;
    height: 40px;
    overflow: hidden;
    float: left;
    margin: 0 20px 15px 0;
}

.mobileDownloadBody .feature-container .feature-icon-vsm {
    background: url(images/mobile_icons.png) no-repeat scroll 4px -167px;
}

.mobileDownloadBody .feature-container .feature-icon-CSF {
    background: url(images/mobile_icons.png) no-repeat scroll 4px -333px;
}

.mobileDownloadBody .feature-container .feature-icon-track {
    background: url(images/mobile_icons.png) no-repeat scroll 4px -2px;
}

.mobileDownloadBody .feature-container .feature-icon-backup {
    background: url(images/mobile_icons.png) no-repeat scroll 4px -112px;
}

.mobileDownloadBody .feature-container .feature-icon-SA {
    background: url(images/mobile_icons.png) no-repeat scroll 4px -220px;
}

.mobileDownloadBody .feature-container .feature-icon-AA {
    background: url(images/mobile_icons.png) no-repeat scroll 4px -277px;
}

.mobileDownloadBody .feature-description {
    display: table-cell;
    color: #333;
}

.mobileDownloadBody .iPhoneText {
    font-size: 1.2em;
}

.mobileDownloadBody .lineAcross {
    border-bottom: 2px solid gray;
}

.mobileDownloadBody .thin-line-across {
    border-bottom: 1px solid #acacac;
}

.mobileDownloadBody .Logout {
    float: right;
    margin: 10px;
}

.mobileDownloadBody .mobile-menu {
    width: 100%;
    display: inline-block;
    overflow: hidden;
    background: url("images/mobile_member_menuBG.png") repeat-x;
    padding-top: 10px;
    margin-bottom: 15px;
    border-bottom: 4px solid #DADADA;
}

    .mobileDownloadBody .mobile-menu .menu-item {
        font-size: 1.1em;
        font-weight: bold;
        color: #777;
        float: left;
        height: 33px;
        line-height: 36px;
        width: 18%;
        overflow: hidden;
        margin: 10px 1% 0px 1%;
        display: block;
        background-color: #DADADA;
        border: none;
        text-align: center;
        text-transform: uppercase;
        font-size: 9px;
        letter-spacing: 0.1em;
    }

    .mobileDownloadBody .mobile-menu .menu-item-selected {
        background-color: #FFF;
        color: #444;
        height: 37px;
    }

    .mobileDownloadBody .mobile-menu .menu-item-disabled {
        color: #C8C8C8;
    }

    .mobileDownloadBody .mobile-menu .menu-item .Home {
        margin-left: 10px;
    }

    .mobileDownloadBody .mobile-menu .menu-item .Locate {
        margin-left: -55px;
    }

    .mobileDownloadBody .mobile-menu .menu-item .Backup {
        margin-left: -121px;
    }

    .mobileDownloadBody .mobile-menu .menu-item .Lock {
        margin-left: -190px;
    }

    .mobileDownloadBody .mobile-menu .menu-item .Wipe {
        margin-left: -251px;
    }

.mobileDownloadBody .mobileTable {
    margin: auto;
    width: 97%;
}

    .mobileDownloadBody .mobileTable tr td {
        padding: 10px 0px;
        border-bottom: 1px solid #F0F0F0;
        Width: 50%;
    }

    .mobileDownloadBody .mobileTable label {
        margin-left: 10px;
        font-weight: bold;
        margin-right: 15px;
        display: block;
        text-align: right;
    }

.mobileDownloadBody .centerHeader {
    width: 100%;
    display: block;
    text-align: center;
}

.mobileDownloadBody .Javascript-Note {
    text-align: right;
    font-size: 0.7em;
    color: #DADADA;
}

.mobileDownloadBody .Mobile-LockMessage {
    margin-top: 12px;
    width: 95%;
    height: auto;
    min-height: 50px;
    background-color: #EEE;
    resize: none;
}

.mobileDownloadBody .Mobile-LockMessage-CharCount {
    display: block;
    width: 97%;
    text-align: right;
    color: #666;
}

.mobileDownloadBody .Mobile-Map-Container {
    margin: auto;
    margin-top: 10px;
    width: auto;
    max-width: 97%;
    overflow: hidden;
    display: inline-block;
}

.mobileDownloadBody .Mobile-Map {
    margin: 10px auto 0px auto;
    width: 97%;
    height: 280px;
}

.mobileDownloadBody .Mobile-Map-TextOverlay {
    position: relative;
    top: 7px;
    left: 7px;
    font-weight: bold;
    display: block;
    text-align: left;
    width: 0px;
    height: 0px;
    line-height: 17px;
    font-size: 1.1em;
}

.mobileDownloadBody .div_NotificationRed {
    width: 100%;
}

.mobileDownloadBody .div_NotificationRedRow {
    background: transparent url(images/RedGradient.png) repeat scroll;
    padding-left: 7px;
    height: 82px;
}

.mobileDownloadBody .div_NotificationRedText {
    background: url("images/exclamation_small.png") no-repeat 14px 12px;
    color: White;
    font-size: 20px;
    display: inline-block;
    vertical-align: top;
    padding: 8px 20px 15px 48px;
    empty-cells: initial;
}

.mobileDownloadBody .ChangeDevice {
    background-color: #FFFFFF;
    border: 0px solid;
    cursor: pointer;
    color: #0071c5;
    text-decoration: underline;
    line-height: 30px;
    font-size: 14px;
}

/*Symbian Phones doesnt support Link Buttons and anchor tags. Applying this style on Normal button would show like a link button.*/
.mobileDownloadBody .linkStyledButton {
    background-color: #FFFFFF;
    border: 0px solid;
    cursor: pointer;
    color: #0071c5;
    text-decoration: underline;
    font-size: 14px;
    white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
    text-align: left;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

.mobileDownloadBody .mobile-content-download .mobile-description-text a {
    border-bottom: none;
    line-height: 0px;
}

.mobileDownloadBody .mobile-content-download .mobile-description-red-big-text {
    font-size: large;
    color: #DF050C;
    font-weight: bold;
    padding: 5px 15px;
    background-image: url('images/exclamation_redIcon.png');
    background-repeat: no-repeat;
    background-size: 30px 30px;
    padding-left: 30px; /* width of the image plus a little extra padding */
    display: block;
    margin-left: 3px;
}

.factoryreset-warning {
    font-weight: bold;
    color: red;
}

/* -- common mms styles
-------------------------*/
.mms-ul {
    margin: 20px 10px 20px 0px;
    padding: 0;
}

    .mms-ul.nolist {
        list-style: none;
    }

    .mms-ul li {
        margin: 10px 0px 10px 20px;
    }

        .mms-ul li input[type="radio"] {
            margin-right: 10px;
            position: relative;
            top: 1px;
        }

    .mms-ul.center {
        margin: 0px;
        display: inline-block;
        text-align: center;
    }

        .mms-ul.center li {
            text-align: left;
        }

.mms-button {
    padding: 8px 10px;
    border-radius: 6px;
    display: inline-block;
    cursor: pointer;
    background-color: #E0E0E0;
    margin-right: 10px;
    width: 48%;
}

    .mms-button .text {
        width: 97%;
        margin-right: 0px;
    }

.login-container h3 {
    margin: 0 0 9px 0;
}

.litlogintype {
    margin: 13px 0 13px 0;
}

.logintype {
    width: 99%;
}

    .logintype input {
        float: left;
        margin: 0;
        padding: 0;
    }

    .logintype label {
        float: left;
        line-height: 16px;
        padding: 0 0 0 3px;
    }

    .logintype td {
        width: 50%;
        padding: 3px 0;
    }

.error {
    color: #ffffff;
}

.mobileerror {
    font-size: 11px;
    position: relative;
    background-color: #A90829;
    padding: 8px 8px 8px 33px;
    color: #ffffff;
}

    .mobileerror:before {
        left: 4px;
        width: 24px;
        height: 24px;
        content: "";
        position: absolute;
        top: calc(50% - 14px);
        display: inline-block;
        background: url("images/mms-tip-icons.png") no-repeat scroll center 0 #A90829;
    }
    
.status_info:before {
    background: url("images/mms-status-24.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    height: 24px;
    top: calc(50% - 12px);
    left: 10px;
    position: absolute;
    width: 24px;
}

.status_info, .status_info a u {
    color: #797a7c;
}

.status_info {
    background: none repeat scroll 0 0 #bfefff;
    border: 0 none;
    display: block;
    margin: 10px 0;
    position: relative;
    font-size: 14px;
    padding: 10px 10px 10px 42px;
}

.success_email {
    color: rgb(0, 171, 237);
}

.header {
    margin:15px 0 15px !important;
}

.subHeader {
    font-size: 16px;
    font-family: Helvetica,Verdana;
}

.resetPinInput {
    padding: 8px 1% !important;
    width: 98% !important;
}

.resetPinInput_2a {
    padding-left: 1.5% !important;
}

.resetPinInput_2b {
    padding-left: 3.5% !important;
    Width: 97%;
    Height: 35px;
}