.tab-text-box {
    font-size: 11px;
    border: 1px solid #c0c0c0;
    width: 150px;
    height: 18px;
}

.tab-table-search {
    border: 1px solid #BBBBBB;
    margin-left: 10px;
}

.tab-text-box-search {
    font-size: 11px;
    color: #000000;
    border: 0;
}

.tab-text-box-search-info {
    color: #BBBBBB;
}

.tab-text-box-ok {
    background: #d4ffbf;
}

.tab-text-box-err {
    background: #ffcccc;
}

.tab-text-box-short {
    width: 200px;
}

.tab-text-box-long {
    width: 450px;
}

.tab-label-bold {
    font-weight: 600;
}

.tab-label-right {
    font-size: 11px;
    text-align: right;
}

.tab-label-right-error {
    font-size: 11px;
    text-align: right;
    color: #DD0000;
}

.tab-label-error {
    color: #DD0000;
}

.tab-label-right-top {
    font-size: 11px;
    text-align: right;
    padding-top: 2px;
}

.tab-hint {
    font-size: 11px;
    padding: 3px 5px;
}

.tab-options-label {
    font-size: 11px;
    width: 145px;
}

.tab-help-label {
    font-size: 11px;
    width: 130px;
}

.tab-label-left {
    font-size: 11px;
}

.tab-label-top-padded {
    padding-top: 2px;
}

.tab-label-left-margin {
    font-size: 11px;
    margin-left: 5px;
}

.tab-label-underlined {
    text-decoration: underline;
}

.tab-text-area-message {
    font-size: 11px;
    font-family: Arial, sans-serif;
    width: 450px;
    height: 150px;
    border: 1px solid #c0c0c0;
}

.tab-button {
    width: 110px;
    font-size: 11px;
}

.tab-button-upload {
    font-size: 11px;
}

.tab-link {
    cursor: pointer;
}

.tab-border-right {
    border-right: 1px solid #c0c0c0;
}

.tab-border-top {
    border-top: 1px solid #c0c0c0;
}

.tab-border-bottom {
    border-collapse: collapse;
    border-bottom: 1px solid #c0c0c0;
}

.tab-outer-table {
    padding-left: 5px;
    padding-right: 5px;
}

.tab-table {
    border-collapse: collapse;
    border: 1px solid #BBBBBB;
}

.tab-table-even {
    background: #EEEEEE;
}

.tab-table-odd {
    background: #FFFFFF;
}

.tab-table-label {
    font-size: 11px;
    background: #e9f0f8;
    color: #032c6a;
}

.tab-table-label-selected {
    font-size: 11px;
    font-weight: bolder;
    background: #ffffbf;
    padding-left: 5px;
}

.tab-table-content {
    font-size: 11px;
    padding: 3px 5px;

}

.tab-table-content-preview {
    font-size: 11px;
    padding: 3px 5px;
    width: 410px; /*height: 60px;*/
    font-family: Arial, sans-serif;
    border: 1px solid #FFFFFF;
    background: #FFFFFF;
}

.tab-table-content-preview-grey {
    font-size: 11px;
    padding: 3px 5px;
    color: #BBBBBB;
}

.tab-table-attachment {
    padding: 3px 5px;
    width: 410px; /*height: 60px;*/
    background: #FFFFFF;
    color: #00285e;
    cursor: pointer;
    text-align: left;
    font-size: 11px;
    font-family: Arial, sans-serif;
    font-weight: bolder;
}

.tab-table-attachment a:hover {
    text-decoration: underline;
    color: #000000;
}

.tab-table-content-highlighted {
    background: #ffff99;
    cursor: pointer;
}

.tab-table-content-selected {
    background: #ffffbf;
}

.tab-table-content-header,
    .tab-table-order-desc,
    .tab-table-order-asc,
    .tab-table-order-none {
    font-size: 11px;
    background: #e9f0f8;
    text-align: center;
    color: #032c6a;
    font-weight: bold;
}

.tab-table-navi {
    font-size: 11px;
    padding: 2px;
}

.tab-table-list {
    font-size: 11px;
}

.tab-preview-image {
    width: 16px;
    height: 16px;
    margin: 2px;
}

.tab-table-vcard {
    border: 1px solid #DDDDDD;
    border-collapse: collapse;
}

.tab-popup-hint {
    border: 1px solid #c0c0c0;
    background: #ffffff;
    opacity: .90;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity = 90);
}

.tab-table-aphorism {
    border-top: 1px solid #BBBBBB;
    border-bottom: 1px solid #BBBBBB;
    border-collapse: collapse;
}

.tab-table-options {
    margin-top: 10px;
}

.tab-table-preview {
    border-top: 1px solid #BBBBBB;
    border-bottom: 1px solid #BBBBBB;
    border-collapse: collapse;
    margin-top: 10px;
}

.tab-table-padding-top {
    padding-top: 10px;
}

.tab-table-margin-top {
    margin-top: 10px;
}

.tab-table-order-none {
    background: url("../../static/img/icon/arrow-off.png") no-repeat right;
    cursor: pointer;
}

.tab-table-order-desc {
    background: url("../../static/img/icon/arrow-desc.png") no-repeat right;
    cursor: pointer;
}

.tab-table-order-asc {
    background: url("../../static/img/icon/arrow-asc.png") no-repeat right;
    cursor: pointer;
}

.fileinputs {
    position: relative;
}

.fakefile {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.file {
    position: relative;
    text-align: right;
    -moz-opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity:0);
    opacity: 0;
    z-index: 2;
}

.import-popup {
    padding: 4px;
    width: 250px;
    background: #ffffff url("../img/tlo_popup.gif") repeat-x top;
    color: #032c6a;
    border-collapse: collapse;
    border: 1px solid #BBBBBB;
    font-weight: bold;
    margin: 6px;
    text-align: center;
}

.import-popup-title {
    font-size: 11px;
    cursor: move;
    font-weight: bolder;
    color: #000000;
    text-align: center;
    padding: 5px;
}

.import-popup-button {
    width: 70px;
    font-size: 11px;
    padding: 0;
    margin: 5px 10px;
}

.supercharge-green-box {
    background-image: url('../../static/img/sms_tlo.gif');
    text-align: center;
}

.supercharge-points {
    text-align: center;
    font-family: Arial, sans-serif;
    font-size: 36px;
    font-weight: bold;
    color: #00285e;
}

.supercharge-bold {
    text-align: center;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #333333;
}

.supercharge-normal {
    text-align: center;
    font-family: Arial, sans-serif;
    font-size: 11px;
    color: #333333;
}

.supercharge-weak {
    text-align: center;
    font-family: Arial, sans-serif;
    font-size: 10px;
    color: #989898;
}

.supercharge-top-bg {
    background-image: url('../../static/img/box_top.gif');
}

.supercharge-middle-bg {
    background-image: url('../../static/img/box_middle.gif');
}

.supercharge-gradient-bg {
    background-image: url('../../static/img/gradient.gif');
}

.supercharge-bottom-bg {
    background-image: url('../../static/img/box_bottom.gif');
}

.supercharge-number {
    text-align: center;
    font-family: Arial, sans-serif;
    font-size: 30px;
    font-weight: bold;
    color: #ffffff;
}

.supercharge-price {
    text-align: center;
    font-family: Arial, sans-serif;
    font-size: 10px;
    color: #ffffff;
}

.supercharge-allowed {
    text-align: center;
    font-family: arial;
    font-size: 11px;
    color: #333333;
}

.supercharge-or {
    text-align: center;
    font-family: arial;
    font-size: 10px;
    color: #989898;
}

.send-message-type {
    width: 600px;
}

.send-message-type-switcher {
    padding: 5px;
}

.send-message-type-switcher-label {
    padding-right: 10px;
}

.photocard-arrow {
    width: 10px;
    border: none;
    cursor: pointer;
}

.photocard-info {
    background-color: #e9f0f8;
    width: 450px;
}

.photocard-info .header {
    width: 450px;
    height: 20px;
    text-decoration: none;
}

.photocard-info .header td {
    font-family: arial;
    color: #032c6a;
    font-size: 11px;
    text-decoration: none;
    padding-left: 5px;
    cursor: pointer;
}

.photocard-info a {
    vertical-align: middle;
}

.photocard-info .content {
    font-family: arial;
    font-size: 11px;
    color: #333333;
    padding: 5px 25px 10px;
    text-align: justify;
}

.photocard-label {
    font-size: 11px;
    font-family: arial;
    color: #333333;
}

.photocard-address-label {
    font-size: 11px;
    font-family: arial;
    color: #333333;
    font-weight: bold;
}

.photocard-address-label-error {
    font-size: 11px;
    font-family: arial;
    color: #DD0000;
    font-weight: bold;
}

.photocard-address-country {
    font-size: 11px;
    font-family: arial;
    color: #000000;
    border: 1px solid #c0c0c0;
    height: 18px;
}

.photocard-address-country option[selected] {
    background-color: #4a79b1;
}

.photocard-section-label {
    font-size: 11px;
    text-align: right;
    padding-top: 2px;
    padding-right: 10px;
}

.photocard-section-label-error {
    font-size: 11px;
    text-align: right;
    padding-top: 2px;
    padding-right: 10px;
    color: #DD0000;
}

.photocard-details-row {
    padding-bottom: 10px;
}

.photocard-padded {
    padding-left: 10px;
    padding-right: 10px;
}

.photocard-tab {
    padding-bottom: 10px;
}

.photocard-text-box {
    font-size: 11px;
    border: 1px solid #c0c0c0;
    height: 18px;
}

.photocard-upload-file {
    font-size: 11px;
}

.photocard-area-message {
    font-size: 11px;
    font-family: Arial, sans-serif;
    width: 450px;
    height: 75px;
    border: 1px solid #c0c0c0;
}

.photocard-templates {
    background-color: #e8e8e8;
}

.photocard-template-label {
    font-size: 11px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    color: #00285e;
    text-decoration: none;
    cursor: pointer;
}

.photocard-template-label-hover {
    font-size: 11px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    color: #00285e;
    text-decoration: underline;
    cursor: pointer;
}

.photocard-preview-template {
    border: solid 1px #c0c0c0;
}

.photocard-template-cell {
    padding: 15px 2px;
    border-top: solid 1px #c0c0c0;
    border-bottom: solid 1px #c0c0c0;
}

.photocard-template-image {
    cursor: pointer;
}

.message-preview-meta {
    width: 100%;
    background: #f7f7f7;
    padding: 5px;
}

.message-preview-subject {
    vertical-align: top;
    height: 20px;
    font-weight: 600;
}

.message-preview-content-wrapper {
    font-size: 12px;
    height: 100px;
    margin: 5px;
}

.message-preview-content {
    vertical-align: top;
}

.message-preview-attachments {
    height: auto;
    margin: 0;
    padding: 0;
}
