﻿* {
    margin: 0px;
    padding: 0px;
}

html {
    width: 100%;
}

html, form {
    height: 100%!important;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}

.body {
    width: 100%;
    height: 100%;
    background-color: #2d2d2d;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
}

body {
    background-color: rgb(255,255,255);
    font-family: Calibri, Verdana, Geneva, Arial, Helvetica, sans-serif !important;
    font-size: 12px !important;
    height: 100%!important;
    overflow: hidden;
}

/*cellspacing for html5*/
table {
    border-collapse: collapse;
    border-spacing: 0px;
}

/*cellpadding for html5*/
th, td {
    padding: 0px;
}

a img {
    border: 0;
}

a:link {
    text-decoration: none;
    color: #FF6801;
}

a:active {
    text-decoration: none;
    color: #FF6801;
}

a:hover {
    text-decoration: underline;
    color: #FF6801;
}

a:visited {
    text-decoration: none;
    color: #FF6801;
}

.screenBody {
    margin: 0 10px;
    clear: both;
}

.Invisible {
    display: none;
    /*	visibility:hidden; */
}

#content {
    background-color: #fff;
    padding-bottom: 5px;
    text-align: justify;
}

#content-box {
    margin-left: 1px;
    width: 780px;
}

    #content-box .description {
        text-align: justify;
        line-height: 18px;
    }

        #content-box .description p {
            text-align: justify;
            text-indent: 0px;
        }

.content-line {
    height: 1px;
    border-bottom: 1px solid #ddd;
    /*background-color:#ddd;*/
    margin: 20px 0px 20px 0px;
    text-align: justify;
}

/* ----- Login-related items ----- */

#login {
    width: 453px;
    margin: auto;
    margin-top: 40px;
}

#loginTitle {
    height: 59px;
    background-image: url(../images/LoginTitleBar.png);
    font-size: 19px;
    font-weight: bold;
    font-family: Calibri, Verdana, Geneva, Arial, Helvetica, sans-serif;
    color: #ffffff;
    text-align: left;
    padding-left: 75px;
}

#loginForm {
    padding: 10px;
    border-bottom: 1px solid #D1CBD0;
    border-left: 1px solid #D1CBD0;
    border-right: 1px solid #D1CBD0;
    font-size: 12px;
    font-family: Calibri, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.loginButton {
    border: solid 1px black;
    padding: 3px;
}

#loginFields {
    padding: 10px;
    border-bottom: 1px solid #D1CBD0;
    border-left: 1px solid #D1CBD0;
    border-right: 1px solid #D1CBD0;
    font-size: 12px;
    font-family: Calibri, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.loginError {
    color: red;
    font-size: 12px;
    font-family: Calibri, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/* ----- WaitDialog ----- */

#loader {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
}

    #loader td {
        padding: 3px;
        background: #ffffff;
    }

    #loader p {
        border: 3px solid #6e89dd;
        padding: 10px;
        margin: 0;
        background: #eeeeee;
    }

    #loader img {
        float: left;
        margin-right: 12px;
    }

    #loader strong {
        display: block;
        margin-bottom: 3px;
    }

#loaderContainer {
    top: 0;
    left: 0;
    z-index: 1000;
    height: expression(document.documentElement.scrollHeight+'px');
}

    #loaderContainer td {
        padding-top: 150px;
        vertical-align: top;
        text-align: center;
    }

        #loaderContainer td td {
            padding-top: 3px;
            text-align: left;
        }

/* ----- Style and Layout ----- */

.tableFooter {
    width: 100%;
    border-spacing: 0px;
    border: 0px;
    padding: 0px;
    background-color: #2d2d2d;
    height: 35px;
}

#wrap {
    min-height: 100%;
}

/*Opera Fix*/
body:before { /* thanks to Maleika (Kohoutec)*/
    content: "";
    height: 100%;
    float: left;
    width: 0;
    margin-top: -32767px; /* thank you Erik J - negate effect of float*/
}

#body {
    overflow: auto;
    padding-bottom: 35px; /* must be bigger than the footer */
}

#footer {
    background: #2d2d2d;
    position: relative;
    margin-top: -35px; /* negative value of footer height */
    min-height: 20px;
    clear: both;
    color: #888;
    -webkit-text-shadow: #121213 0 1px 0;
    text-shadow: #121213 0 1px 0;
}

.Copyright {
    font-size: 10px;
}

.headerTables {
    background: #2d2d2d;
    color: white;
    width: 100%;
    font-size: 14px;
    font-family: 'Segoe UI','Arial','Calibri';
}

.validationFail {
    color: red;
}

/* ----- Telerik Hacks ----- */
/* RadComboBox bottom cut off fix */
.rcbReadOnly {
    height: 22px;
}

.no-float {
    float: none; /* thanks baxabbit */
}

html, body {
    height: 100% !important;
    min-height: 100% !important;
}

.container {
    height: 100%;
}

#ctl00_PrimaryContent_CriteriaOrderGrid_GridData {
    height: 100%;
}

.RadAsyncUpload span.ruStyled {
    padding: 0px 2px !important;
}

.hide {
    display: none;
}

.helpText {
    font-size: 17px;
    font-weight: bold;
    font-family: Calibri;
    margin-top: 75px;
}
