
.minwidth {
    width: 95%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 2.5% 0px 2.5%;
}

.caption {
    display: inline-block;
    width:30%;
    max-width:250px;
    font-size:14px;
    vertical-align: top;
    line-height: 20px;
    padding: 3px 0px 3px 0px;
    color:#000;
}

.content {
    display:inline-block;
    line-height:20px;
    padding:3px 0px;
    font-size:14px;
}

@media screen and (max-width: 800px) {.caption {width:100%; max-width:100%; }}

.captionsmall {
    display: inline-block;
    width: 120px;
    line-height: 20px;
    padding: 3px 0px 3px 0px;
    vertical-align: top;
}

table.tableform {
    border:1px solid #DDD;
    border-bottom:none;
    padding:0px;
    width:100%;
    border-spacing:0px;
}

td.tdsection {
    background-color:#DDD;
    padding:5px 0px 5px 5px;
    border-bottom:1px solid #DDD;
    vertical-align:top;
    font-weight:bold;
}

td.tdcaption {
    width:25%;
    background-color:#F5F5F5;
    padding:5px 0px 5px 10px;
    border-bottom:1px solid #DDD;
    vertical-align:top;
}

td.tdcontent {
    width:70%;
    padding:5px 0px 5px 10px;
    border-bottom:1px solid #DDD;
    vertical-align:top;
}

.hidden {
    display: none;
}

.floatright {
    display: inline-block;
    float: right;
}

.floatleft {
    display: inline-block;
    float: left;
}

.aligncenter {
    width: 100%;
    display: inline-block;
    text-align: center;
}

.alignright {
    width: 100%;
    display: inline-block;
    text-align: right;
}

.dialogback, .waitback {
    text-align: left;
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    z-index: 2;
    background-color: #DDD;
    opacity: 0.7;
    filter: alpha(opacity=70);
    margin: 0px;
}

.dialogbox {
    text-align: left;
    display: none;
    left: 50%;
    top: 100px;
    width: 50%;
    margin-left: -25%;
    position: fixed;
    z-index: 3;
    padding: 0px;
    background-color: #FFF;
    border: 1px solid #BBB;
    border-bottom: 5px solid #FBDB83;
    box-shadow: 0px 0px 5px 5px #BBB;
}

@media screen and (max-width: 800px) {
    .dialogbox {
        width: 90%;
        left: 5%;
        top: 50px;
        margin-left: 0%;
    }
}

.boxhead {
    display: block;
    height: 20px;
    color: #555;
    font-size: 13px;
    font-weight: bold;
    background-color: #EEE;
    padding: 10px 5px 10px 5px;
}

.headblock {
    background-color: #E5E5E5;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #5A5A5A;
    font-size: 16px;
    font-weight: bold;
    padding: 15px 5px 15px 10px;
}

.bodyblock, .boxcontent {
    border: 1px solid #E5E5E5;
    padding: 0px 10px 0px 10px;
}

.steppending {
    width:18%;
    float:left;
    display:inline-block;
    padding:5px;
    background-color:#DDD;
    color:#000;
    border-top-right-radius:10px;
    border-bottom-right-radius:10px;
    margin-right:2px;
}

.stepdone {
    width:18%;
    float:left;
    display:inline-block;
    padding:5px;
    background-color:#249851;
    color:#FFF;
    border-top-right-radius:10px;
    border-bottom-right-radius:10px;
    margin-right:2px;
}

.closebutton {
    float: right;
    margin: 0px 0px 0px 0px;
    display: inline-block;
    font-size: 10px;
    font-family: Arial;
    font-weight: bold;
    color: #FFF;
    cursor: pointer;
    background-color: #C32830;
    padding: 2px 7px 2px 7px;
    border-radius: 2px;
}

    .closebutton:hover {
        background-color: #a52027;
    }

.waitbox {
    text-align: center;
    display: none;
    left: 50%;
    top: 40%;
    width: 30px;
    height: 30px;
    margin-left: -15px;
    position: fixed;
    z-index: 3;
    background-image: url("/images/loading.gif");
    background-position: center;
    background-repeat: no-repeat;
    background-color: #FFF;
    border-radius: 5px;
}

.small {
    font-size: 12px;
    line-height:15px;
}

.warning, .red {
    color: #c64343;
}

.blue {
    color: #0E507E;
}

.green {
    color: #15751a;
}

.gray {
    color: #333;
}

.blueback {
    background-color:#227bb9;
    color:#FFF;
}

.redback {
    background-color:#C32830;
    color:#FFF;
}

.p20 {
    clear: both;
    height: 20px;
    font-size: 1px;
}

.p10 {
    clear: both;
    height: 10px;
    font-size: 1px;
}

.p5 {
    clear: both;
    height: 5px;
    font-size: 1px;
}

.hairline {
    display:block;
    height:1px;
    background-color:#DADADA;
}

.shadowline {
    height:20px;
    display:block;
    background-image:url('/images/homeseparator.png');
    background-size:contain;
    background-repeat:no-repeat;
    background-color:#FFF;
}

.textinput, .datepicker {
    display: inline;
    height: 24px;
    line-height: 20px;
    margin: 1px 2px 1px 0px;
    border: 1px solid #DDD;
    padding: 2px 5px 2px 5px;
    border-radius: 3px;
    vertical-align: middle;
    color: #333;
    max-width:97%;
}

.comboinput {
    display: inline;
    height: 29px;
    line-height: 23px;
    min-width: 50px;
    color: #333;
    border: 1px solid #DDD;
    margin: 1px 2px 0px 0px;
    padding: 2px;
    border-radius: 3px;
}

.radioinput, .checkinput {
    display: inline;
    line-height: 20px;
    height: 20px;
    border: none;
    vertical-align: middle;
    margin: 0px 4px 0px 2px;
}

.fileinput {
    display: inline;
    height: 25px;
    line-height: 25px;
    font-size: 11px;
    font-family: Verdana;
    color: #000000;
    border: 1px solid #AAA;
    padding: 0px 0px 0px 2px;
    border-radius: 3px;
    vertical-align: middle;
}

.imginline {
    display: inline;
    vertical-align: middle;
}

.divrow {
    display: block;
    border-bottom: 1px solid #DDD;
    padding: 5px 5px 5px 3px;
    font-size:12px;
    background-color:#FAFAFA;
    min-height:15px;
    clear:both;
}

    .divrow:hover {
        background-color:#feefc7;
    }

.imglink {
    display: inline;
    vertical-align: middle;
    cursor:pointer;
    box-shadow:0px 0px 5px 0px #555;
    border:none;
    background-color:#FFF;
    border-radius:5px;
}

.tablerow {
    width: 98%;
    padding: 5px 1%;
    background-color: #FAFAFA;
    min-height:20px;
    display:inline-block;
    color: #2a2a2a;
    border-bottom:1px solid #AAA;
}

.tablerowcontent {
    line-height: 15px;
    color: #000;
    overflow: auto;
    vertical-align:middle;
}

.tableheader, .tableitem {
    display: block;
    width: 98%;
    padding: 0 1%;
    height: 30px;
    font-weight: bold;
    background-color: #DB3340;
    line-height: 30px;
    color: #FFF;
}

.tableitem {
    color:#000;
    background-color: #FFF;
    border-bottom:1px solid #DDD;
    font-weight:normal;
}

.divblock {
    padding:10px;
    border-radius:3px;
    background-color:#F8F2E1;
}

.divblockheading {
    height: 30px;
    line-height: 30px;
    color: #5a5a5a;
    font-weight: bold;
    font-size: 13px;
    background-color: #DDD;
    padding-left: 5px;
}

.para {
    font-size:15px;
    color:#000;
}

.bigtext {
    color:#222;
    font-size: 16px;
    line-height:25px;
    display:inline-block;
    width:100%;
}

.boxlink {
    position:absolute;
    bottom:0px;
    left:0px;
    right:0px;
    display:block;
    color:#FFF;
    background-color:#434A54;
    color:#FFF;
    padding:3px 5px 3px 5px;
    opacity:0.8;
}

    .boxlink:hover {
        color:#FFF;
        background-color:#2a2a2a;
    }

.col80 {
    display: inline-block;
    width: 80%;
    float: left;
}

.col75 {
    display: inline-block;
    width: 75%;
    float: left;
}

.col70 {
    display: inline-block;
    width: 70%;
    float: left;
}

.col60 {
    display: inline-block;
    width: 58%;
    margin-right:1%;
    float: left;
}

.col50 {
    display: inline-block;
    width: 48%;
    margin-right:1%;
    float: left;
}

.col40 {
    display: inline-block;
    width: 38%;
    margin-right:2%;
    float: left;
}

.col33 {
    display: inline-block;
    width: 32%;
    margin-right:1%;
    float: left;
}

.col33nf {
    display: inline-block;
    width: 32%;
    margin-right:1%;
    margin-top:10px;
} 

.col30 {
    display: inline-block;
    width: 28%;
    margin-right:2%;
    float: left;
}

.col25 {
    display: inline-block;
    width: 25%;
    float: left;
}

.col20 {
    display: inline-block;
    width: 20%;
    float: left;
}

@media screen and (max-width: 800px) {
    .col20 {width: 100%; margin-bottom:10px;}
    .col25 {width: 100%; margin-bottom:10px;}
    .col30 {width: 100%; margin-bottom:10px;}
    .col33 {width: 100%; margin-bottom:10px;}
    .col33nf {width: 100%; margin-bottom:10px;}
    .col40 {width: 95%; margin-bottom:10px; margin-left:5%;}
    .col50 {width: 100%; margin-bottom:10px;}
    .col60 {width: 95%; margin-bottom:10px; margin-left:5%;}
    .col70 {width: 100%; margin-bottom:10px;}
    .col75 {width: 100%; margin-bottom:10px;}
}

.col15 {
    display: inline-block;
    width: 15%;
    float: left;
}

.col10 {
    display: inline-block;
    width: 10%;
    float: left;
}

.col7 {
    display: inline-block;
    width: 7%;
    float: left;
}

.col5 {
    display: inline-block;
    width: 5%;
    float: left;
}

.deskcol30 {
    display:inline-block;
    width:30%;
    float:left;
}

@media screen and (max-width: 800px) {
    .deskcol30 {
        display:inline-block;
        width: 100%;
    }
}

.abutton {
    display: inline-block;
    font-size: 12px;
    margin-right: 5px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    background-color: #DB3340;
    padding: 3px 10px 3px 10px;
    color: #FFF;
    cursor: pointer;
    border: none;
}

    .abutton:hover {
        background-color: #E7535F;
        color: #FFF;
    }

    .abutton:disabled {
        background-color: #CCC;
        color: #555;
    }

.bbutton {
    display: inline-block;
    font-size: 12px;
    margin-right: 10px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    background-color: #49a847;
    padding: 3px 10px 3px 10px;
    color: #FFF;
    cursor: pointer;
    border: none;
    box-shadow:1px 1px 0.5px 0px #AAA;
}

    .bbutton:disabled {
        background-color: #AAA;
    }

    .bbutton:hover {
        color: #FFF;
        background-color: #2EB034;
    }

.cbutton {
    display: inline-block;
    font-size: 12px;
    margin-right: 10px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    background-color: #C32830;
    padding: 3px 10px 3px 10px;
    color: #FFF;
    cursor: pointer;
    border: none;
    box-shadow:1px 1px 0.5px 0px #AAA;
}

    .cbutton:disabled {
        background-color: #AAA;
    }

    .cbutton:hover {
        color: #FFF;
        background-color: #9c232a;
    }

.btnsmall {
    display: inline-block;
    padding: 3px 10px 0px 10px;
    height: 20px;
    line-height: 20px;
    font-size: 10px;
    background-color: #DB3340;
    color: #FFF;
    cursor: pointer;
    border: none;
}

    .btnsmall:hover {
        background-color: #E7535F;
        color: #FFF;
    }

.abuttonwithimage, .bbuttonwithimage {
    display:inline-block;
    padding: 0px 7px 0px 7px;
    border-radius:2px;
    background-color:#DB3340;
    margin-right:5px;
    line-height:30px;
    height:30px;
    border: none;
    cursor:pointer;
    vertical-align:middle;
}

    .abuttonwithimage img, .bbuttonwithimage img {
        padding-top:5px;
        padding-bottom:5px;
        height:20px;
        width:20px;
        float:left;
    }

    .abuttonwithimage span, .bbuttonwithimage span {
        font-size:13px;
        color:#FFF;
        display:inline-block;
        float:left;
        margin-left:5px;
    }
        
    .abuttonwithimage:disabled {
        background-color:#AAA;
        cursor:not-allowed;
    }

.bbuttonwithimage {
    background-color:#A04281;
}

    .bbuttonwithimage:disabled {
        background-color: #AAA;
        cursor:not-allowed;
    }

.pagelink {
    display:inline-block;
    margin-right:5px;
    font-size:12px;
    min-width:25px;
    line-height:20px;
    padding:3px 5px 3px 5px;
    text-align:center;
    background-color:#CACACA;
    color:#393939;
    box-shadow:1px 1px 0.5px 0px #AAA;
}

    .pagelink:hover {
        background-color:#DDD;
        color:#393939;
    }

.pagecurrent {
    display:inline-block;
    margin-right:5px;
    min-width:25px;
    font-size:12px;
    line-height:20px;
    padding:3px 5px 3px 5px;
    text-align:center;
    background-color:#C32830;
    color:#FFF;
    box-shadow:1px 1px 0.5px 0px #AAA;
}

    .pagecurrent:hover {
        background-color:#ed444d;
        color:#FFF;
    }