#map {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

#mapsection {
    margin: 0;
    position: fixed;
    top: 0;
    left: 40%;
    bottom: 0;
    right: 0;
    border-left: 1px solid black;
}

#controls {
    margin: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 60%;
    bottom: 0;
    padding-left: 0.5em;
    padding-right: 0.5em;
    padding-top: 1ex;
    padding-bottom: 1ex;
    overflow: auto;

    color: #222222;
    background-color: white;
}

#resultbox {
    /* start with the results section hidden */
    display: none;
}

#statuswindow = {
    position: fixed;
    top: 50%;
    left: 0;
    right: 60%;
    bottom: 0;
}

.statushighlight {
    background-color: #ffdd88;
    font-size: small;
}

#statusmsg {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
}

#fares {
    border: 1px solid black;
    background-color: #ffffdd;
    color: #111111;
    padding-left: 1em;
    padding-right: 1em;
}

.fareline {
    /* Start hidden. Show fare lines as needed. */
    display: none;
}

.total {
    color: #bb0000;
}

#error {
    /* start with the error line hidden */
    display: none;
    border: 1px solid black;
    background-color: #ffdddd;
    padding: 1em;
}

#errorinfo {
    font-size: x-small;
}

.importante {
    font-weight: bold;
    color: red;
}

.aviso {
    font-size: small;
}

#notes {
    font-size: small;
}

.small-note {
    font-size: smaller;
    font-style: italic;
}

h1, h2, h3 {
    color: #000000;
}

h1 {
    font-size: large;
}

.maintitle {
    border-bottom: solid 1px #aaaaaa;
}

h1 a {
    color: black;
    text-decoration: none;
}

h1 a:hover {
    color: navy;
}

h2 {
    font-size: medium;
    border-top: 1px solid #999999;
    border-left: 1px solid #999999;
    padding-top: 0.25ex;
    padding-left: 0.5em;

    margin-bottom: 0.25;
    padding-bottom: 0.5em;
}

h3 {
    font-size: small;
}

.total {
    font-weight: bold;
}

.field {
    margin-top: 1ex;
}

.field .textinput {
    width: 100%;
}

.inputnote {
    font-size: x-small;
    margin-top: 0.1ex;
    margin-bottom: 0.1ex;
    color: #555555;
}

.inputpage {
    min-height: 1ex;
}

.field .fieldlabels label {
    display: inline;
}

#formlocais {
    margin-bottom: 1ex;
}

.mapselect {
    float: right;
    font-size: xx-small;
}

.mapselecticon {
    /* start hidden  :) */
}

.branding {
    float: right;
}

.matchlist {
    font-size: small;
    padding: 0.1em;
    margin: 0.1em;
}

.matchlist li {
    display: block;
    padding-left: 1em;
    padding-right: 1em;
}

.matchlist li.selected {
    background-color: #ddddff;
}

.addrtitle {
    font-weight: bold;
}

.addraddr {
    font-color: #cccccc;
}

.fieldpage {
    border-bottom: 1px solid #aaaaaa;
}

.fieldpage p {
    margin-top: 0.25ex;
    margin-bottom: 0.1ex;
}

.addrinfo {
    font-weight: bold;
    /* start hidden */
    display: none;
}

.selectpage {
    /* start hidden */
    display: none;
    border-bottom: 1px solid #aaaaaa;
    background-color: #ffffcc;
}

.selectpage .spinner {
    float: right;
    /* start hidden */
    display: none;
}

.matchaddr {
    font-size: small;
    color: #777777;
}

.maplink img {
    border: none;
}

img {
    border: none;
}

#authorinfo p {
    font-size: small;
}

#authorinfo {
    padding-bottom: 2em;
}

/* Menu de cidades */
.listacidades li, .listacidades {
    font-weight: bold;
    margin: 1em;
    padding: 0;
    list-style: none;
}

.listacidades li {
    display: block;
    margin: 0;
    padding: 0;
}

.listacidades li a {
    display: block;
    border: 1px solid #aaaaaa;
    background-color: #ffffdd;
    margin: 0.25ex;
    padding: 0.5ex;
    text-align: center;
}

.listacidades li a:hover {
    background-color: #ddddff;
    color: red;
}

/* Lista de cidades discreta */
.altcidades {
    font-size: x-small;
    margin-bottom: 1em;
    color: #555555;
}

.altcidades ul {
    display: inline;
    margin: 0.5em;
    padding: 0;
}

.altcidades ul li {
    display: inline;
    font-weight: normal;
    font-size: x-small;
    padding: 0;
    margin: 0.5em;
}



.help {
    color: #aaaaaa;
    font-size: x-small;
    vertical-align: text-top;
}

.help a {
    color: #4444ff;
}

.sitelogolink {
    float: right;
}

.linklist, .linklist li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.linklist {
}

.linklist li {
    display: inline;
    padding-left: 0.25em;
    padding-right: 0.25em;
    font-size: small;

    border-right: solid 1px #dddddd;
}

.linklist li:first-child {
    border-left: solid 1px #dddddd;
}

/* vim: set ts=4 sw=4 et: */
