html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}

#map-wrapper {
    position: relative;
    height: 100%; /*margin-left: 320px;*/
    margin-right: 320px;
}

#map {
    position: absolute;
    bottom: 0; /*right: 0;*/
    left: 0;
    width: 100%;
    height: 100%;
}

.contextmenu {
    visibility: hidden;
    background: #fff;
    border: 1px solid #000;
    z-index: 10;
    position: relative;
    width: 100px;
}

.contextmenu div {
    padding-left: 5px;
}

#social1 {
    border: 0;
    position: absolute;
    top: 5px;
    right: 460px;
    width: 115px;
    height: 21px;
}

#social2 {
    border: 0;
    position: absolute;
    top: 5px;
    right: 580px;
    width: 130px;
    height: 21px;
}

#social3 {
    border: 0;
    position: absolute;
    top: 5px;
    right: 720px;
    width: 130px;
    height: 21px;

}

#sidebar {
    position: absolute;
    top: 0;
    bottom: 0; /*left: 0;*/
    right: 0;
    width: 320px;
    height: 100%;
    overflow: auto;
    margin: 0;
    background: #222222 url(/public/images/meter.png) no-repeat bottom center;
    border-right: 0;
    padding: 0;
}



* html #sidebar {
    height: 100%;
}

body.nosidebar #map-wrapper {
    margin: 0;
}

body.nosidebar #sidebar {
    display: none;
}

#infobox {
    background: #111;
    padding: 0px 0px 0px 0px;
    margin: 0;
    border: 0;
}

#infobox td {
    padding: 0 10px 0 0;
    margin: 0;
    border: 0;
    font-size: 14px;
}

#infobox img {
    border: 0px;
    display: block;
}

.tip {
    color: #fff;
    width: 139px;
    background-color: #000;
    border: 1px solid #FF7F00;
    -moz-box-shadow: #555 2px 2px 8px;
    -webkit-box-shadow: #555 2px 2px 8px;
    -o-box-shadow: #555 2px 2px 8px;
    box-shadow: #555 2px 2px 8px;
    opacity: 0.9;
    filter: alpha(opacity = 90);
    font-size: 14px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    padding: 7px;
    z-index: 7000;
}

#copyright {
    border: 0;
    position: absolute;
    bottom: 18px;
    right: 323px;
    width: 285px;
    height: 25px;
    font-family: Arial, sans-serif;
    font-size: 11px;
    text-align: right;
}

#toolbar {
    position: absolute;
    bottom: 27px;
    left: 5px;
    width: 125px;
    height: 125px;
    padding: 2px 2px;
    background: #6699cc;
    border: 1px solid #000;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    margin: 0;
}

#infoviz-wrapper {
    color: #fff;
    border: 1px solid #FF7F00;
    width: 290px;
    height: 140px; /*position: relative;*/
    position: absolute;
    margin: 0;
    top: 5px;
    left: 5px;
    padding: 5px;
    -moz-box-shadow: #555 2px 2px 8px;
    -webkit-box-shadow: #555 2px 2px 8px;
    -o-box-shadow: #555 2px 2px 8px;
    box-shadow: #555 2px 2px 8px;
    opacity: 0.9;
    filter: alpha(opacity = 90);
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background: #333;
    font-family: Arial, sans-serif;
}

#infoviz {
    width: 290px;
    height: 140px;
}

#status {
    position: relative; /*overflow: auto;*/

    border: 1px solid #FF7F00;
    width: 290px; /*height: 155px;*/
    color: #fff;
    padding: 5px;

    position: relative;

    -moz-box-shadow: #555 2px 2px 8px;
    -webkit-box-shadow: #555 2px 2px 8px;
    -o-box-shadow: #555 2px 2px 8px;
    box-shadow: #555 2px 2px 8px;
    opacity: 0.9;
    filter: alpha(opacity = 90);

    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;

    margin: 0;
    background: #333;

}

#planform {
    border: 1px solid #FF7F00;
    width: 290px;
    height: 85px;
    color: #fff;
    padding: 5px;

    position: relative;

    -moz-box-shadow: #555 2px 2px 8px;
    -webkit-box-shadow: #555 2px 2px 8px;
    -o-box-shadow: #555 2px 2px 8px;
    box-shadow: #555 2px 2px 8px;
    opacity: 0.9;
    filter: alpha(opacity = 90);

    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;

    margin: 0;
    background: #333;
}

#timeWrapper {
    color: #fff;
    border: 1px solid #FF7F00;
    width: 290px;
    height: 40px;
    position: relative;
    margin: 0;
    padding: 5px;
    -moz-box-shadow: #555 2px 2px 8px;
    -webkit-box-shadow: #555 2px 2px 8px;
    -o-box-shadow: #555 2px 2px 8px;
    box-shadow: #555 2px 2px 8px;
    opacity: 0.9;
    filter: alpha(opacity = 90);
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background: #333;
}

#total {
    color: #fff;
    border: 1px solid #FF7F00;
    width: 290px;
    height: 40px;
    position: relative;
    margin: 0;
    padding: 5px;
    -moz-box-shadow: #555 2px 2px 8px;
    -webkit-box-shadow: #555 2px 2px 8px;
    -o-box-shadow: #555 2px 2px 8px;
    box-shadow: #555 2px 2px 8px;
    opacity: 0.9;
    filter: alpha(opacity = 90);
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background: #333;
    font-size: 2.2em;
    font-weight: bold;
}

#tariff {
    color: #fff;
    border: 1px solid #FF7F00;
    width: 290px;
    height: 40px;
    position: relative;
    margin: 0;
    padding: 5px;
    -moz-box-shadow: #555 2px 2px 8px;
    -webkit-box-shadow: #555 2px 2px 8px;
    -o-box-shadow: #555 2px 2px 8px;
    box-shadow: #555 2px 2px 8px;
    opacity: 0.9;
    filter: alpha(opacity = 90);
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background: #333;
    font-size: 2.2em;
    font-weight: bold;
    text-transform: uppercase;
}

#slider {
    background: #111;
}

#slider .ui-state-default, .ui-widget-content .ui-state-default {
    border: 1px solid #666;
    background: #fff url(/public/images/handle_grip.png) 50% 50% no-repeat;
    font-weight: normal;
    color: #fff;
}

#slider .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
    color: #fff;
    text-decoration: none;
}

#slider .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus {
    border: 1px solid #666;
    background: #fff url(/public/images/handle_grip.png) 50% 50% no-repeat;
    font-weight: normal;
    color: #ffffff;
}

#slider .ui-state-hover a, .ui-state-hover a:hover {
    color: #ffffff;
    text-decoration: none;
}

#slider .ui-state-active, .ui-widget-content .ui-state-active {
    border: 1px solid #666;
    background: #fff url(/public/images/handle_grip.png) 50% 50% no-repeat;
    font-weight: normal;
    color: #fff;
}

#slider .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #fff;
    text-decoration: none;
}

#slider .ui-widget :active {
    outline: none;
}

/* Corner radius */
.ui-corner-all {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

#radio-taxi hr {
    color: #FF7F00;
    background: #FF7F00;
    border: 0;
    height: 1px;
    width: 300px;
}

