﻿html, body
{
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    background-color: white;
    width: 100%;
    height: 100%;
    font-family: Arial;
    font-size: 12px;
}
a:link {color:black;}    /* unvisited link */
a:visited {color:black;} /* visited link */
a:hover {color:black;}   /* mouse over link */
a:active {color:black;}  /* selected link */

img
{  border-style: none;
}
.RowOne
{
    background-color: black;
    height: 40px;
    margin: auto;
}

.RowTwo
{
    background-color: lightgray;
    height: 30px;
    margin: auto;
}

.Title
{
    color: black;
    background-color: black;
    padding: 5px;
    height: 30px;
    text-align: left;
    font-family: Arial;
    font-size: 20px;
    color: white;
    width: 970px;
    margin: auto;
    border: 1px thin whitesmoke;
}

.PageBody
{
    padding: 5px, 5px, 5px, 5px;
    height: auto;
    min-height: 500px;
    background-color: #FFFFFF;
    /*border: 1px solid darkgray;*/
    border-bottom: 1px solid darkgray;
    border-left: 1px solid darkgray;
    border-right: 1px solid darkgray;
    width: 960px;
    margin: auto;
    padding: 5px;
    border-spacing: 5px 5px;
}
.MainFooter
{
    font-family: Calibri, Arial, Verdana;
    font-size: 10px;
    font-weight: bold;
    color: Black;
    background-color: whitesmoke;
    border-bottom: thin solid darkgray;
    border-left: thin solid darkgray;
    border-right: thin solid darkgray;
    font-variant: small-caps;
    text-align: left;
    width: 960px;
    margin: auto;
    padding: 5px;
}

.Pannel
{
    padding: 5px, 5px, 5px, 5px;
    background-color: whitesmoke;
    border: 1px solid darkgray;
    margin: auto;
    padding: 5px;
    border-spacing: 5px 5px;
    height: auto;
    margin-top: 5px;
    margin-bottom: 5px;

}

.MainNav
{
    width: 970px;
    margin: auto;
}

.mGrid
{
    background-color: #fff;
    margin: 5px 0 10px 0;
    border: solid 1px whitesmoke;
    margin-top: 5px;
    margin-bottom: 5px;
}
    .mGrid a
    {
        color:black;
    }

    .mGrid td
    {
        padding: 4px;
        text-align: left;
        border: solid 0px whitesmoke !important;
        color: black;
        border-left: solid 1px lightgray !important; /*border-top: solid 1px lightgray;*/
        border-right: solid 1px lightgray !important;
        border-bottom: solid 1px lightgray !important;
        font-size: 12px;
    }

    .mGrid th
    {
        padding: 4px !important;
        text-align: left; /*color: black;*/
        background: whitesmoke /*url(/images/grd_alt.png) repeat-x top*/;
        border-left: solid 1px lightgray !important;
        border-top: solid 1px lightgray !important;
        border-right: solid 1px lightgray !important;
        border-bottom: solid 1px lightgray !important;
        font-size: 12px;
        font-weight: bold;
    }

    .mGrid .alt
    {
        background-color: whitesmoke !important; /*background: whitesmoke url(/images/grd_alt.png) repeat-x top;*/
    }

    .mGrid .pgr
    {
        background: whitesmoke !important; /*url(/images/grd_pgr.png) repeat-x top;*/
    }

        .mGrid .pgr table
        {
            margin: 5px 0 !important;
        }

        .mGrid .pgr td
        {
            border-width: 0px;
            padding: 0 6px;
            font-weight: bold;
            color: darkgrey;
            line-height: 12px;
        }

        .mGrid .pgr a
        {
            color: black;
            text-decoration: none;
        }

            .mGrid .pgr a:hover
            {
                color: #000;
                text-decoration: none;
            }

.GridView
{
    /*background-color: #FFFFFF;*/
    margin: 0px 0px 0px 0px;
    /*border: 1px thin solid #C0C0C0;*/
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

    .GridView td
    {
        border-style: solid;
        margin: 2px;
        padding: 4px;
        /*color: black;*/
        font-family: Arial, Helvetica, sans-serif;
        /*background-color: #FFFFFF;*/
        border-top-width: 0px;
        border-right-width: 0px;
        border-bottom-width: 0px;
        border-left-width: 0px;
        border-top-style: none;
        border-right-style: solid;
        border-bottom-style: none;
        border-left-style: solid;
        border-top-color: lightgray;
        border-right-color: lightgray;
        border-bottom-color: lightgray;
        border-left-color: lightgray;
        /*border-spacing: 1px;*/
    }

    .GridView th
    {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: bold;
        text-align: left;
        padding: 4px;
        /*color: lightgray;*/
        /*background-color: #000000;*/
        border-color: none;
        background: #000000 url(~/images/grd_head.png) repeat-x top;
        border-left: thin solid 1px #000000;
        empty-cells: show;
        vertical-align: top;
        font-variant: normal;
        /*border: 1px solid #808080;*/
    }

    .GridView .alt
    {
        background-color: whitesmoke;
        /*background:  url(grd_alt.png) repeat-x top;*/
    }

.DropDownList
{
    border: thin solid #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    background-color: white;
}
.BaseText
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
}

.Button
{
    border: thin solid #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    background-color: whitesmoke;
}

/* Added for Node.js app */
.InfoWindow
{
    padding: 8px;
    background-color: #e8f5e9;
    border: 1px solid #a5d6a7;
    margin: 5px 0;
    border-radius: 2px;
}
.InfoWindow.validation
{
    background-color: #fff3f3;
    border-color: #f5c6cb;
    color: #721c24;
}
.navlink
{
    display: inline-block;
    padding: 5px 12px;
    text-decoration: none;
    color: black;
    font-weight: bold;
    font-size: 12px;
}
.navlink:hover { background-color: whitesmoke; }
.navactive { background-color: white; border-bottom: 2px solid black; }
