﻿#contacts-outer-container {
    min-width: 900px;
    min-height: 514px;
    position: relative;
}

#contacts-outer-container .ui-corner-all {
    border-radius: 0 0 0 0;
}

#contacts-outer-container .ui-widget-header {
    background: none;
    border-bottom: 1px solid rgb(170, 170, 170);
    border-top: none;
    border-left: none;
    border-right: none;
}

#contacts-outer-container > div {
    overflow: auto;
}

#new-contact, #delete-contact, #contacts-list {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 5000;
    background: white;
}

#new-contact {
    width: 900px;
}

#_contacts-list-container {
    visibility: visible;
    height: 100%;
}

#_view-contact {
    max-width: 900px;
    overflow-x: hidden;
    overflow-y: auto;
    display: block;
    vertical-align: middle;
    padding: 0;
    position: relative;
    top: 0;
}

#view-contacts-table tbody tr {
    cursor: pointer;
}

.contact-options {
    width: 100%;
}

div.sort-table-container {
    vertical-align: middle;
    display: block;
    max-width: 898px;
    width: 898px;
    height: 512px;
    padding: 0;
    position: relative;
    top: 0;
}

.nodisplay {
    display: none;
}

.contact-list-content {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

input.contact-selected {
    min-width: 20px;
}

#contact-tab-container {
    font-size: 1.1em;
    max-width: 900px;
    width: 900px;
    height: 550px;
    position: relative;
    overflow: hidden;
}

#contact-tab-container .ui-corner-all {
    border-radius: 0 0 0 0;
}

#contact-tab-container .ui-widget-header {
    background: none;
    border-bottom: 1px solid rgb(170, 170, 170);
    border-top: none;
    border-left: none;
    border-right: none;
}

#contact-tab-container > div {
    overflow: auto;
}

.delete-contact-button, .cancel-contact-button {
    cursor: pointer;
}

.delete-contact-prompt {
    text-align: center;
    font-size: 18px;
    overflow: auto;
    padding-top: 25%;
}

.confirm-contact-name {
    font-weight: bold;
}

.reply-button {
    width: 20px;
    height: 20px;
    display: inline-block;
    cursor: pointer;
    float: right;
}

.maximize-button {
    width: 20px;
    height: 20px;
    display: inline-block;
    cursor: pointer;
}
