.errorText
{
    text-align: center;    
    color: red;
}

.wksField {
    text-align:left; 
    font-size:small;  
    padding-left:25px;
    text-indent:-25px;      
}

.wksField span 
{
    padding-bottom: 4px;
}

.newLine {
    clear:both;
}

.AmountField
{
    width: 140px;
    text-align:right;
}

.amountLine {
    float:right;
    margin-left:30px;
}

.totalLine {
    border-bottom: solid thin #003366;
    float: right;
    margin-bottom: 8px;    
    margin-right: 5px;
    padding-right: 5px;
    width: 140px;
    text-align: right;    
}

.wizButton[disabled="true"]
{
    background-color: Gray;
}

.wizButton
{
    background-color: #517DA6;
    height: 30px;
    color: white;
    font: bold 100%;
    text-transform: uppercase;
    border: none;
    font-family: "Arial Narrow", Arial, sans-serif;
    font-stretch: condensed;
}

.warnText
{
	background-position: left;
	background: transparent url(../images/warn-small.png) no-repeat top left;
	padding: 0px 40px 0px 30px;
	margin-top: 8px;
	min-height: 40px;
	text-align: left;
	color: #003366;
	font-style:italic;
}

.warnTextInline
{
	background-position: left;
	background: transparent url(../images/warn-small.png) no-repeat center left;
	padding: 2px 5px 0px 30px;
	margin-left:10px;
	min-height: 20px;
	text-align: left;
	font-weight:bold;
	color: black;	
	display:inline;
}

.warnText a
{
	font-style:normal;
}

#ar
{
	background: url(../images/annualreport_full.png) no-repeat 0px 0px;
}

#cgs
{
	background: url(../images/goodstanding_full.png) no-repeat 0px 0px;
}

#db
{
	background: url(../images/download_full.png) no-repeat 0px 0px;
}

#re
{
	background: url(../images/reinstatement_full.png) no-repeat 0px 0px;
}

#reg
{
	background: url(../images/registration_full.png) no-repeat 0px 0px;
}

#regStartNow
{
    background: url(../images/startNow_full.png) no-repeat 0px 0px;
}

#bussearch
{
	background: url(../images/search_full.png) no-repeat 0px 0px;
}

#digitalAsset
{
    background: url(../images/digitalassets_full.png) no-repeat 0px 0px;
}

#wyobiz_links
{
	
}

.td1
{
	width:75px;
	height:75px;
	float:left;
	margin-right:12px;
	padding-bottom:16px;
}

.td2
{
	margin-top:15px;
	min-height:75px;
	font-size:14px;
	vertical-align:top;
}

#wyobiz_links .spacer
{
	font-size:10px;
}

.td2 a
{
	font-size:14px;
	font-weight:bold;
	margin-right:10px;
}

a.pixLink
{
	padding-left:75px;
	padding-bottom:58px;
}

a.pixLinkStart
{
	padding-left:155px;
	padding-bottom:35px;
}

.arLink_small
{
    background: transparent url('../images/annualreport_small.png') no-repeat 0px 0px; 
}

.reLink_small
{
    background: transparent url('../images/reinstatement_small.png') no-repeat 0px 0px; 
}

.newSearchLink_small
{
    background: transparent url('../images/search_small.png') no-repeat 0px 0px; 
}

.filingWizardLink_small
{
   background: transparent url('../images/return_to_search_small.png') no-repeat 0px 0px; 
}

.searchLink_small
{
    background: transparent url('../images/search_small.png') no-repeat 0px 0px; 
}

.backToSearchLink_small
{
    background: transparent url('../images/return_to_search_small.png') no-repeat 0px 0px; 
}

.goodStandingLink_small
{
    background: transparent url('../images/goodstanding_full.png') no-repeat 0px 0px;
}

.collapser 
{
    text-align:left;
}

.expander a 
{
    color:Gray;
    padding:0 0 0 0 !important;
    background-color:Transparent !important;
}
.expander img
{
    border-style:none;    
}

.fieldLabel
{
    font-size:x-small;
    font-weight:bold;
    text-align:left;
    vertical-align:bottom;
    white-space:nowrap;
    line-height:14px;
}

.fieldData 
{
    padding-bottom:6px;
    padding-right:6px;
}

.tooltipHelp
{
    background: transparent url(../images/tooltip.png) no-repeat center left;
    display: inline-block;
    position: relative;
    text-align: left;
}

.tooltipHelp .tooltipRight
{
    min-width: 400px;
    max-width: 600px;
    top: 50%;
    left: 100%;
    margin-right: 20px;
    transform: translate(0, -50%);
    padding: 20px;
    /*color: #666666;*/
    background-color: #FFFFE0;
    font-weight: normal;
    font-size: 11px;
    border-radius: 8px;
    position: absolute;
    z-index: 99999999;
    box-sizing: border-box;
    display: none;
    border: 1px solid #DCA;
}

.tooltipHelp:hover .tooltipRight
{
    display: block;
}

.tooltipHelp .tooltipRight i
{
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -12px;
    width: 12px;
    height: 24px;
    overflow: hidden;
}

.tooltipHelp .tooltipRight i::after
{
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    left: 0;
    top: 50%;
    transform: translate(-50%,-50%) rotate(-45deg);
    background-color: #FFFFE0;
    border: 1px solid #DCA;
}

.heading-holder 
{
    width:100%;
    padding-bottom:20px;
    line-height:36px;
    display:inline-block;
}

#crumbs {
    float:right;
    padding-top:10px;
}

.breadcrumbs li 
{
    list-style-type:none;
    float:left;
}

.breadcrumbs a {
    text-transform: capitalize;
    color: #0d457a;
    font:1.2em Times New Roman, serif;
    text-decoration: color:#000000;
    background: url(../images/breadcrumb.gif) no-repeat right center;
    padding-right: 10px;
    margin-right: 5px;
}

.login a {
    color: #0d457a;
}

.login a:hover {
    text-decoration: underline;
    color: #9a1a33;
}

.groupHeader {
    font-weight: bolder;
    vertical-align: bottom;
    text-transform: uppercase;
    color: #003366;
}

.groupHeader span {
    border-bottom: solid thin #003366;
}


div.ARGrid
{
	width:100%;
}

table#ARGrid
{
	border:1px solid black;
	margin:20px;
	text-align:center;
	max-width:300px;	
}

table#ARGrid th
{
	background-color: #D6E0EA;
	text-align: center;
	border: 1px solid black;
	font-weight: bold;
}

table#ARGrid td
{
	text-align:center;
	border:1px solid black;
}



.right40 {
    float:right;
    width:40%;
    padding-left:15px;
    padding-bottom:15px;
}

@media (max-width: 460px) {
.right40 {
    display:block;
    float:none;
    width:100%;
    padding-left:0;
    clear:both;
}
}


.fhContainer
{
    font-size:larger;
    cursor: pointer;
    width:100%; 
    display:inline-block;
    padding-bottom:4px;
    margin-bottom:-4px;
}

.fhHeader
{
    padding:10px;
    text-align:left;
    min-height:20px;
}

.fhContainer:focus, .fhContainer:hover
{
    background-color: #ffff77;
    cursor: pointer;
}

.fhRef
{
    float:left;
}

.fhDate
{
    padding-top:2px;
    text-align:right;
}

.fhDetails
{
    font-size:8px;
    padding-right:3px;
    margin:0px;
    width:10px;
    height:13px;
    
}

.fhPdf
{
    background-image: url(../images/pdfsmall.gif);
    display:inline-block;
    width:24px;
    height:24px;
    vertical-align:text-top;
    background-repeat:no-repeat;
}

.fh_On
{
    display:inline-block;
}

.fh_Off
{
    display:none;
}

.fhImage
{
    xfloat:right;
    xline-height:14px;
    xheight:10px;
}

.fhHistory
{
    text-align:left;
    padding-left:25px;
    display:none;
    width:96%;
}

@media (max-width: 540px) 
{
.fhDate {
    text-align:left;
}
}