﻿input, #sRecGroup {
    font-family: Arial, Helvetica, sans-serif;
    font-size: .9em;
}

#aContent {
    margin: 0 15px;
}

fieldset {
    padding: 5px 10px 15px 10px;
    border: 1px solid #666;
}

label {
    font-weight: bold;
}

#searchForms {
    width: 100%;
    margin-left: 10%;
}

html > body #searchForms {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
}

#lSearch {
    float: left;
}

table {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

th {
    color: #fff;
    font-weight: bold;
}

/* recordset navigation */
.dbnav {
    margin: 10px 0;
    padding: 3px 0 4px 0;
    white-space: nowrap;
}

    .dbnav ul {
        text-align: left;
        list-style-type: none;
        line-height: normal;
        margin: 0;
        padding: 0;
    }

        .dbnav ul li {
            display: inline;
            white-space: nowrap;
            margin: 0;
        }

            .dbnav ul li a {
                text-decoration: none;
                margin: 0 -1px 0 0;
                padding: 3px 15px 4px 15px;
            }

                .dbnav ul li a:link, .dbnav ul li a:visited {
                    background-color: rgb(196,105,49);
                    color: #fff;
                    border: 1px solid #666;
                }

                .dbnav ul li a:hover {
                    text-decoration: none;
                    background-color: rgb(246,247,157);
                    color: #000;
                    border-color: #ccc;
                }

.resultsPadding {
    padding: 10px;
    text-align: center;
    white-space: nowrap;
}

tr:not(.PagerCoroner) td {
    border: 1px solid gray;
}

.GridPager table tbody tr td {
    border: 0px;
}

.PagerCoroner td {
    font-weight: bold;
    font-size: medium;
}

    .PagerCoroner td table tbody tr td a {
        font-weight: bold;
        color: Gray;
        font-size: medium;
    }

    .PagerCoroner td table tbody tr td {
        border: 0px;
    }

#content table {
    color: #000;
    border-collapse: collapse;
}

#MainContent_gvResults caption {
    font-size: 1.2em;
    font-weight: bold;
    padding: 10px 0;
    margin: -30px 0px -35px 10px;
    color: Black;
    text-align: left;
}

#Inquests th {
    background-color: #0d223f;
    font-weight: bold;
    color: White;
    font-size: 13px;
}

#Inquests td {
    font-size: 13px;
}

#MainContent_gvDetail caption {
    font-size: 1.33em;
    font-weight: bold;
    padding: 10px 0;
    color: Black;
    text-align: left;
}

#MainContent_gvDetail {
    border-collapse: separate;
    border-top-left-radius: 5px;
    border-spacing: 0px 0px;
}

.resultsCorners1Page {
    margin-top: 35px;
}

    .resultsCorners1Page caption {
        margin: -60px 0px 0px 10px !important;
    }


/* Specific styles for each header column */
#Inquests .NameOfTheDeceased {
    width: 22%;
}

#Inquests .County {
    width: 22%;
}

#Inquests .DateOfDeath {
    width: 10%;
    padding: 10px;
    text-align: center;
    white-space: nowrap;
}

#Inquests .CauseOfDeath {
    width: 33%;
}

#Inquests .Details {
    width: 15%;
    padding: 10px;
    text-align: center;
    white-space: nowrap;
}

#Inquests td th {
    font-size: 13px;
}

.PagerCoroner td {
    font-weight: bold;
    font-size: medium;
}

    .PagerCoroner td table tbody tr td a {
        font-weight: bold;
        color: Gray;
        font-size: medium;
    }

    .PagerCoroner td table tbody tr td {
        border: 0px;
    }

    .GridPager table tbody tr {
        border: 0px;
    }

#Inquests_Wrapper .SmartGrid tr td,
#Inquests_Wrapper .SmartGrid tr th {
    border: none;
}