﻿textarea.memoEntry, textarea.bigMemoEntry, textarea.hugeMemoEntry, textarea.popupMemoEntry
{
    white-space:pre-wrap;
}

/* Active entry color */
textarea.memoEntry, textarea.bigMemoEntry, textarea.hugeMemoEntry, input.textEntry, 
input.datePickEntry, input.passwordEntry, select.selectList, 
input.wideTextEntry, div.textEntry, div.datePickEntry, div.wideTextEntry, textarea.popupMemoEntry, 
input.numberEntry,  div.numberEntry
{
    color:#444444;
}
/* Static item color */
.labelField, .highLabelField
{
    /*color:#888888;*/
    color:#444444;
}

/* Error item color */
.validatorIndicator, .validatorWideIndicator, .failureNotification
{
    color: Red;
}
.readWriteInvalid
{
    background-color: #FFDDDD;
}
/* R/W border */
textarea.memoEntry, textarea.bigMemoEntry, textarea.hugeMemoEntry, input.textEntry, input.datePickEntry, 
input.passwordEntry, select.selectList, input.wideTextEntry, div.wideTextEntry, textarea.popupMemoEntry, 
input.numberEntry
{
    /*border:1px solid #cccccc;*/
    border:1px solid #b0b0b0;
}
div.textEntry, div.datePickEntry, div.numberEntry
{
    /*border:1px solid #e0e0e0;*/
    border:1px solid #b0b0b0;
}
/* Read only border and color */
input.textEntry.readOnly, input.datePickEntry.readOnly, input.wideTextEntry.readOnly,
textarea.memoEntry.readOnly, textarea.bigMemoEntry.readOnly, textarea.hugeMemoEntry.readOnly, div.wideTextEntry.readOnly, textarea.popupMemoEntry, 
input.numberEntry.readOnly
{
    /*border: 1px solid #e0e0e0;
    border: 1px solid #f0f0f0;
    color: #808080;*/
    border: 1px solid #dddddd;
    color: #666666;
}
input.textEntry.readOnly:disabled, input.datePickEntry.readOnly:disabled,
textarea.memoEntry.readOnly:disabled, textarea.bigMemoEntry.readOnly:disabled, textarea.hugeMemoEntry.readOnly:disabled, textarea.popupMemoEntry,
input.wideTextEntry.readOnly:disabled, div.wideTextEntry.readOnly.disabled, 
input.numberEntry.readOnly:disabled
{
    background-color:white;
}
.divHalfPage
{
    float:left;
    margin:0;
    padding:0;
    width:50%;
}

.divHalfCentrePage
{
    margin:0 auto;
    padding:0;
    width:50%;
}


.divField
{
    margin-bottom:12px;
    white-space:nowrap;
}
.labelField, .highLabelField
{
    display:block;
    float:left;
    text-align:right;
    width:100px;
}
.labelField
{
    padding-top:6px;
    padding-bottom:6px;
}
.highLabelField
{
    vertical-align:middle;
    height:28px;
}
.divFieldControl
{
    margin-left:120px;
}
.divFieldControlOnly
{
}
input[type='checkbox']
{
    padding-top:6px;
    margin-bottom:6px;
}
input.textEntry, input.datePickEntry, input.passwordEntry, input.wideTextEntry, div.textEntry, div.datePickEntry, div.wideTextEntry, 
input.numberEntry,  div.numberEntry
{
    height:18px;
    line-height:18px;
    width:240px;
}
input.integerTextEntry {
    width:50px;
    text-align:right;
}
input.datePickEntry, div.datePickEntry
{
    width:100px;
}
input.numberEntry,  div.numberEntry
{
    width:60px;
}
textarea.memoEntry, textarea.bigMemoEntry, textarea.hugeMemoEntry, input.textEntry, input.datePickEntry, 
input.passwordEntry, select.selectList, input.wideTextEntry, div.textEntry, div.datePickEntry, div.wideTextEntry, textarea.popupMemoEntry, 
input.numberEntry,  div.numberEntry
{
    border-radius:6px;
    display:inline-block;
    margin:0px;
    padding:4px;
}
.datePickEntry, .numberEntry 
{
    text-align:right;
}
textarea.memoEntry, textarea.bigMemoEntry, textarea.hugeMemoEntry, input.wideTextEntry, div.wideTextEntry, textarea.popupMemoEntry
{
    width:100%;
}
textarea.memoEntry
{
    height: 60px;
}
textarea.popupMemoEntry {
    height:400px;
    /*margin-bottom: 12px;*/
}
textarea.bigMemoEntry
{
    height: 200px;
}
textarea.hugeMemoEntry
{
    height: 400px;
}
select.selectList
{
    height:28px;
    line-height:28px;
    width:auto;
    vertical-align:middle;
}
.validatorIndicator, .validatorWideIndicator
{
    font-weight:bold;
}
.validatorWideIndicator
{
    float:right;
}
.anyoldclass
{
}
.fileUpload 
{
    width: 100%;
    Height: 18px;
}
.tdRiskRating {
    width:70px;
}

.ulRadioButtonListEntry, .ulRadioButtonListEntry > li
{
    padding: 0;
    padding-top: 2px;
    margin: 0;
    list-style: none outside none;
}
.ulRadioButtonListEntry > li > input
{
    margin-left: 20px;
    margin-right:10px;
}
.fieldsetEntryLeft legend, .fieldsetEntryRight legend, .fieldsetEntryFullWidth legend 
{
    color:#888888;
    font-size:12pt;
    margin-left: 6px;
    padding-left:4px;
    padding-right:4px;
} 
.fieldsetEntryLeft, .fieldsetEntryRight, .fieldsetEntryFullWidth 
{
    padding-top: 10px;
    margin-top: 10px;
    border: solid 1px #cccccc;
}
.fieldsetEntryLeft 
{
    margin-right: 10px;
}
.fieldsetEntryRight 
{
    margin-left: 10px;
}

.fieldsetEntryDocument
{
    margin-bottom:18px;
    padding:10px;
}

.fieldsetEntryNarrow 
{
    width:400px; 
    padding-top:20px;
}

.spanLegendSoActionButton {
    display: inline-block;
    font-size: 10pt;
    padding-left: 10px;
    width: 85px;
    vertical-align: text-bottom;
    height: 20px;
}
.spanLegendSoActionButton .spanSoActionLabel{
    display: block;
    padding-top: 1px;
    font-weight: bold;
}

.panelLegendSoNtgCmd {
    display: inline-block;
    width: 100px;
    padding-left: 10px;
}
.panelLegendSoNtgCmd a {
    line-height: 20px;
    vertical-align: text-bottom;
}

.pField 
{
    white-space: normal;
    margin-left: 12px;
    margin-right: 12px;
    text-align:justify;
}

.divEntryS0 {
    margin-right: 20px;
}
.divEntryS1 {
    margin-right: 24px;
}
.divEntryS2 {
    margin-right: 28px;
}
.divEntryS3 {
    margin-right: 32px;
}
.divEntryS4 {
    margin-right: 36px;
}

.linkButtonSo, .linkButtonSoLo, .linkButtonSoLegend, .buttonSo, .linkButtonSoSh {
    text-align: center;
    vertical-align: middle;
    background-color: #009999;
    color: white;
    text-decoration:none;
    display:inline-block;
    font-size:10pt;
    height: 20px;
}

.linkButtonSo {
    padding:6px 8px 1px 8px;
}
.buttonSo {
    padding:0px 8px;
}

.buttonSo {
    border: none;
}
.linkButtonSoLo {
    padding-top: 2px;
    font-weight: normal;
    width: 100%;
    margin-left: -2px;
}
.linkButtonSoSh {
    font-weight: bold;
    width: 100%;
}
.linkButtonSoLegend {
    padding:3px 8px 1px 8px;
    height: 17px;
    margin-left: 10px;
}

.spanHeaderSoLo {
    display: inline-block;
    margin-top: 3px;
}
.linkButtonRight,  .buttonRight{
    float:right;
    margin-left: 4px;
}
.linkButtonHelp{
    font-weight: bold;
    cursor:pointer;
}
.linkButtonLeft {
    margin-right: 4px;
}

.spanSoInactiveLink {
    text-align: center;
    vertical-align: middle;
    /*background-color: #009999;*/
    border: solid 1px #009999;
    display:inline-block;
    height:20px;
    padding:5px 7px 0px 7px;
    margin: 0px 4px;
}

.divSoTabButtonPanel {
    /*margin-top: 4px;
    margin-bottom: 6px;*/
    height: 32px;
    text-align:center;
}

.menuBottomBorder{
    border-bottom: solid 1px #009999;
}

.ulOuterDocRep {
    margin-top:0px;
    margin-bottom:0px;
    list-style-type:none;
    padding-left:0px;
}
/*.ulOuterDocRep {
    list-style-type:none;*/
}
.ulDownloadFilesDocRep {
    list-style-type:none;
}



/*.spanValidationSummaryHdr
{
    display: block;
    border: solid 1px black;
    padding: 5px;
    width: 50%;
    box-sizing: border-box;
    font-weight: bold;
    margin-top:20px;
}*/

.divValidationSummary {
    margin-top:20px;
    margin-bottom:10px;
    border:solid 1px black;
    width:50%;
    padding:5px;
}
.divValidationSummary:first-child {
    font-weight: bold;
}
.divValidationSummary ul {
    color:red;
    border-top:solid 1px black;
    margin-top: 5px;
    margin-bottom: 0px;
    padding-left: 20px;
    margin-left: -5px;
    margin-right: -5px;
}
.divValidationSummary ul:first-child {
    padding-top: 5px;
}

/* Product Purchase List styles*/
.buttonActionLink
{
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.divProductActionButton
{
    float: right;
    width: 80px;
    height: 48px;
    position: relative;
}

.divProductDetail
{
    margin-right: 80px;
    padding-left: 16px;
    height: 16px;
}

.divProductLine 
{
    color: #888888;
    border: solid 1px #bbb;
    margin-bottom:6px;
}

.divProductName
{
    margin-right: 220px;
    font-size: 15pt;
    color: #888888;
    font-weight: bold;
    padding: 6px 10px 0px 10px;
}

.labelProductLine
{
    font-weight: bold;
}

.textBoxProductQuantity 
{
    width:40px;
}

.divProductQuantity 
{
    float:right;
    width:130px;
    padding-top:10px;
}
.spanEndDate, .spanPrice, .spanAvailable
{
    padding-left:20px;
}
.ulSoProductList
{
    list-style: none outside none;
    margin: 0px;
    padding: 0px;
}

/***************************** LinkMapped ***********************************/
textarea.LinkMappedSelected, .LinkMappedSelected {
    border-color: #009999;
}
.WarnLinkMapped {
    background-color: #FFE9C8;
}
.ErrorLinkMapped {
    background-color: #FFDDDD;
}
.ulLoggerLinked {
    padding-left: 20px;
    margin-top: 6px;
    margin-bottom: 0px;
}
.ulLinkMapped {
    padding-left:20px;
}

