﻿*
{
    padding: 0;
    margin: 0;
}

html
{
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: rgb(253,184,19);
}

body
{
    margin: 0;
    padding: 0;
    font-family: Verdana;
    font-size: smaller;
    font-weight: bold;
    height: 100%;
    background-color: rgb(253,184,19);
    background-image: url(../Images/background-map.png);
    background-repeat: no-repeat;
    background-position: center;
    color: rgb(12,77,162);
}
form
{
    margin: 0;
    padding: 0;
    height: 100%;
    margin: 0;
}

.orange-background
{
    background-color: rgb(253,184,19);
}

.blue-background
{
    background-color: rgb(12,77,162);
}

.page
{
    width: 100%;
    height: 100%;
}

.page-heading-container
{
    background-image: url(../Images/page-heading-back.png);
    background-repeat: repeat-x;
    height: 27px;
}

.page-heading
{
    background-image: url(../Images/page-heading.png);
    background-repeat: no-repeat;
    color: White;
    font-size: 10pt;
    height: inherit;
    padding-top: 5px;
    padding-left: 43px;
}

.page-content
{
    width: 100%;
}

.main-content
{
    margin-top: 0.5ex;
    margin-bottom: 1ex;
    text-align: center;
}

.search-station-area
{
}

/* --- PRICES --- */

.price-area
{
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding-bottom: 5px;
    text-align: center;
}

.price-heading
{
    background-color: rgb(12,77,162);
    color: White;
}

table.price-list
{
    text-align: center;
}

.price-list-container
{
}

.price-list
{
    border: none 0px black;
    text-align: center;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

.price-line TD
{
    border-top: none 0px black;
    border-left: none 0px black;
    border-right: none 0px black;
    border-bottom: solid 1px rgb(12,77,162);
    font-size: smaller;
    padding: 0;
    margin: 0;
    width: 50%;
}

.price-name
{
    text-align:left;
    float:left;
}

.price-value
{
    text-align:right;
    float:right;
}

