﻿body {
    color: black;
    font-size: 13px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    background-color: #d3d9d6;
}

.main {
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
}

.topcontainer {
/*    background-color: #fff;*/
    width: 1400px;
    margin: 0 auto;
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
}

/*.container {
    background-color: #fff;
    width: 1450px;*/
/*    min-width: 1200px;
    width: auto;*/
    /*margin: 0 auto;
    border-top: 0;
    border-right: 1px solid #b7b7b7;
    border-bottom: 0;
    border-left: 1px solid #b7b7b7;
}*/

.bottomcontainer {
    background-color: #222;
    color: #9d9d9d;
    text-align:center;
    /*    width: 1400px;*/
    margin: 0 auto;
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
}


.body-content {
    background-color: #fff;
    min-width: 1200px;
    width: auto;
    margin: 0 auto;
    border-top: 0;
    border-right: 1px solid #b7b7b7;
    border-bottom: 0;
    border-left: 1px solid #b7b7b7;
    padding: 10px;
}

.scrollwrap {
    overflow: scroll;
    background-color: #fff;
    width: 600px;
    height: 600px;
}

.scrollwrapgrid {
    overflow: scroll;
    background-color: #fff;
    width: 100%;
    height: 100%;
}

/* Searchbox    
----------------------------------------------------------*/
.searchbox {
    width: auto;
    height: auto;
    background-color: #E3E2CE ;
    padding: 10px 10px 10px 10px;

}

    .searchbox td {
        padding-right: 10px;
    }


/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset {
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

    fieldset p {
        margin: 2px 12px 10px 10px;
    }

    fieldset.login label, fieldset.register label, fieldset.changePassword label {
        display: block;
    }

    fieldset label.inline {
        display: inline;
    }

.customfieldset label {
    color: white;
    background-color: #708D8F;
    border: 3px inset #663300;
}

legend {
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry {
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry {
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo {
    width: 100%;
}

/* MISC  
----------------------------------------------------------*/

.clear {
    clear: both;
}

.title {
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

    .loginDisplay a:link {
        color: white;
    }

    .loginDisplay a:visited {
        color: white;
    }

    .loginDisplay a:hover {
        color: white;
    }

.failureNotification {
    font-size: 1.2em;
    color: Red;
}

.bold {
    font-weight: bold;
}

.submitButton {
    text-align: right;
    padding-right: 10px;
}

/*Modal Popup*/
.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalPopup {
    background-color: #ffffdd;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    width: 450px;
}

.modalPopupMedium {
    background-color: #ffffdd;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    width: 800px;
}

.modalPopupWide {
    background-color: #ffffdd;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    width: 1000px;
}

.modalPopupControl {
    background-color: #ffffdd;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
}

/* Progress Control */
#progressBackgroundFilter {
    position: fixed;
    top: -285px;
    bottom: 474px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background-color: #000;
    filter: alpha(opacity=50);
    opacity: 0.5;
    z-index: 1000;
}

#processMessage {
    position: fixed;
    top: 30%;
    left: 43%;
    padding: 10px;
    width: 14%;
    z-index: 1001;
    background-color: #fff;
    border: solid 1px #000;
}

/*CollapsiblePanel*/
/* Collapseable Panel Layout */
.colPanelarea {
    padding: 20px;
    background: #FFF url(../images/demotop.png) no-repeat left top;
}

    .colPanelarea p {
        padding: 5px;
    }

.colPanelheading {
    padding-bottom: 20px;
    color: #5377A9;
    font-family: Arial, Sans-Serif;
    font-weight: bold;
    font-size: 1.5em;
}

.colPanelbottom {
    height: 8px;
    background: #FFF url(../images/demobottom.png) no-repeat left bottom;
}


.collapsePanel {
    background-color: white;
    overflow: hidden;
}

.collapsePanelHeader {
    width: 100%;
    height: 30px;
    background-image: url(../images/bg-menu-main.png);
    background-repeat: repeat-x;
    color: #FFF;
    font-weight: bold;
}

#master_content .collapsePanelHeader a {
    color: #FFF;
}

    #master_content .collapsePanelHeader a:hover {
        text-decoration: none;
        background: none;
    }


/*AutoComplete flyout */

.autocomplete_completionListElement {
    margin: 0px !important;
    background-color: White;
    color: windowtext;
    border: buttonshadow;
    border-width: 1px;
    border-style: solid;
    cursor: default ;
    overflow: auto;
    height: 200px;
    width: 250px;
    text-align: left;
    list-style-type: circle;
    left: 0;
    top: 0;
    visibility: hidden;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem {
    background-color: #ffff99;
    color: black;
    padding: 1px;
}

/* AutoComplete item */

.autocomplete_listItem {
    background-color: window;
    color: windowtext;
    padding: 1px;
}

.leftcolList {
    float: left;
    width: 300px;
    padding: 2px 0px;
    margin: 0px 8px 0px 8px;
}

.rightcolList {
    float: right;
    width: 300px;
    padding: 2px 0px;
    margin: 0px 8px 0px 8px;
}


/*** Grids ***/
.grdResults, .detailTable {
    white-space: normal;
    border: 0px;
    margin-top: 10px;
    width: 100%;
}

    .grdResults td, .detailTable td {
        padding: 4px;
        border: 0px;
        border-bottom: 1px solid #ccc;
        font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
    }

    .detailTable td {
        padding: 1px 5px;
    }

    .grdResults th, .detailHeader {
        font-family: Georgia, "Times New Roman", Times, serif;
        background-color: #402C00;
        color: #ffffff;
        font-size: 14px;
        font-weight: bold;
        padding: 1px 4px;
        border: 0px;
        border-right: 1px solid #706140;
        border-bottom: 1px solid #999;
        text-align: left;
    }

        .grdResults th a:link {
            color: #ffffff;
            text-decoration: none;
        }

        .grdResults th a:visited {
            color: #ffffff;
            text-decoration: none;
        }

        .grdResults th a:hover {
            text-decoration: underline;
        }

.resultsPageNav {
    background-color: #D0CFAE;
    padding: 10px;
    font-size: 14px;
    border-bottom: 0px;
    border-top: 1px solid #333;
}

    .resultsPageNav input {
        display: block;
        margin: 5px 3px;
    }

.grdResults a:link {
    color: blue;
}

.grdResults a:visited {
    color: blue;
}

.grdResults ul {
    list-style-type: none;
}

.grdResults li {
    background-color: Transparent;
    float: none;
    text-decoration: none;
    text-align: left;
    padding: 0.5em 0.5em 0.5em 0.5em;
    margin: 0.5em 0.5em 0.5em 0.5em;
    height: auto;
    width: auto;
    border: 0em solid black;
    line-height: normal;
}

/* For Hover Effect on a Grid*/
.grdResults tr.header {
    color: white;
    background-color: #FF5600;
    height: 25px;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
}

.grdResults tr.normal {
    color: black;
    background-color: white;
    height: 25px;
    vertical-align: middle;
    text-align: center;
}

.grdResults tr.alternate {
    color: black;
    background-color: white;
    height: 25px;
    vertical-align: middle;
    text-align: center;
}

    .grdResults tr.normal:hover, .grdResults tr.alternate:hover {
        background-color: silver;
        color: black;
        font-weight: bold;
    }

/* End Hover Effect*/

.grdResultsNoLines, .detailTable {
    white-space: normal;
    border: 0px;
    margin-top: 10px;
    width: 100%;
}

    .grdResultsNoLines td, .detailTable td {
        padding: 4px;
        border: 0px;
        /*border-bottom: 1px solid #ccc;*/
        font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
    }

    .detailTable td {
        padding: 1px 5px;
    }

    .grdResultsNoLines th, .detailHeader {
        font-family: Georgia, "Times New Roman", Times, serif;
        background-color: #402C00;
        color: #ffffff;
        font-size: 14px;
        font-weight: bold;
        padding: 1px 4px;
        border: 0px;
        border-right: 1px solid #706140;
        border-bottom: 1px solid #999;
        text-align: left;
    }

/*** Buttons ***/
.custombtn_small {
    border-left: 1px solid #0066CC;
    border-top: 1px solid #0066CC;
    border-right: 1px solid #002448;
    border-bottom: 1px solid #002448;
    background-color: #003C79;
    padding: 3px 3px 3px 3px;
    text-align: center;
    height: 20px;
    /*line-height:20px;*/
    color: #fff;
    cursor: pointer;
    font-size: smaller;
}

.custombtn:hover {
    background-color: #004E9B;
}

/*** HyperLinks ***/
.customhpl_small {
    border-left: 1px solid #0066CC;
    border-top: 1px solid #0066CC;
    border-right: 1px solid #002448;
    border-bottom: 1px solid #002448;
    background-color: silver;
    padding: 3px 3px 3px 3px;
    margin: 5px 5px 5px 5px;
    text-align: center;
    height: 23px;
    /*line-height:20px;*/
    color: #fff;
    cursor: pointer;
    font-size: small;
}

.customhpl:hover {
    background-color: #004E9B;
}

/*** Menu Item Style ***/
.MenuItemStyle {
    background-color: #3f3f3f;
    float: none;
    text-decoration: none;
    display: inline-block;
    text-align: left;
    padding: 1.5em 1.5em 1.5em 1.5em;
    margin: 1.5em 1.5em 1.5em 1.5em;
    height: auto;
    border: 0.09em solid black;
    line-height: 2.0em;
    -webkit-box-shadow: 0.5em 0.5em rgba(0,0,0,0.8);
/*    -o-box-shadow: 0.5em 0.5em rgba(0,0,0,0.8);*/
    -moz-box-shadow: 0.5em 0.5em rgba(0,0,0,0.8);
    box-shadow: 0.5em 0.5em rgba(0,0,0,0.8);
    -webkit-border-radius: 0.5em;
/*    -o-border-radius: 0.5em;*/
    -moz-border-radius: 0.5em;
    border-radius: 0.5em;
    border-spacing: 5px;
}

.MenuItemStyle a:link, a:visited {
    color: white;
}

.MenuItemStyle a:hover {
    color: red;
    text-decoration: none;
    background-color: White;
}

.MenuItemStyle a:active {
    color: red;
}

/* START: For scrollable grid style. Keeps the columns static when scrolling down */


.ScrollableGridViewStyle, .detailTable {
    white-space: normal;
    border: 0px;
    margin-top: 0px;
}

    .ScrollableGridViewStyle td, .detailTable td {
        padding: 1px;
        border: 1px solid #ccc;
        /*border-color: #ccc;
    border-bottom:1px solid #ccc;*/
        font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
    }

    .detailTable td {
        padding: 1px 5px, 1px 5px;
    }

    .ScrollableGridViewStyle a:link {
        color: Blue;
    }

    .ScrollableGridViewStyle a:visited {
        color: Blue;
    }

.ScrollableGridViewPagerStyle {
    background-color: #D0CFAE;
    padding: 10px;
    font-size: 14px;
    border-bottom: 0px;
    border-top: 1px solid #333;
}

    .ScrollableGridViewPagerStyle input {
        display: block;
        margin: 5px 3px;
    }


.ScrollableGridViewHeaderStyle {
    font-family: Georgia, "Times New Roman", Times, serif;
    background-color: #402C00;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    padding: 1px 4px;
    border: 0px;
    border-right: 1px solid #706140;
    border-bottom: 1px solid #999;
    text-align: left;
}

    .ScrollableGridViewHeaderStyle th a:link {
        color: #ffffff;
        text-decoration: none;
    }

    .ScrollableGridViewHeaderStyle th a:visited {
        color: #ffffff;
        text-decoration: none;
    }

    .ScrollableGridViewHeaderStyle th a:hover {
        text-decoration: underline;
    }

    .ScrollableGridViewHeaderStyle a:link {
        color: white;
    }

    .ScrollableGridViewHeaderStyle a:visited {
        color: white;
    }

/* END:  For scrollable grid style. Keeps the columns static when scrolling down */