﻿/* DEFAULTS
----------------------------------------------------------*/

body
{
    background: #b6b7bc;
    font-size: .80em;
    font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
    width: 640px;
}

a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
    font-weight: 600;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 640px;
    background-color: #eed;
    margin: 20px auto 0px auto;
    border: 1px solid #496077;
}

.header
{
    margin: 0px;
    padding: 0px; /* background: #4b6c9e; */
    background: #eed;
    width: 100%;
}

.header h1
{
    font-weight: 600;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #444;
    border: none;
    font-size: 1.5em;
    vertical-align: top;
}

.main
{
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color: #3a4f63;
    width: 100%;
}

div.menuhide
{
    visibility: hidden;
    padding: 4px 0px 4px 8px;
}

div.menu
{
    padding: 4px 0px 4px 8px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #465c71;
    border: 1px #4e667d solid;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline
{
    display: inline;
}

legend
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry
{
    width: 240px;
    border: 1px solid #ccc;
    font-size: 1.5em;
}

input.passwordEntry
{
    width: 240px;
    border: 1px solid #ccc;
    font-size: 1.5em;
}

div.accountInfo
{
    width: 50%;
}

/* MISC  
----------------------------------------------------------*/

.displayNone
{
    display: none;
}

.clear
{
    clear: both;
}

.title
{
    font-size:1.1em;
    width:100%;
    float: left;
}

.clickInstructions
{
    color: #0000ff;
    font-size: .8em;
    font-style: italic;
}

#lblEnvironment
{
    font-size: 1.4em;
    color: #000;
}
.loginDisplay
{
    font-size: 1.0em;
    
    text-align: right;
    padding: 5px;
    color: black;
    height: 20px;
}

.loginDisplay a:link
{
    color: black;
}

.loginDisplay a:visited
{
    color: black;
}

.loginDisplay a:hover
{
    color: #aaa;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

.dataLabel
{
    font-size: 1.65em;
    font-weight: normal;
    color: #000;
}

.flightTypeLabel
{
    font-size: 1.2em;
    font-weight: normal;
    color: #000;
}

.valueLabel
{
    font-size: 1.65em;
    font-weight: bold;
    color: #000;
}

.txtInput
{
    width: 220px;
    font-size: 1.8em;
    color: #000;
}

.txtInput
{
    width: 220px;
    font-size: 1.8em;
    color: #000;
}

.dataUnit
{
    font-size: 1.5em;
    font-weight: bold;
    color: #000;
}

.btnNote
{
    height: 22px;
    width: 60px;
    margin-left: 20px;
    font-size: 1em;
}

tr
{
    height: 20px;
}

.btnFillDate
{
    font-size: 1.5em;
    font-weight: bold;
    width: 120px;
    height: 36px;
}

.FlightList
{
    font-family: Lucida Sans Typewriter;
    font-size: 1.05em;
    width: 100%;
}

.gvData
{
    table-layout: fixed;
    width: 100%;
}

.colReset
{
    width: 5%;
}

.colDataPoint
{
    width: 50%;
}

.coltxtData
{
    width: 28%;
}

.colDataCount
{
    width: 7%;
    cursor:default;
}

.colbtnComment
{
    width: 7%;
}

.btnResetRow
{
    background: url(../Images/draweraser.png) no-repeat;
    width: 20px;
    height: 20px;
}

.DataPointLabel
{
    font-size: 1.1em;
    font-weight: bold;
    text-align: left;
    color: #000;
    width: 100%;
    height: 40px;
    margin: 0;
    padding: 0;
}

.DataPointLabelRequired
{
    font-size: 1.1em;
    font-weight: bold;
    text-align: left;
    color: #f00;
    width: 100%;
    height: 40px;
    margin: 0;
    padding: 0;
}

.DataPointLabelDisabled
{
    font-size: 1.1em;
    font-weight: bold;
    text-align: left;
    color: #000;
    width: 100%;
    height: 40px;
    margin: 0;
    padding: 0;
    background-color: #eed;
}

.txtData
{
    font-size: 1.2em;
    font-weight: bold;
    vertical-align: bottom;
    height: 30px;
    color: #000;
    width: 95%;
}

.txtDataReadOnly
{
    font-size: 1.2em;
    font-weight: bold;
    vertical-align: bottom;
    height: 30px;
    background-color: #ddd;
    color: #000;
    width: 95%;
}

.lblDateError
{
    display: block;
    font-size: .8em;
    font-weight: bold;
    color: #f00;
}

.countLabel
{
    font-size: 1.2em;
    color: #000;
    background-color: #eed;
    border: none;
    width: 25px;
    margin: 0 0 0 5px;
    cursor:default;
}

.btnCommentBlank
{
    background: url(../Images/Document_Blank_Modified.PNG) no-repeat;
    width: 22px;
    height: 22px;
}

.btnComment
{
    background: url(../Images/Document_Text_Modified.PNG) no-repeat;
    width: 20px;
    height: 20px;
}

.txtComment
{
    font-size: 1.5em;
}

.btnSaveComment
{
    width: 80px;
    height: 60px;
   
}

.btnCloseComment
{
    width: 80px;
    height: 60px;

}

.divCommentVSpace
{
    height: 5px;
}

.divCommentHSpace
{
    float: left;
    width: 140px;
    height: 1px;
}

.entercomment
{
    color: #000;
}

#divSaveComplete
{
    float: left;
    width: 280px;
    height: 1px;
}

.btnSave
{
    font-size: 1.5em;
    font-weight: bold;
    width: 140px;
    margin: 0 0 10px 10px;
    height: 40px;
}

.btnDelete
{
    font-size: 1.5em;
    font-weight: bold;
    width: 450px;
    margin: 0 0 10px 10px;
    height: 40px;
    color:#fff;
    background-color:#f44
}


.utcClock
{
    color: #000;
    font-size: .9em;
}

.txtFlightID
{
}

.divFilteredHSpace
{
    float: left;
    width: 500px;
    height: 1px;
}

.btnBuildList
{
    margin-left: 150px;
    width: 80px;
    height: 40px;
    font-size: 1.2em;
}
.addedComments
{
    display: block;
    font-size: 1.3em;
    font-weight: bold;
    margin: 10px 0 0 5px;
}

#HistoryTitle
{
    font-size: 1.7em;
    font-weight: bold;
}
#tblHistory
{
    width: 100%;
    background-color: #eee;
    border: 1px solid #888;
}

.divHistoryHSpace
{
    float: left;
    width: 500px;
    height: 1px;
}

.colHistRevH
{
    width: 15%;
    font-size: 1.6em;
    font-weight: bold;
    color: #000;
    border-bottom: 2px solid #666;
}

.colHistDataH
{
    width: 30%;
    text-align: center;
    font-size: 1.6em;
    font-weight: bold;
    color: #000;
    border-bottom: 2px solid #666;
}

.colHistCommentH
{
    text-align: center;
    font-size: 1.5em;
    font-weight: bold;
    color: #000;
    border-bottom: 2px solid #666;
}

.colHistRev
{
    font-size: 1.5em;
    font-weight: bold;
    color: #000;
    border: 1px solid #999;
}

.colHistData
{
    font-size: 1.5em;
    font-weight: bold;
    color: #000;
    border: 1px solid #999;
}

.colHistComment
{
    font-size: 1.5em;
    font-weight: bold;
    color: #000;
    border: 1px solid #999;
}

#ulFilteredList
{
    width: 480px;
    font-family: Lucida Sans Typewriter;
    font-size: 1.25em;
    color: #000;
    background-color: #e8e8e8;
    border: 1px solid #888;
}

.liFilteredListItem
{
    list-style-type: none;
    margin: 0 0 0 -30px;
    height: 40px;
}

/*
.liFilteredListItem
{
    list-style-type: none;
    margin: 0 0 0 0px;
    height: 40px; 
}
*/

.lblErrorMessage
{
    display: inherit;
    text-align: left;
    width: 100%;
    color: #800;
    padding: 5px 5px 5px 5px;
    font-size: 1.2em;
}

.crewlist
{
    font-family: Lucida Sans Typewriter;
    font-size: 1em;
    font-weight: bold;
    color: #000;
    height: 35px;
}

.tblRev
{
    width: 100%;
}

.colRev
{
    width: 60%;
}

.filtercoltail
{
    width: 20%;
}

.filtercolLocation
{
    width: 30%;
}

.filtercolFlight
{
    width: 30%;
}

.groupRow
{
    height:20px;
    color:#000;
    background-color: #bfb;
    font-size: 1.4em;
    font-weight: bold; 
    border:0 solid #000;
    margin: 0 0 0 10px;  
}

.groupRowRed
{
    height:20px;
    color:#000;
    background-color: #b00;
    font-size: 1.4em;
    font-weight: bold; 
    border:0 solid #000;   
}
.rbShow
{
    display:inline;
    font-size: 1.1em;
    font-weight: bold;
    text-align: left;
    color: #000;
    width: 100%;
    height: 40px;
    margin: 0;
    padding: 0;

}

.goHome
{
    float:left;
    width:40px;
    height:25px;
    background-color: #465c71;
    border: 1px #4e667d solid;
    color: #dde4ec;
    display:block;
    cursor:pointer;
    padding: 8px 15px 0 15px;
    text-decoration: none;
    white-space: nowrap;
    -webkit-appearance: none;
    }
    
.imgData
{
     height: 20px; 
     width: 20px;
}

.confirmationText
{
    font-size:1.3em;
    
    }
