body.back {
    font-size: 90%;
    color: #444;
    background: white url(backfade.gif) top left repeat-x;
}

input.btn {
    cursor: pointer;
    background-color: darkgray;
    font-size: 85%;
    font-family: tahoma,helvetica,sans-serif;
    border: 1px solid #59595b;
    margin-left: 0px;
    padding: 5px;
}

input.btnAutoSuggest {
    width: 20px;
    height: 20px;
    background-color: #ddd;
    font-size: 84%;
    font-weight: bold;
    font-family: 'trebuchet ms',helvetica,sans-serif;
    border: 1px solid #59595b;
}

body {
    font-family: Arial;
    overflow: auto;
    height: 100%;
}

a:link {
    color: DarkSlateBlue;
    font-weight: bold;
}

a:visited {
    color: DarkSlateBlue;
    font-weight: bold;
}

a:hover {
    color: SlateBlue;
}

a:active {
    color: DarkSlateBlue;
}

select.dd {
    font-size: 12px;
    font-family: Arial;
    width: 100%;
}

input.txt {
    font-size: 12px;
    font-family: Arial;
    width: 96px;
}

textarea.txt {
    font-size: 12px;
    font-family: Arial;
    width: 96px;
}

textarea {
    font-size: 12px;
    font-family: Arial;
    width: 96px;
}

/* document register treeview styles */
.treenav {
    width: 100%;
}

a.treenode {
    color: black;
}

    a.treenode:link {
        color: black;
        font-weight: normal;
        text-decoration: none;
    }

    a.treenode:visited {
        color: black;
        font-weight: normal;
        text-decoration: none;
    }

    a.treenode:hover {
        color: silver;
        font-weight: normal;
        text-decoration: none;
    }

    a.treenode:active {
        color: black;
        font-weight: normal;
        text-decoration: none;
    }


li.treenode {
    FONT-SIZE: 8pt;
    text-decoration: none;
    LIST-STYLE-IMAGE: none;
    MARGIN-LEFT: -25px;
    FONT-FAMILY: Tahoma;
    LIST-STYLE-TYPE: none;
}

.load {
    border: white 2px solid;
    FONT-SIZE: x-small;
    WIDTH: 10px;
    BACKGROUND-COLOR: infobackground;
}

.treenode {
    FONT-FAMILY: Tahoma;
    border: 2px solid white;
    FONT-SIZE: x-small;
    MARGIN-LEFT: 3px;
}

.treenodesel {
    border: #ebecef 2px solid;
    background: #ebecef;
    color: black;
    FONT-SIZE: x-small;
    MARGIN-LEFT: 3px;
}

.treenodeover {
    border: white 2px solid;
    background: white;
    color: White;
    FONT-SIZE: x-small;
    MARGIN-LEFT: 3px;
}

.treenodeselover {
    border: silver 2px solid;
    background: silver;
    color: White;
    FONT-SIZE: x-small;
    MARGIN-LEFT: 3px;
}

.pnl {
    height: 360px;
    width: 465px;
    overflow: auto;
    border: 1px solid #666;
    background-color: white;
    padding: 8px;
}


.pnl2 {
    height: 320px;
    width: 470px;
    overflow: auto;
    border: 1px solid LightSteelBlue;
    background-color: white;
    padding: 8px;
}

.pnl3 {
    height: 200px;
    width: 470px;
    overflow: auto;
    border: 1px solid LightSteelBlue;
    background-color: white;
    padding: 8px;
}

.pnl4 {
    height: 260px;
    width: 470px;
    overflow: auto;
    border: 1px solid LightSteelBlue;
    background-color: white;
    padding: 8px;
}

.pnlDocSearchResults {
    height: 150px;
    width: 440px;
    overflow: auto;
    border: 1px solid white;
    background-color: white;
    padding: 0px;
}

.pnlSupplierSearchResults {
    height: 220px;
    width: 450px;
    overflow: auto;
    border: 1px solid white;
    background-color: white;
    padding: 0;
}

.mandatorylabel {
    color: red;
}

.archivedPerson {
    background-image: url('../../UIStyle/Custom/warning.gif') !important;
    background-position: 0% 50% !important;
    background-repeat: no-repeat !important;
    padding-left: 20px !important;
    color: gray !important;
    font-style: italic !important;
    display: inline-block;
}

.archivedEquipmentItem {
    background-image: url('../../UIStyle/Custom/warning.gif') !important;
    background-position: 0% 50% !important;
    background-repeat: no-repeat !important;
    padding-left: 20px !important;
    color: gray !important;
    font-style: italic !important;
    display: inline-block;
}

/*
 * Insight Branding
 *
 */

html {
    height: 100%;
    font-size: 100%;
}

body {
    background: #fff;
    min-height: 100%;
    height: 100%;
    margin: 0!important;
    font-size: 63.5%;
    line-height: 1.231;
    font-family: Arial, sans-serif;
    color: #2d2d2d;
}

.container {
    margin-right: auto;
    margin-left: auto;
    width: 970px;
}

#header {
    position: relative;
    background: url("../../UIStyle/Custom/header_bg_gradient_1x150.jpg") repeat-x;
    height: 154px;
    width: 100%;
}

#header #headerLogo {
    margin: 40px 28px 12px 40px;
}

#header #RadTabStrip1 {
    position: absolute;
    bottom: 0;
    left: 26px;
}

.iframe-holder {
    position: absolute;
    top: 155px;
    left: 0;
    width: 100%;
    height:100%
}

.main-frame-holder {
    Z-INDEX: 1;
    LEFT: 0px;
    VISIBILITY: visible;
    WIDTH: 100%;
    POSITION: absolute;
    TOP: 0px;
    HEIGHT: 100%;
}

#pnlSearchFolders {
    min-height: 200px;
}

#pnlOccSearch {
    min-height: 900px;
}



/*
 * Login Page  
 */

#loggedOutContainer {
    border: 1px solid #ccccca;
    background-color: #f4f3ee;
    padding: 30px 15px 15px 15px;
    position: relative;
    margin: 120px auto;
    width: 450px;
}

    #loggedOutContainer #logoHolder {
        text-align: center;
        width: 100%;
        padding-bottom: 20px;
        border-bottom: solid 1px #cbcbcb;
    }

    #loggedOutContainer #loggedOutBox {
        border-top: solid 1px #fff;
        width: 100%;
        padding: 30px 0 0 0;
        text-align: left;
    }

        #loggedOutContainer #loggedOutBox #loggedOutBoxContent {
            width: 100%;
        }

            #loggedOutContainer #loggedOutBox #loggedOutBoxContent #mUserName,
            #loggedOutContainer #loggedOutBox #loggedOutBoxContent #mPassword {
                border: solid 1px #59595b;
                height: 29px;
                line-height: 27px;
                font-size: 12px;
                width: 100%;
                margin-bottom: 10px;
            }

            #loggedOutContainer #loggedOutBox #loggedOutBoxContent select {
                height: 29px;
                padding: 5px 0 5px 0;
                margin-bottom: 10px;
            }

            #loggedOutContainer #loggedOutBox #loggedOutBoxContent #mDatabaseLabel,
            #loggedOutContainer #loggedOutBox #loggedOutBoxContent #mUserNameLabel,
            #loggedOutContainer #loggedOutBox #loggedOutBoxContent #mPasswordLabel {
                float: left;
                color: #3c3c3c;
                font-size: 12px;
            }

            #loggedOutContainer #loggedOutBox #loggedOutBoxContent form img {
                float: left;
                margin-left: 5px;
                vertical-align: text-bottom;
            }

            #loggedOutContainer #loggedOutBox #loggedOutBoxContent label {
                display: inline;
                color: #3c3c3c;
                font-size: 12px;
                vertical-align: bottom;
            }

            #loggedOutContainer #loggedOutBox #loggedOutBoxContent .checkHolder {
                margin-top: 5px;
            }

            #loggedOutContainer #loggedOutBox #loggedOutBoxContent #chkRemember {
                margin: 1px 5px 1px 0;
            }

            #loggedOutContainer #loggedOutBox #loggedOutBoxContent #mLoginButton {
                display: block;
                float: right;
                cursor: pointer;
                line-height: 13px;
                -webkit-border-radius: 5px;
                -moz-border-radius: 5px;
                border-radius: 5px;
                padding: 7px 15px;
                font-size: 12px;
                font-weight: bold;
                color: white;
                border: 1px solid #0285ab!important;
                background-color: #00b7e3!important;
                background: -moz-linear-gradient(top, #00b4e0 27%, #0071a1 99%);
                background: -webkit-gradient(linear, left top, left bottom, color-stop(27%, #00b4e0), color-stop(99%, #0071a1));
                background: -webkit-linear-gradient(top, #00b4e0 27%, #0071a1 99%);
                background: -o-linear-gradient(top, #00b4e0 27%, #0071a1 99%);
                background: -ms-linear-gradient(top, #00b4e0 27%, #0071a1 99%);
                background: linear-gradient(top, #00b4e0 27%, #0071a1 99%);
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00b4e0, endColorstr=#0071a1);
                -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00b4e0, endColorstr=#0071a1)";
                height: 29px;
            }

                #loggedOutContainer #loggedOutBox #loggedOutBoxContent #mLoginButton:hover {
                    text-decoration: none;
                    cursor: pointer;
                    color: white;
                    border: 1px solid #016380;
                    background-color: #0290b6;
                    background: -moz-linear-gradient(top, #0290b6 27%, #01537b 99%);
                    background: -webkit-gradient(linear, left top, left bottom, color-stop(27%, #0290b6), color-stop(99%, #01537b));
                    background: -webkit-linear-gradient(top, #0290b6 27%, #01537b 99%);
                    background: -o-linear-gradient(top, #0290b6 27%, #01537b 99%);
                    background: -ms-linear-gradient(top, #0290b6 27%, #01537b 99%);
                    background: linear-gradient(top, #0290b6 27%, #01537b 99%);
                    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0290b6, endColorstr=#01537b);
                    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0290b6, endColorstr=#01537b)";
                }

            #loggedOutContainer #loggedOutBox #loggedOutBoxContent p {
                margin: 0;
            }

            #loggedOutContainer #loggedOutBox #loggedOutBoxContent #mError {
                display: block;
                width: 100%;
                background-color: #f2dede;
                color: #a94442;
                margin-bottom: 10px;
                font-size: 12px;
                padding: 10px;
                margin-bottom: 20px;
                border: 1px solid #ebccd1;
                border-radius: 4px;
            }

            #loggedOutContainer #loggedOutBox #loggedOutBoxContent .seperator {
                display: block;
                width: 100%;
                margin: 20px 0;
                border-bottom: solid 1px #cbcbcb;
            }

            #loggedOutContainer #loggedOutBox #loggedOutBoxContent #lblLoggedIn {
                margin-bottom: 20px;
                font-size: 12px;
            }

#footer {
    float: left;
    border-top: 1px #A8A9AD solid;
    font-family: Arial,Verdana,Helvetica;
    font-size: 12px;
    height: 80px;
    width: 100%;
}

#footer .footerRight {
    float: right;
    text-align: right;
    padding-top: 20px;
    padding-right: 10%;
}

.RadWWrapperModal > tbody > tr:nth-child(3),
.RadWWrapperModal > tbody > tr:nth-child(3) > td,
.RadWWrapperModal > tbody > tr:nth-child(3) > td > table,
.RadWWrapperActive > tbody > tr:nth-child(3),
.RadWWrapperActive > tbody > tr:nth-child(3) > td,
.RadWWrapperActive > tbody > tr:nth-child(3) > td > table {
    height: 0%;
}