﻿.LayoutHeader {
    margin: 0;
    padding: 0;
    height:50px;
    background: -webkit-linear-gradient(bottom, #0066FF, #000000);
    background: -moz-linear-gradient(bottom, #0066FF, #000000);
    background: -ms-linear-gradient(bottom, #0066FF, #000000);
    background: -o-linear-gradient(bottom, #0066FF, #000000);
    background: linear-gradient(bottom, #0066FF, #000000);
    background-color: #0066FF;
}
.LayoutHeaderTitle {
    margin: 0;
    padding:3px 0px 3px 10px;

    font-family: 'Book Antiqua';
    font-size:xx-large;
    font-weight:bold;
    letter-spacing:2px;
    color:white;
    text-shadow: 1px 1px 0 #333, 2px 2px 0 #333;
}
.LayoutHeaderInfo {
    margin: 0;
    padding:3px 10px 3px 0px;

    font-size:medium;
    font-weight:bold;
    font-style:italic;
    color:white;
    text-shadow: 1px 1px 0 #333, 2px 2px 0 #333;
}
.LayoutFooter {
    margin: 0;
    padding: 3px;
    height: 24px;
    background: -webkit-linear-gradient(top, #0066FF, #000000);
    background: -moz-linear-gradient(top, #0066FF, #000000);
    background: -ms-linear-gradient(top, #0066FF, #000000);
    background: -o-linear-gradient(top, #0066FF, #000000);
    background: linear-gradient(top, #0066FF, #000000);

    background-color: #0066FF;
    text-align: center;
    font-size: x-small;
    font-weight: bold;
    color:#FFFFFF;
}
.LayoutFooterLink {
    color:white;
}
.LayoutFooterBL {
    position:absolute; left:10px; top:3px; font-size:small; font-weight:bold; color:#FFFFFF; text-shadow: 1px 1px 0 #000;
}
.LayoutFooterBR {
    position:absolute; right:10px; top:3px; font-size:small; font-weight:bold; color:#FFFFFF; text-shadow: 1px 1px 0 #000;
}
.LayoutEnd {
    background-color:#0066FF;
}
.LayoutSidebar { border:1px solid #999999; }
.LayoutMapTools { width: 38px; height:100%; overflow:hidden; background-color:#0066FF; }
.WaitDialog {
    font-size: x-large;
    font-weight: bold;
    font-style: italic;
    padding: 20px;
    color: #FFFFFF;
    
    background: -webkit-linear-gradient(bottom, #0066FF, #000000);
    background: -moz-linear-gradient(bottom, #0066FF, #000000);
    background: -ms-linear-gradient(bottom, #0066FF, #000000);
    background: -o-linear-gradient(bottom, #0066FF, #000000);
    background: linear-gradient(bottom, #0066FF, #000000);
    background-color: #0066FF;

    /*border: 1px solid #000000;*/
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}