﻿.appHeader
{	
	background:url('../img/dfi.png') #406080 no-repeat 30%; 
	width:100%;height:85px;
	text-indent:34%;
	vertical-align:middle;
	line-height:90px;
	font-size:24px;
	font-weight:bolder;
	color:#fff;
	text-transform:uppercase
}
.ulForm
{
	list-style-type: none;
    padding: 0px 20px 8px 0px;
    float:left;
    margin:0px;
}
.InlineLayout li
{
    clear:both;
    list-style-type: none;
    display:inline-block;
}
.ulForm li
{
	
	text-indent:0px
}
.ulContainer
{
	list-style-type: none;
    padding: 0px;
}
.floatClear
{
	clear:both;
	float:none;	
}

.labelDesc
{
	font-size:16px;
	color:#024E89;
	font-weight:700;
}

.labelAlert
{
	font-size:14px;
	color:#FF0000;
	font-weight:900;
}
.labelData
{
	font:14px Arial,Helvetica,Geneva, sans-serif;
    color:#406080;
    font-weight:900;
}
.labelTitle
{
    font:14px Arial,Helvetica,Geneva, sans-serif;
}
.detailDesc
{
	color:#A77127;
	font-weight:bold;
}
#sortable_list
{
	list-style:none;
	margin::0px;
	padding:0px;
	font:11px Arial,Helvetica,Geneva, sans-serif;	
}
#sortable_list li.header div
{
	background:#ccc;
	font-weight:bold;
	cursor:default;	
	text-align:center;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	border-top: 1px solid #000;
}
#sortable_list li div
{
	display:block;
	float:left;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding:3px 5px;
}
.clearfix:after 
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#sortable_list li div.Checkbox
{ 
    width:20px;
    height:20px;
    border-left:1px solid #ccc
}
#sortable_list li div.BranchLicense
{ 
    width:127px;
    height:20px
}
#sortable_list li div.PhysicalAddress
{ 
    width:40em;
    height:20px
}
#sortable_list li div.DEO
{ 
    width:200px;
    height:20px
}
#sortable_list li div.TrustAccount
{ 
    width:200px;
    height:20px;
    border-left:1px solid #ccc
}
#sortable_list li div.choice
{ 
    width:135px;
    height:20px
}
#sortable_list li div.MonQuater
{ 
    width:150px;
    height:20px
}
#sortable_list li div.MonQuater input[type=checkbox]
{ 
    vertical-align: bottom;
}
#sortable_list li div.PeriodReport
{ 
    width:300px;
    height:20px;
    border-left:1px solid #ccc
}
#sortable_list li div.WarningTA
{ 
    width:100px;
    height:40px;
    border-left:1px solid #ccc; 
    font-size:large
}
#sortable_list li div.WarningMsg
{ 
    width:700px;
    height:40px;
    border-left:1px solid #ccc; 
    font-size:large
}
.cellQuestion
{
	border:1px solid #ccc;
	width:58em;
	background-color:#D8F0FE;
}
.cellQuestiondoc
{
	border:1px solid #ccc;
	width:56em;
	background-color:#D8F0FE;
}
.cellQuestion span, .cellQuestiondoc span
{
	color:#D77B15;
	font-weight:bold;
	text-transform:uppercase;
}
.cellData:nth-child(odd) 
{
    background-color: #E6FFE6;
}
.cellData:nth-child(even) 
{
    background-color: #FCF4E9;
}
/* after the first non-.parent, toggle colors */
li:not(.cellData) ~ .cellData:nth-child(odd) 
{
    background-color: #E6FFE6;
}
li:not(.cellData) ~ .cellData:nth-child(even) 
{
    background-color: #FCF4E9;
}

/* after the second non-.parent, toggle again */
li:not(.cellData) ~ li:not(.cellData) ~ .cellData:nth-child(odd) 
{
    background-color: #E6FFE6;
}
li:not(.cellData) ~ li:not(.cellData) ~ .cellData:nth-child(even) 
{
    background-color: #FCF4E9;
}

.monStatement
{
	list-style:none;
	float:left;
	padding: 2px 0 5px 0px;
}
.monStatement li:first-child
{
	width:40em;
	/*border:1px solid #ccc;*/	
}
.monStatement li
{
	float:left;
}
.msgAlert
{	
	display:none;
}
.required
{
    color:#D4142C; 
    font-size:14px; 
    font-weight:900
}
.borderNone
{
    background: none;
    border: none
}

/* Z-INDEX */
.formError 
{ 
    z-index: 990; 
}
.formError .formErrorContent 
{ 
    z-index: 991; 
}
.formError .formErrorArrow 
{ 
    z-index: 996;
}
.ui-dialog .formError 
{ 
    z-index: 5000;
}
.ui-dialog .formError .formErrorContent 
{ 
    z-index: 5001;
}
.ui-dialog .formError .formErrorArrow 
{ 
    z-index: 5006;
}
.formError 
{
	position: relative ;
	top: 300px;
	left: 300px;
	display: inline-block;
	cursor: pointer;
	text-align: left;
}
.required
{
    color:#D4142C; 
    font-size:14px; 
    font-weight:900
}
.highlightError
{
	border:2px #DF3631 solid;
	background-color:#FFC9CB;
}
.formError .formErrorContent 
{
	width: 100%;
	background: #ee0101;
	position:relative;
	color: #fff;
	min-width: 120px;
	font-size: 11px;
	border: 2px solid #ddd;
	box-shadow: 0 0 6px #000;
	-moz-box-shadow: 0 0 6px #000;
	-webkit-box-shadow: 0 0 6px #000;
	-o-box-shadow: 0 0 6px #000;
	padding: 4px 10px 4px 10px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
}
.errorMsg 
{
    color:#FF0000;
    font-size: 12px;
}
fieldset
{
    background-color:#fff;
}
.pageInstruction
{
    color:#2512ca;
    font-weight:600;
    width:100%;
    border:#949191 solid 2px;
    background-color:#f5f3f3;
}
.msgCaution
{
    color:#FF0000;
    font-weight:900;
}
.msgWarning
{
    color:#FF0000;
    font-weight:700;
    font-size:16px;
}

.msgNotice
{
    color:#D4142C;
    font-size:14px;
    font-weight:900;  
}

.hideContent
{
    display:none;
}
.star
{
    color:#f80808;
    font-size:16px;
    font-weight:600;   
}
.PageMsg
{
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#024E89;
	font-weight:600
}
.msgBrokerNotice
{
    color:#FF0000;
    font-weight:600;  
}

th.colTitleBar
{
    background-color:#e4e1e1;
    text-align:center;
}
td.rowTitleBar
{
    background-color:#e4e1e1;
    text-align:right;
   font-weight:600;   
}
.rowCurrency{
    text-align:right;
    font-weight:800;
}
.currencyInput, .nCurrencyInput
{
    text-align:right;
}