body {
    padding: 20px;
}
#tourBorder {
    margin: 0;
    padding: 0;
    border: 2px solid;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-topright: 15px;
    -webkit-border-top-left-radius: 15px;
    -webkit-border-top-right-radius: 15px;
}
#bannerPoint {
    clear: both;
    line-height: 20px;
    font-size: 115%;
    font-weight: bold;
    margin: 5px 0 5px 5px;
    text-align: center;
}
#tourActions {
    height: 22px;
    line-height: 26px;
    text-align: left;
    clear: both;
    margin: 8px 0 0 0;
    background: url(./tourActionGloss.png) repeat-x;
}
#tourActions a {
    font-variant: small-caps;
    margin-right: 20px;
    text-decoration: none;
}
#tourActions a:first-child {
    margin-left: 5px;
}
#tourActions a:hover, #tourActions a:active {
    position: relative;
    top: -2px;
}

#tourTop {
    border-bottom: 1px solid;
    margin-bottom: 15px;
}
#tourBottom {
    clear: both;
    padding: 10px 5px 0 5px;
    text-align: right;
}
#tourMediaDescriptionContent {
}
.disclaimerWrapper {
    float: left;
    font-size: 75%;
    width: 70%;
    text-align: left;
}

#mapView, #infoWrap, #mapView a, #infoWrap a {
    color: black;
    background-color: #f2f2f2;
}
#infoWrap {
    overflow: scroll;
}

.sponsorWrapper {
    position: relative;
    z-index: 10;
}
.addthis_button {
    display: block;
    margin-top: 2px;
    float: right;
}
