﻿input[type=checkbox], input[type=radio] {
    margin-right: 5px;
}

label {
    display: inline;
}

#loginform {
    background-color: #ffffff;
    border-radius: 5px;
    /*height: 450px;*/
    padding: 16px;
    width: 320px;
    -webkit-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 15px rgba(0, 0, 0, 0.5);
    position:relative;
}

#loginform .help-request-header {
    background-color: #336699;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    text-align:center;
    color:#fff;
    font-size:16px;
    padding:8px 0;
}

#loginform .divTable {
    margin-top: 30px;
}

#loginform .modal-close {
    position:absolute;
    top:6px;
    right:6px;
}

#loginform .CaptchLabelStyle {
    margin:0 0 0 -270px;
}

.modalBackground {
    background-color: #333333;
    filter: alpha(opacity=80);
    opacity: 0.8;
}

.txtclass {
    width: 180px;
    height: 25px;
    float: left;
    text-align: left;
    padding-left: 5px;
    border: 1px solid #ccc;
}

.txtarea {
    min-width: 180px;
    max-width: 180px;
    max-height: 60px;
    min-height: 60px;
    float: left;
    text-align: left;
    padding-left: 5px;
    border: 1px solid #ccc;
}

.Cancel {
    margin: -28px 259px;
    width: 26px;
    height: 26px;
    float: left;
    position: relative;
}

#loginform table tbody tr td {
    padding: 2px 0;
}

.menu-overlay {
    position: absolute;
    z-index: 1002;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    opacity: .5;
    background: #000 none repeat scroll 0 0;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)';
    filter: alpha(opacity=50);
    -moz-opacity: .5;
    -khtml-opacity: .5;
}

#ctl00_cphBody_wzApplication_ucEEO_ctl01_ctl01_EEOQuestion_AnswerList,
#ctl00_cphBody_wzApplication_ucEEO_ctl01_ctl00_EEOQuestion_AnswerList,
#ctl00_cphBody_wzApplication_ucEEO_ctl01_ctl02_EEOQuestion_AnswerList {
    width: 100%;
}

    #ctl00_cphBody_wzApplication_ucEEO_ctl01_ctl01_EEOQuestion_AnswerList label,
    #ctl00_cphBody_wzApplication_ucEEO_ctl01_ctl00_EEOQuestion_AnswerList label,
    #ctl00_cphBody_wzApplication_ucEEO_ctl01_ctl02_EEOQuestion_AnswerList label {
        width: 92%;
        margin-left: 1%;
    }

.skip {
    position: absolute;
    top: -1000px;
    left: -1000px;
    height: 1px;
    width: 1px;
    text-align: left;
    overflow: hidden;
}

a.skip:active,
a.skip:focus,
a.skip:hover {
    left: 0;
    top: 0;
    width: auto;
    height: auto;
    overflow: visible;
}


.divprq
{
    position: absolute;
    top: 250px;
    left: 800px;
    width: 160px;
    height: 80px;
    border: 1 1 #214552;
    border-style: outset;
}
.marquee {
    width: 800px;
    padding: 10px;
    background: #EEE;
    overflow: hidden;
    position: relative;
    line-height: 12px;
}

.marquee div {
    overflow: hidden;
    animation: marquee 8s linear infinite;
}


@keyframes marquee {
    0% { transform: translateX(100%); }
    100% { transform: translateX(-100%); }
}

/* DivTable.com */
.divTable{
    display: table;
    width: 100%;
    
}
.divTableRow {
    display: table-row;
}
.divTableHeading {
    background-color: #EEE;
    display: table-header-group;
}
.divTableCell, .divTableHead {
    display: table-cell;
    /*padding: 3px 10px;*/
    width: 50%;
}
.divTableCellWide {
    
    padding: 3px 10px;
    width: 100%;
}

.divTableFoot {
    background-color: #EEE;
    display: table-footer-group;
    font-weight: bold;
}
.divTableBody {
    display: table-row-group;
}
.divTableCaption {
    display: table-caption;
    padding: 5px;
    
}

/* Privacy Page */

.privacy-policy li {
    margin-top: 16px;
}

.privacy-policy .hightlight {
    background-color:yellow;
}

.callout {
    /*background-color: #e8e8e8;
    border: solid 1px #7b7b53;*/
    margin-bottom: 24px;
    /*padding: 8px;*/
}

.callout h3 {
    font-weight:bold;
}