html {
    height: 100%;
}

body {
    font-family: Arial, sans-serif;
    font-size: small;
    height: 100%;
    overflow: hidden;
    background-color: #eee;
}

img, table {
    border: 0;
}

table {
    border-collapse: collapse;
    font-size: small;
}

td {
    padding: 0pt;
    padding-right: 2px;
}

#form {
    padding: 2px 0px 1px;
    position: relative;
    z-index: 2;
    display: inline;
}

#forum_route {
    display: inline;
    margin: 0;
}

.helplinks {
    padding-left: 7px;
    padding-top: 2px;
    vertical-align: top;
    white-space: nowrap;
}

html>body .helplinks {
    padding-left: 7px;
    padding-top: 3px;
    vertical-align: top;
    white-space: nowrap;
}

.helplinks div {
    padding: 1px 0.75em;
}

.helplinks .unselected {
    position: relative;
    padding-top: 1px;
    top: -2px;
    z-index: 1;
    display: inline;
}

.helplinks .selected {
    background-color: #AAE76E;
    border-color: #619829;
    border-style: solid;
    border-width: 0px 2px 2px;
    font-weight: bold;
    position: relative;
    top: -3px;
    z-index: 3;
    display: inline;
}

.searchbars {
    display: inline;
    padding: 2px 0px 1px;
    position: relative;
    z-index: 2;
}

.ipt {
    border-bottom: 2px solid #619829;
    padding-bottom: 2px;
}

.labels {
    color: gray;
    font-size: 85%;
}

.businfo .routeinfo {
    vertical-align: top;
}

.businfo .routenum {
    font-weight: bold;
}

.businfo .labels {
    color: gray;
    font-size: 85%;
}
    
.btn {
    padding-bottom:4px;
    padding-left:0.35em;
    vertical-align:bottom;
}

#routeDisp {
    border-top: 1px solid #619829;
    background-color: #AAE76E;
    margin: 7px 0 0px 0;
    padding-left: 5px;
    width: 100%;
    height: 20px;
    vertical-align: center;
    font-weight: bold;
}

#links {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    font-size: 0.8em;
}

#links a {
    margin-right: 15px;
    border-top: 2px solid white; 
}

#map {
    width: 100%;
    height: 82%;
    float: left;
}

#debug {
    float: left;
    display: none;
    width: 150px;
    height: 600px;
    border: #619829 solid 1px;
    visibility: hidden;
}

#content {
    display: block;
    clear: both;
}

#content p {
    margin-top: 5px;
}