﻿html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    box-sizing: border-box;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    /*list-style: none;*/
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body, p, div, span, h1, h2, h3, h4, h5, h6, ul, li, ol, dl, dd, dt, hr, form, input, select, td, th, textarea {
    font-family: Verdana;
    font-size: 10pt;
}

body {
    background-color: #EAF4FF;
    margin: 4px;
}

    body.Loading {
        cursor: wait;
    }

        body.Loading * {
            cursor: wait;
        }

.label {
    color: black;
    padding-bottom: 2px;
}

.Hidden {
    display: none;
}

#PageContent {
    padding: 9px;
    margin: 0px auto 0 auto;
    width: 1024px;
    background-color: White;
    border: solid 1px grey;
    min-height: 400px;
    border-radius: 4px;
}

div.details {
    border-style: solid;
    border-top: 1px solid black;
    padding-top: 10px;
}

th {
    font-weight: bold;
}

.StatusGrid {
    border: solid 1px Black !important;
}

.StatusGridHeader td {
    padding-left: 10px;
    padding-bottom: 2px;
}

.StatusGridHeader th {
    background-color: #17365D;
    color: White;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: normal;
    padding-left: 10px;
}

td {
    padding-top: 8px;
}

legend {
    color: black;
    font-size: 20px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: white;
    border: solid 1px gray;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    z-index: 1;
    height: 40px;
    width: 100%;
    right: 0px;
    *left: -7px; /* Please note the asterisk limits this style to IE7 and below this is required because */
    *padding-left: 0px; /* dialogs still operate in IE7 mode and we need to fix a few layout quirks for IE7 */
    z-index: -1; /* Move this behind the .GroupboxBody so we get the interior rounded border effect */
}

#HelpSection {
    float: right;
    margin-top: 0px;
    margin-left: 3px;
    width: 210px;
    border: solid 1px black;
    border-radius: 4px;
}

    #HelpSection .HelpHeader {
        font-weight: 900;
        font-size: 9pt;
        color: white;
        background-color: #17365D;
        /*background: Navy url('../../images/strip.jpg') repeat-x;*/
        font-family: Tahoma, Arial, sans-serif;
        padding-left: 2px;
        height: 18px;
    }

#HelpContent {
    margin: 2px;
}

div #searchMessage {
    border: 3px solid #17365D;
    border-radius: 12px;
    padding-left: 10px;
}

    div #searchMessage li {
        margin-top: 4px;
        margin-bottom: 4px;
    }

fieldset {
}

.GroupboxBody {
    margin-top: 0px;
    margin-bottom: 4px;
    background-color: white;
    border-right: solid 1px gray;
    border-left: solid 1px gray;
    border-bottom: solid 1px gray;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
}

.ModalDialog {
    border: solid 2px #004652;
    background-color: White;
    background-image: url( '../../images/loadingdialog.gif' );
    background-position: center center;
    background-repeat: no-repeat;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    box-sizing: content-box;
}

.NoChrome {
    border: none;
    border-radius: 0px;
}


.ModalDialog .ModalDialogTitle {
    background-color: #004652;
    color: white;
    font-weight: bold;
    height: 20px;
    text-align: center;
    font-size: 12pt;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.ModalDialog iframe {
    position: absolute;
    top: 0px;
    padding-top: 20px;
    overflow: none;
    width: 100%;
    height: 100%;
}

.NoChrome iframe {
    position: absolute;
    top: 0px;
    padding-top: 0px;
    overflow: none;
    width: 100%;
    height: 100%;
}

.ModalBackground {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: Black;
    opacity: 0.50;
}

.MessageBox {
    width: 600px;
}

    .MessageBox .MessageText {
        background-color: White;
        padding-top: 25px;
        padding-bottom: 30px;
        max-height: 600px;
        overflow: auto;
        overflow-x: hidden;
        padding-left: 100px;
        white-space: pre-wrap; /* CSS 3 */
        white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
        white-space: -pre-wrap; /* Opera 4-6 */
        white-space: -o-pre-wrap; /* Opera 7 */
        word-wrap: break-word; /* Internet Explorer 5.5+ */
    }

    .MessageBox .Warning, .MessageBox .Exclamation, .MessageBox .Error, .MessageBox .Hand, .MessageBox .Stop, .MessageBox .Question, .MessageBox .Information, .MessageBox .Asterisk {
        background-repeat: no-repeat;
        background-position: 25px 15px;
    }

    .MessageBox .Warning, .MessageBox .Exclamation {
        background-image: url( '../../images/MessageBox_Warning.png' );
    }

    .MessageBox .Error, .MessageBox .Hand, .MessageBox .Stop {
        background-image: url( '../../images/MessageBox_Error.png' );
    }

    .MessageBox .Question {
        background-image: url( '../../images/MessageBox_Question.png' );
    }

    .MessageBox .Information, .MessageBox .Asterisk {
        background-image: url( '../../images/MessageBox_Information.png' );
    }

    .MessageBox .MessageButtons {
        text-align: right;
        padding-top: 10px;
        padding-bottom: 10px;
    }

        .MessageBox .MessageButtons .MessageButton {
            margin-left: 6px;
            margin-right: 2px;
            width: 80px;
        }

.Freetext {
    background-color: white;
}

.Mandatory {
    background-color: lemonchiffon;
}

.CheckBox input, .CheckBoxList input {
    float: left;
}

.CheckBox label {
    margin-left: 20px;
    margin-top: 3px;
    display: block;
    color: black;
}

.CheckBox.Mandatory {
    background-color: lemonchiffon;
    border: darkkhaki 1px solid;
}

.CheckBoxList, .CheckBoxListFlow {
    border: solid 1px #004652;
}

.ScrollableGrid .Grid, .ScrollableGrid .CheckBoxList, .ScrollableGrid .DataList, .FlexiHeightGrid .Grid {
    border: none;
}

.CheckBoxList td {
    height: 18px;
}

.CheckListOdd {
    width: 100%;
    height: 100%;
    display: block;
    background-color: #F4FFE6;
}

.CheckListEven {
    background-color: #D4DEC6;
    width: 100%;
    height: 100%;
    display: block;
}

.CheckBoxListFlow input {
    padding-top: 2px;
    padding-bottom: 0px;
    margin: 0px;
    vertical-align: middle;
    display: inline-block;
    height: 16px;
    overflow: hidden;
}

.CheckBoxListFlow label {
    vertical-align: middle;
}

select, textarea, .Field, .Text, .UppercaseText, .Date, .Time, .DateTime, .Suburb, .State, .Postcode, .Integer, .Money, .TimeDuration, .Email, .Phone, .Abn, .Acn, .Double, .Decimal {
    border: solid 1px gray;
    border-radius: 4px;
    resize: none;
}

.UppercaseText {
    text-transform: uppercase;
}

.Button {
    /*width: 100px;*/
    color: White;
    background-color: #17365D;
    height: 25px;
    margin: 0 10px 0 10px;
}

.AddButton {
    width: 20px;
    height: 20px;
    background-image: url( '../../images/add.gif' );
    background-repeat: no-repeat;
    background-position: center center;
}

.RemoveButton {
    width: 20px;
    height: 20px;
    background-image: url( '../../images/remove.gif' );
    background-repeat: no-repeat;
    background-position: center center;
}

.MoveLeftButton {
    width: 20px;
    height: 20px;
    background-image: url( '../../images/moveleft.gif' );
    background-repeat: no-repeat;
    background-position: center center;
}

.MoveRightButton {
    width: 20px;
    height: 20px;
    background-image: url( '../../images/moveright.gif' );
    background-repeat: no-repeat;
    background-position: center center;
}

.MoveAllLeftButton {
    width: 20px;
    height: 20px;
    background-image: url( '../../images/moveallleft.gif' );
    background-repeat: no-repeat;
    background-position: center center;
}

.MoveAllRightButton {
    width: 20px;
    height: 20px;
    background-image: url( '../../images/moveallright.gif' );
    background-repeat: no-repeat;
    background-position: center center;
}

.DisabledButton, .DisabledLink {
    opacity: 0.20;
}

.ModifyButton {
    width: 20px;
    height: 20px;
    background-image: url( '../../images/modify.gif' );
    background-repeat: no-repeat;
    background-position: center center;
}

.MoveUpButton {
    width: 20px;
    height: 20px;
    background-image: url( '../../images/moveup.gif' );
    background-repeat: no-repeat;
    background-position: center center;
}

.MoveDownButton {
    width: 20px;
    height: 20px;
    background-image: url( '../../images/movedown.gif' );
    background-repeat: no-repeat;
    background-position: center center;
}

.GridContainer {
    padding: 8px;
    width: 100%;
}

.NoTopMargin .GridContainer {
    padding-top: 0px;
}

.GridContainer > div {
    border-radius: 5px;
    border: solid 1px #004652;
}

.ScrollableGrid .GridContainer, .FlexiHeightGrid .GridContainer {
    padding: 0px;
}

    .ScrollableGrid .GridContainer > div, .FlexiHeightGrid .GridContainer > div {
        border-radius: 0px;
        border: none;
    }

.Grid, .DataList {
    table-layout: fixed;
}

.Grid {
    width: 100%;
}

.NoSideMargins {
    margin-left: 0px;
    margin-right: 0px;
}

.ScrollableGrid {
    border: solid 1px #000077;
    margin: 8px;
    overflow: auto;
    overflow-y: scroll;
    z-index: 8;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    position: relative;
}

.FlexiHeightGrid {
    border: solid 1px #000077;
    margin: 8px;
    border-radius: 5px;
    position: relative;
}

    .ScrollableGrid .Grid, .ScrollableGrid .DataList, .FlexiHeightGrid .Grid {
        border: none;
        margin: 0px;
    }

.Grid td {
    overflow: hidden;
    vertical-align: top;
}

a.LinkButton {
    color: blue;
}

    a.LinkButton:visited {
        color: blue;
    }

.ScrollableGrid a:visited {
    color: blue;
}

.Grid a:visited {
    color: blue;
}

.GridHeader th {
    text-align: left;
    color: white;
    background-color: #17365D;
    vertical-align: top;
    padding-top: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
}

.ScrollableGrid .GridHeader th {
    position: relative;
    z-index: 7;
}

.GridHeader a {
    text-decoration: none;
    color: white;
}

    .GridHeader a:visited {
        color: white;
    }

    .GridHeader a:hover {
        text-decoration: underline;
        color: white;
    }

.GridPager td {
    text-align: right;
    /*	color: white;
	font-weight: bold;
	background-color: #339933;*/
}
/*
.GridPager a { text-decoration: none; color: white; }
.GridPager a:hover { text-decoration: underline; color: white; }*/


.OddItem, .Odd td {
    border-left: none;
    border-right: none;
    padding-top: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
    background-color: #D6E6FA;
}

.EvenItem, .Even td {
    border-left: none;
    border-right: none;
    background-color: #EDF4FD;
    padding-top: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
}

.Grid td .PdfField {
    border: none;
    overflow: hidden;
}

.Grid .FooterRow * {
    color: White;
    background-color: #004652;
}

.AdjustItem {
    margin-left: -2px;
}

.SelectedRow td {
    border-bottom: solid 1px #555555;
    border-left: none;
    border-right: none;
    background-color: #888888;
    color: White;
    padding-top: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
}

.Even td input {
}

.DisabledField {
    border: solid 1px gray;
    color: Black;
    background-color: #EFF3FF;
}

span.DisabledField {
    height: 20px;
    padding-left: 1px;
    padding-top: 2px;
    overflow: hidden;
}

tr.Odd td select.DisabledField {
    background-color: #F4FFE6;
    border: none;
}

tr.Even td select.DisabledField {
    background-color: #D4DEC6;
    border: none;
}

td .DisabledField, td .DisabledText {
    background-color: Transparent;
    border: none;
}

td .ErrorField {
    border: solid 1px red;
}

/* error field color style*/
.ErrorField {
    border: solid 1px red;
    background-color: #FFDDDD;
}

/* error label color style */
.ErrorLabel {
    color: red;
}

.DisabledText {
    border: solid 1px gray;
    color: Black;
    background-color: #EFF3FF;
    padding-top: 1px;
    padding-left: 1px;
    padding-right: 1px;
}

.CompletionList {
    z-index: 10001 !important;
    text-align: left;
    cursor: default;
    list-style: none;
    padding: 0px;
    margin: 0px !important;
    border: solid 1px buttonshadow;
}

.ajax__calendar_container {
    z-index: 10001;
}

td.RowWidget {
    background-color: #DDDDDD;
    border: solid 1px white;
}

td.SelectedRowWidget {
    border: solid 1px white;
    background-image: url('../../images/rowwidget.gif');
    background-position: center center;
    background-repeat: no-repeat;
}

.SectionHeader {
    font-weight: normal;
    font-size: 9pt;
    color: Green;
    font-family: Arial;
    background-color: Green;
    padding-left: 2px;
    height: 18px;
}

.SectionHeaderGreen {
    font-weight: bold;
    font-size: 10pt;
    color: Green;
    font-family: Arial;
    background-color: White;
    padding-left: 2px;
    height: 18px;
}

.modalBackground {
    background-color: #000000;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

/*tabs display feature*/
.TabContainer {
    padding-bottom: 3px;
    padding-top: 3px;
    border-bottom: solid 1px #003B81;
    background-color: white;
    margin-top: -4px;
    margin-bottom: 4px;
    border-top: solid 2px white;
}

    .TabContainer .Tab .TabLabel {
        background-color: #CCCCCC;
        color: #004652;
        font-weight: bold;
        padding: 3px;
        padding-right: 10px;
        cursor: default;
        background-image: url(../../images/whitecorner.gif);
        background-repeat: no-repeat;
        background-position: top right;
    }

    .TabContainer .SelectedTab .TabLabel {
        color: White;
        background-color: #004652;
    }

.ConflictScrollableGrid {
    border: solid 1px #000077;
    margin: 8px;
    overflow: auto;
    overflow-y: scroll;
    z-index: 8;
    height: 120px;
}

.ScrollableReportList {
    border: solid 1px Grey;
    overflow-y: scroll;
}

.LinkbuttonIcon {
    margin-right: 4px;
}

.LinkButtonText {
    text-align: center;
}

.clear {
    clear: both;
}


.SBCCal .ajax__calendar_container {
    background-color: #f2f2f2;
    border: solid 1px #cccccc;
    width: 230px;
    position: relative;
    z-index: 10001;
}

.SBCCal .ajax__calendar_header {
    background-color: #ffffff;
    margin-bottom: 4px;
}

.SBCCal .ajax__calendar_title,
.SBCCal .ajax__calendar_next,
.SBCCal .ajax__calendar_prev {
    color: #004080;
    padding-top: 3px;
}

.SBCCal .ajax__calendar_body {
    background-color: white;
    border: solid 1px #cccccc;
    width: 190px;
}

.SBCCal .ajax__calendar_days {
    width: 100%;
}

    .SBCCal .ajax__calendar_days table {
        width: 100%;
    }

.SBCCal .ajax__calendar_dayname {
    text-align: center;
    font-weight: bold;
    margin-bottom: 4px;
    margin-top: 2px;
}

.SBCCal .ajax__calendar_day {
    text-align: center;
    width: 22px;
}

.SBCCal .ajax__calendar_hover .ajax__calendar_day,
.SBCCal .ajax__calendar_hover .ajax__calendar_month,
.SBCCal .ajax__calendar_hover .ajax__calendar_year,
.SBCCal .ajax__calendar_active {
    color: white;
    font-weight: bold;
    background-color: #004080;
}

.SBCCal .ajax__calendar_today {
    font-weight: bold;
}

.SBCCal .ajax__calendar_other {
    color: #bbbbbb;
}

.SBCCal .ajax__calendar_hover .ajax__calendar_today,
.SBCCal .ajax__calendar_hover .ajax__calendar_title {
    color: #004080;
}

.ErrorHighlight {
    border: solid 1px red;
    margin: 2px;
    background-color: #FFDDDD;
    background-image: url("../../images/error.gif");
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 20px;
}

.PromptHighlight {
    border: solid 1px orange;
    margin: 2px;
    background-color: #FFE4B5;
    background-image: url("../../images/prompt.gif");
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 20px;
}

.WarningHighlight {
    border: solid 1px yellow;
    margin: 2px;
    background-color: #FFFFE0;
    background-image: url("../../images/warning.gif");
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 20px;
}

#LoadingIndicatorControl {
    background-color: transparent;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 10000 !important;
    cursor: wait;
}

    #LoadingIndicatorControl .SubLoadingIndicator {
        background-color: black;
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        cursor: wait;
        filter: alpha(opacity=0);
        opacity: 0.0;
    }

div.PageHeader {
    vertical-align: middle;
}

div.PageHeader {
    border-style: none;
    border-color: inherit;
    border-width: medium;
    height: 80px;
    overflow: hidden;
    background-position: left;
    background-repeat: no-repeat;
    background-color: #17365D;
    border-radius: 4px;
}

    div.PageHeader h1 {
        margin-left: 5px;
        margin-top: 25px;
        color: white;
        padding: 2px 1px 0px 0px;
        font-size: 16pt;
        font-weight: normal;
    }

td span {
    margin-right: 2px;
}

td a {
    margin-right: 2px;
}

@media print {
    .no-print, .no-print * {
        display: none !important;
    }

    div.PageHeader {
        background-color: #17365D !important;
    }
}
