﻿body {
    font-size: small;
    color: #333;
    font-family: Arial, sans-serif;
    margin: 10px 0 30px 0px;
    background-color: #fff;
}

#divBody {
    margin: 0px auto;
    padding: 0px 0px 0px 0px;
    width: 1000px;
    /*height: 100%;*/
    text-align: left;
    /*overflow: auto;*/
    border: 1px solid #666666;
}

#divWrap {
    margin-top: 10px;
}

#divMiddle {
    margin: 10px;
    display: block;
}

#divBannerWrap {
    width: 100%;
    display: block;
    height: 100px;
}
#divBannerWrap div {
    float: left;
    padding:10px;
}

#divPrint {
    padding-top: 30px;
    padding-bottom: 30px;
}

#divFooter {
    padding-top: 130px;
    width: 100%;
}

.divLine {
    padding-top: 5px;
    padding-bottom: 5px;
    width: 100% !important;
    display: block;
    border-bottom: dotted 1px #e3e3e3;
}

 .divLine:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
        visibility: hidden;
    }

.divLine div {
    float: left;
}

.divInfo {
    font-size: 0.75rem;
    padding: 6px;
    display: block;
    border: solid 1px #ccc;
    background-color: #f1f1f1;
    margin-bottom: 25px;
}
.divInfo p {
    color: #454041;
}

.divCaption {
    width: 30%;
    color: #143672;
    text-align: right;
    padding-right: 30px;
}

.divLineMiddle {
    width: 15%;
}

.divCaptionCommence {
    width: 47%;
    color: #143672;
    padding-left: 30px;
}

.divCaptionPrint {
    width: 47%;
    color: #143672;
    padding-left: 30px;
}
.divCaptionCommence p {
    margin-top: 0;
        padding-bottom: 6px;
    }

    .divEntryParttimeWrap {
    display: table-row;
    width: 65% !important;
}

.divEntryParttimeCaption {
    display: table-cell;
    width: 8%;
    color: #143672;
    padding-right: 16px;
}

.divEntryParttimeCaptionOr {
    text-align: right;
}

.divSectionEntry, .divSectionResult {
    width: 70%;
    margin: 0px auto;
}

.divResultHeader {
    font-size: 14px;
    font-weight: bold;
    padding-top: 25px;
    padding-bottom: 3px;
    border-bottom: solid 3px #00b6e7;
}


.tblMonth, .tblTotal {
    margin-top: 20px;
    width: 100%;
    border-collapse: collapse;
}

    .tblMonth th, .tblTotal th {
        border-bottom: solid 2px #333;
    }


    .tblMonth tr, .tblMonth td, .tblTotal tr, .tblTotal td {
        font-size: 12px;
        padding: 3px;
        border-bottom: solid 1px #7e7e7e;
        text-align: center;
    }

.tdRange {
    width: 25%;
}
.tdMonth {
    width: 25%;
}
.tdRemove {
    width: 25%;
}

.trTotalHours td {
    background-color: #9bbb59;
    font-weight: bold;
}
.trTotalExemption td {
    background-color: #ffff00;
    font-weight: bold;
}

.tdLeft {
    text-align: left !important;
}

select, input {
    padding: 4px;
}

    select {
        width: 120px;
    }

    #txtStartDate, #txtEndDate {
        width: 90px;
        padding: 4px;
    }

#txtHoursPT, #txtDaysPT {
    width: 50px;
    padding: 4px;
    text-align: center;
}

#btnEntry, #btnPrint {
    font-family: Arial, sans-serif;
    height: 29px;
    width: 80px;
    display: block;
    background-color: #00b6e7;
    color: #333;
    font-size: 12px;
    font-weight: bold;
    border-color: #96e6f9;
    border-radius: 5px 5px 5px 5px;
    padding: 6px;
}

