﻿/* #region Main Panels */

body
{
    margin:0px;
    padding:0px;
    border:0px;
    font-family: Arial, tahoma, Verdana, Sans-Serif;
    font-size:14px;
    background-color:#ffffff;
}

#container
{
    position:relative;
    width:980px;
    margin: 0 auto;
}

#header
{
    position:relative;
    width:980px;
    height:160px;
    float:left;
    background:url('/images/header_background.png');
}

#content
{
    position:relative;
    width:940px;
    float:left;
    margin-left:20px;
}

#footer
{
    position:relative;
    width:980px;
    height:10px;
    clear:both;
}

#loggedInPanel
{
    position:relative;
    float:right;
    width:620px;
    height:160px;
    margin-right:10px;
}

.loggedInSubPanel
{
    position:absolute;
    top:0px;
    left:10px;
    width:460px;
    height:40px;
}

.fullWidthPanel
{
    position:relative;
    float:left;
    width:940px;
}

.dropDownPanel
{
    position:relative;
    float:left;
    width:300px;
    height:24px;
    margin:10px;
}

select
{
    position:relative;
    float:left;
    width:300px;
    height:24px;
    border:1px solid #0cada2;
    color:#0cada2;
    font-family:Arial;
    font-size:14px;
    font-weight:bold;
}

.dateInput
{
    position:relative;
    float:left;
    width:150px;
    height:20px;
    border:1px solid #0cada2;
    color:#0cada2;
    font-family:Arial;
    font-size:14px;
    font-weight:bold;
    margin:10px;
}

.dateInputAbs
{
    position:absolute;
    top:0px;
    left:0px;
}

/* #endregion */

/* #region notices */

#reportsPanelWrapper
{
    position:relative;
    float:left;
    width:940px;
    height:600px;
    overflow:hidden;
}

#reportsPanel
{
    position:relative;
    float:left;
    width:940px;
}

.reportRow
{
    position:relative;
    float:left;
    width:940px;
    border-bottom:1px dotted #0070bb;
    line-height:29px;
    color:#0070bb;
}

.reportAircraft
{
    position:relative;
    float:left;
    width:199px;
    border-left:1px dotted #0070bb;
    text-indent:5px;
    overflow:hidden;
}

.reportPilot
{
    position:relative;
    float:left;
    width:149px;
    border-left:1px dotted #0070bb;
    text-indent:5px;
    overflow:hidden;
}

.reportStart
{
    position:relative;
    float:left;
    width:119px;
    font-size:10px;
    border-left:1px dotted #0070bb;
    text-indent:5px;
    overflow:hidden;
}

.reportStop
{
    position:relative;
    float:left;
    width:119px;
    font-size:10px;
    border-left:1px dotted #0070bb;
    text-indent:5px;
    overflow:hidden;
}

.reportNotes
{
    position:relative;
    float:left;
    width:338px;
    border-left:1px dotted #0070bb;
    border-right:1px dotted #0070bb;
    padding-left:5px;
    padding-right:5px;
    overflow:hidden;
}

.reportHeader
{
    position:relative;
    float:left;
    color:#0070bb;
    height:44px;
    border-left:1px dotted #0070bb;
}

.desc
{
    background:url('/images/down_chevron_off.png');
    background-position:right center;
    background-repeat:no-repeat;
}

.desc:hover
{
    background:url('/images/down_chevron_on.png');
}

.asc
{
    background:url('/images/up_chevron_off.png');
    background-position:right center;
    background-repeat:no-repeat;
}

.asc:hover
{
    background:url('/images/up_chevron_on.png');
}

/* #endregion */

/* #region Labels and Inputs */

.checkBoxOff
{
    position:relative;
    width:20px;
    height:24px;
    float:left;
    background:url('/images/check_off.png');
    background-position:center center;
    background-repeat:no-repeat;
    cursor:pointer;
    margin:10px 0px 0px 10px;
}

.radioOn
{
    position:relative;
    width:20px;
    height:24px;
    float:left;
    background:url('/images/fabs_radio_on.png');
    background-position:center center;
    background-repeat:no-repeat;
    cursor:pointer;
    margin:10px 0px 0px 10px;
}

.radioOff
{
    position:relative;
    width:20px;
    height:24px;
    float:left;
    background:url('/images/fabs_radio_off.png');
    background-position:center center;
    background-repeat:no-repeat;
    cursor:pointer;
    margin:10px 0px 0px 10px;
}

.checkBoxOn
{
    position:relative;
    width:20px;
    height:24px;
    float:left;
    background:url('/images/check_on.png');
    background-position:center center;
    background-repeat:no-repeat;
    cursor:pointer;
    margin:10px 0px 0px 10px;
}

.blueLabel
{
    position:relative;
    float:left;
    color:#0070bb;
    height:24px;
    line-height:24px;
    margin:10px 0px 0px 10px;
}

.blackLabel
{
    position:relative;
    float:left;
    color:#000000;
    height:24px;
    line-height:24px;
    margin:10px 0px 0px 10px;
}

.greenLabel
{
    position:relative;
    float:left;
    color:#0cada2;
    height:24px;
    line-height:24px;
    margin:10px 0px 0px 0px;
}

.loginInput
{
    position:relative;
    float:left;
    width:150px;
    height:24px;
    border:0;
    padding:0;
    color:#000000;
    line-height:24px;
    font-size:16px;
    background:url('/images/button_150.png');
    margin:10px 10px 0px 0px;
    text-indent:5px;
    background-color:transparent;
}

/* #endregion */

/* #region modal region */

#modalPanel
{
    position:fixed;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    background-image:url(/images/trans_80.png);
    overflow:hidden;
    visibility:hidden;
    z-index:30000;
}

#defaultEditPanelWrapper
{
    position:relative;
    width:0px;
    height:0px;
    overflow:hidden;
}

#defaultEditPanel
{
    position:relative;
    float:left;
}

#defaultEditPanelMid
{
    position:relative;
    float:left;
    background-color:#ffffff;
}

#modalBorderPanel
{
    position:relative;
    float:left;
    background-color:#ffffff;
    border:2px solid #0cada2;
}

#modalMainPanel
{
    position:relative;
    float:left;
    margin:10px 20px 10px 20px;
}

.modalHalfPanel
{
    position:relative;
    float:left;
}

/* #endregion */

/* #region modal2 region */

#modalPanel2
{
    position:fixed;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    background-image:url(/images/trans_80.png);
    overflow:hidden;
    visibility:hidden;
    z-index:30000;
}

#defaultEditPanel2Wrapper
{
    position:relative;
    width:0px;
    height:0px;
    overflow:hidden;
}

#defaultEdit2Panel
{
    position:relative;
    float:left;
}

#defaultEditPanel2Mid
{
    position:relative;
    float:left;
    background-color:#ffffff;
}

#modalBorderPanel2
{
    position:relative;
    float:left;
    background-color:#ffffff;
    border:2px solid #0cada2;
}

#modalMainPanel2
{
    position:relative;
    float:left;
    margin:10px 20px 10px 20px;
}

/* #endregion */

/* #region message modal region */

#messageModalPanel
{
    position:fixed;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    background-image:url(/images/trans_95.png);
    visibility:hidden;
    z-index:50000;
}

#messageModalMessagePanel
{
    position:absolute;
    border:2px solid #01a99d;
    background-color:#e1e1e1;
}

#messageModalText
{
    position:relative;
    float:left;
    line-height:16px;
    font-size:14px;
    color:#0070bb;
    margin:20px 20px 0 20px;
}

#messageModalButtons
{
    position:relative;
    float:left;
    height:47px;
    margin-top:10px;
}

/* #endregion */

/* #region Black Modal */

.blackBorderPanel
{
    position:relative;
    float:left;
    border:2px solid #0cada2;
    background-color:#ffffff;
}

.blackInnerPanel
{
    position:relative;
    float:left;
    margin:10px 20px 10px 20px;
}

.blackItemsWrapperPanel
{
    position:relative;
    float:left;
    width:100%;
    overflow:hidden;
    margin:10px 0px 0px 0px;
}

.blackItemsInnerPanel
{
    position:relative;
    float:left;
    width:100%;
}

.blackItemsPanel
{
    position:relative;
    float:left;
    width:100%;
    margin:10px 0px 0px 0px;
}

.blackTitleText
{
    position:relative;
    color:#0070bb;
    font-size:24px;
    line-height:32px;
}

.blackGreyLabelFull
{
    position:relative;
    color: #0070bb;
    font-size:13px;
    line-height:24px;
}

.blackRemoveLink
{
    position:relative;
    float:right;
    color: #0070bb;
    font-size:12px;
    line-height:24px;
    margin-right:20px;
    cursor:pointer;
    visibility:hidden;
}

.blackRemoveLink:hover
{
    color:#3bbab0;
}

.blackGreyLabel
{
    position:relative;
    float:left;
    width:100px;
    color: #0070bb;
    font-size:13px;
    line-height:24px;
}

.blackGreyLabel14
{
    position:relative;
    float:left;
    width:100px;
    color: #0070bb;
    font-size:14px;
    line-height:24px;
}

.blackGreyLabel16
{
    position:relative;
    float:left;
    width:100px;
    color: #0070bb;
    font-size:16px;
    line-height:24px;
}

.blackInput150
{
    position:relative;
    float:left;
    width:150px;
    height:24px;
    border:0;
    padding:0;
    color:#000000;
    line-height:24px;
    font-size:16px;
    background:url('/images/button_150.png');
    text-indent:5px;
    margin-left:10px;
    background-color:transparent;
}

.blackInput200
{
    position:relative;
    float:left;
    width:200px;
    height:24px;
    border:0;
    padding:0;
    color:#000000;
    line-height:24px;
    font-size:16px;
    background:url('/images/button_200.png');
    text-indent:5px;
    margin-left:10px;
    background-color:transparent;
}

.blackInput250
{
    position:relative;
    float:left;
    width:250px;
    height:24px;
    border:0;
    padding:0;
    color:#000000;
    line-height:24px;
    font-size:16px;
    background:url('/images/button_250.png');
    text-indent:5px;
    margin-left:10px;
    background-color:transparent;
}

.blackTextArea
{
    position:relative;
    float:left;
    font-family:Arial;
    font-size:14px;
    line-height:16px;
    overflow:auto;
}

.blackDropDownPanel
{
    position:relative;
    float:left;
    height:20px;
    width:150px;
    margin-left:10px;
}

/* #endregion */

/* #region Buttons */
.button60
{
    position:relative;
    float:right;
    width:60px;
    height:24px;
    margin:10px 10px 0px 0px;
    border:0;
    padding:0;
    color:#01a99d;
    line-height:24px;
    font-size:16px;
    background:url('/images/button_60.png');
    opacity:0.7;
    filter:alpha(opacity=70);
    cursor:pointer;
    background-color:transparent;
}

.button60:hover
{
    opacity:1.0;
    filter:alpha(opacity=100); 
}

.button100
{
    position:relative;
    float:right;
    width:100px;
    height:24px;
    margin:10px 10px 0px 0px;
    border:0;
    padding:0;
    color:#01a99d;
    line-height:24px;
    font-size:16px;
    background:url('/images/button_100.png');
    opacity:0.7;
    filter:alpha(opacity=70); 
    cursor:pointer;
    background-color:transparent;
}

.button100:hover
{
    opacity:1.0;
    filter:alpha(opacity=100);  
}

.button150
{
    position:relative;
    float:right;
    width:150px;
    height:24px;
    margin:10px 10px 0px 0px;
    border:0;
    padding:0;
    color:#01a99d;
    line-height:24px;
    font-size:16px;
    background:url('/images/button_150.png');
    opacity:0.7;
    filter:alpha(opacity=70); 
    cursor:pointer;
    background-color:transparent;
}

.button150:hover
{
    opacity:1.0;
    filter:alpha(opacity=100); 
}

.button200
{
    position:relative;
    float:right;
    width:200px;
    height:24px;
    margin:10px 10px 0px 0px;
    border:0;
    padding:0;
    color:#01a99d;
    line-height:24px;
    font-size:16px;
    background:url('/images/button_200.png');
    opacity:0.7;
    filter:alpha(opacity=70); 
    cursor:pointer;
    background-color:transparent;
}

.button200:hover
{
    opacity:1.0;
    filter:alpha(opacity=100); 
}

.button220
{
    position:relative;
    float:right;
    width:220px;
    height:24px;
    margin:10px 10px 0px 0px;
    border:0;
    padding:0;
    color:#01a99d;
    line-height:24px;
    font-size:16px;
    background:url('/images/button_220.png');
    opacity:0.7;
    filter:alpha(opacity=70); 
    cursor:pointer;
    background-color:transparent;
}

.button220:hover
{
    opacity:1.0;
    filter:alpha(opacity=100); 
}

.button250
{
    position:relative;
    float:right;
    width:250px;
    height:24px;
    margin:10px 10px 0px 0px;
    border:0;
    padding:0;
    color:#01a99d;
    line-height:24px;
    font-size:16px;
    background:url('/images/button_250.png');
    opacity:0.7;
    filter:alpha(opacity=70); 
    cursor:pointer;
    background-color:transparent;
}

.button250:hover
{
    opacity:1.0;
    filter:alpha(opacity=100); 
}

.button300
{
    position:relative;
    float:right;
    width:300px;
    height:24px;
    margin:10px 10px 0px 0px;
    border:0;
    padding:0;
    color:#01a99d;
    line-height:24px;
    font-size:16px;
    background:url('/images/button_300.png');
    opacity:0.7;
    filter:alpha(opacity=70); 
    cursor:pointer;
    background-color:transparent;
}

.button300:hover
{
    opacity:1.0;
    filter:alpha(opacity=100); 
}
/* #endregion */