/*
 * AQA.CSS
 * G.Epps 
 * Epps Software
 */


/*
	Light Blue:  # E2EEFE
	Medium Blue: # 95b7f3
	Table BG:    # C9DDFB
	Tab BG:      # A1C1F6
	ExpandoBG:   # b0cdf8
	Dark Blue:   # 2266B4
*/

/*
	Application BG	#FDFDF7
	Cursor Hover	#FAF8E8
	Light Red		#F1EDC7
	Table BG		#D6D1A8
	Tab BG			#C3BE93
	Expando BG		#B0AB7E
	Medium Red		#7E7A58
	Dark Red		#5F5B3B
*/

body {
    background: #FDFDF7;
}

body, table, input, select, textarea, .Normal /*, DIV, SPAN */ {
    font-family: Tahoma;
    font-size: 8pt;
}

LEGEND {
    color: gray;
}

.FieldsetInner {
    padding: 8px;
}

.DoesNotPenalise {
    color: #D48C00; /* Orange; */
    font-weight: bold;
}

.WatermarkText {
    color: #55A0DF;
}


/* this is to make the <fieldset> look similar in Chrome as to IE */
fieldset {
    border: 1px solid #D6D1A8;
    border-radius: 4px;
}

    fieldset legend, form fieldset legend span {
    }

    fieldset legend {
        padding: 0px 4px 0px 4px;
    }

        fieldset legend span {
        }


/* main BACU table */

#tableBACU {
    /*  border-spacing: 1px;     */
    cursor: pointer;
    border-collapse: collapse;
    width: 100%;
}

    #tableBACU TD {
        padding: 0px 8px 0px 8px;
        vertical-align: top;
        border-left: 1px;
        border-right: 1px;
    }

    #tableBACU TH {
        border-top: white 1px solid;
        border-left: white 1px solid;
        border-right: #716f64 1px solid;
        border-bottom: #716f64 1px solid;
        padding: 1px 8px 1px 8px;
        background-color: #D6D1A8;
        font-weight: normal;
    }

.cola1 {
    /* Status Icon */
    white-space: nowrap;
    width: 40px;
    text-align: center;
}

.cola4 {
    /* Cert Date */
    white-space: nowrap;
    width: 60px;
    text-align: right;
}

.cola2 {
    /* Serial Number */
    white-space: nowrap;
    width: 120px;
}

.cola9 {
    /* Class */
    white-space: nowrap;
    width: 60px;
}

.cola3 {
    /* Ship / Establishment */
    white-space: nowrap;
    width: 200px;
}

.cola5 {
    /* Results */
    width: 180px;
}

.cola6 {
    /* Results */
    width: 180px;
}

.cola10 {
    /* Hours */
    white-space: nowrap;
    width: 50px;
    text-align: right;
    display: none;
}

.cola8 {
    /* Comments */ /*  width: 100%; */
    overflow: hidden;
}






.HelpSymbol {
    padding-top: 4px;
    padding-left: 8px;
}




.Abatement_BlueLine {
    padding-top: 4px;
    padding-bottom: 4px;
    border-top: 1px solid Silver;
    text-align: right;
}

.Abatement_Total {
    padding-top: 4px;
    padding-bottom: 4px;
    border-top: 1px solid Silver;
    text-align: right;
    font-weight: bold;
    font-size: 10pt;
}



.HelpTable {
    /* border-right: 1px solid black; */
    border-right: solid 1px #716F64;
}

    .HelpTable TD {
        padding-top: 1px;
        padding-right: 8px;
        padding-left: 8px;
        padding-bottom: 1px;
        vertical-align: top;
        border-bottom: 1px solid wheat;
    }



.CrewBlock1, .CrewBlock2, .CrewBlock3 /* Crew */ {
    vertical-align: middle;
    padding-left: 4px;
    overflow: hidden;
    border-left: white 1px solid;
    border-bottom: #ACA899 1px solid;
    cursor: pointer;
    color: White;
    font-size: 7pt;
    text-overflow: ellipsis;
    font-family: Arial;
}

.CrewBlock1 {
    background-image: url(../images/CrewBlock1.png); /* Red - background-color: #FF7777; */
}

.CrewBlock2 {
    background-image: url(../images/CrewBlock2.png); /* Cyan - background-color: #52AFAF; */
}

.CrewBlock3 {
    background-image: url(../images/CrewBlock3.png); /* Lime-Green - background-color: #C7F271; */
}












.Surge0, .Surge1, .Surge2, .Surge3, .Surge4, .SurgeHover {
    display: inline-block;
    border-top: white 1px solid;
    border-left: white 1px solid;
    border-bottom: #D6D2B4 1px solid;
    border-right: #D6D2B4 1px solid;
    background-color: #F1EDC7; /* slightly darker than the application background; */
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    padding-top: 3px;
}

.Surge0 /* Surge default */ {
}

.Surge1 /* Surge requested - unfullfilled */ {
    /* border: 1px solid #C97B01; */
    border-top: #FDF18D 1px solid;
    border-left: #FDF18D 1px solid;
    border-bottom: #AB9D05 1px solid;
    border-right: #AB9D05 1px solid;
    background-color: #D1C505;
}

.Surge2 /* Surge satisfied */ {
    /* border: 1px solid #C97B01; */
    border-top: #FDF18D 1px solid;
    border-left: #FDF18D 1px solid;
    border-bottom: #AB9D05 1px solid;
    border-right: #AB9D05 1px solid;
    background-color: #D1C505;
}

.Surge3 /* Surge denied */ {
    /* border: 1px solid #C97B01; */
    border-top: #FDF18D 1px solid;
    border-left: #FDF18D 1px solid;
    border-bottom: #AB9D05 1px solid;
    border-right: #AB9D05 1px solid;
    background-color: #D1C505;
}

.Surge4 /* Surge pending */ {
    /* border: 1px solid #C97B01; */
    border-top: #FDF18D 1px solid;
    border-left: #FDF18D 1px solid;
    border-bottom: #AB9D05 1px solid;
    border-right: #AB9D05 1px solid;
    background-color: #D1C505;
}

.SurgeHover /* Surge mouse over */ {
    border: 1px solid #4A7C9A;
    background-color: #C0E5FD;
}













.GrayBorder {
    border: 1px solid gray;
}

#TopAlign TD {
    vertical-align: top;
}

.ScheduleDate {
    padding-right: 8px;
    padding-left: 8px;
    vertical-align: bottom;
    height: 18px;
    border-bottom: #d5d0a8 1px solid;
}

.ScheduleOff {
    border-top: white 1px solid;
    border-left: white 1px solid;
    border-right: #716f64 1px solid;
    border-bottom: #F6F2D4 1px solid;
    padding-top: 1px;
    padding-right: 8px;
    padding-left: 8px;
    padding-bottom: 1px;
    background-color: #F6F2D4;
}

.ScheduleOffRHS {
    border-top: white 1px solid;
    border-left: white 1px solid;
    border-right: #F6F2D4 1px solid;
    border-bottom: #F6F2D4 1px solid;
    padding-top: 1px;
    padding-right: 8px;
    padding-left: 8px;
    padding-bottom: 1px;
    background-color: #F6F2D4;
}

.ScheduleOn {
    border-top: white 1px solid;
    border-left: white 1px solid;
    border-right: #716f64 1px solid;
    border-bottom: #716f64 1px solid;
    padding-top: 1px;
    padding-right: 8px;
    padding-left: 8px;
    padding-bottom: 1px;
    background-color: #D6D1A8;
}

.ScheduleBox {
    border-right: #d5d0a8 1px solid;
    border-top: #d5d0a8 1px solid;
    border-left: #d5d0a8 1px solid;
    border-bottom: #d5d0a8 1px solid;
}


/* Ship.ListFAS() */
.FAMPHighlight {
    color: Black;
    background-color: Yellow;
    border: solid 1px Grey;
    padding-left: 4px;
    padding-right: 4px;
}

.KPI_A1, .KPI_A2, .KPI_A3, .KPI_A4, .KPI_A5, .KPI_B1, .KPI_B2, .KPI_B3, .KPI_B4, .KPI_B5 /* Abatement KPI Summary on State Board */ {
    /* width: 16px; */
    text-align: center; /* white-space: nowrap; */
}

.KPI_A1 /* Green */ {
    border: 1px solid #38C84C;
    background-color: #BFEDC5;
}

.KPI_A2 /* Yellow */ {
    border: 1px solid #C37001;
    background-color: #CCBD02;
}

.KPI_A3 /* Red */ {
    border: 1px solid #FF0000;
    background-color: #EDC2BD;
}

.KPI_A4 /* Also Red */ {
    border: 1px solid #FF0000;
    background-color: #EDC2BD;
}

.KPI_A5 /* Also Red */ {
    border: 1px solid #FF0000;
    background-color: #EDC2BD;
}

.KPI_B1 /* Green */ {
    border: 1px solid #BFEDC5;
}

.KPI_B2 /* Yellow */ {
    border: 1px solid #CCBD02;
}

.KPI_B3 /* Red */ {
    border: 1px solid #EDC2BD;
}

.KPI_B4 /* Also Red */ {
    border: 1px solid #EDC2BD;
}

.KPI_B5 /* Yellow */ {
    border: 1px solid #CCBD02;
}















A:visited {
    color: #5f5b3b;
    text-decoration: none;
}

A:active {
    color: #5f5b3b;
    text-decoration: none;
}

A:link {
    color: #5f5b3b;
    text-decoration: none;
}

A:hover {
    color: red;
}










.State_FMC, .State_FS, .State_NS, .State_0 {
    text-align: center;
    height: 13px;
    vertical-align: middle;
    display: inline-block;
}

.State_FMC {
    background-image: url(../images/R1.gif);
    border: red 1px solid;
    border-top: white 1px solid;
    border-left: white 1px solid;
    cursor: pointer;
}

.State_FS {
    background-image: url(../images/B1.gif);
    border: blue 1px solid;
    border-top: white 1px solid;
    border-left: white 1px solid;
    cursor: pointer;
}

.State_NS {
    background-image: url(../images/G1.gif);
    border: green 1px solid;
}

.State_0 {
    border-top: #F6F3DA 1px solid;
    border-left: #F6F3DA 1px solid;
    border-bottom: #EAE3A8 1px solid;
    border-right: #EAE3A8 1px solid;
}












.TableHead, .TableHeadR, .TableHeadC, .MiddleHeading {
    border-top: white 1px solid;
    border-left: white 1px solid;
    border-right: #716f64 1px solid;
    border-bottom: #716f64 1px solid;
    padding-top: 1px;
    padding-right: 8px;
    padding-left: 8px;
    padding-bottom: 1px;
    background-color: #D6D1A8;
}

.TableData, .TableDataR, .TableDataC {
    padding-right: 8px;
    padding-left: 8px;
    vertical-align: top;
}

.TableDataR, .TableHeadR {
    text-align: right;
}

.TableDataC, .TableHeadC {
    text-align: center;
}

.TableHEAD2 {
    /* two rows high */
    border-top: white 1px solid;
    border-left: white 1px solid;
    border-right: #716f64 1px solid;
    border-bottom: #716f64 1px solid;
    padding-top: 1px;
    padding-right: 8px;
    padding-left: 8px;
    padding-bottom: 1px;
    background-color: #D6D1A8; /* background-image: url(../images/30x30-BlueFade.gif); */
}

.MiddleHeading {
    /* report tab headings */
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
}


.TableHead-Left {
    padding-right: 8px;
    border-top: white 1px solid;
    padding-left: 8px;
    font-weight: bold;
    padding-bottom: 1px;
    border-left: white 1px solid;
    padding-top: 1px;
    border-bottom: #716f64 1px solid;
    background-color: #d6d1a8;
}

.TableHead-Right {
    border-right: #716f64 1px solid;
    padding-right: 6px;
    border-top: white 1px solid;
    border-bottom: #716f64 1px solid;
    background-color: #d6d1a8;
}



.RedLine {
    background-color: red;
}

.BlueLine {
    background-color: blue;
}

.Odd {
    background-color: #FBFBF1;
}

.LightBlueSides {
    border-right: #f1edc7 1px solid;
    border-left: #f1edc7 1px solid;
}






.YakNormal {
    border: #5F5B3B 1px solid;
    text-align: center;
}

.YakBright {
    border: 1px outset;
    text-align: center;
}

.YakLeft {
    border: #7E7A58 1px solid;
    text-align: center;
    padding-right: 8px;
    padding-left: 8px;
}

A.WhiteLink:active {
    color: white;
    text-decoration: none;
}

A.WhiteLink:visited {
    color: white;
    text-decoration: none;
}

A.WhiteLink:link {
    color: white;
    text-decoration: none;
}

A.WhiteLink:hover {
    color: Red;
    text-decoration: none;
}

.ReadOnlyText {
    background-color: #FAF8E8;
    border: #D6D1A8 2px solid;
}

UL {
    margin: 0px 0px 0px 16px;
}

LI {
    padding-top: 4px;
}

.WorkInstructions {
    border-right: #5f5b3b 1px solid;
    padding-right: 4px;
    padding-left: 4px;
    padding-bottom: 4px;
    border-left: white 1px solid;
    padding-top: 4px;
    border-bottom: #5f5b3b 1px solid;
    background-color: #c3be93;
}

.WiTitle {
    cursor: pointer;
    color: #5f5b3b;
}

.WiBody {
    height: 0px;
    overflow: hidden;
}

.WiInner {
    border-right: #F1EDC7 1px solid;
    padding-right: 8px;
    border-top: #7E7A58 1px solid;
    padding-left: 16px;
    padding-bottom: 8px;
    border-left: #7E7A58 1px solid;
    padding-top: 8px;
    border-bottom: #F1EDC7 1px solid;
    background-color: #B0AB7E;
}


.Handy {
    cursor: pointer;
}

#RiskList TD {
    padding-top: 1px;
    padding-right: 8px;
    padding-left: 8px;
    padding-bottom: 1px;
    vertical-align: top;
}


.HelpLine {
    border-bottom: 1px solid silver;
    padding-bottom: 4px;
}

/* 
 * HRI Box
 */

TD.Choice {
    border: #D9CB6F 2px solid;
    text-align: center;
    width: 32px;
}

TD.Selected {
    border: black 2px solid;
    font-weight: bold;
    width: 32px;
    text-align: center;
}


/* 
 * HRI Grid (new)
 */

TD.Box {
    border: Black 2px solid;
    text-align: center;
    width: 32px;
}

TD.NoBox {
    border: White 2px solid;
    text-align: center;
    width: 32px;
}




H3 {
    page-break-before: always;
}

.Hint {
    color: gray; /* color: #5F5B3B; */
}

.HintR {
    text-align: right;
    color: gray;
}

.HintRT {
    text-align: right;
    color: gray;
    padding-top: 4px;
    vertical-align: top;
}



.Indented {
    padding-left: 16px;
    padding-bottom: 4px;
}

.Green {
    color: Green; /* indicates computer-generated comments */
}

.Blue {
    color: Blue; /* indicates Administrator-only functionality */
}

.BlueBox {
    border: #7E7A58 1px solid;
}

.BlueBoxNoTop {
    border-right: #7E7A58 1px solid;
    border-top: #7E7A58 1px;
    border-left: #7E7A58 1px solid;
    border-bottom: #7E7A58 1px solid;
}

.BlueBoxNoBottom {
    border-right: #7E7A58 1px solid;
    border-top: #7E7A58 1px solid;
    border-left: #7E7A58 1px solid;
    border-bottom: #7E7A58 1px;
}

.RedBox {
    border: #F39A93 1px solid;
}

.RedBoxNoTop {
    border-right: #F39A93 1px solid;
    border-top: #F39A93 1px;
    border-left: #F39A93 1px solid;
    border-bottom: #F39A93 1px solid;
}

.BlueSides {
    border-right: #7E7A58 1px solid;
    border-left: #7E7A58 1px solid;
}

.BlueHeading {
    border: #7E7A58 1px solid;
    background-image: url(../images/RedBar23.gif);
    background-color: #F1EDC7;
    height: 23px;
}




.Definition {
    cursor: pointer;
}


.ColNorm {
}

.ColPick {
    font-weight: bold;
}


.SortedCol {
    background-color: #FAF8E8;
}

.Highlight {
    background-color: #ffff80;
}

.WSB_Text /* Weekly State Brief Text */ {
    color: #529692;
}


.Vegimite /* ETR overdue */ {
    background-color: Yellow;
    color: Red;
    font-weight: bold;
}


.GUI_Error {
    background-color: Yellow;
    color: Red;
    font-weight: bold;
    border-right: #7F9DB9 1px solid;
    border-top: #7F9DB9 1px solid;
    border-left: #7F9DB9 1px solid;
    border-bottom: #7F9DB9 1px solid;
}

.GUI_MustComplete {
    background-color: #FFFFC0;
}

.GUI_Populated {
    border-right: #7F9DB9 1px solid;
    border-top: #7F9DB9 1px solid;
    border-left: #7F9DB9 1px solid;
    border-bottom: #7F9DB9 1px solid;
    background-color: #C7F3C7;
}

#AuditTrail TH {
    border: outset 1px;
    font-weight: normal;
    background-color: #C3BE93;
    text-align: left;
}

#Workflow TH {
    border: outset 1px;
    font-weight: normal;
    background-color: #C3BE93;
    text-align: left;
}

.WorkflowHeading {
    border: outset 1px;
    font-weight: bold;
    font-size: 14pt;
    color: White;
    background-color: #C3BE93;
    padding: 4px 4px 4px 16px;
    width: 100%;
}

.Action {
    border: outset 1px; /* border: #C3BE93 4px solid; */
    padding: 12px;
    background-color: #F1EDC7;
}

.LookAtMoi {
    background-color: Yellow;
    color: Red;
}

.YabbaRed {
    color: Red;
    background-color: #FFE0DB;
}

.YabbaYellow {
    color: Black;
    background-color: #FFFFD9;
    border: solid 1px #F0F0F0;
}

.YabbaGreen {
    color: Green;
    background-color: #DBFFE3;
}

.Hidden {
    display: none;
}

.Center {
    text-align: center;
}

.TableCaption {
    text-align: center;
    color: Green;
}

.WhiteBox {
    border-right: #5F5B3B 1px solid;
    border-top: #5F5B3B 1px solid;
    border-left: #5F5B3B 1px solid;
    border-bottom: #5F5B3B 1px solid;
    background-color: white;
    width: 100%;
}

.SelectListHeading0 {
    color: Red;
}

.SelectListHeading1 {
    font-weight: bold;
    color: green;
}

.SelectListHeading2 {
    font-weight: bold;
    color: Silver;
}

.WebDings {
    font-family: Webdings;
}

.FixedFont {
    font-family: Courier New;
    font-size: 8pt;
}

.RightAligned {
    text-align: right;
}

.BudgetPanel {
    background-color: #FAF8E8;
    border: solid 1px #C3BE93;
    margin: 8px 32px 8px 32px;
    padding: 8px 8px 8px 8px;
}



#VAlignTop TD {
    vertical-align: top;
}

#Attachments {
    cursor: pointer;
    width: 100%;
}

.Problem {
    color: #C00000;
    padding-right: 8px;
    padding-left: 8px;
    vertical-align: top;
}

.Spanker {
    padding: 8px 0px 8px 20px;
}




.Size16, .Size16Centered {
    font-size: 16pt;
    font-weight: bold;
    padding-left: 12px;
    padding-right: 12px;
}

.Size16Centered {
    text-align: center;
}

#ScrollingAuditTrail {
    height: 200px;
    overflow: auto;
    background-color: white;
    padding: 0px;
}

UL {
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    margin: 0px 0px 0px 16px;
    padding-top: 0px;
}

LI {
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
}

.GridView1 TH {
    border-top: white 1px solid;
    border-right: #716f64 1px solid;
    border-bottom: #716f64 1px solid;
    border-left: white 1px solid;
    padding-top: 1px;
    padding-right: 8px;
    padding-left: 8px;
    padding-bottom: 1px;
    background-color: #D6D1A8;
}

.GridView1 TD {
    padding-top: 1px;
    padding-right: 8px;
    padding-left: 8px;
    padding-bottom: 1px;
}

.GridView1 A:Hover {
    color: red;
}

.Lefty {
    text-align: left;
}

.BotttomButtonPanel /* Used in all Modal Dialog boxes */ {
    background-color: #EFEBC5;
    text-align: right;
    padding: 8px;
    border-top: 1px solid gray;
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 100%;
}










.SilverBox {
    border: 1px solid silver;
}


.NothingMatched /* used to say "Nothing matched your search values" */ {
    color: gray;
    height: 48px;
    padding-top: 16px;
    text-align: center;
}


.HeadingFade {
    /* filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr= '#F1EDC7' , endColorStr= '#7E7A58' , gradientType= '1' ); */
    background-image: url(../images/HeadingFade.gif);
}

.BlueFade {
    /* filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='white', endColorStr='#F1EDC7', gradientType='0' ); */
    background: url(../Images/DXImageTransform.png);
    background-color: White;
}




.Watermark /* places a washed out picture in the lower right corner of the enclosing region. */ {
    position: absolute;
    bottom: 0px;
    right: 0px;
    filter: alpha(opacity=25);
    -moz-opacity: .25;
    opacity: .25;
}
