﻿body {
    margin: 0;
    position: relative;
    width: 100%;
    background-color: #666;
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-variant-east-asian: normal;
    font-weight: 500;
    font-stretch: normal;
    font-size: 14px;
    line-height: 1.43;
    font-family: Campton, Arial, sans-serif;
}

    body.ws {
        margin: 0;
        position: relative;
        width: 100%;
        background-color: #fff;
        font-style: normal;
        font-variant-ligatures: normal;
        font-variant-caps: normal;
        font-variant-numeric: normal;
        font-variant-east-asian: normal;
        font-weight: 500;
        font-stretch: normal;
        font-size: 14px;
        line-height: 1.43;
        font-family: Campton, Arial, sans-serif;
    }

a:hover {
    text-decoration: underline;
}

a {
    text-decoration: none;
    color: #08161D;    
}

    a:active, a:link a {
        text-decoration: none;
        color: #08161D;        
    }

/* checkboxes */
input[type=checkbox] {
    width: 13px;
    height: 13px;
    padding: 0;
    margin: 0;
    vertical-align: bottom;
    position: relative;
    top: -1px;
}

#Outside {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    min-height: 100px;
}

#Inside {
    margin: 0 auto;
    width: 1004px;
    position: relative;
    background-repeat: repeat-y; /*background-image: url('images/right_shadow.png');*/
    min-width: 1000px;
    background-color: #fff;
    min-height: 100px;
}

#wsInside {
    margin: 0 auto;
    position: relative;
    background-repeat: repeat-y;
    min-width: 1000px;
    background-color: #fff;
    min-height: 100px;
}

#ContentOutside {
    position: relative;
    top: 0;
    margin: 0 auto;
    width: 994px;
    background-color: #fff;
    min-width: 990px;
}

#wsContentOutside {
    position: relative;
    top: 0;
    margin: 0 auto;
    background-color: #fff;
}

#Content {
    position: relative;
    margin: 0 auto;
    width: 98%;
    background-color: #fff;
    top: 0px;
    left: 0px;
}

#wsContent {
    position: relative;
    margin: 0 auto;
    width: 98%;
    background-color: #fff;
    top: 0px;
    left: 0px;
}

.shadowLeft {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 5px;
    z-index: 1;
    background-image: url('images/left.png');
    background-repeat: repeat-y;
    background-position: right top;
    height: 100px;
    margin: 0;
}

.shadowRight {
    position: absolute;
    overflow: hidden;
    top: 0;
    right: -1px;
    width: 6px;
    background-image: url('images/right.png');
    background-repeat: repeat-y;
    background-position: left top;
    height: 100px;
    margin: 0;
}

#ContentInside {
    position: relative;
    margin: 0 auto;
    width: 100%;
}

#Header {
    position: relative;
    height: 70px;
    z-index: 100;    
    background-repeat: repeat-x;
}

    #Header #HeaderLeft {
        display: block;
        position: absolute;
        top: 0px;
        left: 0px;
        background: url('images/header_left3.png') no-repeat 5px 5px;
        height: 70px;
        width: 500px;
        z-index: 5;
    }

    #Header #HeaderTopRight {
        max-width: 50%;
        min-width: 250px;
        display: block;
        font-size: 8pt;
        position: absolute;
        top: 6px;
        right: 6px;
        height: 20px;
        z-index: 20;
    }

    #Header #HeaderRight {
        display: block;
        font-size: 8pt;
        position: absolute;
        bottom: 0;
        right: 10px;
        height: 17px;
        text-align: right;
        width: 450px;
        z-index: 10;
    }

    #Header #HeaderRight {
        color: #000;
    }

        #Header #HeaderRight a {
            color: #08161D;
        }

#HeaderThin {
    position: relative;
    height: 50px;
    z-index: 100;
    background-image: url('../../../App_Themes/RixonwaySkin3/images/header_bg.png');
    background-repeat: repeat-x;
}

    #HeaderThin #HeaderLeft {
        display: block;
        font-size: 40px;
        padding-left: 5px;
        color: #888;
        position: absolute;
        top: 0px;
        left: 0px;
        height: 50px;
        width: 500px;
        z-index: 5;
    }

    #HeaderThin #HeaderTopRight {
        max-width: 60%;
        min-width: 250px;
        display: block;
        font-size: 8pt;
        position: absolute;
        top: 10px;
        right: 10px;
        height: 20px;
        z-index: 20;
    }

    #HeaderThin #HeaderRight {
        display: block;
        font-size: 8pt;
        position: absolute;
        bottom: 0;
        right: 10px;
        height: 20px;
        text-align: right;
        width: 450px;
        z-index: 10;
    }

    #HeaderThin #HeaderRight {
        color: #000;
    }

        #HeaderThin #HeaderRight a {
            color: #08161D;
        }

#Nav {
    background-color: #08161D;
    border-top: solid 1px #eee;
    position: relative;
    left: 0px; /*top: 121px;*/
    margin-top: 0px;
    z-index: 25;
    background-repeat: repeat-x;
    width: 100%;
    height: 40px;
    padding-top: 15px;
}

.icon {
    vertical-align: top;
}

ul.topnav {
    list-style: none;
    padding: 0 0;
    margin: 0;
    float: left;
}

    ul.topnav li {
        float: left;
        margin: 0 0;
        padding: 0 0px;
        position: relative;
    }

        ul.topnav li a, ul.topnav li a:link, ul.topnav li a:active {
            cursor: pointer;
            color: #fff;
            height: 20px;
            padding: 1px 15px;
            display: block;
            text-decoration: none;
            float: left;
            text-transform: none; /*letter-spacing: 1px;*/
        }

            ul.topnav li a:hover {
                color: #fff;
                background-color: #222;
            }

        ul.topnav li:hover {
            background-color: #222;
        }

        ul.topnav li span {
            width: 17px;
            height: 35px;
            float: left;
        }

            ul.topnav li span.subhover {
                background-position: center bottom;
                cursor: pointer;
            }

        ul.topnav li ul.subnav {
            list-style: none;
            position: absolute;
            left: 0;
            top: 22px;
            margin: 0;
            padding: 0;
            display: none;
            float: left;
            width: 200px;
        }

            ul.topnav li ul.subnav li {
                margin: 0;
                padding: 0;
                clear: both;
            }

html ul.topnav li ul.subnav li a {
    font-weight: normal;
    color: #ccc;
    float: left;
    background: #222;
    padding: 2px 10px;
    width: 200px;
    text-transform: none;
}

    html ul.topnav li ul.subnav li a:hover {
        color: #fff;
        border-radius: 0;
        -moz-border-radius: 0;
    }

html ul.topnav li ul.subnav li:hover {
}

.tab {
    position: relative;
}

.superSearch {
    z-index: 1000;
    border: solid 1px #ccc;
    min-height: 19px;
    border-radius: 3px;
    padding: 5px;
    background-color: rgba(255,255,255,0.7);
    min-width: 238px;
    text-align: right;
    position: relative;
}
    /*.superSearch:hover { border-color: #015bbb; }*/
    .superSearch input[type=text] {
        width: 152px;
        background-color: #dde6ed;
        left: 5px;
        top: 5px;
        position: absolute;
        height: 15px;
    }

    .superSearch input[type=submit] {
        width: 80px;
        height: 20px;
        position: absolute;
        left: 164px;
        padding: 0px;
        background-color: #08161D;
        color: white;
    }

    .superSearch .header {
        font-size: 8pt;
        text-align: left;
        color: #999;
        letter-spacing: 2px;
    }

.superSearchResults {
    overflow: auto;
    max-height: 290px;
    position: relative;
    width: 100%;
    float: left;
    position: relative;
    margin-top: 15px;
    padding: 0 0 0 0;
}

    .superSearchResults .group {
        display: none;
        text-align: left;
    }

    .superSearchResults .resultHeader {
        background-image: url('images/plus_icon.png');
        text-align: left;
        background-repeat: no-repeat;
        background-position: 2px 2px;
        display: block;
        font-weight: bold;
        margin: 0;
        background-color: #fff;
        padding: 3px 0 3px 20px;
    }

        .superSearchResults .resultHeader:hover {
            cursor: pointer;
            background-color: #fff;
        }

.superSearch .closeButton {
    position: absolute;
    z-index: 50;
    top: -8px;
    right: -8px;
}

.reset {
    border-style: none;
    margin: 0;
    padding: 0;
    font-weight: normal;
}



/*Login Style*/
#LoginContainer {
    position: relative;
    width: 838px;
    height: 447px;
    margin: 70px auto;
}

#LoginLogo {
    position: absolute;
    top: 70px;
    left: 244px;
    height: auto;    
}

#LoginLogo img {
     
    height: auto;
    width: auto;
}

#LoginBackground {
    z-index: 50;
    position: absolute;    
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

#LoginForeground {
    z-index: 100;
    position: absolute;
    top: 180px;
    left: 300px;
    border: none;
    width: 225px;
    height: 150px;
    margin-top:15px;
}

#SignupContainer {
    position: relative;
    min-width: 200px;
    max-width: 400px;
    margin: 70px auto;
    border: solid 1px #ccc;
    border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 10px;
}

#SignupForeground {
}

    #SignupForeground .title {
        font-size: 140%;
        color: #08161D;        
    }

    #LoginForeground input[type=text], #LoginForeground input[type=password], #SignupForeground input[type=text], #SignupForeground input[type=password], #SignupForeground select {
        width: 90%;
        background-color: #eff6fc;
        border: solid 1px #ccc;
    }

    #LoginForeground table, #SignupForeground table {
        width: 100%;
        border-collapse: collapse;
    }

    #LoginForeground td, #SignupForeground td {
        padding: 2px 3px;
    }

#LoginForeground a.forgottenPass {
    font-size: 80%;
    color: #08161D;    
    display: block;
    margin: 5px 0;
}

#LoginForeground .loginFailure {
    color: #f00;
    font-size: 80%;
}

#LoginForeground .loginFailureFloat {
    color: #f00;
    position: absolute;
    top: 2px;
    right: 2px;
}

#Login1 {
    margin: 0 auto;
    border-collapse: collapse;
    padding: 0;
}

.rixGridView {
    border-collapse: separate;
    border: solid 1px #dddddd;
    width: 100%;
    overflow: auto; /*table-layout: fixed;*/
}

    .rixGridView .rixGridViewHeader {
        background: url('../../../App_Themes/RixonwaySkin3/images/blue_grey.jpg');
        height: 2em;
    }

    .rixGridView th {
        padding: 0px 5px;
        color: #08161D;
        text-align: left;
        font-weight: normal;
    }

        .rixGridView th a {
            color: #08161D;
        }

    .rixGridView td {
        padding: 3px 5px;
    }

    .rixGridView th, .rixGridView td {
        border-style: solid none solid none;
        border-width: 1px;
        border-color: #dddddd;
    }

    .rixGridView td a, .rixDetailsView td a {
        color: #08161D;            
    }

    .rixGridView td {
        color: Black;
    }

    .rixGridView tr.primaryRow {
        background-color: #ffffff;
    }

    .rixGridView {
        background-color: #f3f3f3; /*#eaffdf;*/ /*cursor: pointer;*/
    }

    tr.primaryRow:hover {
        background-color: #08161D;
    }

    tr.primaryRow:hover > td, tr.primaryRow:hover > td > a {
        color: #ddd;
    }

    .rixGridView .gridAddress, .addressBlock {
        font-size: smaller;
        max-width: 200px;
    }

    .rixGridView .gridAddressMed {
        max-width: 200px;
    }

    .rixGridView .gridAddress span, .addressBlock span, .rixGridView .gridAddressMed span {
        display: block;
    }

    .rixGridView th select {
        font-size: smaller;
    }

    .rixGridView tr.secondaryRow, .rixDetailsView tr.secondaryRow {
        background-color: #f3f3f3;
    }

    .rixGridView {
        background-color: #f3f3f3; /*#eaffdf;*/ /*cursor: pointer;*/
    }

    tr.secondaryRow:hover {
        background-color: #08161D;
    }

    tr.secondaryRow:hover > td, tr.secondaryRow:hover > td > a {
        color: #ddd;
    }

    .rixGridView tr.invalidRow, .rixGridView tr.invalidRow td {
        background-color: #FFDFDF;
        color: #000;
    }

    .rixGridView tr.warningRow, .rixGridView tr.warningRow td {
        background-color: #ff0;
        color: #000;
    }

    .rixGridView tr.selectedRow, .rixGridView tr.selectedRow:hover {
        background-color: #D6E7FF;
    }

    .rixGridView tr.softCallOffRowHighlight, .rixGridView tr.softCallOffRowHighlight td {
        background-color: #b9ccfa;
        color: #222;
    }

.rowGreen {
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(169,252,169,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(169,252,169,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(169,252,169,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(169,252,169,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(169,252,169,1) 100%); /* IE10+ */
    background: rgb(255,255,255) url('../../../App_Themes/RixonwaySkin3/images/rowGreen.png') repeat-x left bottom; /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#a9fca9',GradientType=0 ); /* IE6-9 */
}

.rowRed {
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,173,173,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,173,173,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,173,173,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,173,173,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,173,173,1) 100%); /* IE10+ */
    background: rgb(255,255,255) url('../../../App_Themes/RixonwaySkin3/images/rowRed.png') repeat-x left bottom; /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffadad',GradientType=0 ); /* IE6-9 */
}

.rowYellow { /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */ /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffe032',GradientType=0 ); /* IE6-9 */
    background-image: url('../../../App_Themes/RixonwaySkin3/images/rowYellow.png');
    background-repeat: repeat-x;
    background-position: left bottom;
}


.rixGridView .pager td {
    border: solid 1px #dddddd;
}

.rixGridView .pager {
    background-color: #ffffff;
}

    .rixGridView .pager a:link {
        padding: 2px;
    }

    .rixGridView .pager td td:hover {
        background-color: #f3f3f3; /*#EAFFDF;*/
    }

    .rixGridView .pager span {
        font-weight: bold;
        color: #08161D;        
    }

.rixGridView tr td .filterDropdown {
    width: 99%;
    border: solid 1px #ccc;
}

.buttonSpacer {
    margin-right: 50px !important;
}

.rixButtonGreyedOut {    
    margin-right: 2px;
    border-width: 1px;
    border-color: #dddddd;
    border-style: solid;
    padding: 4px 11px;
    color: #ccc;
    letter-spacing: .05em;
}

.rixButton {
    margin-right: 2px;
    border-width: 1px;
    border-color: #dddddd;
    border-style: solid;
    padding: 4px 11px;
    background-color: #08161D;
    color: white;
    letter-spacing: .05em;
    border-radius: 0px;
}

.rixButtonBackground:hover, .contentPanelCustomerOption:hover {
    background-color: #222;
    cursor: pointer;
    border-color: #222;    
    color: white;
    text-decoration: none;
}

.rixButtonBackground, .contentPanelCustomerOption {
 
}

.contentPanel, .contentPanelWithShadow, .contentPanelError, .contentPanelNotify, .contentPanelEmpty {
    position: relative;
    margin: 2px;
    padding: 3px; /*border-radius: 5px; -moz-border-radius: 5px;*/
    background-color: White;
    white-space: normal;
}
/*.contentPanel { border: solid 1px #66CC66; }*/ .contentPanel { /*border: solid 1px #dddddd;*/
    overflow: auto;
}

.contentPanelWithShadow {
    -moz-box-shadow: 0px 0px 10px #ccc;
    -webkit-box-shadow: 0px 0px 10px #ccc;
    box-shadow: 0px 0px 10px #ccc;
    border: solid 1px #ccc;
    margin: 4px 0 5px 0;
}

.contentPanelError {
    border: solid 1px #FF0000;
    background-color: #FCF4F4;
    color: #7A0000;
    margin: 3px;
}

.contentPanelNotify {
    border: solid 1px #A39800;
    background-color: #FFFDE5;
    color: #686104;
    display: inline-block;
}

.contentPanelCustomer {
    border: solid 1px #9CDC7B;
    background-color: #f3f3f3; /*#EAFFDF;*/
    color: #686104;
    float: left;
    overflow: hidden;
    max-height: 18px;
    min-width: 100px;
}
/*.siteSelection { width: 100%; overflow: auto; }*/ .siteSelection {
    display: block;
    max-width: 100%;
    border-style: none none solid none;
    border-width: 1px;
    text-align: center;
    border-color: #ccc;
    font-weight: normal;
    color: #1F353F;
    padding-bottom: 2px;
    margin-bottom: 0px;
    max-height: 130px;
}

    .siteSelection .siteSelectionHeader {
        float: left;
        overflow: hidden;
        letter-spacing: 2px;
        font-size: 16pt;
        color: #555;
        text-transform: lowercase;
        padding: 20px 0;
        margin-right: 5px;
    }

.selectedSite {
    position: relative;
    margin: 2px;
    border: solid 1px #9CDC7B;
    border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 1px;
    background-color: #EAFFDF;
    color: #686104;
    float: right;    
    height: 57px;
    width: 90px;
}

.noSelectedSite {
    margin: 2px;
    text-decoration: blink;
    border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 1px;
    border: solid 1px #FF0000;
    background-color: #FCF4F4;
    color: #7A0000;
    float: right;
    height: 57px;
    width: 90px;
}

.selectedSite:hover {
    background-color: #E0E8EF;
    border-color: #459aff;
    background-color: #EAFFDF;
}
/*.selectedSite a:hover { text-decoration: none; }*/
.selectedSiteCode {
    font-size: 11pt;
    text-align: center;
    display: block;
    font-weight: bold;
    color: #08161D;
    margin-bottom: 2px;
}

.selectedSiteName {
    font-size: 6pt;
    text-align: center;
    display: block;
}

.selectedSiteDelete {
    position: absolute;
    top: -5px;
    right: -5px;
    border: solid 1px black;
    z-index: 200;
}

.siteHoverBefore, .siteHoverAfter {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 57px;
    background-color: #EAFFDF;
}

.siteHoverBefore {
    display: block;
}

.siteHoverAfter {
    display: none;
}

.hangingButtons {
    height: 25px;
}

    .hangingButtons a {
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
        border-top: 1px none #ccc;
        border-bottom: 1px solid #ccc;
        height: 22px;
        color: #08161D;
        margin-right: 2px;
        background-image: url('../../../App_Themes/RixonwaySkin3/images/blue_grey.jpg');
        border-radius: 0 0 8px 8px;
        -moz-border-radius: 0 0 8px 8px;
        padding: 0px 6px;
        display: block;
        float: left;
    }

        .hangingButtons a:hover {
            border-color: #08161D;            
            background-image: none;
            background-color: #E0E8EF;
            cursor: pointer;
            margin-top: 0;
            text-decoration: none;
        }

    .hangingButtons input[type="text"] {
        margin-top: -1px;
        height: 20px;
        background-color: #E0E8EF;
        width: 75px;
        text-transform: uppercase;
        text-align: center;
    }

.contentPanelCustomerOption {
    float: right;
    min-width: 50px;
    height: 22px;
}

.contentPanelCustomerError {
    border: solid 1px #FF0000;
    background-color: #FCF4F4;
    color: #7A0000;
    float: left;
}

.contentPanelCustomer:hover {
    border: solid 1px #9CDC7B;
    background-color: #BEF2A2;
    color: #686104;
}

.contentPanelFile {
    border: solid 1px #A39800;
    background-color: #FFFDE5;
    color: #686104; /*display: inline-block;*/
    float: left;
    text-align: center;
    min-width: 100px;
    padding: 5px;
}

.visibleOverflow {
    overflow: visible !important;
}

.iconFrame {
    position: relative;
    margin: 1px;
    border: solid 1px #000;
    padding: 3px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    background-color: #eaffdf;
    display: inline;
}

.rixTextBox {
    border-style: solid;
    border-color: #cccccc;
    border-width: 1px;
    font-family: Verdana;
    color: Black;
}

.bigHeader, h1, .pageHeader, .pageHeaderNoBorder {
    display: block;
    border-style: none none solid none;
    border-width: 1px;
    border-color: #ccc;
    font-weight: normal;
    letter-spacing: 2px;
    font-size: 16pt;
    color: #555;
    text-transform: lowercase;
    padding: 15px 0;
}

.pageHeaderNoBorder {
    border: none !important;
}


.projectTitle, h2 {
    font-weight: bold;
    margin-bottom: 30px;
    color: #0066cc;
    font-size: 18pt;
    font-family: Calibri, Verdana, Arial;
}

.smallHeader, h2 {
    display: block;
    font-weight: bold;
    margin: 0px 0 0px 0;
    color: #888888;
    font-size: 14pt;
    font-family: Calibri, Verdana, Arial;
}

.questionLabel {
    font-weight: bold;
    color: #888888;
    font-size: 14pt;
    font-family: Calibri, Verdana, Arial;
}

.questionLabelSmall {
    font-weight: bold;
    color: #888888;
    font-size: 10pt;
    font-family: Calibri, Verdana, Arial;
}

.miniHeader, h3 {
    display: block;
    font-weight: bold;
    margin: 0px 0 0px 0;
    color: #888888;
    font-size: 10pt;
}



.smallHeaderClickable {
    display: block;
    font-weight: bold;
    margin: 0px 0 0px 0;
    color: #08161D;
    font-size: 14pt;
}

    .smallHeaderClickable:hover {
        text-decoration: underline;
        cursor: pointer;
    }

.fieldName, h3 {
    color: #08161D;
    font-weight: bold;
}

.formTable {
    padding: 0;
    margin: 0;
    border-collapse: collapse;
}

    .formTable th, .formTable td {
        padding: 1px 1px;
        margin: 0;
    }

.nodisplay {
    display: none;
}

.fixToBottomLeft {
    position: absolute;
    bottom: 2px;
    left: 2px;
}

.fixToTopRight {
    position: absolute;
    top: 2px;
    right: 2px;
}

.search { /*width: 400px;*/
    margin: 0 auto;
    text-align: center;
    padding: 2px;
}

.TextBoxSearch {
}

.searchBox {
    padding: 2px;
    z-index: 100;
    position: absolute;
    width: 300px;
    background-color: White;
    opacity: 0.8;
    filter: alpha(opacity=80);
    border: solid 1px #cccccc;
    max-height: 300px;
    overflow: auto;
    margin: 0 auto;
}

.searchResult {
    color: #000000;
    display: block;
    margin-bottom: 3px;
    border-bottom: dotted 1px #ccc;
}

.rixButtonBig {
}
/*default table*/ .table {
    display: table;
    width: 100%;
}

    .table tr td {
        vertical-align: top;
    }

.row {
    display: table-row;
}

.cell {
    display: table-cell;
}

input[type=text] {
    border: solid 1px #cccccc;
}

.smallSearch {
    font-size: 8pt;
    padding-left: 19px;
    margin: 0 0 3px 0;
    text-align: left;
    background-image: url('../../../App_Themes/RixonwaySkin3/images/search_icon.png');
    min-width: 16px;
    background-repeat: no-repeat;
    min-height: 16px;
}

    .smallSearch input[type=text] {
        font-size: 8pt;
        width: 150px;
        background-color: #eff6ff;
        text-transform: uppercase;
    }

    .smallSearch a:link {
        font-size: 8pt;
        color: #08161D;
    }

.searchResultPanel {
    float: left;
    border: solid 1px black;
    margin: 1px;
    padding: 1px;
}

.rixDetailsView {
    width: 100%;
    border: solid 1px #ddd;
}

    .rixDetailsView td {
        text-align: left;
        padding: 2px 2px 2px 2px; /*border-right: solid 1px #ddd; border-left: solid 1px #ddd; border-bottom: solid 1px #ddd;*/
        border: none;
    }

    .rixDetailsView .gridAddress span {
        display: block;
    }

.gridOptions {
    font-size: 8pt;
    text-align: right;
    min-height: 16px;
    width: 550px;
    position: absolute;
    right: 3px;
    top: 0px;
}

.smallSearch, .smallSearch a, .smallSearch input[type=submit], .smallSearch .search .TextBoxSearch, .smallSearch .search {
    font-size: 8pt;
    margin: 2px 0;
}

    .smallSearch .search .TextBoxSearch {
        width: 150px;
        border: solid 1px #cccccc;
    }

    .smallSearch input[type=submit] {
    }

.searchResults {
    width: 400px;
    max-height: 350px;
    font-size: 10pt !important;
}

.searchResultsInner {
    width: 100%;
    max-height: 290px;
    overflow: auto;
    margin-top: 10px;
}

.bigSearch {
    width: 100%;
    text-align: center;
    margin: 15px 0;
}

    .bigSearch input[type=text] {
        width: 250px;
        background-color: #eff6ff;
        text-transform: uppercase;
    }

    .bigSearch a:link {
        color: #08161D;
    }

    .bigSearch a, .bigSearch input[type=submit], .bigSearch .search .TextBoxSearch, .bigSearch .search {
        margin: 2px 0;
    }

.showHelp {
    font-size: 8pt;
    position: fixed;
    bottom: 0px;
    right: 0px;
    color: #08161D;
    background-image: url('../../../App_Themes/RixonwaySkin3/images/page_curl_help.png');
    display: none;
    background-repeat: no-repeat;
    width: 90px;
    height: 100px;
    z-index: 1500;
    background-position: right bottom;
}

    .showHelp input[type=checkbox] {
        position: absolute;
        margin-top: 60px;
        right: 20px;
        display: block;
    }

    .showHelp label {
        display: none;
    }

.pageLogoRight {
    position: absolute;
    top: 0px;
    right: 0;
    z-index: 50;
}

.pageLogoLeft {
    position: absolute;
    top: 0;
    left: 0;
}

.globalSearch {
    position: absolute;
    top: 10px;
    right: 3px;
    padding: 0 4px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    color: #459aff;
}

.overlay {
    background-color: #000;
    opacity: 0.2;
    filter: alpha(opacity=20);
}
/*Order Overview*/ .orderOverview {
    overflow: auto;
}

    .orderOverview .orderInfo {
        display: block;
        width: 100%;
    }

        .orderOverview .orderInfo .orderInfoRow {
            width: 100%;
            position: relative;
        }

            .orderOverview .orderInfo .orderInfoRow .orderInfoLeft {
                float: left;
                width: 30%;
            }

            .orderOverview .orderInfo .orderInfoRow .orderInfoRight {
                float: right;
                width: 70%;
                font-size: 8pt;
            }

        .orderOverview .orderInfo .orderInfoDocuments, .orderOverview .orderInfo .orderInfoBrowser {
            min-width: 144px;
            overflow: auto;
        }

            .orderOverview .orderInfo .orderInfoBrowser .browserInner {
                padding: 0 25px 20px 0;
            }

.browserAccordion {
    margin: 2px;
    border: solid 1px #ccc;
}

    .browserAccordion .title {
        display: block;
        background-color: #efefef;
        background: url('../../../App_Themes/RixonwaySkin3/images/blue_grey.jpg') repeat-x;
        border-bottom: none 1px #ccc;
        padding: 2px;
        margin-bottom: 1px;
    }

    .browserAccordion .content {
        padding: 2px 2px;
    }
/*Survey Overview*/ .surveyOverview {
    overflow: auto;
}

    .surveyOverview .surveyInfo {
        display: block;
        width: 100%;
    }

        .surveyOverview .surveyInfo .surveyInfoRow {
            width: 100%;
            position: relative;
        }

            .surveyOverview .surveyInfo .surveyInfoRow .surveyInfoLeft {
                float: left;
                width: 30%;
            }

            .surveyOverview .surveyInfo .surveyInfoRow .surveyInfoRight {
                float: right;
                width: 70%;
            }

            .surveyOverview .surveyInfo .surveyInfoRow .surveyInfoLeft .inner {
                max-width: 500px;
            }

        .surveyOverview .surveyInfo .surveyInfoBrowser .browserInner {
            padding: 0 25px 20px 0;
        }

.watermark {
    border: solid 1px #A39800;
    background-color: #FFFDE5;
    color: #686104;
    font-family: Arial;
}

.clear {
    clear: both;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
}

.LoadingIndicator {
    border-left: 1px solid #A39800;
    border-right: 1px solid #A39800;
    border-top: 1px none #A39800;
    border-bottom: 1px solid #A39800;
    position: relative;
    width: 120px;
    background-color: #FFFDE5;
    background-color: #FFFDE5;
    color: #686104;
    z-index: 100000;
    margin: 0 auto;
    border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    text-align: center;
    background-repeat: no-repeat;
    background-image: url('../../../App_Themes/RixonwaySkin3/images/sm_loader.gif');
    opacity: 0.95;
    filter: alpha(opacity=95);
}

.LoadingIndicatorOutside {
    width: 100%;
    position: fixed;
    z-index: 100000;
    text-align: center;
    height: 1em;
}
/*.LoadingIndicator { position: relative; width: 100%; background-color: #FFFDE5; border-width: 1px; border-color: #A39800; border-style: none solid solid solid;  color: #686104; z-index: 100000; margin: 0 auto; border-radius: 0 0 5px 5px; -moz-border-radius: 0 0 5px 5px; text-align: center; background-repeat: no-repeat; background-position: left middle; opacity: 0.95; filter: alpha(opacity=95); } .LoadingIndicatorOutside { width: 100%; position: fixed; z-index: 100000; text-align: center; height: 1em; }*/ /*Button Radios*/
.buttonSet label span {
    font-size: 8pt;
}

.hidden {
    display: none;
}

.smallerText {
    font-size: 8pt;
}

.tinyText {
    font-size: 7pt;
}

.twoColOutside, .threeColOutside {
    position: relative;
    width: 100%;
}

.twoColLeft {
    float: left;
    width: 49%;
    margin-right: 2px;
}

.twoColRight {
    float: right;
    width: 49%;
}

.threeColLeft {
    float: left;
    width: 33%;
    margin-right: 2px;
}

.textBoxWidth {
    width: 100%;
}

/*callout style*/
.callout {
    border: solid 1px #ccc;
    letter-spacing: normal;
    text-transform: none;
    display: none;
    text-align: left;
    z-index: 1500;
    overflow: auto;
    padding: 5px;
    font-size: 8pt;
    border-radius: 5px;
    -moz-border-radius: 5px;
    background-color: #FFFDE5;
    margin: 2px 0 0 5px;
    min-width: 100px;
    overflow: hidden;
    max-width: 250px;
    color: #000;
    white-space: normal;
}

.ajax__calendar {
    z-index: 100000;
    position: fixed !important;
    line-height: 16px !important;
}

.uppercase {
    text-transform: uppercase !important;
}

.lowercase {
    text-transform: lowercase !important;
}

#DeliveryScheduleLoader {
    text-align: center;
    width: 100%;
    height: 100px;
}

.addressExpand {
    display: none;
}

.multiviewTabs ul {
    list-style: none outside none;
    margin: 2px 0 5px 0;
    padding: 0;
    height: 24px;
    border-style: none none solid none;
    border-width: 1px;
    border-color: #ccc;
}

    .multiviewTabs ul li {
        list-style: none outside none;
        top: 0;
        margin-top: 0;
        float: left;
        position: relative;
    }

        .multiviewTabs ul li a, .multiviewTabs ul li a:active {
            border: 1px solid #ccc;
            border-radius: 8px 8px 0 0;
            -moz-border-radius: 8px 8px 0 0;
            background: url('../../../App_Themes/RixonwaySkin3/images/blue_grey.jpg');
            margin: 0;
            float: left;
            height: 17px;
            padding: 3px;
            margin: 0 4px 0 0;
            top: 0;
        }

            .multiviewTabs ul li a:hover {
                text-decoration: none;
                background-color: #E0E8EF;
                background-image: none;
                cursor: pointer;
                border-color: #0078AE #0078AE #ccc #0078AE;
                color: #0078AE;
            }

            .multiviewTabs ul li a.selected {
                border-color: #0078AE #0078AE #fff #0078AE;
                background-color: #fff;
                background-image: none;
            }

        .multiviewTabs ul li .tabNotification {
            border: 1px none #000;
            z-index: 1001;
            background-repeat: no-repeat;
            background-image: url('../../../App_Themes/RixonwaySkin3/images/callout_bottom.png');
            background-position: left bottom;
            font-size: smaller;
            position: absolute;
            margin-top: -30px;
            margin-left: 3px;
            left: 0;
            padding: 3px;
            height: 20px;
            background-color: #fff;
            color: #ff0000;
        }

.bigTextIcons {
    width: 100%;
    border-collapse: collapse;
}

    .bigTextIcons tr td {
        text-align: center;
    }

        .bigTextIcons tr td .bigVal {
            font-size: 20pt;
            font-weight: bold;
        }

        .bigTextIcons tr td .smLbl {
            font-size: 7pt;
            display: block;
        }

.homeLinks {
    text-align: center;
    margin: 30px auto;
    width: 100%;
}

    .homeLinks div {
        display: inline-block;
        *display: inline;
        zoom: 1;
        width: 140px;
        min-height: 125px;
        margin: 15px;
        padding: 3px;
        border: solid 1px #fff !important;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
    }

        .homeLinks div img, .homeLinks div input[type=image] {
            margin: 0 auto 10px auto;
            display: block;
        }

        .homeLinks div a {
            display: block;
            font-size: 12pt;
            color: #08161D;
        }

            .homeLinks div a:hover {
                text-decoration: none;
            }

        .homeLinks div:hover {
            box-shadow: 3px 3px 3px #ccc;
            border: solid 1px #ccc !important;
            border-radius: 5px;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
        }

        .homeLinks div:active {
            box-shadow: none;
            background-color: #dfdfdf;
            border: solid 1px #999 !important;
        }

.homeHelp {
    list-style-type: none;
    margin: 0;
    left: 0;
    padding: 0;
    position: relative;
    width: 100%;
}

    .homeHelp div {
        text-align: center;
        position: absolute;
        width: 100%;
        left: 0;
        top: 0;
        margin: 0;
        padding: 0;
        display: none;
        font-size: 16pt;
        color: #08161D;
    }

.siteList {
}

    .siteList .title {
        font-size: 16pt;
        color: #67BF3B;
        text-transform: capitalize;
    }

    .siteList .site {
        margin: 20px 0;
        border-bottom: solid 1px #ccc;
    }

    .siteList .address span {
        font-size: 8pt;
        padding-right: 8px;
    }

    .siteList .options {
        margin: 5px 0;
    }

        .siteList .options a {
            padding: 0 15px 0px 0;
            margin-bottom: 5px;
        }

.pages {
    float: right;
    text-align: right;
}

    .pages span {
        display: block;
    }

.headerMessage {
    display: block;
    color: #08161D;
    font-size: 10pt;
    position: absolute;
    top: 2px;
    left: 340px;
    width: 80%;
    font-weight: bold;
    z-index: 1000;
    height: 56px;
}

/*browser fixes*/
/*ie6*/
html, body {
    height: 100%;
    min-height: 100%;
}

#Inside {
}

ul.notifications {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    ul.notifications li {
        margin: 5px 0;
        padding: 3px;
        color: #f00;
        border: solid 1px #A39800;
        background-color: #FFFDE5;
        color: #686104;
        font-size: larger;
    }

.welcome {
    margin: 5px 0;
    font-size: 18pt;
    color: #08161D;
}

.welcome-pb {
    margin: 5px 0;
    font-size: 24pt;
    color: #08161D;
}

/*combo box*/
.RixComboBox .ajax__combobox_itemlist {
    top: 25px !important;
    left: 0 !important;
}

.RixComboBox {
    position: relative;
}


.RixCalendar .ajax__calendar_container {
    background: white;
    border: solid 1px #000000;
    padding: 4px;
    cursor: default;
    width: 170px;
    font-size: 11px;
    text-align: center;
    font-family: tahoma,verdana,helvetica;
    z-index: 10;
}

.RixCalendar .ajax__calendar_body {
    height: 139px;
    width: 170px;
    position: relative;
    overflow: hidden;
    margin: auto;
}

.RixCalendar .ajax__calendar_days, .ajax__calendar_months, .ajax__calendar_years {
    top: 0px;
    left: 0px;
    height: 139px;
    width: 170px;
    position: absolute;
    text-align: center;
    margin: auto;
    padding: 0px;
}

.RixCalendar .ajax__calendar_container TABLE {
    padding: 0px;
    margin: 0px;
    font-size: 11px;
}

.RixCalendar .ajax__calendar_container TD {
    padding: 0px;
    margin: 0px;
    font-size: 11px;
}

.RixCalendar .ajax__calendar_header {
    height: 20px;
    width: 100%;
}
/*.RixCalendar .ajax__calendar_prev {cursor:pointer;width:15px;height:15px;float:left;background-repeat:no-repeat;background-position:50% 50%;background-image:url(arrow-left.gif);}
.RixCalendar .ajax__calendar_next {cursor:pointer;width:15px;height:15px;float:right;background-repeat:no-repeat;background-position:50% 50%;background-image:url(arrow-right.gif);}
*/ .RixCalendar .ajax__calendar_title {
    cursor: pointer;
    font-weight: bold;
    margin-left: 15px;
    margin-right: 15px;
}

.RixCalendar .ajax__calendar_footer {
    height: 15px;
}

.RixCalendar .ajax__calendar_today {
    cursor: pointer;
    padding-top: 3px;
}

.RixCalendar .ajax__calendar_dayname {
    height: 17px;
    width: 17px;
    text-align: right;
    padding: 0 2px;
}

.RixCalendar .ajax__calendar_day {
    height: 17px;
    width: 18px;
    text-align: right;
    padding: 0 2px;
    cursor: pointer;
}

.RixCalendar .ajax__calendar_month {
    height: 44px;
    width: 40px;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
}

.RixCalendar .ajax__calendar_year {
    height: 44px;
    width: 40px;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
}

.RixCalendar .ajax__calendar .ajax__calendar_container {
    border: 1px solid #646464;
    background-color: #ffffff;
    color: #000000;
}

.RixCalendar .ajax__calendar .ajax__calendar_footer {
    border-top: 1px solid #f5f5f5;
}

.RixCalendar .ajax__calendar .ajax__calendar_dayname {
    border-bottom: 1px solid #f5f5f5;
    background-color: white;
}

.RixCalendar .ajax__calendar .ajax__calendar_day {
    border: 1px solid #ffffff;
}

.RixCalendar .ajax__calendar .ajax__calendar_month {
    border: 1px solid #ffffff;
}

.RixCalendar .ajax__calendar .ajax__calendar_year {
    border: 1px solid #ffffff;
}

.RixCalendar .ajax__calendar .ajax__calendar_active .ajax__calendar_day {
    background-color: #edf9ff;
    border-color: #0066cc;
    color: #0066cc;
}

.RixCalendar .ajax__calendar .ajax__calendar_active .ajax__calendar_month {
    background-color: #edf9ff;
    border-color: #0066cc;
    color: #0066cc;
}

.RixCalendar .ajax__calendar .ajax__calendar_active .ajax__calendar_year {
    background-color: #edf9ff;
    border-color: #0066cc;
    color: #0066cc;
}

.RixCalendar .ajax__calendar .ajax__calendar_other .ajax__calendar_day {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #646464;
}

.RixCalendar .ajax__calendar .ajax__calendar_other .ajax__calendar_year {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #646464;
}

.RixCalendar .ajax__calendar .ajax__calendar_hover .ajax__calendar_day, .RixCalendar td:hover {
    background-color: #edf9ff;
    border-color: #daf2fc;
    color: #0066cc;
}

.RixCalendar .ajax__calendar .ajax__calendar_hover .ajax__calendar_month {
    background-color: #edf9ff;
    border-color: #daf2fc;
    color: #0066cc;
}

.RixCalendar .ajax__calendar .ajax__calendar_hover .ajax__calendar_year {
    background-color: #edf9ff;
    border-color: #daf2fc;
    color: #0066cc;
}

.RixCalendar .ajax__calendar .ajax__calendar_hover .ajax__calendar_title {
    color: #0066cc;
}

.RixCalendar .ajax__calendar .ajax__calendar_hover .ajax__calendar_today {
    color: #0066cc;
}

.RixCalendar tr:hover {
    background: white;
}

.calendarExtenderIcon {
    background-image: url(../Images/calendar.png);
    background-repeat: no-repeat;
    width: 16px;
    height: 17px;
    position: relative;
    z-index: 5;
    margin: 0 auto;
}

.DemoPoster {
    font-size: 22pt;
    color: Red;
    text-align: center;
    font-weight: bold;
    position: absolute;
    margin: 0 auto;
    width: 100%;
}

#FooterMargin {
    height: 100px;
}

.fullOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(125,125,125,0.5);
    color: White;
}

.ajax__combobox_inputcontainer {
    top: 0 !important;
}

.InvoiceContainer {
    width: 95%;
    padding: 10px;
}

.InvoiceComments {
    min-height: 120px;
    width: 100%;
    resize: none;
}

.InvoiceContainer input, select {
    margin-bottom: 5px;
}

.HighLightGridRow {
    background-color: #747fbd;
}

.fileUploadInvoiceQuery {
    position: relative;
    overflow: hidden;
    margin: 10px;
}

    .fileUploadInvoiceQuery input.upload {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        padding: 0;
        font-size: 20px;
        cursor: pointer;
        opacity: 0;
        filter: alpha(opacity=0);
    }

.com-panel {
    text-indent: 10px;
    max-height: 550px;
    overflow-y: auto;
    width: 700px;
}

    .com-panel table tr td {
        text-indent: 10px;
    }

.com-header {
    background-color: #ededed;
    color: black;
    display: block;
    font-size: 1.1em;
    height: 1.8em;
    line-height: 1.8em;
    margin: 0;
    text-indent: 10px;
}

    .com-header .plot-name {
        position: absolute;
        right: 10px;
    }


.com-postocde-search-results {
}

.com-button {
    background-color: #ddd;
    border: none;
    cursor: pointer;
    font-size: 1.1em;
    margin: 1.1em;
    padding: 0.2em 1em;
}

    .com-button:hover {
        background-color: #a5d0ff;
    }

.com-dialog-progress {
    background-color: rgba(255, 255, 255, 0.7);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    text-align:center;
    font-size:1.6em;
    line-height:10em;
}
