/*
 * eservices-modules.css
 *
 *  eServices Application
 *  author: Carlos Lara
 *  version: 1.0.0
 *  created: 22052009
 *  revised: 12022010
 *
 *  THIS IS THE E-SERVICES CSS TO ADD STYLES FOR THE SPECIFIC MODULES.
 *  THIS FILE CAN BE CHANGED BUT DISCUSS FIRST WITH THE WEB-ARCHITECT
 *  IN ORDER TO VALIDATE IF THE NEW CLASSES ARE REALLY NEEDED.
 */

div#eServices div.label4 div label
{
    float:left;
    text-align: left;
    margin-left: -2px;
    width: 4em;
}

div#eServices div.label6 div label
{
    float:left;
    text-align: left;
    margin-left: -2px;
    width: 6em;
}

div#eServices div.label7 div label
{
    float:left;
    text-align: left;
    margin-left: -2px;
    width: 7em;
}

div#eServices div.label8 div label
{
    padding-top: 4px;
    float:left;
    text-align: left;
    width: 9em;
}

div#eServices div.label10 div label
{
    padding-top: 4px;
    float:left;
    text-align: left;
    width: 10em;
}

div#eServices div.label11 div label
{
    padding-top: 4px;
    float:left;
    text-align: left;
    width: 11em;
}

div#eServices div.label12 div label
{
    padding-top: 4px;
    float:left;
    text-align: left;
    width: 12em;
}

div#eServices div.label13 div label
{
    padding-top: 4px;
    float:left;
    text-align: left;
    width: 13em;
}

div#eServices div.label13 div.fieldsetDiv
{
    margin: 0;
    padding: 4px 0px 5px 5px;
    float:left;
    text-align: left;
    width: 90%;
}

div#eServices div.label13 div.leftOffset
{
    padding: 5px 10px 0px 10px;
    overflow: auto;
    background: white;
    margin: 5px 10px 0px 10px;
}

div#eServices div.label14 div label
{
    padding-top: 4px;
    float:left;
    text-align: left;
    width: 14em;
}

div#eServices div.label14 div.fieldsetDiv
{
    margin: 0;
    padding: 4px 0px 0px 5px;
    float:left;
    text-align: left;
    width: 55%;
}

div#eServices div.label15 div label
{
    padding-top: 4px;
    float:left;
    text-align: left;
    width: 15em;
}

div#eServices div.label15 div.fieldsetDiv
{
    margin: 0;
    padding: 4px 0px 0px 0px;
    float:left;
    text-align: left;
    _width: 90%;
    width: 100%;
}

div#eServices div.label17 div label
{
    padding-top: 1px;
    float:left;
    text-align: left;
    width: 17em;
}

div#eServices div.label17 div.fieldsetDiv
{
    margin: 0;
    padding: 4px 0px 0px 5px;
    float:left;
    text-align: left;
    width: 55%;
}

div#eServices div.leftColumn div.fieldsetPrivate
{
    margin-right: 10px;
    padding: 0px 0px 5px 0px;
    float:left;
    text-align: left;
    width: 100%;
}

div#eServices div.label18 div label
{
    padding-top: 4px;
    float:left;
    text-align: left;
    width: 18em;
}

div#eServices div.label22 div label
{
    padding-top: 4px;
    float:left;
    text-align: left;
    width: 22em;
}

div#eServices #searchNav
{
    text-align: center;
    margin: auto;
    margin-top: 10px;
}

div#eServices .bodyPrint
{
    background-color: #fff;
    font-family: tahoma;
    margin: 20px 0px;
}

div#eServices .errMesage
{
    text-align: left;
    color: #df0000;
}

div#eServices .leftMargin80
{
    margin-left: 80px;
}

div#eServices div.infomessage,
div#eServices div.infomessageWithTwoLine,
div#eServices div.errormessage,
div#eServices div.errormessageWithTwoLine {
    clear:left;
    margin: 15px 0px;
    padding: 7px 0px 7px 52px;
    display:block;
}

div#eServices div.infomessage
{
    background-color: #F0F9FC;
    color: #083A81;
    border: 1px solid #888888;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-image: url(../img/AGJ_Icon-09.png);
    background-repeat: no-repeat;
    background-position: 15px 3px;
}

div#eServices div.infomessageWithTwoLine
{
    background-color: #BFE1EF;
    background-color: #F0F9FC;
    color: #083A81;
    border: 1px solid #888888;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-image: url(../img/AGJ_Icon-09.png);
    background-repeat: no-repeat;
    background-position: 15px 10px;
}

div#eServices div.errormessage
{
    background-color: #F9EBE3;
    color: #ED1C24;
    border: 1px solid #888888;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-image: url(../img/AGJ_Icon-11.png);
    background-repeat: no-repeat;
    background-position: 15px 3px;
}

div#eServices div.errormessageWithTwoLine
{
    background-color: #F9EBE3;
    color: #ED1C24;
    border: 1px solid #888888;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-image: url(../img/AGJ_Icon-11.png);
    background-repeat: no-repeat;
    background-position: 15px 10px;
}

/** In order to use main.css and main-jl.css in new registration pages a svg element was added. This element is not used in the old style. */
svg.nsw-icon {
    width: 0;
    height: 0;
}

div#eServices div.errormessageWrapper
{
    margin: 0px 5px 10px 2px;
    background-color: #F9EBE3;
    color: #ED1C24;

    border: 1px solid #888888;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

div#eServices table#infoMessage
{
   font-size: 1em;
}

div#eServices table#infoMessage td
{
   text-align: left;
}

div#eServices table#infoMessage td#firstRow
{
   padding-top: 2px;
}

div#eServices table#infoMessage td#secondRow
{
   color: #000000;
   padding-bottom: 2px;
}

div#eServices table.taxInvoice
{
    border: 0px;
    padding: 0px;
    margin: 0px;
    border-spacing: 0px 0px;
    border-collapse: collapse;
}

div#eServices table.taxInvoice th
{
    width: 20%;
    text-align: right;
    font-weight: normal;
    background: #fff;
    padding: 5px 0px 0px 5px;
    margin: 0px;
}

div#eServices table.taxInvoice td
{
    width: 80%;
    text-align: left;
    padding: 5px 0px 0px 5px;
    margin: 0px;
    font-weight: bold;
}

div#eServices th.totalTitle
{
    border-top: 1px solid white;
    font-weight: bold;
    text-align: right;
    padding-right: 5px;
}

div#eServices td.totalFee
{
    border-top: 1px solid black;
    font-weight: bold;
    text-align: right;
}

div#eServices #eorganisationEuserFilter
{
    width: 96%;
    margin-right: auto;
    margin-left: auto;
    height: 30px;
}

div#eServices #eorganisationDetailsAsPerContract
{
    clear:left;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 4px;
}

div#eServices #searchResultTable
{
    float: left;
    width: 100%;
    padding: 5px 0px 5px 0px;
}

div#eServices #searchResultTableEOrg
{
    float: left;
    width: 99%;
    margin: 5px 5px 5px 5px;
}

/** Permissions box. */
div#eServices fieldset.permissions
{
    margin-top: 5px;
    padding: 0px 10px 10px 5px;
    background-color: white;
    text-align: left;

    height: auto;
    margin-top: 0px;
}

div#eServices fieldset.permissions legend
{
    font-weight: bold;
    color: #083A81;
}

div#eServices fieldset.euserRegistrationData
{
    margin: 0;
    padding: 5px 0px 3px 5px;
    height: auto;
    background-color: white;
    width: 80%;
}

div#eServices fieldset.orwRegistrationData
{
    margin: 0;
    padding: 5px 0px 10px 5px;
    height: auto;
    background-color: white;
    width: 99%;
}

div#eServices fieldset.euserRegistrationData legend
{
    font-weight: bold;
    color: #083A81;
}

div#eServices fieldset.euserData
{
    margin: 0px;
    padding: 5px 0px 10px 10px;
    height: auto;

}

div#eServices fieldset.euserData legend
{
    font-weight: bold;
    color: #083A81;
    color: #000000;
}

div#eServices fieldset.euserDataMarginBottom
{
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 5px 5px;
    height: auto;
}

div#eServices fieldset.euserDataMarginBottom legend
{
    font-weight: bold;
    color: #000000;
}


div#eServices fieldset.euserData1
{
    margin-top: -5px;
    padding: 5px 0px 5px 5px;
    height: auto;
    background-color: #F0F9FC;
}

div#eServices fieldset.euserDataWithMargin
{
    margin: 10px 0px 10px 0px;
    padding: 10px;
    height: auto;
}

div#eServices fieldset.marginSelect
{
    margin: 0px 10px 0px 10px;
    padding: 5px 5px 5px 5px;
    height: auto;
}

div#eServices fieldset.marginTranscript
{
    margin: 0px 10px 0px 10px;
    padding: 5px 5px 10px 5px;
    height: auto;
}

div#eServices fieldset.marginListing
{
    margin: 0px 10px 0px 10px;
    padding: 5px 5px 0px 5px;
    height: auto;
}

div#eServices fieldset#regUserRole
{
    border: 0;
    padding: 0px 0px 0px 0px;
}

div#eServices fieldset#regUserRole legend
{
    font-weight: normal;
    padding-left: 14px;
}

div#eServices fieldset.orwAddressData
{
    margin: 0;
    padding: 5px 0px 10px 5px;
    height: auto;
    background-color: white;
    width: 99%;

}

div#eServices legend
{
    font-weight: bold;
    color: black;
}


div#eServices fieldset.euserDataNoLabel
{
    margin: 0px;
    padding: 5px 0px 5px 5px;
    height: auto;
}

div#eServices fieldset.euserDataMain
{
    margin: 0px;
    padding: 5px 0px 5px 5px;
    height: auto;
    text-align: left;
}

div#eServices fieldset {
  position: relative;
  border: 1px solid #B4B4B4;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;

}

div#eServices a.blackLink, a.blackLink:hover, a.blackLink:visited
{
    color: black;
    font-weight: bold;
}

div#eServices a.greenLink, a.greenLink:hover, a.greenLink:visited
{
    color: #083A81;
    font-weight: bold;
    text-decoration: none;
}

div#eServices .floatLeft
{
    float:left
}
div#eServices .filefield
{
    margin-top: -4px;
}

div#eServices div.caseNumber
{
}

div#eServices div.caseNumber .errortext
{
    margin-top: 18px;
}

div#eServices div.caseNumber .caseToken
{
    float:left;
    margin-top: 20px;
}

div#eServices div.caseNumber .caseTokenUpper
{
    float:left;
    margin-top: 5px;
}

div#eServices div.caseDataEntry
{
   width: 100%;
}

div#eServices div.caseNumber .caseNumberSearchButton
{
    margin-top: 16px;
    margin-left: 20px;
}

div#eServices h2.caseInfoTitle
{
    font-weight: normal;
    padding-top: 3px;
    padding-bottom: 5px;
    margin: 0px;
}

div#eServices .suppressed
{
    color: #df0000;
}

div#eServices div.relatedCases
{
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 12px;
}

div#eServices div.relatedCases a
{
    color: #CC5A13;
    font-weight: bold;
}

div#eServices div.relatedCases a.hideRelatedCases
{
    color: #083A81;
    font-weight: bold;
}

div#eServices div.relatedCases ul
{
    list-style-type: none;
}

div#eServices div.nextListingDate
{
    margin-left: 9.5em;
    margin-bottom: 5px;
    line-height: 1.5em;
}

div#eServices div.listingContent
{
    margin-top: 4px;
    margin-left: 5px;
}

div#eServices span.green
{
    color: #083A81;
}

div#eServices .greenBold
{
    color: #083A81;
    font-weight: bold;
    margin-left: 5px;
    padding-top: 13px;
    padding-bottom: 5px;
    clear: left;
}

div#eServices #caseInfoFilter
{
    font-weight: bold;
    padding-left: 5px;
    padding-top: 3px;
    padding-bottom: 8px;
    text-align: left;
}

div#eServices #eorganisationSearchCriteria
{
    border: 1px solid #E6E6E6;
    padding: 5px 0px 10px 5px;
}

div#eServices #eorganisationSearchCriteria .buttonContainer
{
    margin-top: 4px;
    margin-left: 460px;
}

div#eServices #euserSearchCriteria
{
    border: 1px solid #E6E6E6;
    padding: 5px 0px 10px 5px;
}

div#eServices #euserSearchCriteria .buttonContainer
{
    margin-top: 4px;
    margin-left: 460px;
}

div#eServices #emptySearchCriteria
{
    border: 1px solid #CCCCCC;
    height: 207px;
    padding-left: 5px;
}

div#eServices #emptySearchCriteria div
{
    margin-top: 100px;
    text-align: center;
}

div#eServices #resultsTable.eadministrationSearch
{
    border-bottom: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
}

div#eServices #euserForm
{
    border: 1px solid #E6E6E6;
}

div#eServices #euserFormButtons
{
    clear:both;
    height: 25px;
    margin: 0px 0px 10px 0px;
}

div#eServices #euserFormButtons div.buttonContainer
{
    padding: 0;
    margin: 0;
    display: inline;
    text-align: right;
}

div#eServices #euserFormButtons div.rightAlign
{
    float: right;
    padding-right: 8px;
}

div#eServices #euserFormButtons div.leftAlign
{
    float: left;
    padding-right: 8px;
}

div#eServices #eorganisationFieldEuserScreen
{
    clear:left;
    width:100%;
    height: auto;
}

div#eServices .statusButtonWrapper
{
    margin-top: 4px;
    margin-left: 210px;
    width: 43%;
}

div#eServices .sideButtonWrapper
{
    position: relative;
    padding-right: 3px;
}

div#eServices .submitButtonSide
{
  float: right;
  width: 172px;
  margin-top: -5px;
}

div#eServices .statusButtonWrapper.wrapperLabel15
{
    margin-left: 190px;
}

div#eServices .statusButtonWrapper .buttonContainer
{
    margin-right: 5px;
    float: left;
}

div#eServices .tenPxMarginTop
{
    margin-top: 16px;
}

div#eServices .errormessagefloat
{
    float: left;
    color: #ff0033;
    padding-top: 19px;
}

div#eServices div.tableRadioUpper
{
   float: left;
}

div#eServices div.tableRadioUpper div.errortext
{
   float: none;
   margin: 0px;
}

div#eServices div.tableRadioUpper div.upperLabel label.leftLabel
{
    display:block;
    padding: 0 0 20 0;
    text-align: left;
    line-height: 1em;
    width: auto;
    margin: 0;
    margin-top: 0px;
}

div#eServices div.tableRadioUpper div.upperLabel input
{
    clear: left;
    margin-right: 5px;
    display: block;
}

div#eServices div.homePageParagraph
{
    padding: 0px 5px 15px 0px;
    text-align: left;
}

div#eServices div.caseListFilter
{
    margin: 0;
    padding: 0;
}
div#eServices div.openCasesFilter
{
    margin-top: 10px;
    margin-bottom: 10px;
}

div#eServices a.backLink
{
    margin-left: 0px;
}

div#eServices h2.tabSubHeader
{
    font-size: 1em;
    margin: 10px 0px 5px 0px;
    padding: 0px;
    text-align: left;
}

div#eServices div.topPadding
{
    padding-top: 14px;
}

div#eServices td div.participantAndAppearances
{
    margin: 5px 0px;
}
div#eServices td div p.plainContent
{
    margin: 0px 0px 5px 0px;
    padding: 0px;
}

div#eServices td div p.plainContentIndented
{
    margin: 0px 0px 5px 26px;
    padding: 0px;
}

div#eServices td h3.subTitle
{
    margin: 10px 0px 0px 0px;
    padding: 0px;
    color: black;
}

div#eServices h6.relatedProceedings
{
    font-weight: normal;
    margin: 10px 0px 0px 0px;
    padding: 0px;
}
div#eServices hr.dotted
{
    border-top: 0px;
    height: 1px;
    border-bottom: 1px dashed #ccc;
    clear: both;
}

div#eServices td div.proceedingDetails
{
    margin-top: 10px;
}

div#eServices table.innerTable
{
    border: 0px;
    padding: 0px;
    margin: 0px;
    border-spacing: 0px 0px;
    border-collapse: collapse;
    white-space: nowrap;
}

div#eServices table.innerTable th
{
    width: 25%;
    text-align: left;
    font-weight: normal;
    background: #fff;
    padding: 5px 0px 0px 5px;
    margin: 0px;
    height: 18px;
    font-size: 9pt;
}

div#eServices table.innerTable td
{
    width: 75%;
    text-align: left;
    padding: 5px 0px 0px 5px;
    margin: 0px;
    font-weight: bold;
    height: 18px;
    font-size: 9pt;
}

div#eServices div.listingProceedingDetails ul
{
    margin-top: 10px;
}

div#eServices ul.listingProceedings
{
    list-style: none;
    list-style-type: none;
}

div#eServices ul.proceedingsNotListed
{
    margin-top: 10px;
    margin-bottom: 10px;
    list-style-type: none;
    list-style: none;
}

div#eServices ul.proceedingsNotListed li
{
    line-height: 1.5em;
    list-style-type: none;
    list-style: none;
}

div#eServices span.suppressedOrder
{
    margin-left: 10px;
}

div#eServices .tabTable li
{
    padding: 0px;
    margin-bottom: 5px;
}

div#eServices div.orderDetails
{
    margin-bottom: 5px;
}

div#eServices td div p.heardAt
{
    margin: 10px 0px 5px 0px;
    padding: 0px;
}

div#eServices td div p.orderStatus
{
    margin: 15px 0px 5px 0px;
    padding: 0px;
}

div#eServices td div p.orderText
{
    margin-top: 10px;
    padding-left: 15px;
}

div#eServices p.accessUpliftNote
{
    margin: 10px 0px 5px 4px;
    text-align: left;

}

div#eServices div.individualName
{
}

div#eServices div.individualName .errortext
{
    margin-top: 18px;
}

div#eServices ul.fileDocumentDetails
{
    margin-top: 10px;
    margin-bottom: 0px;
    list-style: none;
}

div#eServices ul.fileDocumentDetails li
{
    line-height: 1.5em;
}

div#eServices ul.reportTransactionDetails
{
    display: table;
    margin-top: 10px;
    margin-bottom: 0px;
    list-style: none;
}

div#eServices ul.reportTransactionDetails li
{
    line-height: 1.8em;
    display: table-row;
}

div#eServices ul.documentAttachments
{
    margin-top: 5px;
    margin-bottom: 5px;
    list-style-type: none;
    list-style: none;
}

div#eServices ul.documentAttachments li
{
    padding-left: 25px;
    line-height: 1.5em;
}

div#eServices dl
{
    margin: 5px 0px 5px 0px;
}

div#eServices dl dt
{
    font-weight:bold;
}
div#eServices dl dd
{
    font-weight:bold;
}

div#eServices dl.orw
{
    margin-bottom: 1px;
}

div#eServices dl.orw dt
{
    font-weight: normal;
    float: left;
    text-align: right;
    margin-right: 5px;
    padding: 2px;
    width: 150px;
}

div#eServices dl.orw dd {
    margin: 5px 0;
    padding: 2px 0;
    font-weight:bold;
}

div#eServices dl.orw1
{
    margin-bottom: 1px;
}

div#eServices dl.orw1 dt
{
    font-weight: normal;
    float: left;
    text-align: left;
    margin-right: 0px;
    padding: 1px 0px;
    width: 91px;
}

div#eServices dl.orw1 dd {
    margin: 6px 0;
    padding: 1px 0px;
    font-weight: bold;
    width: 320px;
}


div#eServices label.radioRight
{
   padding-left: 5px;
   float: right;
}

div#eServices #outcomeFirstIndent
{
   margin: 5px 0px 0px 26px;
}
div#eServices #outcomeFirstIndentBold
{
   margin: 5px 0px 0px 25px;
   font-weight: bold;
}

div#eServices #outcomeSecondIndent
{
   margin: 5px 0px 0px 50px;
}

div#eServices #outcomeProceedingFull
{
   margin-top: 5px;
   font-weight: bold;
   font-size: 1.0em;
}
