﻿html, body {
    height: 100%;
    width: 100%;
    margin: 0;
}

body {
    background-color: white;
    overflow: hidden;
    font-family: "Trebuchet MS";
}

.roundedCorners {
    -moz-border-radius: 4px;
}

#header {
    border: solid 1px #7EABCD;
    background-color: white;
    color: #0B3861;
    font-size: 18pt;
    text-align: center;
    font-weight: bold;
}

#subheader {
    font-size: small;
    color: #0B3861;
}

#leftPane {
    background-color: white;
    color: #000000;
    border: solid 1px cornflowerblue;
    width: 50%;
    overflow: hidden;
}

#map {
    background-color: white;
    border: solid 1px cornflowerblue;
}

#footer {
    border: solid 1px #7EABCD;
    background-color: white;
    color: peru;
    font-size: 10pt;
    text-align: center;
    height: 40px;
}

.soria .dojoxGridHeader .dojoxGridCell {
    color: peru !important;
}

img {
    cursor: pointer;
}

a {
    cursor: pointer;
    color: #0000FF;
}

input[type="button"]:hover {
    cursor: pointer;
    background-color: #ddecf7;
    color: #3a7099;
    border-bottom: #3a7099 1pt solid;
    border-left: #3a7099 1pt solid;
    border-top: #3a7099 1pt solid;
    border-right: #3a7099 1pt solid;
    padding: 2px 10px 2px 10px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
    font-family: sans-serif;
}

input[type="button"] {
    background-color: #eaf4fd;
    color: #3a7099;
    font-weight: bold;
    border-bottom: #d7e7f4 1pt solid;
    border-left: #d7e7f4 1pt solid;
    border-top: #d7e7f4 1pt solid;
    border-right: #d7e7f4 1pt solid;
    padding: 2px 10px 2px 10px;
    font-size: 16px;
    line-height: 1.4;
    font-family: sans-serif;
}

.ui-dialog .ui-dialog-titlebar-close {
    display: none;
}

/*
.ui-dialog
{
    left: 15% !important;
}
*/

.addressExample {
    font-size: 12px;
    font-family: sans-serif;
}

.select {
    font-size: 16px !important;
    font-family: sans-serif !important;
}

.contact {
    font-size: 14px;
    font-family: sans-serif;
}


#cloestSchoolResults {
    font-family: sans-serif;
}

    #cloestSchoolResults table {
        border-collapse: collapse;
    }

    #cloestSchoolResults th {
        font-family: sans-serif;
        font-weight: bold;
        /*background-color:#ddecf7;*/
        padding: 5px 5px 5px 5px;
        font-size: 13pt;
        border: solid 1pt #7EABCD;
    }

    #cloestSchoolResults td {
        font-family: sans-serif;
        padding: 5px 5px 5px 5px;
    }

    #cloestSchoolResults tr:nth-child(odd) {
        background-color: whitesmoke;
    }


    #cloestSchoolResults td:nth-child(odd) {
        background-color: whitesmoke;
        text-align: right;
    }


    #closestSchoolLocationTable {
        border-collapse: collapse;
    }

    #closestSchoolLocationTable th {
        font-family: sans-serif;
        font-weight: bold;
        /*background-color:#ddecf7;*/
        padding: 5px 5px 5px 5px;
        font-size: 13pt;
        border: solid 1pt #7EABCD;
    }

    #closestSchoolLocationTable td {
        font-family: sans-serif;
        padding: 5px 5px 5px 5px;
    }

    #closestSchoolLocationTable tr:nth-child(odd) {
        background-color: whitesmoke;
    }


    #closestSchoolLocationTable td:nth-child(odd) {
        background-color: whitesmoke;
        text-align: right;
    }


#zoneInfoResults {
    font-family: sans-serif;
}

    #zoneInfoLocationTable {
        border-collapse: collapse;
    }

    #zoneInfoLocationTable th {
        font-family: sans-serif;
        font-weight: bold;
        /*background-color:#ddecf7;*/
        padding: 5px 5px 5px 5px;
        font-size: 13pt;
        border: solid 1pt #7EABCD;
    }

    #zoneInfoLocationTable td {
        font-family: sans-serif;
        padding: 5px 5px 5px 5px;
    }

    #zoneInfoLocationTable tr:nth-child(odd) {
        background-color: whitesmoke;
    }


    #zoneInfoLocationTable td:nth-child(odd) {
        background-color: whitesmoke;
        text-align: right;
    }


#lblResults {
    font-family: sans-serif;
}

.LayerGroup {
    font-family: sans-serif;
    font-weight:bold;
    font-size:12pt;
}

.LayerGroupDescription {
    font-family: sans-serif;
    font-weight:bold;
    font-size:10pt;
}


.Layer {
    font-family: sans-serif;
    font-size:10pt;
}
