﻿.left {
    float: left;
}

.right {
    float: right;
}

.data-table {
    width: 100%;
}

    .data-table td, .DataGridItem, .DataGridItem td {
        padding: 3px;
        font-weight: normal;
        font-size: 11px;
        vertical-align: middle;
    }

        .data-table td * {
            padding: 0px;
        }

    .data-table th, .DatagridHeader, .DatagridHeader td {
        background-color: #6C9CD3;
        color: #FFFFFF;
        font-weight: bold;
        font-size: 11px;
        padding: 3px;
        vertical-align: middle;
    }

        .data-table th a, .DatagridHeader a {
            color: #FFFFFF;
            font-weight: bold;
        }

    .data-table tr {
        background-color: white;
    }

        .data-table .alt-row td, .DataGridAlternatingItem, .DataGridAlternatingItem td, .data-table tr:nth-child(odd) {
            background-color: #F1F1F1;
            vertical-align: middle;
            padding: 3px;
            font-size: 11px;
        }

    .data-table .number {
        text-align: right;
    }

.devx-grid {
    width: 100%;
}

    .devx-grid th {
        padding: 2px;
        background-color: #6C9CD3;
        color: #FFFFFF;
        font-weight: bold;
        font-size: 11px;
        vertical-align: middle;
    }

        .devx-grid th a {
            color: #FFFFFF;
            font-weight: bold;
        }

    .devx-grid td, .row td {
        padding: 2px;
        font-weight: normal;
        font-size: 11px;
        vertical-align: middle;
    }

        .devx-grid td * {
            padding: 0px;
        }

    .devx-grid .alt-row td {
        padding: 2px;
        font-weight: normal;
        font-size: 11px;
        vertical-align: middle;
        background-color: #F1F1F1;
    }

    .devx-grid .number {
        text-align: right;
    }

.form-table {
}

    .form-table th {
        padding: 3px;
        background-color: #6C9CD3;
        color: #FFFFFF;
        font-weight: bold;
        font-size: 11px;
        vertical-align: middle;
    }

    .form-table td {
        padding: 3px;
    }

        .form-table td * {
            padding: 0px;
        }

        .form-table td input {
        }


.nowrap {
    white-space: nowrap;
}

.form-table .label {
    vertical-align: top;
    background-color: #F1F1F1;
    font-weight: bold;
    font-size: 11px;
    text-align: left;
    width: 135px;
    padding: 3px;
}

.form-table .label_noWidth {
    vertical-align: top;
    background-color: #F1F1F1;
    font-weight: bold;
    font-size: 11px;
    text-align: left;
    padding: 3px;
}

.form-table .label.textbox {
    padding-top: 8px;
}

#status_prompt {
    position: absolute;
    bottom: 0;
    /*top: 73px;*/
    right: 0;
    background-color: lightgoldenrodyellow;
    padding: 2px 10px;
    border: 1px solid darkgoldenrod;
    display: none;
}

input, select, textarea {
}

textarea {
    padding: 2px;
}

.required-field, .required {
    color: #FF0000;
    font-weight: bold;
}

.test-gone {
    display: none;
}

/* BEGIN: General filter */
/*.collapsiblePanel {
    float: left;
    overflow: hidden;
    width: 0px;
}

.expandCollapseControl {
    float: left;
}*/

/*.generalFilterBlock {
    background-color: #f1f1f1;
    float: left;
    width: 590px;
}

.generalFilterHeading {
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
}

.generalFilterItemsPanel {
    color: #666666;
    font-family: Arial;
    font-size: 14px;
    height: 250px;
    overflow: auto;
}*/
/* END: General filter */

/* BEGIN: Dashboard */
.dashboard a {
    color: #527697;
}

/*.dashboardTitle
{
    color: #527697;
    font-family: Trebuchet MS, Sans-Serif;
    font-size: 24px;
    margin-bottom: 10px;
}*/

.dashboardPanelHeader {
    background-image: url(/images/panel_header_slice.png);
    height: 28px;
}

.dashboardTitleLabel {
    color: #666666;
    float: left;
    font-family: Arial, Sans-Serif;
    font-size: 14px;
    font-weight: bold;
    margin: 5px 5px;
}

.dashboardTitleLinkArea {
    float: right;
    text-align: right;
}

.dashboardTitleLinkLabel {
    color: #527697;
    font-family: Arial, Sans-Serif;
    font-size: 11px;
    font-weight: bold;
    text-align: right;
    text-decoration: none;
}

.dashboardPanelContents {
    background-color: #f2efe6;
    min-height: 250px;
}

.dashboardNewsDatum {
    color: #666666;
}
/* END: Dashboard */
/* Begin: Header */

/*.mainMenuDropdown {
    background-color: White;
    border: solid 1px #527697;
    border-top: 0;
    position: absolute;
    top: 34px;
    line-height: 22px;
    text-align: left;
    left: 0;
    z-index: 2;
    display: none;
}

    .mainMenuDropdown table {
        border-collapse: collapse;
    }

    .mainMenuDropdown td {
        white-space: nowrap;
    }

        .mainMenuDropdown td:hover {
            background-color: #FFFDD8;
        }

    .mainMenuDropdown a {
        display: block;
        border-bottom: solid 1px #DBDBDB;
        padding: 3px 10px 3px 10px;
    }

        .mainMenuDropdown a:hover {
            text-decoration: none;
        }*/

/* End: Header */

.page-bottom-btns {
    margin-top: 10px;
}

.footnote {
    float: right;
}

.float-wall {
    clear: both;
}

.test-gone {
    display: none;
}

.textBlack {
    font-family: Tahoma;
    font-size: 11px;
    color: #000000;
}

.textGrayBold {
    font-family: Tahoma;
    font-size: 11px;
    color: #666666;
    font-weight: bold;
}

.textDarkGrayBold {
    color: #333333;
    font-family: Tahoma;
    font-size: 11px;
    font-weight: bold;
}

.textRedBold {
    color: #920202;
    font-family: Tahoma;
    font-size: 11px;
    font-weight: bold;
}

.pageTitleLabel, .dashboardTitle {
    font-family: Trebuchet MS;
    font-size: 24px;
    color: #537697;
}

.pageContentBorder {
    border: 2px solid #e2e2e2;
    padding: 10px;
}

.informationPanel {
    border: 1px solid #e2e2e2;
    background-color: #f1f1f1;
    padding: 10px;
}

    .informationPanel table {
        border: none;
    }

        .informationPanel table tr td {
            text-align: left;
            white-space: nowrap;
            padding: 4px;
            padding-right: 10px;
        }

        .informationPanel table tr .fieldTitle {
            font-weight: bold;
        }

.informationPanelTitleLabel {
    font-family: Tahoma;
    font-size: 14px;
    color: #537697;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
}

    .informationPanelTitleLabel input {
        vertical-align: middle;
    }

.tabList {
    border-bottom: 1px solid #dad7c1;
}

    .tabList ul {
        list-style-type: none;
        display: table;
    }

        .tabList ul li {
            float: left;
            background-image: url(/images/tab_off.png);
            padding-top: 7px;
            height: 20px;
            width: 120px;
            text-align: center;
            color: #527697;
            font-family: Tahoma;
            font-size: 11px;
            font-weight: bold;
        }

            .tabList ul li.tabSpacer {
                background: none;
                width: 5px;
            }

            .tabList ul li.tabItem-On {
                background-image: url(/images/tab_on.png);
                color: #000000;
            }

                .tabList ul li.tabItem-On img {
                    padding-right: 3px;
                    visibility: hidden;
                }

            .tabList ul li img {
                padding-right: 3px;
                visibility: visible;
            }

.tabContent {
    background-color: #f2efe6;
    padding: 20px;
}

.tabContentHeader {
    height: 20px;
    background-color: #d7d3c5;
    padding-top: 5px;
    color: #333333;
    font-family: Tahoma;
    font-size: 11px;
    font-weight: bold;
}

.tabContentWhiteRow {
    background-color: #ffffff;
    height: 22px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    border-bottom: 1px solid #dad7c1;
}

.radioButtonList {
    padding: 0px;
    margin: 0px;
}

.btnBackground {
    border: none;
    background-image: url("/images/btn_bg.png");
    width: 105px;
    height: 27px;
    padding: 0px;
    margin: 0px;
    padding-right: 15px;
    vertical-align: middle;
    text-align: center;
    color: #527697;
    font-family: Tahoma;
    font-size: 11px;
    font-weight: bold;
    cursor: pointer;
}

.tableHeader {
    background-image: url(/images/table_head_slice.png);
    height: 21px;
    color: #FFFFFF;
    font-family: Tahoma;
    font-size: 11px;
    font-weight: bold;
}

.tableItem {
    background-color: #ffffff;
}

.tableAlternatingItem {
    background-color: #e9e7dc;
}

.datePickerLabel {
    color: #333333;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    border: 0px;
}

.datePickerDummyTextBox {
    border: 0;
    height: 0;
    width: 0;
    padding: 0;
}

.sidebarCountLabel {
    font-size: 15px;
    font-weight: bold;
}

.worklistBar {
    background-color: #f1f1f1;
    border-top: solid 1px #dbdbdb;
    border-left: solid 1px #dbdbdb;
    border-right: solid 1px #dbdbdb;
}

.worklistBarSection {
    float: left;
    border-right: solid 1px #dbdbdb;
    border-bottom: solid 1px #dbdbdb;
    height: 49px;
    padding: 7px;
}

.worklistBarSectionNoHeight {
    float: left;
    border-right: solid 1px #dbdbdb;
    border-bottom: solid 1px #dbdbdb;
    padding: 7px;
}

.worklistBarLabel {
    font-weight: bold;
}

.worklistBarButtonHolder {
    text-align: right;
    padding-top: 7px;
}

.actionMenuContainer {
    position: relative;
}

.actionMenu {
    position: absolute;
    bottom: 1px;
    right: 20px;
}

.error {
    color: red;
}

input.error {
    border: 2px solid red;
}

div.error {
    color: red;
    margin-bottom: 10px;
}

    div.error a {
        color: #336699;
        font-size: 12px;
        text-decoration: underline;
    }

.progressIndicator,
#ajaxprg {
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
    z-index: 10000;
}

#xWait, .floatingWait {
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
    z-index: 10000;
    border: 1px solid gray;
    background-color: white;
    padding: 10px;
    font-weight: bold;
    vertical-align: middle;
}

    .floatingWait img {
        padding: 0px 5px;
    }

.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.content_header {
    font-family: Tahoma;
    font-size: 12px;
    font-weight: bold;
    color: #818181;
    height: 26px;
    background: url(images/Content_BgHeader.gif) repeat-x #e7e7e7;
    border: solid 1px #CCCCCC;
    text-align: left;
    padding-left: 4px;
}

.box_td {
    padding: 5px;
    background-color: #F7F9FD;
    border: 1px solid;
    border-width: 1px 1px 1px;
    border-color: #CCCCCC;
}


