﻿
#ExperimentalDesign td {
    border-bottom: 1px solid #E9E9E9;
    padding: 5px;
    text-align: left;
}

#MonitoringSites td {
    border-bottom: 1px solid #E9E9E9;
    padding: 5px;
    text-align: left;
}

th {
    background-color: #989898;
    border-bottom: 0 none;
    border-top: 0 none;
    color: white!important;
    overflow: hidden;
    text-align: center;
    white-space: nowrap;
}

#ExperimentalDesign > table {
    border: 1px solid silver;
    padding: 1px;
}

#MonitoringSites > table {
    border: 1px solid #E9E9E9;
    padding: 1px;
}

span.spAccordianHeader {
    border: 0px none;
    float: left;
    position: relative;
    top: -25px;
    height: 0px;
    left: 10px;
}

    span.spAccordianHeader span.spChkAccordian {
        font-size: 9pt !important;
        font-weight: 400 !important;
        height: 32px !important;
        letter-spacing: 0.01em !important;
        line-height: 14pt !important;
        padding-right: 36px !important;
        color: white !important;
    }

span.dictionaryKey {
    height: 16px;
    background: url("/Content/Images/Core/key.png") no-repeat scroll 0 0 transparent;
    display: block;
    padding-left: 15px;
}

label.dictionaryTooltip {
    font-size: 10pt;
}

.dictionaryOn {
    background-color: #989898;
    color: #fff;
}

.db_previewicon {
    width: 15px;
    height: 13px;
    margin: 0px 0px -3px -5px;
    cursor: pointer;
}

#popupBackground {
    display: none;
    position: fixed;
    _position: absolute; /* hack for internet explorer 6*/
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #FFFFFF;
    border: 1px solid #cecece;
    z-index: 1;
}

#popupForm {
    display: none;
    position: fixed;
    _position: absolute; /* hack for internet explorer 6*/
    background: #FFFFFF;
    top: 105.5px !important;
    left: 7.5px !important;
    border: 1px solid #555;
    z-index: 2;
    padding: 5px;
}

.ui-dialog {
    top: 20% !important;
    padding: 0.3em;
}

.ui-jqgrid tr.jqgrow td {
    white-space: normal !important;
    height: auto;
    vertical-align: text-top;
    padding-top: 2px;
}

.ui-dialog-buttonset {
    margin-right: 10px;
}

.altRowClass {
    background-color: #8D969B;
}

#PopupInlineAlert {
    /*width: 800px !important;*/
    margin-bottom: 10px;
}

.ui-jqgrid .ui-pg-input {
    height: 18px !important;
}

#gview_list_previewData {
    max-height: 652px !important;
    overflow-y: scroll;
    overflow-x: hidden;
}

    #gview_list_previewData th {
        text-align: left !important;
    }

#list_previewData td {
    text-align: left !important;
}

/*#first_pager_previewData { display: none; }
    #last_pager_previewData { display: none; }
    .ui-paging-info { display: none; }*/

.ui-dialog {
    /*top: 50px !important;*/
}

.padding ui-jqgrid-btable {
    /*min-width: 670px !important;*/
}

.ui-jqgrid-htable {
    /*min-width: 670px !important;*/
}
/*#jQGridPager {
        background-color:#8D969B;
    }*/

 .ui-tabs .ui-tabs-nav {
        border-bottom: 1px solid #aaaaaa;
    }

    .ui-tabs .ui-tabs-panel {
        border: none !important;
        padding: 10px 0 0;
    }


       #GoalsObjectives > ul {
        list-style-type: square;
        margin: 0;
        padding-left: 25px;
    }

    #GoalsObjectives li {
        padding-top: 9px;
    }

    #ExperimentalDesign > ul {
        list-style-type: square;
        margin: 0;
        padding-left: 25px;
    }

    #ExperimentalDesign li {
        padding-top: 9px;
    }

    #MonitoringSites > ul {
        list-style-type: square;
        margin: 0;
        padding-left: 25px;
    }

    #MonitoringSites li {
        padding-top: 9px;
    }