﻿#forms-view .aspNetDisabled
{
    font-size: 100%;
    text-decoration: none;
}
#forms-view select[disabled="disabled"]
{
  background: #E2E2E2;
  color: Black;
}
#forms-view input[type="text" disabled="disabled"]
{
  background: #E2E2E2;
  color: Black;
}
#forms-view .decDisabled
{
    background-color: #E2E2E2;
    font-weight: bold;
    color: Black;
    text-decoration: none;
}

#forms-view option[disabled="disabled"]
{
    background-color: #E2E2E2 !important;
    color: Red !important;
}

#header-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 80px;
	z-index: 1;
}

#header {
	height: 95px;
	width: 800px;
	background-color: #FFFFFF;
	background-image: url(Images/hdr_graphic.gif);
	background-repeat: no-repeat;
	margin: 0 auto;
	z-index: 2;
}

#content-wrapper {
    left: 0;
    width: 800px;
    padding-top: 95px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
	margin-left: 0px;
    background-color: #FFFFFF;
    z-index: 3;
}

#content {
	width: 780px;
    padding-left: 10px;
    text-align: left;	
    height: 100%;
    background-color: #FFFFFF;
}

#messages
{
    padding-top: 5px;
    background-color: white;
    vertical-align: middle;
    height: 30px;
    width:800px;
    display: none;
}

#messages-content {
    padding-top: 5px;
    height: 20px;
    font-weight: bold;
    border: 1px solid red;
    color: maroon;
    background-color:yellow;
	width: 790px;
    text-align: center;
    vertical-align: middle;
    display: block;
}

#footer-wrapper {
	width: 100%;
	bottom: 0;
	left: 0;
	height: 55px;
}

#footer
{
	width: 800px;
	height: 65px;
	background-color: #F0F0F0;
	background-image: url(Images/ftr_graphic.gif);
	background-repeat: no-repeat;
    font-size: 90%;
    margin: 0px auto;
}

#footer table
{
    width: 775px;
    margin: 0px 0px 0px 0px;
}

#footerLinks
{
    width: 775px;
    /*font-size: 14px;*/
    font-weight: bold;
}

#validationErrors
{
    margin: 8px 0px 8px 0px;
}

#content-wrapper #functionbuttons
{
	width: 750px;
	height: auto;
	margin: 0px 0px 0px 0px;
    border-style: none;
    border-width: 0px;
}

#content-wrapper #functionbuttons hr
{
    height: 0px;    
    width: 750px;
    color: #BD962E;
    border-color: #BD962E;
    border-top:  0px none #000000;
    border-left: 0px none #000000;
    border-right: 0px none #000000;
    border-bottom: 1px solid #BD962E;
    margin-bottom: 0px;    
    padding: 0px 0px 0px 0px;
}

table.percentComp
{
    border-collapse: collapse;
    background-image: url(Images/base_bar.gif);
    background-repeat: no-repeat;
}

.progress_outer 
{
    text-align: center;
    position: fixed;
    top: 225px;
    width: 100%;
    background: transparent;
    background-image: url(Images/img_waitbg.gif);
    background-repeat: no-repeat;
    background-position:top;
    height: 100%;
    text-align: center;
    z-index: 900;
    top: 0px;
    left: 0px;
    vertical-align: middle;
    display: table;
}
.progress_inner
{
    text-align: center;
    position: relative;
    top: 285px;
    width: 100%;
    background: transparent;
    background-image: url(Images/img_waitwheel.gif);
    background-repeat: no-repeat;
    background-position:top;
    height: 100px;
    text-align: center;
    z-index: 1000;
    vertical-align: middle;
}

.pageTitle
{
	font-weight: bold;
	font-size: 140%;
	line-height: 110%;
	padding: 0;
    color: #21517A;
    margin-bottom: 8px;
    text-align: left;
}

.summaryLevel1
{
    margin-left: 16px;
}

.summaryLevel2
{
    margin-left: 24px;
}

.summaryLevel3
{
    margin-left: 24px;
}

.summaryLevel4
{
    margin-left: 32px;
}

.summaryLevel5
{
    margin-left: 75px;
}

.percentCompleteText
{
    font-size: 75%;
}

.pageText
{
	font-weight: bold;
	padding:0;
	color:#21517A;
    margin-bottom: 8px;
}

.pageNote
{
	font-weight: bold;
	font-size: 80%;
	padding:0;
	color:#21517A;
    margin-bottom: 8px;
}

.errorText
{
	font-weight: bold;
	color: Red;
}

.errorText ul
{
	margin: 0 0 0 0;
	border: 0 none white;
}

.liText
{
	padding-left: 5px;
}

.cashTotal
{
	text-align: right;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 2px solid #000000;
}

input.cash
{
	text-align: right;    
}

.printButton
{
    cursor: pointer;
}

.imageRequiredIndicator
{
    color: Red;
    display: inline;
}

.labelFieldName
{
	font-weight: bold;
	vertical-align: top;
    display: inline;	
}

.formTable
{
    border-style: solid;
	border-color: #1C507B;
	border-width: 1px;
	border-collapse: collapse;
}
.formTable th, .formTable td
{
    border-style: solid;
    border-color: black;
    border-width: 1px;
    font-size: 30%;
}
.formTable th
{
    padding-left: 5px;
    background-color: #82CFF5;
    font-weight: bold;
}

.dataTable, .wrappingDataTable
{
    border-style: solid;
	border-color: #1C507B;
	border-width: 1px;
	border-collapse: collapse;
	width: 100%;
}

.wrappingDataTable
{
	table-layout: fixed;
	word-wrap: break-word;
}

.dataTable th, .dataTable td, .wrappingDataTable th, .wrappingDataTable td
{
    border-style: solid;
    border-color: #1C507B;
    border-width: 1px;
}

.dataTable th, .wrappingDataTable th
{
	font-weight: bold;
	font-size: 105%;
	height: 30px;
    text-align: left;	
    background-color: #82CFF5;
}

.employerGrid
{   
    border: none;
    border-bottom: 1px solid grey;
    border-top: 1px solid grey;
}

.insuranceGrid
{   
    border: none;
    border-bottom: 1px solid black;
}

.mortgageGrid
{   
    border: none;
    border-bottom: 1px solid grey;
}

.tableRow
{
    background-color: White;
}

.tableAltRow
{
    background-color: #E3F3FB;
}

.pageInfo
{
    margin-left: 0px;
    margin-top: 0px;
	font-size: 80%;
}

.DisplayName 
{
    font-style: normal;
}

.ParagraphBelowRadioButton
{
    margin-left: 24px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    border: 0 0 0;
    font-style: italic;
}
.contactPadding input[type="radio"]
{
    padding: 0px;
    margin: 5px;
    border: 0px;
}

html
{
    overflow-y: scroll;
}

body 
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80.01%;
    line-height: normal;	
	color: #000000;
	background-color: #F0F0F0;
	border: 0; 
	margin: 0px; 
	padding: 0;
	direction: ltr;
}

br 
{
    margin: 0 0 0 0;
}

p 
{
    font-weight: normal;
    line-height: 120%;
    margin: 0 0 8px 0;
}

form 
{
    margin-bottom: 0px;
    border-collapse: collapse;
}

h1,h2,h3 {
    color: #21517A;
}

h1 {
    font-size:135%;
}

h2 {
    font-size:120%;
}

h3 {
    font-size: 95%;
    font-weight: bold;
}

a, a:link, a:visited {
    color: #21517A;
}

a:hover, a:focus {
    color: #FFFFFF;
    text-decoration: none;
    background-color:#21517A;
}

fieldset 
{
    border: 2px solid #21517A;
    padding: 0px 5px 2px 5px;
}

legend 
{
    margin-left: 0px;
    margin-top: 0px;
	font-size: 100%;
    font-weight: bold;
	color: #21517A;
}

fieldset input, fieldset textarea {
	font-weight: normal;
}

fieldset select {
	border: 2px solid #21517A;
}

textarea:focus, input:focus, select:focus {
     border: 2px solid #21517A;
     background-color: #E3F3FB;
}

input 
{
    font-family: inherit;
    border-width: 2px;
    border-style: solid;
    border-color: transparent;
    vertical-align: middle;
    margin: 0;
    margin-top: 0px;
}

input[type="text"], input[type="password"], select
{
    border: 2px solid #21517A;
}

.alert {
    color: #000000;
}

p.alert {
    color:#000000;
    font-weight: bold;
}

.filingRequirements ul 
{
}

.filingRequirements li
{
    margin: 8px 0px 8px 0px;
}

.filingRequirements b
{
    color: #21517A;
}

input[type="checkbox"]
{    
    margin-top: 5px;
    margin-left: 10px;
    margin-right: 5px;
    margin-bottom: 8px;
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    border-bottom: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
}

input[type="radio"]
{    
    margin-top: 5px;
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 5px;
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    border-bottom: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
}

#DataReview fieldset 
{
    border-style: solid;
    border-color: #21517A;
    border-width: thin;
    margin: 10px 3px 10px 3px;
}

#DataReview legend 
{
    color: #21517A;
    font-weight: bold;
}

#DataReview table 
{
    margin-left: 0px;
    margin-top: 0px;
    width: 100%;
}

.OMBNumber 
{
    text-align: right;
	font-size: 70%;
}

.checkboxField
{
    width: auto;       
}

.button
{
    clear: none;
    display: inline;
    float: none;
}


/*************************************************************************
  Begin Data Entry Control Classes
*************************************************************************/
.decFieldsetLayoutFormView
{
    display: inline;
    border-style: none;
    border-width: 0px;
	padding: 0px 0px 0px 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    font-size: 120%;
}
.decFieldsetLayoutFlow, .decFieldsetLayoutTable, .decFieldsetLayoutFlowNoLabel
{
    display: inline;
    border-style: none;
    border-width: 0px;
	padding: 0px 0px 0px 0px;
}

.decFieldsetLayoutFlow 
{
    margin-left: 13px;
    margin-top: 13px;
}

.decFieldsetLayoutTable
{    
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

.decFieldsetLayoutFlowNoLabel
{
    margin-left: 13px;
    margin-top: 0px;
}

.decLegend 
{
    margin: 0px 0px 0px 0px;
    border-style: none;
    border-width: 0px;
}

.decFieldLabelPanel
{
    vertical-align: middle;
    margin: 0px 0px 0px 0px;
}

.decFieldLabel, .decHintText
{
    display: inline;    
	color: Black;
	vertical-align: middle;
}

.decFieldLabel
{
	font-weight: bold;
}

.decHintText
{
    font-weight: normal;
}

#dataEntryControl
{
    display: inline;
}


#dataEntryControl input
{
    display: inline;    
    font-weight: normal;    
    font-size: 100%;
}

#dataEntryControl select
{
    display: inline;    
    font-weight: normal;    
    font-size: 100%;
}

.dataEntryControl
{
    display: inline;
}

div.form input.dataEntryControl
{
    display: inline;    
    font-weight: normal;    
    font-size: 100%;
}

.dataEntryControl input
{
    display: inline;    
    font-weight: normal;    
    font-size: 100%;
}

.dataEntryControl select
{
    display: inline;    
    font-weight: normal;    
    font-size: 100%;
}
.dataEntryControl disabled
{
    font-size: 80%;
}

.decCheckboxField
{
    font-weight: bold;    
}

.decEnabled
{
    background-color: White;
}

.decDisabled
{
    background-color: #D8D8D8;
}

/*************************************************************************
  End Data Entry Control Classes
*************************************************************************/

/*************************************************************************
  Begin Section Classes
*************************************************************************/
#section 
{
    display: block;
    clear: both;
    margin-top: 16px; 
    margin-left: 0px; 
    border-style: none;
    border-width: 0px;
}

.SectionTitle 
{
    color: #21517A;
    font-size: 110%;
    font-weight: bold;
    margin-top: 16px;
    margin-bottom: 0px;
}

/*************************************************************************
  End Section Classes
*************************************************************************/



table.financialDataTable 
{
    
}

table.financialDataTable td
{
	height: 24px;
	text-align: right;
}

table.financialDataTable td.headers
{
	height: 24px;
	text-align: left;
}

table.financialDataTable td.gapper
{
	height: 10px;
}

/*************************************************************************
  Additional styles related only to the Forms View Pages
*************************************************************************/

.small
{
    font-size: 8px;
	font-weight: normal;
}
.small2
{
    font-size: 10px;
	font-weight: normal;
}

.mHeader
{
    font-size: 16px;
	font-weight: bold;
}

.gridHeader
{
    font-size: 36px;
	font-weight: bold;
}

table.form
{
	border-collapse: collapse;
	padding-left: 0px;
}
table.form td
{
    font-size: 11px;
	text-align: left;
	font-weight: normal;
	border-collapse: collapse;
	padding-left: 0px;
}
table.form th
{
    font-size: 11px;
	text-align: left;
	font-weight: bold;
	border-collapse: collapse;
	padding-left: 5px;
}
table.form td.light
{
    border-top: 1px solid black;
	border-left: 1px solid black;
	background-color:#FFFFFF;
	padding-left: 4px;
}
table.form td.lightLeft
{
    border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid #003366;
	background-color:#FFFFFF;
	padding-left: 4px;
}
table.form td.lightLeft2
{
	border-left: 1px solid black;
	border-right: 1px solid #003366;
	background-color:#FFFFFF;
	padding-left: 4px;
    padding-top: 0px;
}
table.form td.lightRight
{
    border-top: 1px solid black;
	border-right: 1px solid black;
	background-color:#FFFFFF;
	padding-left: 4px;
}
table.form td.lightRightLight
{
    border-top: 1px solid black;
    border-right: 1px solid black;
	background-color:#FFFFFF;
	padding-left: 4px;
}
table.form td.lightCenter
{
    border-top: 1px solid black;
	border-right: 1px solid black;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
	background-color:#FFFFFF;
	padding-left: 4px;
}
table.form th.lightSpecial
{
    border-left: 1px solid black;
	background-color:#FFFFFF;
	padding-left: 4px;
}
table.form td.lightSplit
{
	border-right: 1px solid black;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
	background-color:#FFFFFF;
	padding-left: 0px;
}
table.form td.blueLeft
{
    border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	background-color:#F2FAFD;
	padding-left: 4px;
}
table.form td.blueRight
{
    border-top: 1px solid black;
	border-right: 1px solid black;
	background-color:#F2FAFD;
	padding-left: 4px;
}
table.form td.blueRightLight
{
    border-top: 1px solid black;
    border-right: 1px solid black;
	background-color:#F2FAFD;
	padding-left: 4px;
}
table.form td.blueCenter
{
	border-right: 1px solid black;
	border-left: 1px solid black;
	background-color:#F2FAFD;
	padding-left: 4px;
}
table.form th.blueCenter
{
	border-right: 1px solid black;
	border-left: 1px solid black;
	background-color:#F2FAFD;
	padding-left: 4px;
}
table.form th.header
{
    border-top: 1px solid black;
	border-left: 1px solid black;
	background-color:#FFFFFF;
}
table.form th.blueLeft
{
	border-left: 1px solid black;
	background-color:#F2FAFD;
	padding-left: 4px;
	padding-right: 5px;
	text-align: left;
}
.whatsneeded
{
    padding: 10px 0px 0px 0px;
}