﻿/* START COLOURS */
.panebody, .pane .datapager_container, .pane .datapager_toptoolbar_section {
    background-color: White;
}

.navigation_disabled {
    color: Gray;
}

.controlcontainer {
    border: 0px;
}

.button_div {
    border: #033266;
    color: #033266;
}

.toolbar_element_drop_down, .enumeration_filter_drop_down {
    background-color: #E8F0FF;
}

.panebody, .datapager_table_container, .search_control_container {
    border-color: none;
}

.result_odd_row {
    background-color: White;
}

.result_even_row {
    background-color: #F6F6F6;
}

.toolbar_element {
    background-color: Transparent;
}

.header_row {
    background-color: #EAF4FF;
    color: white;
}

.header {
    background-color: #F6F6F6;
}

.toolbar_element_apply_button {
    background: transparent no-repeat bottom left;
}

.enumeration_filter_drop_down_container {
    background-color: Transparent;
}

.simple_pane_border {
    padding-bottom: 8px;
    border-color: #0066d4;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.simple_pane_titlebar {
    background-color: #0066D4;
    color: white;
}

.simple_pane_titlebar .simple_pane_titlebar_button_shown {
    margin: 8px;
    background: transparent;
}

.simple_pane_titlebar .simple_pane_titlebar_button_collapsed {
    margin: 8px;
    background: transparent;
}


.tab_title {
    color: #0066d4;
}

.tab_fieldgroup_border {
    color: #0066d4;
    border-color: #99b4cb;
}

.fieldgroup_tab {
    border-color: #99b4cb;
}

.active_fieldgroup_tab {
    border-bottom-color: #ffffff;
    background: #ffffff;
}

.tab_validation_failed {
    color: #ff0000;
    font-weight: bold;
}

.int_spinner_button {
    border: #99b4cb 1px solid;
    background: #EAF4FF;
    color: #0066d4;
}

.blockUI.blockOverlay {
    background-color: #a5bfe1;
}

/* END COLOURS */

/* START LAYOUT*/
.pane {
    clear: both;
    margin-top: 8px;
    width: 100%;
}

.panetitle {
    font-weight: 500;
    min-height: 34px;
    _height: expression(document.body.clientHeight ? "34px" : "auto"); /* simulates min-height in IE6 */
}

.panetitlebutton {
    float: left;
    width: 30px;
    padding-top: 6px;
    padding-left: 6px;
    min-height: 28px;
    _height: expression(document.body.clientHeight ? "28px" : "auto"); /* simulates min-height in IE6 */
    display: block;
}

* html .panetitlebutton {
    margin-right: -3px;
}
/* Fix for gap between button and title bar in IE6.0 */

.panetitletext {
    font-size: medium;
    padding-top: 6px;
    min-height: 28px;
    _height: expression(document.body.clientHeight ? "28px" : "auto"); /* simulates min-height in IE6 */
}

.panebody {
    margin-left: 0px;
    padding: 8px;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-top-width: 1px;
}

.panebody_default_collapse {
    display: none;
}

.panecontents {
    width: 100%;
}

.button_div {
    border: 1px solid;
    float: left;
    font-size: 10px;
    font-family: Verdana, Arial, Tahoma, "Times New Roman", sans-serif;
    height: auto;
    margin: 1px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 2px;
    padding-bottom: 4px;
    text-align: center;
    cursor: pointer;
}

.navigation_disabled {
    cursor: default;
}

.pagelist_toolbar_element {
    width: auto;
}

.toolbar_element {
    float: left;
    margin: none;
    border: none;
}

.toolbar_container .stand_alone_field_control_container {
    clear: none;
    padding-top: 0.5em;
    margin-top: 2px;
    margin-left: 1em;
}

.toolbar_container .input_button {
    height: 22px;
    padding-bottom: 4px;
    _padding-bottom: 2px; /* IE6 hack*/
    font-size: 10px;
    FONT-FAMILY: Verdana, Arial,Tahoma, "Times New Roman", sans-serif;
}

*:first-child + html .toolbar_container .input_button {
    padding-bottom: 0px; /* IE7 only hack*/
}

.toolbar_element_drop_down {
    position: absolute;
    display: none;
}

.drop_down_header {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px;
    margin-right: 0px;
    cursor: pointer;
}

.datapager_container {
    border: none;
}

.column_selector_toolbar_element {
    width: 140px;
    float: right;
}

.page_size_toolbar_element {
    width: 180px;
    float: right;
}

.page_size_inline_toolbar_element {
    width: auto;
    float: right;
}

.page_size_inline_select_label {
    font-size: 10px;
}

.toolbar_element_drop_down_header {
    width: 100%;
}

.datapager_column_sortable .sortable_columnheader_button, .datapager_column_sorted_ascending .sortable_columnheader_button, .datapager_column_sorted_descending .sortable_columnheader_button {
    width: 14px;
}

.datapager_table_container {
    width: 99.9%;
    margin-bottom: 0px;
    margin-right: 10px;
}

.pane .datapager_table_container {
    /*for backward compatibility with old XSL panes*/
    margin-bottom: 5px;
}

.toolbar_element {
    min-height: 0.5em;
    _height: expression(document.body.clientHeight ? "0.5em" : "auto"); /* simulates min-height in IE6 */
}

.enumeration_filter_drop_down_container {
    min-height: 0.5em;
    _height: expression(document.body.clientHeight ? "0.5em" : "auto"); /* simulates min-height in IE6 */
    border: none;
}

.enumeration_filter_drop_down_button {
    margin: 0px;
    padding-top: 1px;
    padding-bottom: 2px;
    padding-right: 3em;
    padding-left: 2.5em;
    /*min-width: 80px;
	width:auto !important;
	_width: auto;/*expression(document.body.clientWidth ? "80px" : "auto"); /* simulates min-height in IE6 */
}

.column_selector_column_shown {
    padding-top: 4px;
}

.column_selector_column_name {
    height: 1em;
}

.pagelist_control {
    margin: 0px;
}

    .pagelist_control button {
        background-color: #EAF4FF;
        border-radius: 4px;
        margin: 2px;
        border-color: #03326688;
    }

.page_size_inline_options .page_size_inline_button {
    background-color: #EAF4FF;
    border-radius: 4px;
    margin: 2px;
    border-color: #03326688;
}

.row_count_toolbar_element .page_size_inline_button {
    background-color: #EAF4FF;
    border-radius: 4px;
    margin: 2px;
    border-color: #03326688;
}

.pagelist_control .navigation_selected {
    background-color: white;
}


.row_count_toolbar_element {
    margin-left: 20px;
}

.pageposition_toolbar_element {
    margin-left: 20px;
    margin-top: 10px;
}

.pane .savepreference_toolbar_element {
    width: 20px;
    float: right;
}

.stand_alone_field_none_label_width {
    width: auto;
    padding-right: 10px;
}

.stand_alone_field_small_label_width {
    width: 100px;
}

.stand_alone_field_standard_label_width {
    width: 200px;
}

.stand_alone_field_large_label_width {
    width: 300px;
}

.stand_alone_field_label_above_fieldname {
    width: auto;
    padding-right: 10px;
}

.stand_alone_fieldname_outline {
    float: left;
    /*	border-bottom: solid 1px silver;
*/
}

.stand_alone_fieldname_no_outline {
    float: left;
}

.stand_alone_field_mandatory_flag_label_above {
    padding-top: 1.5em;
}

.stand_alone_field_help_icon_label_above {
    padding-top: 1.5em;
}

.filter_none_label_width {
    width: auto;
    padding-right: 10px;
}

.filter_small_label_width {
    width: 100px;
}

.filter_standard_label_width {
    width: 200px;
}

.filter_large_label_width {
    width: 300px;
}

.filter_label_above_fieldname {
    width: auto;
    padding-right: 10px;
}

.simple_pane_container {
    padding-top: 4px;
    padding-bottom: 4px;
}
/* The gutter is being used to reserve space for the inner span that will have a a border on it, but will incorrectly put the border on AFTER it has calculated 100% width.  By reserving the width
	as a padding here, the browser will calculate 100% width and then overflow into the gutter, which will ultimately look correct on the screen.  By putting a double width gutter on
	the bottom and to the right, we reserve the correct amount of space without making the inner span honour the left and top padding.
*/
.simple_pane_border_gutter {
    padding-right: 4px;
    padding-bottom: 4px;
    display: block;
}

.simple_pane_border {
    width: 100%;
    float: left;
    border-style: solid;
    border-width: 1px;
    background-color: white;
}

.simple_pane_titlebar {
    width: 100%;
    float: left;
    padding-top: 1px;
    padding-bottom: 2px;
}

.simple_pane_title {
    padding-left: 10px;
    display: block;
    padding-bottom: 8px;
    padding-top: 8px;
    font-weight: bold;
    font-size: 14px;
}

.simple_pane_body {
    width: 100%;
    float: left;
    _width: 99%;
}

.simple_pane_body_contents_with_border {
    display: block;
    margin: 8px;
}

.simple_pane_body_contents_without_border {
    display: block;
    padding-right: 1px;
}

.simple_pane_titlebar_button_shown, .simple_pane_titlebar_button_collapsed {
    float: left;
    border: 0px;
}

.simple_pane_container .clearboth_span {
    padding: 0px;
    margin: 0px;
    border: 0px;
}

.simple_pane_collapsed {
    display: none;
}

.horizontal_control_container {
    display: block;
    float: none;
}

.filter_group_vertical_flow {
    display: inline-block;
}
/* END LAYOUT*/

/* DEBUG Stuff, put this right at the end, so that it overrides all other pretty styling! */
.vertical_control_container_debug {
    border-color: Fuchsia;
    border-style: solid;
    border-width: 1px;
    margin: 1px;
}

.horizontal_control_container_debug {
    border-color: Green;
    border-style: solid;
    border-width: 1px;
    margin: 1px;
}

    .horizontal_control_container_debug .simple_pane_body {
        padding: 1px;
    }

.vertical_control_container_debug .simple_pane_body {
    width: 99%;
}
/* End of Debug stuff */
