body {
    margin: 0;
    padding: 0;
    width: 100%;
    background: #fff;
    color: #000;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 12px;
    word-wrap: break-word;
}

img {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: middle;
}

a {
    color: #0000b2;
    font-family: Verdana, Arial, Sans-Serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: underline;
}

input {
    width: 80%;
    height: 23px;
    border: 1px solid #858585;
    line-height: 23px;
}

.phoneContainer {
    width: 80%;
}

.phoneColumn {
    width: 100%;
    padding: 0;
}

.phoneField {
    width: 100%;
}

.button {
    width: 81%;
    height: 38px;
    border: 1px solid #858585;
    font-weight: bold;
}

.button_small {
    width: 45%;
    height: 38px;
    border: 1px solid #858585;
    font-weight: bold;
}

.checkbox {
    width: auto;
    height: auto;
}

.radiobutton {
    width: auto;
    height: auto;
}

.date {
    width: 40px;
}

.disabled {
    background-color: #eee;
}

    input:focus, a:focus {
        border: 2px solid #3fa2ed;
    }

.left {
    float: left;
    padding-left: 10px;
}

.right {
    float: right;
    padding-right: 10px;
}

.clearer {
    clear: both;
}

.bold {
    font-weight: bold;
}

.hidden {
    display: none;
}

.error {
    font-size: 11px;
    color: #f00;
}

.note {
    color: #808080;
    font-style: italic;
}

.info {
    color: #000;
}

.formTable {
    margin: 0;
    width: 100%;
    table-layout: fixed;
}

    .formTable td {
        padding: 10px 5px 10px 0;
        text-align: left;
    }

    .formTable th {
        text-align: left;
        font-weight: normal;
    }

.listTable {
    margin: 0;
    width: 100%;
    text-align: left;
}

    .listTable th {
        padding: 5px;
        border-top: 1px solid #cccccc;
        background-color: #838383;
        color: #fff;
    }

    .listTable td {
        padding: 5px;
        border-top: 1px solid #cccccc;
    }

    .listTable tr.highlited {
        background-color: #e0e0e0;
    }

.title {
    background-color: #858585;
    border: 1px solid #8e8e8e;
    color: #fff;
    text-align: center;
    line-height: 29px;
}

    .title table {
        width: 100%;
    }

    .title a {
        color: #fff;
    }

.titleTextTop {
    width: 40%;
    float: left;
    font-weight: bold;
    text-align: center;
}

.titleLeftTop {
    width: 30%;
    float: left;
    text-align: left;
}

.titleRightTop {
    width: 30%;
    float: right;
    text-align: right;
}

.titleLeftBottom {
    float: left;
    width: 30%;
    text-align: left;
}

.titleRightBottom {
    float: right;
    width: 70%;
    text-align: right;
}

.logo {
    text-align: center;
}

.alignLeft {
    text-align: left;
}

.buttonContainer {
    padding: 10px 0;
    text-align: left;
}

.divider {
    width: 100%;
    height: 1px;
    background-color: #ccc;
}

.message {
    margin: 10px 20px 0 20px;
    padding: 5px 0;
    border: 1px solid #858585;
    text-align: center;
}

.participantTitle {
    padding: 5px;
    border: 1px solid #cccccc;
    background-color: #838383;
    color: #fff;
}

.participantProgressContainer {
    width: 200px;
    height: 16px;
    border: 1px solid #ccc;
    text-align: right;
}

.participantProgressText {
    position: absolute;
    width: 190px;
    height: 16px;
    text-align: right;
    line-height: 16px;
    padding-right: 10px;
}

.participantProgressLeft {
    float: left;
    height: 14px;
    background-color: #86c5ff;
    border: 1px solid #fff;
}


.content {
    padding: 20px 15px;
    text-align: left;
}

.contentList {
    padding: 20px 0;
    text-align: left;
}

    .contentList .buttonContainer {
        margin-left: 15px;
        padding: 10px 0;
        text-align: left;
    }

.amountOwned {
    color: #999;
}

.editContactButtonContainerLeft {
    float: left;
    width: 50%;
}

.editContactButtonContainerRight {
    float: right;
    width: 50%;
}

.popup {
    position: absolute;
    z-index: 30;
    margin: 0 20px 0 10px;
    border: 1px solid #888;
    background-color: #fff;
    display: none;
}

.popupText {
    padding: 10px 10px 10px 10px;
}

#options .option {
    padding-right: 25px;
    background-color: #d7d7d7;
    border-bottom: 1px solid #c8c8c8;
    text-align: right;
    line-height: 30px;
}

    #options .option a {
        color: #3736a8;
    }


#logo_header {
    text-align: left;
    font-size: 14px;
    color: #0000b2;
    line-height: 30px;
}

#header {
    background-color: #0000b2;
    color: #fff;
    text-align: center;
    line-height: 31px;
}

    #header a {
        color: #fff;
    }

    #header a.active {
        font-weight: bold;
        text-decoration: none;
    }

#subtitle {
    color: #000;
    font-size: 11px;
    font-weight: bold;
    line-height: 28px;
}

    #subtitle a {
        color: #000;
        font-size: 11px;
    }

    #subtitle .highlited {
            color: #f00;
            font-weight: normal;
        }

        #subtitle .highlited a {
            color: #f00;
        }

#content_image {
    width: 100%;
    text-align: center;
}

#footer {
    color: #000098;
    text-align: center;
}

    #footer a {
        color: #000;
        font-size: 9px;
    }

#logo_footer {
    text-align: right;
}

#contactList {
    border-top: 2px solid #e0e0e0;
    border-right: 1px solid #bdbdbd;
}

    #contactList .contactTitle{
        padding-left: 5px;
        background-color: #838383;
        line-height: 30px;
        color: #fff;
    }

    #contactList .contact {
        border-top: 1px solid #e6e6e6;
        text-align: left;
        line-height: 30px;
    }

    #contactList .contact span {
        color: #0000b2;
        text-decoration: underline;
    }

 #content #resultHeader {
    padding: 5px;
    border-top: 1px solid #cccccc;
    background-color: #838383;
    color: #fff;
    text-align: left;
}


