/*Abandon all hope, ye who enter here*/

body 
{
    background-color: #DDDDE7;
    font-family: Arial, sans-serif;
    font-size: 12px;
}

input 
{
    margin-bottom: 3px;
    border-radius: 2px;
    padding: 4px;
    border: 1px solid #AAC;
}

input[type=button]
{
    background-color: #EEE;
}

input[type=button]:hover
{
    background-color: #FFF;
}

input[disabled], input:disabled
{
    color: #333;
    background-color: #CCC !important;
}

.actionImage 
{
    cursor: pointer;
    vertical-align: text-top;
    
    padding: 3px;
    border: 1px solid #CCC;
    background-color: #EEE;
    border-radius: 2px;
}

.actionImage:hover
{
    border: 1px solid #CCB;
    background-color: #FFF;
}

.helpLabel
{
    color: #22D;
    padding: auto 5px 0 5px;
    text-align: center;
    border-bottom: 1px dashed #22D;
    cursor: pointer;
}


#container
{
    margin: 0 auto;
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 10px;
    
    width: 98%;
    padding: 2px;
    
    background-color: #FFF;
    border: 1px solid #CCC;
}

#sidebar
{
    width: 191px;           /*see #mapcontainer.left*/
    min-height: 250px;
    margin: 3px auto auto 3px;
    
    float: left;
    
    font-size: 11px;
}

#sidebar > div
{
    padding: 10px;
    margin-bottom: 5px;
}

#timeSelectionBox
{
    background-color: #DDE;
    border: 1px solid #BBC;
}

#timeSelectionBox input[type=button]
{
    width: 60%;
}

#extraInfoBox
{   
    background-color: #EDD;
    border: 1px solid #CBB;
}


#settingsBox
{   
    background-color: #DDE;
    border: 1px solid #BBC;
}

#settingsBox .actionImage 
{
    margin: auto 5px auto 5px;
}

.settingsItem
{
    cursor: pointer;
}

.settingsItem .text
{
    position: relative;
    top: 4px;
    left: -4px;
    
    color: #000;
}

.settingsItem.on .actionImage
{
    border: 1px solid #0B0;
    background-color: #DED !important;
}

.settingsItem.disabled
{
    cursor: default !important;
}

.settingsItem.disabled .actionImage
{
    cursor: default !important;
    border: 1px dashed #777 !important;
    background-color: #C7C0C0 !important;
}

.settingsItem.disabled .text
{
    color: #C7C0C0 !important;
}

#sidebar ul
{
    list-style: none;
    padding: 0;
    margin: 5px auto auto 10px;
}

#sidebar ul > li 
{
    margin: 0 0 6px 0;
    padding: 0;
}

#sidebar .dateControl
{
    height: 18px;
    width: 95%;
    float: right;
    
    background-image: url(../img/date.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: 18px;
    background-origin: content-box;
    
    font-size: 10px;
}

#mapcontainer
{
    position: absolute;
    top: 5px;
    left: 202px;            /*#sidebar.width + 32px*/
    bottom: 52px;           /*#toolbar.height + 22px*/
    right: 5px;

    clear: right;

    overflow: auto;
}

#map-canvas 
{ 
    width: 100%;
    height: 100%;
    min-height: 400px;
    min-width: 500px;
    
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    
}

#toolbar
{
    position: absolute;
    bottom: 5px;
    left: 5px;
    right: 5px;
    
    min-width: 700px;
    padding: 5px;
    
    background-color: #DDE;
    border: 1px solid #BBC;
    
    font-size: 11px;
}

#toolbar .leftbar
{
    float: left;
    width: 73%;
    
    /*background-color: #F00;*/
}

#toolbar #slider
{
    margin: 6px auto;
    width: 98%;
}

#toolbar .rightbar
{
    
    float: right;
    min-width: 150px;
    height: 14px;
    width: 25%;
    
    padding: 5px;
    line-height: 14px;
    
    /*background-color: #0F0;*/
}

#toolbar .sliderLabel
{
    text-align: center;
    font-size: 18px;
}

.infoWnd
{
    min-width: 225px;
    min-height: 225px;
}

.infoWnd .header
{
    font-weight: bold;
    font-size: 14px;
}

.infoWnd .subtitle
{
    font-size: 10px;
}

.infoWnd .controls
{
    margin-left: 6px;
}

.infoWnd .flightSymbol
{
    font-size: 18px;
}

.infoWnd .name
{
    font-weight: bold;
}

.infoWnd .value
{
    font-style: italic;
    color: #444;
}
