﻿/*General*/
body { background-color: #ffffff }

.header {
    color: #174a79;
    font-family: Arial;
    font-size: 18px;
    font-weight: bold;
}

.subheader {
    color: #174a79;
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
}

.subtext {
    color: #333333;
    font-family: Arial;
    font-size: 12px;
}

.script {
    color: #333333;
    font-family: Arial;
    font-size: 12px;
    max-height: 190px;
    overflow: auto;
    padding: 0px 0px 15px 0px;
    width: 830px;
}

.container {
    background-color: #f0f0f0;
    border-top: solid 3px #174a79;
    height: 645px;
    padding: 15px 50px 50px 15px;
    width: 880px;
}

.container-upper { height: 380px; }

.container-lower { background: transparent url('../images/styles/HumanaClickThru/divider-grad.jpg') no-repeat scroll top right; }

.content-lower { padding: 40px; }

.top-header {
    height: 50px;
    padding: 10px 0px 0px 0px;
    width: 935px;
}

.logo-humana { float: left; }

.logo-zirmed {
    float: right;
    height: 50px;
}

/*Buttons*/

.btn-Humana {
    background: transparent url('../images/styles/HumanaClickThru/mainbtn-innactive.png') no-repeat scroll top right;
    color: #666666;
    cursor: hand;
    display: block;
    float: right;
    font-family: Arial;
    font-size: 10px;
    height: 126px;
    margin-right: 6px;
    text-decoration: none;
    width: 305px;
}

.btn-Humana:hover {
    background: transparent url('../images/styles/HumanaClickThru/mainbtn-active.png') no-repeat scroll top right;
    color: #174a79;
    cursor: hand;
    display: block;
    float: right;
    font-family: Arial;
    font-size: 10px;
    height: 126px;
    margin-right: 6px;
    text-decoration: none;
    width: 305px;
}

.btn-header {
    color: #ffffff;
    display: block;
    font-family: Arial;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 0px 0px 15px;
}

.btn-content {
    color: #333333;
    display: block;
    font-family: Arial;
    font-size: 12px;
    padding: 30px 20px 20px 20px;
    width: 260px
}

.btn-top { padding-top: 25px; }

.btn-bottom { padding-top: 28px; }

/*   Avatar   */

.avatar {
    float: left;
    padding: 20px 0px 0px 10px;
    width: 505px;
}
/*  Modals */

.popup-left { float: left; }

.popup-right {
    float: right;
    vertical-align: middle;
}

.popup-right a {
    color: #FFF;
    font-size: large;
    text-decoration: none;
}

.popup-right a:hover { text-decoration: none; }

.modal-content { padding: 10px 0px 0px 30px; }

.modal-content p {
    color: #555;
    font-size: 13px;
    width: 345px;
}

.modal-email { padding-bottom: 6px; }

.link-previous { margin-left: 250px; }

.link-previous a:hover { text-decoration: none; }

.link-previous span { text-decoration: underline; }

.dxpcContent { color: #555; }