﻿
/*
.mandatory {
    color: red;
    font-weight: bold;
    font-size: 1.5em;
}

.mandatoryInputInvalid {
    border:1px solid red;
}


.validationField {
     color: red;
    font-weight: bold;
}

.OutcomeMessage {
    color: #2d4492;
    font-weight: bold;
    text-align: left;
}

.ValidationErrorMessage {
    color: red;
    font-weight: bold;
}

.hideStackTrace {
    display: none;
}

.NotShown {
    visibility: hidden;
    width: 1px;
    height: 1px;
}

.NotRendered {
    display: none;
}
*/
/* Custom*/

/*
.buttonPrimary {
    border: 1px solid #3B4698;
    background: #3B4698;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
}

.buttonPrimarydisabled {
    border: 1px solid #6e6e6e;
    background: #6e6e6e;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
}

fieldset {
    background: #FFF;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 10px 15px 15px 15px;
    border: 1px solid #999;
}

legend {
    font-size: 1.0em;
    font-weight: bold;
    padding: 2px 5px 3px 5px;
}

/*label {
    font-weight: bold;
    font-size: .9em;
    display: block;
    margin: 7px 0 3px 0;
    width: 10px;
}*/

/*
table {
    padding-left: 1%;
}

.messageDisplay {
    text-align: center;
}

.labelfieldnonmandatory {
    font-weight: bold;
    font-size: 1.0em;
    width: 130px;
    display: inline-block;
}

.labelfield {
    font-weight: bold;
    font-size: 1.0em;
    width: 130px;
    display: inline-block;
}
.labelfield:after {
        content: " * ";
        color: red;
        font-weight: bold;
        font-size: 1.5em;
        vertical-align: middle;
    }

td.LabelCell {
     width: 250px;
     min-width:250px;
}

select.currencyDropDown {
    width: 250px;
}
td.EditorCell {
    width: 175px;
}

td.HeaderCell {
    font-weight: bold;
    color: #003399;
    text-align: center;
    font-size:large
}
td.CurrencyCell {
    width: 250px;
}
td.FinancialYearEndCell {
    width:175px;
}
td.LicenceTypeEndCell {
    width:650px;
}
td.DisplayCell {
    border: thin solid #FFFFFF;
    width: 140px;
    height: 25px;
    background-color: #E8E8E8;
    text-align: right;
}
input.Editor-Field, Select.Editor-Field {
    border: 1px solid #CCCCCC;
    width: 90%;
}
a:link	{color: #0033cc; text-decoration: none;  cursor: pointer;}
a:visited	{color: #0033cc; text-decoration: none;  cursor: pointer;}
a:active	{color: #0033cc; text-decoration: none;  cursor: pointer;}
a:hover	{color: #6699FF; text-decoration: underline;  cursor: pointer;}


.currencydiv {
    padding: 10px;
}
td.LabelCell.Required:after {
    color: #e32;
    content: ' *';
    display:inline;
}
*/


span.control-label:after {
    color: #e32;
    content: ' *';
    display:inline;
}
  
input.Highlight, select.Highlight {
    border: 1px solid #FF6666;
}

span.Highlight {
    color: #FF6600;
}

input.HiddenCell, span.HiddenCell {
    display:none;
}

/*
div.RequiredLabel {
    text-align: center;
}

td.ResultsDisplayCell {
    border: thin solid #FFFFFF;
    width: 140px;
    height: 25px;
    background-color: #E8E8E8;
    text-align: center;
}
td.HiddenCell {
    display:none;
}

table.Tile {
    display: inline;
    width: 100%;
    float: left;
    border-style: solid;
    border-width: 2px 1px 2px 2px;
    padding-left:0px;
}
tr.ResultsRow {
    height:35px;
    width:100%
}
td.ResultsLabelCell {
    width: 25%;
    background-color: #A4C1FF;
    color: #003399;
}
td.ResultsDataCell {
    width: 75%;
    background-color: #FFFFFF;
    color: #FF6600;
}

.HelpIcon
{
    padding-left: 4px;
    width: 17px;
    height: 17px;
}

a.tooltip span
{
    display: none;
}
a.tooltip:hover span {
    z-index: 10;
    padding: 14px 20px;
    margin-top: -30px;
    margin-left: 20px;
    max-width: 250px;
    width: auto;
    line-height: 16px;
    display: inline;
    position: absolute;
    color: #111;
    border: 1px solid #DCA;
    border-bottom: 1px solid #D4D4D4;
    font-size: small;
    background-color: #6699FF;
    background-image: url('Images/bgfadegreen.gif');
    background-repeat: repeat-x;
    text-decoration: none;
    box-shadow: 5px 5px 8px #999;
    -moz-box-shadow: 5px 5px 8px #999;
    -webkit-box-shadow: 5px 5px 8px #999;
}
div.ButtonContainer {
    width:64%;
}
div.ButtonContainer input.SubmitButton {
        float:right;
}
div.PrecautionsPanel {
     color: #003399;
     padding-top:50px;
     padding-bottom:20px;
}
ul.PrecautionList {
    list-style-type: disc;
}

ul.PrecautionList li {
    padding: 2px;
    margin: 5px;
}
div.AssessmentPass {
    border-style: dashed;
    font-size: 30px;
    font-weight: bold;
    color: #009933;
}
div.AssessmentFail {
    font-size: 30px;
    font-weight: bold;
    color: #FF0000;
}
div.AssessmentMessagePanel {
    border-color: #FF3300;
    border-style: dashed;
    color: #FF3300;
    min-height: 40px;
    text-align: center;
}
div.section {
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 1px;
    padding-bottom: 1px;
    text-transform: uppercase;
    font-size: 25px;
    color: #003399;
}
.subsection {
    padding-top: 1px;
    padding-bottom: 1px;
    font-size: large;
    color: #003399;
}
div.ContentPanel {
     color: #003399;
}
div.AssessmentPanel {
    text-align: center;
}
div.AssessmentPanel span, div.AssessmentMessagePanel span {
     display: inline-block;
  vertical-align: middle;
  line-height: normal;
}
p.DisclaimerText {
    color: #003399;
}
div.DisclaimerButtonContainer {
     width:100%;
}
div.DisclaimerButtonContainer input.AcceptDisclaimer {
        float:right;
}
    */
