#header
{
    border: solid 2px #333366;
    padding-top: 5px;
    padding-left: 10px;
    font-size: 18pt;
    text-align: left;
    font-weight: 700;
}
.roundedCorners
{
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.aeroTitle
{
	color: #000099;
}

.aeroGroup
{
	color: #000099;
	padding-top: 15px;
	padding-bottom: 5px;
}
.shadow
{
    -o-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 4px 4px 8px #adadad;
    -webkit-box-shadow: 4px 4px 8px #adadad;
    -moz-box-shadow: 4px 4px 8px #adadad;
    -o-box-shadow: 4px 4px 8px #adadad;
}
        
#rightPane
{
    background-color: #FFF;
    color: #000099;
    border: solid 2px #333366;
    margin: 5px;
    width: 25%;
}
        
#map
{
    background-color: #FFF;
    border: solid 2px #333366;
    margin: 5px;
}