﻿body   
{
    width: 100%;
    font-size: 12px;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #082f5c;
}

.sub-toolbar, .input-button, .heading, .report-icon, .ie-menu, .page-topic, .footer, .heading-menu, .contact-menu-wrapper, .report-picker, .crumb, .nds-control-form-button-bar-wrapper, .nds-control-grid-arg-bar,
.top-menu-row, .nds-control-form-section-description, .wda_footer_wrapper, .nds-control-grid-print-button, .nds-control-grid-filter-button, .nds-control-grid-export-button,
.nds-control-grid-email-button, .nds-control-grid-download-button, .nds-control-ag-report-tools-bar, .report-menu-button-ui, .report-standard-ui, .person-search-ui, .Building-search-ui, .Address-search-ui {
    display: none;
}

.nds-control-grid
{
    border-style: none;
    background-color: #e2e2e2;
}

.nds-control-grid-header
{
    font-family: Arial;
    font-weight: bold;
    font-size: 18px;
    color: #000000;
    line-height: 20px;
    background-color: #e1e1e1;
}

.nds-control-grid-item
{
    font-family: Arial;
    font-size: 18px;
    color: #222222;
    background-color: #c8d3e0;
}

.nds-control-grid-item-alternate
{
    font-family: Arial;
    font-size: 18px;
    color: #222222;
    background-color: #e9edf1;
}

.nds-control-grid-group-label
{
    font-family: Verdana;
    font-size: 20px;
    font-weight: bold;
}

.nds-control-grid-group-total
{
    font-family: Verdana;
    font-size: 17px;
    font-weight: bold;
    padding: 3px 3px 3px 3px;
}

.nds-control-grid-row-count
{
    font-family: Arial;
    font-size: 17px;
    color: #000000;
}


.nds-control-readonly-row
{
    border-style: none;
    border-width: 1px;
    border-color: #e3e3e3;
    background-color: #ffffff;
    float: left;
}

.nds-control-readonly-col1
{
    width: 120px;
    min-height: 20px;
    border-style: none;
    border-width: 1px;
    border-color: #e3e3e3;
    background-color: #ffffff;
    float: left;
    overflow: hidden;
    text-align: right;
    margin: 2px 2px 2px 2px;
    line-height: 25px;
    font-size: 11px;
}

.nds-control-readonly-col2
{
    width: 150px;
    min-height: 20px;
    border-style: solid;
    border-width: 1px;
    border-color: #e3e3e3;
    background-color: #ffffff;
    float: left;
    overflow: hidden;
    margin: 2px 2px 2px 2px;
    padding: 0px 5px 0px 5px;
    line-height: 17px;
    color: #777777;
}

.nds-control-form-section-title
{
    clear: both;
    font-family: Arial;
    font-weight: bold;
    font-size: 15px;
    color: #789cfa;
    line-height: 15px;
}
.nds-control-form-section-title2
{
    clear: both;
    font-family: Arial;
    font-weight: bold;
    font-size: 17px;
    color: #333333;
    line-height: 15px;
}
.nds-control-grid-selected-row
{
    background-color: #000000;
    color:#ff0000;
}

.nds-control-grid-custom-paging-bar
{
    float:right;
    font-family: Verdana;
    font-size: 10px;
    color:#0573c8;
    font-weight: normal;
    height: 20px;
    padding: 3px 3px 3px 3px;
}

.nds-control-grid-custom-paging-inf
{
    font-size: 10px;
    color:#000000;
}

.nds-control-grid-prev-button
{
    padding: 3px 1px 3px 0px;
    float: right;
}

.nds-control-grid-prev-button a
{
    float: right;
    display: block;
    width: 18px;
    height: 17px;
    background: #ffffff url(../images/prev1.png);
    background-position: center;
    background-repeat: no-repeat;
}

.nds-control-grid-prev-button a:hover
{
    float: right;
    display: block;
    width: 18px;
    height: 17px;
    background: #e1e1e1 url(../images/prev2.png);
    background-position: center;
    background-repeat: no-repeat;
}

.nds-control-grid-next-button
{
    padding: 3px 1px 3px 0px;
    float: right;
}

.nds-control-grid-next-button a
{
    float: right;
    display: block;
    width: 18px;
    height: 17px;
    background: #ffffff url(../images/next1.png);
    background-position: center;
    background-repeat: no-repeat;
}

.nds-control-grid-next-button a:hover
{
    float: right;
    display: block;
    width: 18px;
    height: 17px;
    background: #e1e1e1 url(../images/next2.png);
    background-position: center;
    background-repeat: no-repeat;
}