﻿.demo {
    border: inset 2px silver;
}
#guru {
    padding: 4px;
    width: 99%;
    height: auto;
    text-align: center;
    background-color: black;
}
#guru div {
    border: solid 3px red;
    padding: 4px;
    font-family: monospace;
    font-size: 1.25em;
    width: auto;
    height: auto;
    color: red;
    text-align: center;
    text-decoration: blink;
}
#header {
    margin-bottom: 0;
    font-weight: normal;
    font-style: italic;
    color: gray;
}
.bookmarks {
    white-space: nowrap;
    width: 98%;
    margin: 0;
    padding-top: 10px;
    border-top: 1px dotted gray;
}
div#map_of_world_blind, div.blind_area {
    background: transparent;
    text-align: left;
    vertical-align: bottom;
    margin: 0;
    padding: 0;
}
p.coords {
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 2px;
    left: 8px;
    color: #444;
    font-family: sans-serif;
    font-size: 12px;
}
.InsuranceA {
    background-image: url(/images/AvailableInsurance.gif);
    background-repeat: no-repeat;
    width: 176px;
    height: 25px;
}
.InsuranceB {
    background-image: url(/images/AvailableInsuranceGray.gif);
    background-repeat: no-repeat;
    width: 176px;
    height: 25px;
}
.ListviewA {
    background-image: url(/images/ListviewA.gif);
    background-repeat: no-repeat;
    width: 84px;
    height: 24px;
}
.ListviewB {
    background-image: url(/images/ListviewB.gif);
    background-repeat: no-repeat;
    width: 84px;
    height: 24px;
}