html,body {
    overflow: hidden;
}
a {
    color: #7D222D;
}
a:hover {
    text-decoration: none;
}
input, textarea {
    border: 1px solid #7D222D;
}
.ads {
    background-color: #EEE;
    padding: 0;
}
div.loader {
    background-image: url(images/spinning_wheel.gif);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 35px;
    height: 35px;
    line-height: 35px;
}
.favourite {
    background-image:url(images/14_star.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 24px;
    height: 24px;
}
.favourite:hover, .added {
    background-image: url(images/favourites.png);
}
.favourite span {
    display: none;
}
#route {
    padding: 8px 0 0 8px;
}
#route input {
    font-size: 1em;
}
#route_toolbar {
    margin: 1em 0;
}
#route_toolbar input {
    margin: 0;
}
#map {height: 100%;margin-right: 300px;}
#rightColumn {
    background-repeat: no-repeat;
    background-position: 200px 10px;
    position:absolute;
    width:300px;
    right:0;
    top:0px;
    /*
-webkit-border-radius: 10px;
   -moz-border-radius: 10px;
    */
}
#coords {
    background-color:white;
    position:absolute;
    left: 195px;
    bottom:2px;
    z-index: 1;
    background-image: url(images/share-icon-16x16.png);
    background-repeat: no-repeat;
    background-position: 1px 50%;
    height:18px;
    line-height: 18px;
    padding-left: 20px;
    padding-right: 1px;
    border: 1px solid;
    cursor: pointer;
}
#distance_display {
    background-color:white;
    position:absolute;
    left: 400px;
    bottom: 2px;
    z-index: 1;
    height:18px;
    line-height: 18px;
    padding-left: 19px;
    padding-right: 1px;
    border: 1px solid;
    cursor: pointer;
    background-image: url(images/ruler-icon.png);
    background-repeat: no-repeat;
    background-position: 1px 50%;
}
#link_url {
    background-image: url(images/share-icon-16x16.png);
    background-repeat: no-repeat;
    background-position: 1px 50%;
    padding-left: 20px;
}
#logo {
    right: 325px;
    position: absolute;
    top: 20px;
    z-index: 1000;
    border:0;
}
.tabpanel h3 {
    margin-top: 3px;
}
body {
    padding: 0;margin: 0; font-family: Verdana, sans-serif;
    font-size: 0.6em;
}
form {
    padding: 1em;
}
.facilities {
    padding: 1em 0;
}
.facilities span {
    background-image: url(images/fuel.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    min-height: 16px;
    line-height: 16px;
    display: block;
    padding-left: 23px;
}
.pdf {
    padding: 5px;
    text-decoration: none;
    background-color: #232791;
    text-align: center;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    height: 16px;
    color: #FFF;
    display: block;
}
a.pdf:hover {
    background: #1A1E7D;
}
.edit_link {
    background-image: url(images/vwicn058.gif);
    background-repeat: no-repeat;
    height: 16px !important;
    padding: 0 0 0 18px;
    float: left;
}
.edit_link span, .zoom span {
    display: none;
}

.zoom {
    background-image: url(images/vwicn008.gif);
    background-repeat: no-repeat;
    height: 16px !important;
    padding: 0;
    display: block;
    width: 16px;
}
#locations .zoom {
    float: left;
    margin-left: 0;
    padding-left: 18px;
    width: auto;
}
.website {
    background-image: url(images/viewsort.gif);
    background-position: bottom left;
    background-repeat: no-repeat;
    height: 16px !important;
    padding: 0 0 0 15px;
}
.pdf span {
}

.menu {
    list-style: none;
    padding: 0;
    margin: 0;
    height: 5px;
}
.menu li {
    float: left;
    margin-right: 0;
    padding: 6px 0;
}
.menu li.default {
    background: #999;
}
#filter input {
    float: left;
}
#filter label {
    float:left;
    width: 50px;
    padding: 3px;
}
.menu a {
    border-color: #EEE;
    border-bottom: none;
    color: #000;
    padding: 0 10px;
    outline: none;
}
.menu li.default a {
    text-decoration: none;
    color: #FFF;
}
.tabs {
    clear: both;
    padding: 0;
    margin: 0;
    overflow-y: auto;
    border-bottom: 1px solid #999;
    background: #FFF;
}
#show_photo, #show_zones {
    border: none;
}
#countries {
    padding: 0;
}
#countries ul {
    padding: 0;
    list-style: none;
}
.tabs .tabpanel {
    padding: 10px;
    margin: 0;
    display: none;
    border: none;
}
.tabs .default {
    display: block;
}

#locations div {
    padding: 0.5em;
    border: 1px solid;
    margin: 2px;
}
#history, #favourites {
    padding: 0;
}
.aerodrome_item, .favourite_item {
    background-position: 9px 50%;
    background-repeat: no-repeat;
    padding: 5px 5px 5px 42px;
    margin-bottom: 1px;
    background-color: #EEE;
    background-image: url(images/airport.png);
}
.favourite_item {
    background-image: url(images/favourites.png);
}
.aerodrome_item:hover {
}
.runways {
    font-size:1em;
    border-collapse:collapse;
    width: 100%;
}
.runways thead {
    background-color: #EEE;
}

table, tr, td {
    border-color: #7D222D;
}

.share {
    margin-top: 1em;
    padding: 5px;
}
.aip {
    padding: 5px 0;
}

.delete {
    background-image: url(images/vwicn081.gif);
    background-repeat: no-repeat;
    background-position: left center;
    padding: 0;
    width: 13px;
    height: 11px;
    float: right;
}
.delete span {
    display:none;
}
.clear {
    clear:both;
    border: none !important;
    padding: 0 !important;
}
.hdr {
    width: 80px;
    background-color: #EEE;
    font-weight: bold;
}
.data {
    font-weight:bold;
}
#main_loader {
    display: none;
    border:1px solid #999;
    border-radius: 5px;
    padding-right:10px;
    position: absolute;
    left:50%;
    top:50%;
    background-color:#FFF;
    z-index: 1;
}
#btn_help {
    background-image: url(images/vwicn039.gif);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 15px;
}

.addthis_toolbox {
    padding: 3px;
}

.copyright {
    text-align: center;
    color:#999;
}
.fb_share {
    background-image: url(images/fb_share.gif);
    width: 57px;
    height: 18px;
    float: left;
}
.fb_share span {
    display: none;
}