﻿#frmAddressLookup, #Location, #Schools, #Zone, #BusStops, #ErrorMessage {
    width: 720px;
}

#optSchoolType, #optSchoolV, #txtLocation, #txtSchoolName {
    padding: 3px;
}

#optSchoolHContainer {
    visibility: hidden
}

#txtLocation, #txtSchoolName {
    height: 14px;
}

#HelpNormal, #HelpMessage {
    position: absolute;
}

#optSchoolType, #optSchoolV {
    width: 480px;
}

#txtLocation, #txtSchoolName {
    width: 450px;
    float: left;
}

#HelpNormal, #HelpMessage {
    left: 175px;
    top: 165px;
}

#HelpMessage {
    width: 300px;
    border: solid 1px black;
    background-color: White;
    visibility: hidden;
    text-align: left;
}

#btnLocationSearch, #btnLocationEdit, #btnZoneEdit {
    float: left;
    height:24px;
    margin-left:10px;
    background-color:lightblue;
    /*
    border: none;
    background-color: Transparent;
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
    height: 22px;
    width: 22px;*/
    cursor: pointer;
}

/*
#btnLocationSearch {
    background-image: url('../../images/searchbutton.png');
}

#btnLocationEdit, #btnZoneEdit {
    background-image: url('../../images/searchbuttonback.png');
}
    */

#LocationSelection {
    margin-left: 20px;
}

input.ReadOnly {
    background-color: #d7d7d7;
    cursor: default;
}

div#TE td {
    border: solid 1px #cccccc;
    text-align: center;
    width: 20px;
    height: 20px;
}

table.Grades {
    width: 680px;
    margin-bottom: 20px;
    margin-left: 20px;
}

    table.Grades tr {
        height: 25px;
    }

    table.Grades th {
        text-align: center;
    }

    table.Grades td {
        width: 30px;
        text-align: center;
        vertical-align: middle;
        border-top: solid 1px silver;
        border-bottom: solid 1px silver;
    }

    table.Grades a {
        text-decoration: none;
    }

    table.Grades td:first-child {
        min-width:250px;
        max-width:500px;
        text-align:left;
    }

    table.Grades td.SchoolName {
        padding-left: 20px;
        text-align: left;
        width: auto;
        cursor: default;
    }

p.Stop {
    text-align: left;
    margin-left: 20px;
    margin-top: 5px;
}

p.StopInfo {
    text-align: left;
    margin-left: 35px;
}

p.ZoneType {
    font-weight: bold;
}

#StopList {
    float: left;
    overflow: auto;
    height: 400px;
    width: 325px;
    margin-left: 20px;
    cursor: default;
}

#Map {
    float: left;
    height: 475px;
    width: 325px;
    margin-left: 15px;
}

div.hr {
    margin: 55px 0 5px 0;
    padding: 0;
}

#LocationErrorMessage {
    margin-top: 35px;
    padding: 0;
}

p#disclaimer {
    font-size: 7pt;
    font-style: italic;
    color: Red;
    margin: 20px;
    text-align: left;
}

    p#disclaimer span {
        font-size: inherit;
        font-weight: bold;
    }

#PrivatePage {
    margin: 50px 200px 0 200px;
}

#FooterArea {
    height: 75px;
}

#mapControls {
    position: inherit;
    height: 100px;
}

.tableCenter {
    text-align: center;
}
