﻿BODY {
    font-family: 'Times New Roman', Times, serif;
}

#PageHead {
    font-family: EngraversGothic BT, Times New Roman, Serif;
    text-align: center;
    font-size: large;
}

.AttyAtLaw {
    color: #660033;
}

.NDSCTitle {
    color: #660033;
    font-family: 'Times New Roman', Times, serif;
    font-style: normal;
    font-weight: bold;
    font-size: large;
}

.NDSCTitleAddress {
    color: #000000;
    font-family: 'Times New Roman', Times, serif;
    font-style: normal;
    font-weight: normal;
    font-size: large;
}

#PageHeadInfo {
    font-family: Arial, Helvetica, sans serif;
    font-size: small;
    font-style: italic;
}

.RepeatHdr {
    font-family: Arial, Helvetica, sans serif;
    font-size: small;
    font-weight: bold;
    font-style: normal;
    color: #000000;
    line-height: 38px;
    background-repeat: repeat-x;
}

#Hdr1 {
    background-image: url(../images/PnlDesc1.png);
}

#Hdr2 {
    background-image: url(../images/PnlDesc2.png);
}

#Hdr3 {
    background-image: url(../images/PnlDesc3.png);
}

#Hdr4 {
    background-image: url(../images/PnlDesc4.png);
}

.tdnowrap {
    white-space: nowrap;
}

.tdwrap {
    white-space: normal;
}

.itemRow {
    font-family: Arial, Helvetica, sans serif;
    font-size: small;
    font-weight: normal;
    font-style: normal;
    color: #000000;
    /*line-height: 2em;*/
    border-collapse: separate;
    border-spacing: 5px; /* cellspacing */
    /*The * declaration is for Internet Explorer 6 and 7, and other browsers will properly ignore it.*/
    /* ReSharper disable once InvalidValue */
    *border-collapse: expression('separate', cellSpacing = '5px');
}

.itemRow td, table th {
    padding: 5px !important; /* cellpadding */
}

td {
    white-space: nowrap;
}

th {
    white-space: nowrap;
}

.TrH {
    font-size: small;
    font-weight: bold;
    background-color: #E0FFFF;
    color: #333333;
}

#TrPager {
    background: #99CCFF;
    background-image: url(../images/PanelMainSelection.png);
    background-repeat: repeat-x;
    text-align: center;
    background-color: #5D7B9D;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    line-height: 40px;
    vertical-align: middle;
}

.alignRight {
    text-align: right;
}

.alignCenter {
    text-align: center;
}

.tablePad5 {
    border-collapse: separate;
    border-spacing: 5px; /* cellspacing */
    /*The * declaration is for Internet Explorer 6 and 7, and other browsers will properly ignore it.*/
    /* ReSharper disable once InvalidValue */
    *border-collapse: expression('separate', cellSpacing = '5px');
}

    .tablePad5 td, table th {
        padding: 5px; /* cellpadding */
    }

.layoutTable {
    border-width: 0;
    margin: 0;
    border-style: none;
    border-spacing: 0;
    padding: 0;
    float: left;
    border-collapse: collapse;
    border-spacing: 0; /* cellspacing */
    /*The * declaration is for Internet Explorer 6 and 7, and other browsers will properly ignore it.*/
    /* ReSharper disable once InvalidValue */
    *border-collapse: expression('separate', cellSpacing = '0');
}

.layoutTable td, table th {
        padding: 0; /* cellpadding */
    }

.grid .layoutTable .itemRow:hover {
    background-color: #fffacd;
    color: #000;
}

.grid .layoutTable .first {
    padding-left: 10px;
}

.grid .layoutTable .itemRow:hover .first {
    background-repeat: no-repeat;
    background-image: url(../images/but-next.gif);
}

/* Data Pager Styles */
.grid .pager {
    font-family: arial,sans-serif;
    text-align: center;
}

    .grid .pager SPAN.command, .grid .pager SPAN.current, .grid .pager A.command {
        color: #5a90ce;
        padding: 0 5px;
        text-decoration: none;
        border: none;
    }

        .grid .pager A.command:hover {
            border: solid 2px #408BB6;
            background-color: #59A5D1;
            color: #fff;
            padding: 0 3px;
            text-decoration: none;
        }

    .grid .pager SPAN.current {
        border: none;
        font-weight: bold;
        color: #3e3e3e;
        padding: 0 6px;
        font-size: 18px;
    }

.pagertemplate {
    font-size: small;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
}

#UpdateProgressBox {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
    height: 500px;
}

/*CollapsiblePanel*/
.collapsePanel {
    background-color: white;
    overflow: hidden;
}

.PanelMainSelection {
    width: 100%;
    height: 60px;
    background-image: url(../images/Panel20x60.png);
    background-repeat: repeat-x;
    color: #0000FF;
    font-weight: normal;
    background-color: #CCFFFF;
}

.PanelMoreOptionsSelection {
    width: 100%;
    height: 90px;
    background-image: url(../images/Panel20x90.png);
    background-repeat: repeat-x;
    color: #0000FF;
    font-weight: normal;
    background-color: #CCFFFF;
}

.heading {
    color: #5377A9;
    font-family: Arial, Sans-Serif;
    font-weight: bold;
    font-size: small;
}

.subheading {
    color: #0F2543;
    font-weight: bold;
    font-family: Arial, Sans-Serif;
    font-size: 1.1em;
}

em {
    font-style: italic;
}

i {
    font-style: italic;
}

strong {
    font-weight: bold;
}

.GMapPanelAdvize {
    border: medium #FFFFFF inset;
    padding: 10px;
    color: #008080;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: small;
    background-color: #FFFFCC;
    text-align: center;
    vertical-align: middle;
    font-style: italic;
}
