body { 
    display: block;
    padding: 0px;
    margin: 10px 0px;
    background-color: #f7f7f7;    
    font-family: 'Monda', sans-serif;
    font-size: 13px;
}

.main{
    width: 1000px;
    margin: 0px auto;
    background-color: #fafafa;
    border: #bbb solid 1px;
}

.top{
    font-size: 22px;
    text-align: center;
    padding: 2px 0px;
    background-color: #099;
    color: #fa0;    
}

.leftMenu{
    padding: 10px 10px;
    float:left;
    width: 180px;
}

.content{
    padding: 10px 10px;    
    float:left;
    background-color: #eee;
    width: 780px;
    color:#006363;
    line-height:1.7em;
    min-height:400px;
}

.footer{
    clear:both;
    text-align: center;
    font-size: small;
    color: #a60000;
    background-color: #099;
}

#map-canvas {
    margin: 10px 0px;
    height: 600px;
    width: 780px; 
}

#btnDown, #btnUp, #cityCount  {
    display: inline;
    font-size: 0.8em;
    width:2em;
}

#cityCount 
{
    font-size:1em;
}

#calculate 
{    
    font-size:1.3em;
}

input.ok{
    background-color: #bfb;
}

input.manual{
    background-color: yellow;
}

input.invalid {
    background-color: #fbb;
}

input.over{
    background-color: #3399ff;
}

input{
    margin: 3px 2px;    
}

.city
{
    width:350px;
}

#textMode{
    margin-left: 0px;
}

#status{
    display:inline;
    color: green; 
    font-weight: bold;
}

#status .invalid, #status.invalid {
    color: red;
}

#status p{
    display:inline;    
}

#distInfo 
{
    font-size:1.2em;
}

.correct{
    color: limegreen;
}

button.retry{
    background-color: salmon;
}

#advSelect:hover, #moreInfo>p:hover
{
    text-decoration:underline;
    cursor:pointer;
}

#moreInfo>p
{
    font-size:1.2em;
}

#tableDist_div
{
    margin-bottom: 10px;
}

#advSelect img
{
    vertical-align:bottom;
    margin-left:8px;
}

#advSet input
{
    width: 4em;
}

a
{
    text-decoration:none;
}

.leftMenu a
{    
    font-size:1.2em;
}

a:hover
{    
    color: #a60000;
}

.active
{
    color: #fa0;
}

#wait
{
    text-align:center;
}