#title_bar {
    height: 140px;
    clear: both;
}

a {
    color: #00A5C6;
    text-decoration: none;
}
    
    a:hover {
        text-decoration: underline;
    }

#title_logo {
    display: block;
    border: 0;
    background-image: url(/static/images/ui/logo_old.png);
    background-repeat: no-repeat;
    background-position: left center;
    height: 70px;
    width: 100%;
    padding: 10px 0px;
}

#ui_footer {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background-color: transparent;
    background-image: url(/static/images/ui/footer.png);
    color: #E1E1E1;
    margin: 0 0 25px 180px;
    padding: 10px;
}

#title_subtitle {
    background-color: transparent;
    background-image: url(/static/images/subtitle_bg.png);
    height: 50px;
    padding: 0px 10px;
}
    
    #title_subtitle div.half {
        color: #FFF;
        overflow: hidden;
    }
    
        #title_subtitle div.half div.ptop {
            padding-top: 17px;
        }
        
    #title_subtitle div.half div a {
        color: #E1E1E1;
        text-decoration: none;
    }
    
    #title_subtitle div.half div a:hover {
        color: #FFF;
    }

#subaccount_notify {
    color: #FFF;
    background-color: #636363;
    background-image: url(/static/images/ui/filter_bg.png);
    background-repeat: repeat-x;
    padding: 10px 0;
    font-weight: bold;
    font-size: 10pt;
    text-align: center;
}
    #subaccount_notify a {
        color: #00A5D6;
        text-decoration: none;
    }
    
    #subaccount_notify a:hover {
        color: #00CCFF;
    }

#deleted_account_notify {
    color: #FFF;
    background-color: #870000;
    background-image: url(/static/images/ui/deleted_bg.png);
    background-repeat: repeat-x;
    padding: 10px 0;
    font-weight: bold;
    font-size: 10pt;
    text-align: center;
}

#ui_container {
    width: 980px;
    margin: 0px auto;
    clear: both;
}

#ui_sections {
    float: left;
    width: 180px;
    margin: 0px;
}
    
    #ui_sections ul {
        margin: 0px;
        padding: 0px;
        list-style-type: none;
    }
    
    #ui_sections ul li {
        list-style-type: none;
        line-height: 1em;
    }
        
        #ui_sections ul li a {
            font-weight: bold;
            text-decoration: none;
            color: #FFF;
            display: block;
            padding: 10px 0px 10px 10px;
        }
        
        #ui_sections ul li a.deselected {
            
        }

#ui_panel {
    float: right;
    width: 780px;
    padding: 10px;
    height: 100%;
    margin-bottom: 12px;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-topright: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-top-right-radius: 10px;
}

div.user_message {
    border: 1px solid #FFDD7F;
    background-color: #FFFEAA;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 10px;
    margin-bottom: 12px;
}
    
    div.user_message ul {
        padding: 0;
        margin: 0;
        line-height: 100%;
        list-style-type: none;
    }
    
    div.user_message ul li {
        display: block;
        color: #333;
        font-weight: bold;
    }

#ui_panel_links {
    height: 36px;
    clear: both;
}
    
    #ui_panel_links ul {
        list-style-type: none;
        margin: 0px;
        padding: 0px;
    }
    
    #ui_panel_links ul li {
        background-image: url(/static/images/ui/tab_bg_sel.png);
        background-repeat: repeat-x;
        -webkit-border-top-left-radius: 7px;
        -webkit-border-top-right-radius: 7px;
        -moz-border-radius-topleft: 7px;
        -moz-border-radius-topright: 7px;
        float: left;
        padding: 0px;
        margin: 0px 10px 0px 0px;
        height: 36px;
        width: 107px;
        text-align: center;
        position: relative;
        overflow: hidden;
        font-weight: bold;
    }
    
    #ui_panel_links ul li.selected {
        background: #595959;
    }
        
        #ui_panel_links ul li.selected a, #ui_panel_links ul li.selected a:hover {
            color: #FFF;
        }
        
        .toplink {
            -moz-border-radius-topleft: 10px;
            -webkit-border-top-left-radius: 10px;
        }
        
        .bottomlink {
            -moz-border-radius-bottomleft: 10px;
            -webkit-border-bottom-left-radius: 10px;
        }
        
        #ui_panel_links ul li a {
            color: #333;
            display: block;
            height: 100%;
            width: 100%;
            padding-top: 12px;
            text-decoration: none;
            text-align: center;
            overflow: hidden;
        }
        
        #ui_panel_links ul li a:hover {
            color: #777;
        }
    
#ui_panel_content_links {
    background-color: #595959;
    clear: both;
    font-size: 1px;
    height: 10px;
    -moz-border-radius-topright: 6px;
    -webkit-border-top-right-radius: 6px;
}

#ui_panel_content {
    background-color: #FFF;
    padding: 10px;
    clear: both;
    overflow: hidden;
    -moz-border-radius-bottomleft: 6px;
    -moz-border-radius-bottomright: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
}
    
    #ui_panel_content table {
        width: 100%;
        border: 0px;
    }
        
        #ui_panel_content table thead tr td {
            border-bottom: 1px dashed green;
            color: #333;
            font-size: 12px;
            font-weight: bold;
            padding: 5px;
        }
        
        #ui_panel_content table tbody tr td {
            font-size: 12px;
            border-bottom: 1px dashed #CCC;
        }
        
td.deleteIcon {
    background-image: url(/static/images/ui/delete.gif?v=2);
    background-position: center center;
    background-repeat: no-repeat;
}

div.hr {
    border-color: #EFEFEF;
    border-width: 0 0 1px 0;
    border-style: dotted;
}

    div.hr .green {
        border-color: green;
    }
    
    div.hr .orange {
        border-color: #CC6600;
    }
    
    div.hr .pale_green {
        border-color: #5A9995;
    }
    
    div.hr .purple {
        border-color: #9966CC;
    }

span.checkbox_arrow {
    position: relative;
}

    span.checkbox_arrow span.arrow {
        display: block;
        position: absolute;
        top: -31px;
        left: 4px;
        height: 28px;
        width: 14px;
        background-image: url(/static/images/ui/draw_arrow.gif);
        background-repeat: no-repeat;
    }

#ui_panel_content_status {
    color: #FFF;
    font-size: 11px;
    overflow: hidden;
    padding-top: 10px;
    clear: both;
}

.greytext {
    color: #BBB;
}

.padding_top {
    padding-top: 10px;
}

.sub_half_width {
    width: 49%;
}

img.mid {
    vertical-align: -25%;
}

td.top_align {
    vertical-align: top;
}

.alt1 {
    
}

.alt2 {
    
}
    
    tr.search_row:hover {
        background-color: #EEE;
    }
        
        tr.search_row td {
            padding: 5px;
        }
    
    .alt2 a, .alt1 a {
        text-decoration: none;
        color: #1F69CD;
    }
    
    .alt2 a:hover, .alt1 a:hover {
        color: #000066;
    }

div.filter_block {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #FFF;
    display: block;
    padding: 9px 9px 8px 9px;
    background-color: #636363;
    background-image: url(/static/images/ui/filter_bg.png);
    background-repeat: repeat-x;
    min-width: 1px;
    text-align: left;
}
    
    div.filter_block a {
        color: #E1E1E1;
        text-decoration: none;
    }
    
    div.filter_block a:hover {
        color: #FFF;
    }
    
    div.filter_block a.clear_filter {
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        padding: 0px;
        margin-right: 5px;
        display: block;
        height: 16px;
        width: 16px;
        float: left;
        overflow: hidden;
        position: relative;
    }
    
    div.filter_block a.clear_filter:hover {
        background-color: #777;
    }
    
    div.filter_block a.clear_filter:active {
        background-color: #6F6F6F;
    }

div.halves {
    overflow: hidden;
}

div.half {
    width: 49%;
}
    
    div.half input.datetime_field, div.half input.date_field, div.half input.time_field {
        width: 130px
    }

.half .left {
    color: #555;
}

div.quarter {
    width: 22%;
}

.counter {
    width: 12%;
    font-size: 35px;
}

div.counteritem {
    width: 86%;
    padding-top: 3px;
}

    div.counteritem .item {
        font-size: 14px;
    }
        
        div.counteritem .item a {
            color: #00A5C6;
            text-decoration: none;
        }
        
        div.counteritem .item a:hover{
            color: #00758D;
        }
    
    div.counteritem .subitem {
        width: 89%;
        font-size: 11px;
        margin-top: 3px;
        color: #777;
    }

div.phonebookblock {
    max-height: 150px;
    overflow: auto;
}

p.phonebookheader {
    margin: 0 0 5px 0;
    padding: 9px 0;
    color: #666;
    font-weight: bold;
    border-bottom: 1px dotted #CCC;
}

div#childphonebooks ul {
    margin-bottom: 10px;
}

div.threequarter {
    width: 76%;
}
    
    .half label, .quarter label, .threequarter label, .counter label, .counteritem label {
        display: block;
        margin-top: 7px;
        color: #555;
    }
    
p {
    color: #555;
}

#msgchars {
    font-size: 16px;
    font-weight: bold;
}

div.left {
    float: left;
}
    
    div.form_panel .left .half {
        width: 39%;
    }

div.right {
    float: right;
}
    
    div.form_panel .right .half {
        width: 59%;
    }

.ptop {
    padding-top: 10px;
}

.right_align {
    text-align: right;
}

.hidden {
    display: none;
}

.administration {
    background-color: transparent;
    background-image: url(/static/images/ui/red_bg.png);
}

.popup_panel {
    padding: 10px;
}

    .popup_panel #ui_panel_content {
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
    }

.sms {
    background-color: transparent;
    background-image: url(/static/images/ui/green_bg.png);
}

.inbound {
    background-color: transparent;
    background-image: url(/static/images/ui/orange_bg.png);
}

.bulkmail {
    background-color: transparent;
    background-image: url(/static/images/ui/pale_green_bg.png);
}

.wigwag {
    background-color: transparent;
    background-image: url(/static/images/ui/purple_bg.png);
}

.signout {
    background-color: transparent;
    background-image: url(/static/images/subtitle_bg.png);
}

.darkgrey {
    color: #555;
}

.breaker {
    clear: both;
    font-size: 12px;
}

pre {
    font-family: courier, monospace;
}

form div, div.form div {
    font-size: 12px;
}

    form div .bold, div.form div .bold {
        font-weight: bold;
        color: #000;
    }
    
    form div .value, div.form div .value {
        color: #00A5C6;
    }
    
    form div .quasipre, div.form div .quasipre {
        color: #333;
        font-family: courier;
    }
        
        form div .value ul, div.form div .value ul {
            list-style-type: none;
            margin: 0;
            padding: 0;
            display: block;
            overflow: hidden;
        }
        
            form div .value ul li, div.form div .value ul li {
                display: block;
                width: 49%;
                float: left;
            }
    
    form div .value a, div.form div .value a {
        color: #00A5C6;
        font-weight: bold;
        text-decoration: none;
    }
    
    form div .value a:hover, div.form div .value a:hover {
        text-decoration: underline;
    }

div h3 {
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 10px 0px;
    color: #333;
    font-size: 14px;
    border-bottom: 1px dotted #AAA;
}
    
    form h3, div.form h3 {
        color: #FFF;
        -moz-border-radius-topleft: 5px;
        -moz-border-radius-topright: 5px;
        -webkit-border-top-left-radius: 5px;
        -webkit-border-top-right-radius: 5px;
        background-color: #EFEFEF;
        padding: 10px;
        margin: 0;
        font-size: 16px;
        border: 0;
    }
    
    form h3 a, div.form h3 a {
        color: #E1E1E1;
        text-decoration: none;
    }
        
        form h3 a:hover, div.form h3 a:hover {
            text-decoration: underline;
        }
    
    form h3.red, div.form h3.red {
        background-color: #FF0000;
    }
    
    form h3.light_blue, div.form h3.light_blue {
        background-color: #00A5C6;
    }
    
    form h3.teal, div.form h3.teal {
        background-color: teal;
    }
    
    form h3.orange, div.form h3.orange {
        background-color: #CC6600;
    }
    
    form h3.pale_green, div.form h3.pale_green {
        background-color: #5A9995;
    }
    
    form h3.purple, div.form h3.purple {
        background-color: #9966CC;
    }
    
    form h3.dark_blue, div.form h3.dark_blue {
        background-color: #000066;
    }
    
    form h3.green, div.form h3.green {
        background-color: green;
    }
    
    form h3 span.download_link, div.form h3 span.download_link {
        float: right;
    }
        
        span.download_link a {
            height: 12px;
            background-image: url(/static/images/ui/download.png);
            background-repeat: no-repeat;
            display: block;
            padding-left: 20px;
            font-size: 12px;
            color: #FFF;
            padding-top: 2px;
        }
    
div.form_panel {
    border-width: 0 1px 1px 1px;
    border-color: #EFEFEF;
    border-style: solid;
    padding: 10px;
    margin-bottom: 12px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
}
    
    div.form_panel.headerbox {
        border-width: 1px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
    }
        
        div.form_panel.headerbox h3 {
            display: block;
            background-color: transparent;
            padding: 0;
            margin: 0;
            color: #333;
            font-size: 18px;
            font-weight: normal;
        }
    
    form div.red, div.form div.red {
        border-color: #FF0000;
    }
    
    form div.light_blue, div.form div.light_blue {
        border-color: #00A5C6;
    }
    
    form div.grey, div.form div.grey {
        border-color: #CCC;
    }
    
    form div.teal, div.form div.teal {
        border-color: teal;
    }
    
    form div.orange, div.form div.orange {
        border-color: #CC6600;
    }
    
    form div.pale_green, div.form div.pale_green {
        border-color: #5A9995;
    }
    
    form div.purple, div.form div.purple {
        border-color: #9966CC;
    }
    
    form div.dark_blue, div.form div.dark_blue {
        border-color: #000066;
    }
    
    form div.green, div.form div.green {
        border-color: green;
    }

div h4 {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 12px;
    display: block;
}

div.button_bar {
    clear: both;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #DEDEDE;
    background-color: #EEE;
    padding: 4px;
    text-align: right;
}

div.form_panel div.button_bar {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-color: #DEDEDE;
    border-width: 0 0 1px 0;
    border-style: solid;
    padding: 4px;
}

div.form_below_pad {
    margin-bottom: 12px;
}

div.errors ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

    div.errors ul li {
        font-weight: bold;
    }
    
        div.errors ul li ul {
            
        }
        
            div.errors ul li ul li {
                margin-left: 1em;
                font-weight: normal;
            }
            
            div.errors ul li ul li.lower_padding {
                margin-bottom: 1em;
            }

.red_text {
    color: #FF0000;
}

#searching_msg {
    display: none;
    color: #FFF;
    background-color: #636363;
    background-image: url(/static/images/ui/filter_bg.png);
    background-repeat: repeat-x;
    padding: 10px 0;
    font-weight: bold;
    font-size: 10pt;
    text-align: center;
}

div.auth_block {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: #FFF;
    padding: 50px;
    text-align: left;
}

div.warning_block {
    padding: 175px 50px 50px 50px;
    background-image: url(/static/images/ui/exclamation.png);
    background-repeat: no-repeat;
    background-position: 50px 50px;
}

div.login_block {
    border: 1px solid #E1E1E1;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    background-color: #FFF;
    padding: 50px;
    text-align: left;
    width: 620px;
    margin: 50px auto 0 auto;
}
    
    div.login_block label {
        display: block;
        width: 80px;
        float: left;
        padding-top: 8px;
    }
    
    div.login_block noscript div {
        display: block;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        background-color: #EFEFEF;
        border: 1px solid #FF0000;
        padding: 10px;
        margin: 0 0 12px 0;
        color: #FF0000;
        font-weight: bold;
    }
    
    div.login_block input[type="text"], div.login_block input[type="password"] {
        width: 150px;
    }
        
        div.login_block input[type="submit"] {
            margin: 0 0 0 80px;
        }
        
    div.login_block div.errors div.error {
        display: block;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        background-color: #EFEFEF;
        border: 1px solid #E0E0E0;
        padding: 10px;
    }

div.warning_block p {
    color: #333;
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
}

input.datetime_field, input.date_field, input.time_field {
    width: 150px;
}

input.originator_field {
    width: 75px;
}

.popup {
    position: relative;
}

    .popup em {
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        position: absolute;
        top: -30px;
        left: 0px;
        color: #E1E1E1;
        font-weight: bold;
        text-decoration: none;
        background-color: #333;
        padding: 5px;
        width: 97%;
        display: none;
    }

span.reset_form.disabled {
    color: #777;
}

div.newlineoptions ul {
    width: 100%;
}
    
    div.newlineoptions ul li {
        display: block;
        float: none;
        clear: both;
        width: 100%;
    }
    
        div.newlineoptions ul li label {
            width: 100%;
        }
        
.tiny_text, div.form div.tiny_text {
    font-size: 1px;
}

div.form_panel div.button_bar {
    margin-top: 0;
}

div.form_panel form {
    margin: 0;
}

.form_panel ul.errorlist {
    display: block;
    padding: 10px;
    background-color: #FFFE9B;
    list-style-type: none;
    margin: 0;
}

div.passwordreseterrors ul.errorlist {
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

div.passwordreseterrors ul.errorlist li {
    color: #666;
    font-weight: bold;
    margin: 1em 0;
    padding: 0;
}

#imgPreview {
    background: #222;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 15px;
    z-index: 999;
    border: none;
    width: 220px;
    height: 300px;
}

.nopadding {
    padding: 0;
}

div.form_panel div.padding {
    padding: 0 10px;
}

label.inline {
    display: inline;
}

div.stats span.stat {
    display: block;
}

div.stats div.left span.stat {
    float: left;
    margin-right: 25px;
}

div.stats div.right span.stat {
    margin-left: 24px;
    text-align: right;
    float: right;
}

div.stats span.stat span.number {
    font-size: 19px;
    display: block;
    white-space: nowrap;
}

div.stats span.stat span.name {
    text-transform: uppercase;
    white-space: nowrap;
    font-size: 10px;
    display: block;
}

div.messageContainer {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    overflow: auto;
    border-color: #C0C0C0;
    background-color: #E1E1E1;
    padding: 10px;
    font-family: courier;
}

td.stat_information_container {
    padding: 10px 0;
}

div#lastmessage * {
    line-height: 120%;
}

div#lastmessage a {
    font-size: 11px;
    color: #777;
    font-weight: normal;
}

div#lastmessage span.messagedate {
    font-size: 10px;
    color: #000066;
}