
.checkb label {
    position: relative;
    top: -5px;
}

.minwidth {
    width: 960px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 10px 0px 10px;
}

.caption {
    font-size: 12px;
    display: inline-block;
    width: 30%;
    vertical-align: top;
    line-height: 20px;
    padding: 0px;
    color: #000;
}

.captiontext {
    font-size: 14px;
    display: inline-block;
    width: 60%;
    vertical-align: top;
    line-height: 20px;
    padding: 5px 5px 5px 5px;
    min-height: 20px;
    background-color: #EEE;
    color: #000;
}

table.tableform {
    border: 1px solid #DDD;
    padding: 0px;
    width: 100%;
    font-size: 12px;
}

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;
    line-height: 30px;
    vertical-align: top;
    min-height: 25px;
}

td.tdcontent {
    width: 70%;
    background-color: #FFFFFF;
    padding: 5px 0px 5px 10px;
    line-height: 30px;
    border-bottom: 1px solid #DDD;
    vertical-align: top;
}

.hidden {
    display: none;
}

.floatright {
    display: inline-block;
    float: right;
}

.floatleft {
    display: inline-block;
    float: left;
    margin-right: 5px;
}

.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: 768px) {
    .dialogbox {
        width: 90%;
        left: 5%;
        top: 50px;
        margin-left: 0%;
    }
}

.closebutton {
    float: right;
    margin: 0px 0px 0px 0px;
    display: inline-block;
    font-size: 10px;
    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;
}

.left75 {
    float: left;
    width: 73%;
}

.right25 {
    float: right;
    width: 25%;
}

.small {
    font-size: 11px;
    font-weight: normal;
}

.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;
    padding: 3px;
}

.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: #EEE;
    margin: 5px 0px 5px 0px;
}

.fullline {
    display: block;
    margin: 5px 0px 5px 0px;
    width: 100%;
    height: 1px;
    font-size: 1px;
    clear: both;
    background-color: #5A5A5A;
}

.dottedline {
    display: block;
    height: 1px;
    border-bottom: 1px dotted #666;
}

.boldline {
    display: block;
    height: 3px;
    font-size: 1px;
    margin: 5px 0px 5px 0px;
    background-color: #434A54;
}

.para {
    font-size: 16px;
    color: #2a2a2a;
    line-height: 20px;
}

.textinput, .datepicker {
    display: inline;
    line-height: 20px;
    margin: 1px 2px 1px 0px;
    border: 1px solid #BBB;
    padding: 0px 5px 0px 5px;
    border-radius: 1px;
    vertical-align: middle;
    color: #333;
    position:relative;
    top:-3px;
}

.comboinput {
    display: inline;
    height: 25px;
    line-height: 20px;
    min-width: 50px;
    color: #333;
    border: 1px solid #BBB;
    margin: 3px 2px 1px 0px;
    padding: 0px 5px 0px 5px;
    border-radius: 1px;
}

.radioinput, .checkinput {
    display: inline;
    line-height: 25px;
    height: 25px;
    border: none;
    vertical-align: middle;
    margin: 0px 5px 0px 5px;
}

.fileinput {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    font-family: Tahoma;
    color: #000000;
    padding: 0px 0px 0px 2px;
    vertical-align: middle;
    border: none;
}

.imginline {
    display: inline;
    vertical-align: middle;
}

.headrow {
    width: 100%;
    background-color: #EAEAEA;
    min-height: 20px;
    padding: 5px 0px 5px 0px;
    color: #2a2a2a;
    font-weight: bold;
    display: block;
    clear: both;
}

.tableheader {
    display: block;
    width: 98%;
    min-height:20px;
    line-height:18px;
    padding: 5px 1% 5px 1%;
    background-color: #1C5E55;
    color: #FFF;
}

.tablerow {
    width: 98%;
    background-color: #FAFAFA;
    line-height: 18px;
    display: block;
    color: #000;
    margin: 0px;
    float: left;
    border-bottom: 1px solid #DDD;
    padding: 5px 1% 5px 1%;
}


.row1 {
    background-color: #FAFAFA;
    line-height: 30px;
    border: 1px solid #DDD;
    border-top: none;
}

.row2 {
    background-color: #F5F5F5;
    line-height: 30px;
    border: 1px solid #DDD;
    border-top: none;
}

.greenbox {
    background-color: #1ead67;
    color: #FFF;
    padding: 10px 0px 0px 0px;
    margin-right: 10px;
    height: 90px;
    position: relative;
}

.redbox {
    background-color: #ca525d;
    color: #FFF;
    padding: 10px 0px 0px 0px;
    margin-right: 10px;
    height: 90px;
    position: relative;
}

.bluebox {
    background-color: #3396a8;
    color: #FFF;
    padding: 10px 0px 0px 0px;
    margin-right: 10px;
    height: 90px;
    position: relative;
}

.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;
}

.imglink {
    display: inline-block;
    border-radius: 5px;
    padding: 0px 3px 0px 3px;
    cursor: pointer;
}

    .imglink:hover {
        background-color: #E2D6B1;
    }

.divhead {
    display: block;
    line-height: 30px;
    color: #FFF;
    height: 30px;
    font-size: 12px;
    font-weight: bold;
    background-color: #5EA879;
    padding-left: 5px;
}

.divbody {
    padding: 5px 10px 5px 10px;
    background-color: #FFF;
    overflow-y: auto;
    border: 1px solid #DDD;
}

.profilebox {
    width: 600px;
    display: inline-block;
    border: 1px solid #DDD;
    border-radius: 3px;
    padding: 20px;
    background: linear-gradient(#FFFFFF, #EEEEEE);
    box-shadow: 0px 0px 5px 0px #DDD;
}

    .profilebox img {
        border: 1px solid #DDD;
    }

.divsmallbox {
    width: 95%;
    padding: 2%;
    float: left;
    margin-right: 2%;
    margin-bottom: 20px;
    border: 1px solid #DDD;
    border-radius: 3px;
    background: linear-gradient(#FFFFFF, #EEEEEE);
}

.col90 {
    display: inline-block;
    width: 88%;
    float: left;
}

.col80 {
    display: inline-block;
    width: 78%;
    float: left;
}

.col70 {
    display: inline-block;
    width: 70%;
    float: left;
}

.col60 {
    display: inline-block;
    width: 58%;
    float: left;
}

.col50 {
    display: inline-block;
    width: 48%;
    float: left;
}

.col40 {
    display: inline-block;
    width: 38%;
    float: left;
}

.col30 {
    display: inline-block;
    width: 30%;
    float: left;
}

.col25 {
    display: inline-block;
    width: 25%;
    float: left;
}

.col20 {
    display: inline-block;
    width: 20%;
    float: left;
}

.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;
}

.col3 {
    display: inline-block;
    width: 3%;
    float: left;
}

.col1 {
    display: inline-block;
    width: 1%;
    float: left;
}

.hidden {
    display: none;
}

.button {
    display: inline-block;
    font-size: 12px;
    margin-right: 5px;
    line-height: 15px;
    border: 1px solid #388548;
    border-radius: 2px;
    text-align: center;
    vertical-align: middle;
    background-color: #5EA879;
    padding: 5px 10px 3px 10px;
    color: #FFF;
    cursor: pointer;
}

    .button:hover {
        background-color: #4fc67a;
        color: #FFF;
    }

    .button:disabled {
        background-color: #CCC;
        border: 1px solid #AAA;
        color: #AAA;
    }

.buttondim {
    display: inline-block;
    font-size: 12px;
    margin-right: 5px;
    line-height: 15px;
    border: 1px solid #999;
    border-radius: 2px;
    text-align: center;
    vertical-align: middle;
    background-color: #AAA;
    padding: 5px 10px 3px 10px;
    color: #222;
    cursor: pointer;
}

.bbutton {
    display: inline-block;
    font-size: 14px;
    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;
    border-radius: 1px;
}

    .bbutton:disabled {
        background-color: #AAA;
    }

    .bbutton:hover {
        color: #FFF;
        background-color: #2EB034;
    }

.cbutton {
    display: inline-block;
    font-size: 14px;
    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;
    border-radius: 1px;
}

    .cbutton:disabled {
        background-color: #AAA;
    }

    .cbutton:hover {
        color: #FFF;
        background-color: #9c232a;
    }

.btnsmall {
    display: inline-block;
    padding: 2px 10px 2px 10px;
    height: 25px;
    line-height: 16px;
    font-size: 12px;
    background-color: #2386b9;
    color: #FFF;
    cursor: pointer;
    border: none;
}

    .btnsmall:hover {
        background-color: #0E507E;
        color: #FFF;
    }

.abuttonwithimage {
    padding: 5px 10px 5px 5px;
    display:inline-block;
    border-radius:2px;
    background-color:#1C5E55;
    background:linear-gradient(#287a6f, #1C5E55);
    line-height:20px;
    margin-right:5px;
    border: none;
    cursor:pointer;
}

    .abuttonwithimage img {
        float:left;
        height:20px;
        width:20px;
    }

    .abuttonwithimage span {
        font-size:13px;
        line-height:15px;
        color:#FFF;
        margin-left:5px;
    }
.pagenavigation {
    display: inline-block;
    margin-right: 1px;
    height: 21px;
    padding: 2px 5px 2px 5px;
    text-align: center;
    border-radius: 2px;
    background-color: #EAEAEA;
    border: 1px solid #DDD;
}

label.pagenavigation {
    background-color: #FAFAFA;
}
