﻿/* RESET */
/* v1.0 | 20080212 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, form, label, legend, caption {
    margin: 0px;
    padding: 0px;
    border: 0px;
    outline: 0px;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1px;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }
/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

/* Success, notice and error boxes */
.error, .notice, .success {
    display: block;
    padding: 5px;
    margin-bottom: 10px;
    border: 2px solid #ddd;
}

    .error ul, .notice ul, .success ul {
        list-style: square;
        margin: 0px;
        padding: 0px;
        margin-left: 20px;
    }

.error {
    background: #FBE3E4;
    color: #8a1f11 !important;
    border-color: #FBC2C4;
}

.notice {
    background: #FFF6BF;
    color: #514721 !important;
    border-color: #FFD324;
}

.success {
    background: #E6EFC2;
    color: #264409 !important;
    border-color: #C6D880;
}

.error a {
    color: #8a1f11 !important;
}

.notice a {
    color: #514721 !important;
}

.success a {
    color: #264409 !important;
}
/* Layout */
.hideit {
    display: none;
}

.cleanclear, .cc {
    clear: both;
    margin: 0px;
    padding: 0px;
    width: 0px;
    height: 0px;
    overflow: hidden;
}

p {
    margin: 8px 0px 20px 0px;
}

body {
    margin: 10px 0px;
    /* font: 14px/20px Verdana, Arial, Helvetica, sans-serif; */
    color: #333;
    background-color: #0e4153;
    font-family: "Montserrat",sans-serif;
    font-size: 16px;
    line-height: 1.2;
}

.invoiceprint {
    background: #fff none;
    margin: 10px;
}

a {
    color: #333;
}

#wrapper {
    width: 100%;
    margin: 0px auto;
    background-color: #fff;
}

#wrapperi {
    width: 930px;
    margin: 0 auto;
    padding: 5px;
}

#header {
    position: relative;
    width: 940px;
    height: 105px;
    overflow: hidden;
    margin: 0px auto;
    background-color: #0e4153;
}

#ctl00_toplinks, #ctl00_ctl00_toplinks {
    position: absolute;
    text-align: right;
    width: 98%;
    color: #fff;
    font-size: 12px;
}

    #ctl00_toplinks a, #ctl00_ctl00_toplinks a {
        color: #fff;
        text-decoration: none;
    }

        #ctl00_toplinks a:hover, #ctl00_ctl00_toplinks a:hover {
            text-decoration: underline;
        }

#logo {
    position: absolute;
}

#accountnlogoff {
    position: absolute;
    left: 710px;
    top: 10px;
}

#accountname {
    width: 217px;
    height: 30px;
    background: url('../_img/header-account.png') no-repeat;
}

    #accountname span {
        line-height: 30px;
        position: absolute;
        left: 10px;
        width: 207px;
        height: 30px;
        overflow: hidden;
        display: block;
    }

#logoff {
    font-size: 11px;
    line-height: normal;
    text-align: right;
    display: block;
    padding-right: 10px;
}

    #logoff a {
        color: #fff;
        text-decoration: none;
    }

        #logoff a:hover {
            text-decoration: underline;
        }

#menu {
    position: absolute;
    top: 70px;
    left: 357px;
}

    #menu ul, #menu li {
        float: left;
    }

    #menu li {
        padding: 0px 10px;
    }

        #menu li a {
            color: #fff;
            text-decoration: none;
            text-transform: lowercase;
            line-height: normal;
            display: block;
            height: 35px;
        }

            #menu li a:hover,
            .phome .lhome,
            .paccount .laccount,
            .pdomains .ldomains,
            .psites .lsites,
            .pemailmarketing .lemailmarketing,
            .pgoMobi .lgoMobi {
                background: url('../_img/menuon.png') no-repeat center bottom;
            }

#content {
    width: 930px;
    padding: 20px;
}

#contentl {
    width: 930px;
}

#content .center {
    text-align: center;
}

    #content .center fieldset {
        margin: 0px auto;
    }

#contentl #crumbs {
    color: #999999;
    text-transform: lowercase;
    padding-bottom: 15px;
}

    #contentl #crumbs a {
        color: #999;
        text-decoration: none;
    }

        #contentl #crumbs a:hover {
            text-decoration: underline;
        }

.phome #contentl #crumbs {
    display: none;
}

#contentli {
    margin: 0px auto;
}

    #contentli h1 {
        font-size: 18px;
        line-height: normal;
        border-bottom: solid 1px #ccc;
        font-weight: normal;
        padding-bottom: 2px;
        margin-bottom: 2px;
        text-transform: lowercase;
    }

    #contentli .taskmenuicons {
        text-align: center;
    }

        #contentli .taskmenuicons img {
            margin: 5px;
        }

.tablew {
    background-color: #FFFFCC;
    border: solid 1px #CCCCCC;
    margin-top: 8px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.invoicetbl {
    width: 640px;
    margin: 0px auto;
}

.padmin .invoicetbl {
    width: 920px;
}

.editpayments {
    width: 440px !important;
}

.invoicetbl input {
    background-color: #fff !important;
}

.invoicetbl tr {
    background-color: #fff;
}

.invoicetbl td {
    padding: 8px 0px;
    text-align: center;
}

.invoicetbl .tblheader {
    background-color: inherit !important;
    font-weight: bold;
}

    .invoicetbl .tblheader td {
        padding: 5px 0px;
    }

.invoicetbl .tblalt {
    background-color: inherit;
}

.invoicetbl tr img {
    vertical-align: middle;
}

.invoicetbl tr:hover {
    background-color: #C6C600;
}

.getpdf {
    font-size: 12px;
    line-height: 18px;
    font-style: italic;
    text-align: center;
    margin-top: 40px;
}

    .getpdf img {
        vertical-align: middle;
    }

#contentr {
    display: none;
    background: #000 url('../_img/contentrbg.png') no-repeat left bottom;
    display: table-cell;
    width: 249px;
    padding-bottom: 300px;
    text-transform: lowercase;
}

#contentri {
    width: 239px;
    margin: 5px auto;
    color: #fff;
    text-transform: lowercase;
}

    #contentri h2 {
        font-size: 18px;
        line-height: normal;
        border-bottom: solid 1px #333333;
        font-weight: normal;
        padding-bottom: 2px;
        margin-bottom: 2px;
    }

    #contentri ul {
        line-height: normal;
    }

    #contentri li {
        background: url('../_img/whitedash.png') left 10px no-repeat;
        padding-left: 6px;
    }

        #contentri li a {
            color: #fff;
            text-decoration: none;
        }

            #contentri li a:hover {
                color: #fff;
                text-decoration: underline;
            }

/* fix non table-cell formating */
#contentl {
    display: block;
    float: none;
}

#contentr {
    display: none;
}

#footer {
    position: relative;
    position: relative;
    width: 940px;
    margin: 0px auto;
    height: 65px;
}

#copyright {
    position: absolute;
    top: 20px;
    left: 5px;
    color: #fff;
    font-size: 13px;
    line-height: normal;
}

    #copyright a {
        color: #fff;
    }

/* Form */
.required {
    color: #F3570C;
    font-weight: normal;
}

#form_view {
    width: 100%;
}

.webform p {
    clear: both;
}

.webform {
    margin: 0px auto;
    width: 475px;
}

    .webform label {
        width: 190px;
        font-weight: bold;
        text-transform: lowercase;
    }

    .webform input, .webform textarea, .webform select {
        margin: 0px;
        margin-right: 5px;
        padding: 8px;
        width: 450px;
        border: solid 1px #CCCCCC;
        background-color: #FFFFCC;
        font: 16px/22px Verdana, Arial, Helvetica, sans-serif;
        color: #333;
    }

    .webform textarea {
        height: 150px;
    }

    .webform select {
        width: 466px;
    }

    .webform .state_label {
        display: block;
    }

    .webform .state_txt {
        width: auto;
    }

    .webform .zip_label {
        position: absolute;
        text-indent: -99999px;
        width: 0px;
        height: 0px;
    }

    .webform .zip_txt {
        width: 55px;
    }

    .webform input:focus, .webform textarea:focus {
        border-color: #D0C498;
    }

    .webform .save {
        margin-right: 15px;
    }

    .webform .cancel {
        margin-left: 15px;
    }

.webform_controls {
    clear: both;
    margin: 20px auto;
    text-align: center;
}

    .webform_controls input {
        border: solid 1px #000;
        background-color: #fff;
        font: 14px/20px "Century Gothic", Arial;
        color: #000;
    }

/* invoice */
.invoiceprint table {
    table-layout: fixed;
}

.invoiceprint h1 {
    font-size: 20px;
}
/*.invoiceprint {color: #555;}*/



.ListBgBlue {
    background-color: #EDF4F8;
}
