
body {
    padding: 0; margin: 0;
	font: normal 12px/1.5 Arial, Helvetica, sans-serif;
	}
	
	
/* Master Page */

.container, .container2 {
	width: 898px;
	margin: 0 auto;
	}
	
.MainContent {

	}
	
.container .MainContent, #appWrapper  {
	border-radius: 5px;
	border: 1px solid #c2c2c2;
	margin-bottom: 20px;
	-moz-box-shadow: 0 1px 6px #d9d9d9;
	-webkit-box-shadow: 0 1px 6px #d9d9d9;
    }
		
.header {
	position: relative;
	height: 109px;
	background: url(/images/priv-operated.gif) no-repeat 694px 68px;
	}
	
.logo {
    display: block;
    width: 351px;
    height: 88px;
    position: absolute;
    top: 10px;
    left: 0;
    background: url(/images/main-logo.gif) no-repeat 0 0;
    text-indent: -9999px;
    }
	
.footer {

	color: #393939;
	}
	
.footer span {
	font-size: 90%;
	float: right;
	padding-right: 5px;
	}
	
.FooterDisclaimer {
    font-size: 11px;
    color: #393939;
    padding: 10px 5px 40px 5px;
    clear: both;
    }
	
/* Type */

p, h1, h2, h3 {
    margin: 0 0 18px 0;
    padding: 0;
    }
   
h1 {
    color: #3c3c3c;
    }

h2 {
    color: #004d70;
    font-size: 24px;
    }
    
h3 {
    font-size: 18px;
    }
    
ul {

    }
    
li {
    margin-bottom: 8px;
    }
    
strong {
    color: #004d70;
    }

/* Links */

a:link, a:visited {
	color: #1f4f99;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}
	
/* Footer & Header Nav */

.header ul, .footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
    }

.header ul {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 26px;
    right: 12px;
    }
    
.header ul li, .footer ul li {
    float: left;
    }
    
.header ul a:link, .header ul a:visited, .footer a:link, .footer a:visited  {
    color: #666666;
    font-size: 11px;
    text-decoration: none;
    display: inline-block;
    padding: 0 10px;
    border-right: 1px dotted #000;
    }
    
 .header ul a:hover {
    color: #1f4f99;
    }
    
.header li.l a, .footer li.l a {
    border: none;
    padding-right: 0;
    }
    
.footer a:link, .footer a:visited {
    color: #393939;
    padding: 0 6px;
    height: 12px;
    line-height: 12px;
    }
    
.footer a:hover {
    text-decoration: underline;
    }

/* Forms */

#appWrapper {
	background: url("images/main-app-heading.gif") no-repeat 55% 0;
	padding-top: 55px;
	}
	
.disclaimer {
	}
	
.AppHeading {
    display: block;
    width: 100%;
    font-size: 22px;
    font-weight: bold;
    color: #1a85b0;
    padding: 20px 0 10px 0;
    border-bottom: 1px dotted #8d8d8d;
    }

.AppLabel2 {
	color: #2b2b2b;
	font-weight: bold;
	padding: 10px 10px 0 0;
	}
	
.blockLabel {
    display: block;
    padding-bottom: 5px;
    }

.ValSummary /* used for validation summary */ {
	}
	
.divFullTerms {
    width: 510px;
    margin: 0 auto;
    }

#submitButtonDiv {
	text-align: center;
	padding: 0 0 25px 0;
	}

input, select, listbox {
	border: 1px solid #999;
	border-radius: 2px;
	padding: 6px 5px;
	-moz-box-shadow: 0 0 2px #d3d3d3; -webkit-box-shadow: 0 0 2px #d3d3d3;
	}

select {
    padding: 6px 2px 6px 0;
    }

#submitButtonDiv input, .ReapplyButton, input[type="image"]  {
    -moz-box-shadow: none; 
    -webkit-box-shadow: none;
    }
    
/* Fields */

#ctl00_MainContent_ctl00_cmbDirectDeposit { width: 250px !important; }

/*VALIDATION SUMMARY*/
#ValSummaryContainer {
    width: 372px;
    margin-left: auto;
    margin-right: auto;
    padding:5px;
    }

#ValSummaryContainer img {
    margin-top: 15px;
    }

.ValSummary2 /* used for validation summary */
{
    font: normal 11px Verdana, Arial, Helvetica, sans-serif;
    color: #600;
    background-color: #ffffff;
    border: 3px solid red;
    z-index: 5;
    max-height: 150px;
    width: 340px;
    margin-left: auto;
    margin-right: auto;
    overflow-y: scroll;
    overflow-x: hidden;
    text-align:left;
    padding: 10px;
}

.error_msg {
	
vertical-align:middle;

}

.inputerror
	{ background-color: #F5F76C; border: 2px solid #ef0006; }
	
.AppLabelError
	{
        text-align: left;
        font: bold 12px Arial, Verdana;
        color: #ef0006;
    	padding-right: 4px;
	    vertical-align: middle;
    }
		
.error_img
    {
        vertical-align:bottom;
    }
    
/* Steps */
    
.step1Form, .step2Form, .step3Form {
    width: 600px !important;
    margin: 30px 0 0 100px;
    }
    
.step1 .AppHeading {
    padding-top: 18px;
    }
    
.step1, .step2, .step3 {
    width: 86%;
	margin: 0 auto;
    }
    
.CallCenter {
    width: 370px;
    margin: 60px 0 0 0;
    font-size: 18px;
    }


/* Step 1 */

.step1 {
	background: url(images/step1-bg.gif) no-repeat 100% 10px;
	position: relative;
	}
	
.secureLink {
    position: absolute;
    top: 20px;
    }
    
.secureLink:hover {
    border-bottom: 1px dotted #0d5e80;
    }
    
.secureLink a:hover {
    text-decoration: none;
    }
    
 .CustomAppMessage {
 
    margin-top: 100px;
    padding: 20px 20px 20px 30px;
    font-size: 17px;
    margin-bottom: -25px;
    background: #feffdb;
    border: 1px solid #f2f3c4;
    }

/* Step 2 */

.step2Form .AppLabel2:first-child, .step3Form .AppLabel2:first-child   {
	width: 293px;
	}

/* Step 3 */

.step3 {
	}

/* Step 4 */

.step4 {
	}

/* Step 5 */

.step5 {
	}
	


/* Popup Application */	

.popupApp {
    width: 500px; margin: 0 auto; text-align: center; }
    
/* Others */
.clear {
    clear: both;}


/* Processing & Thank You */

.please {
    margin: -40px auto 0 auto;
    }

.PleaseWait {
    margin: auto; text-align: center; padding: 40px 0;}
    
.PleaseWait table {
    width: 80%;
    margin: 0 auto;
    }
    
.PleaseWait table img {
    margin-right: 25px;
    }

.ProcessingBody {
    padding-bottom: 160px;}

.PleaseWait p {
	font-size: 14px;
	font-weight: bold;
	color: #0b5675;
	}
	
.ThankYouContainer .ThankYouRedirectLink {

    }

/* Unsubscribe */

.Unsubscribe {
	width: 80%;
	margin: 40px auto 20px auto;
	}
	
.Unsubscribe h1 {
    font-size: 24px;
    color: #0d5e80;
    }
	
.UnsubscribeForm {
	}

/* Popup window styles */

.popupwindow table {
	margin: 0 auto;
	}
	
.popupwindow .MainContent {
	padding: 10px 12px;
	}
	
.popupwindow a:link, .popupwindow a:visited {
    text-decoration: underline;
    }
    
.popupwindow a:hover {
    text-decoration: none;
    }
	
.popupwindow h1 {
    font-size: 24px;
    margin: 20px 0;
    padding: 0;
    }
    
.popupwindow h2 {
   font-size: 18px;
   line-height: 1.2;
    }
    
.terms h1 {
    margin-top: 0;
    }
    
.terms br {
    display: none;
    }
    
.terms .PWMAddress br {
    display: inherit;
    }
	
/* special styles */

a.secure:link, a.secure:visited, a.secure:active {
	}
	
a.secure:hover {
	}
	
.SampleBody, .HighLightLink {
	}
	
.tokenPage {
    width: 640px;
    margin: 0 auto;
    }
	
/*DLR Congratulations Section Styling*/
#dvCongratulations{
    }	
/* Calendars */
#blankie6frame
{	width:98%;height:600px;position:absolute;display:block;filter:alpha(opacity=0);-moz-opacity: 0.80;opacity: 0.80;border:none;}

.PayCalendars {
	width:420px; background-color:#FFF; border: solid 1px #000; padding:10px; z-index:100;position:absolute; display:none;}

.PayCalendars th {
    padding: 10px 0;
    }
    
.PayCalendars table td {
    padding: 3px;
    }

.PayCalNav {
	width: 100%;}
	
.cal1 {
	float:left;
	}
	
.cal2 {
    float:right;}
.cal3 
{
	float:right;
}

.cal1 table, .cal2 table, .cal3 table {
    width: 200px;
    }

/* Reapply */
.ReapplyWrapper {
	}
.Reapply {
    width: 50%; margin: 30px auto;
    }
    
.Reapply h1 {
    }
    
.ReapplyLabels {
    width: 120px; display:inline-block;	font: bold 11px Verdana, arial; color: #000; vertical-align: middle;}

.Hidden {	
    display: none;} 
    
.ReapplyButton {
    margin: 0 0 15px 130px;
    }
    
#certs {
    margin-left: -5px;
    }

/* Ask Question */

.AskQuestion {
	margin: 0 auto; text-align:center; width: 400px;}

/* ------ T&C Scroll Box --------- */

#appWrapper #submittext {
     width: 366px;
     height: 85px;
     line-height: 15px;
     margin: 8px auto 10px 34px;
     padding: 10px;
     overflow-y: scroll;
     overflow-x:hidden;
     border: 1px solid #333333;
     background-color: #fff;}
     
#submittext h1 {
    font: bold 15px Verdana, Arial, Helvetica, sans-serif;
    color: #000; }

/* Home / Shortform page */

.step1graphics, #lfShortForm #ValSummaryContainer { display: none; }
#lfShortForm { background: url("images/shortform-main.jpg") no-repeat 0 0; margin-top: 0; }
    #lfShortForm .error_img { display: none; }
    #lfShortForm .inputerror { border: 1px solid #EF0006; }
    #lfShortForm .SFAgree { display: block !important; width: 290px; line-height: 1.5; text-align: center; font-size: 90%; margin: 0 auto; padding-top: 8px; }
    #lfShortForm table { margin: 12px auto 0 auto; width: 345px; background: url("images/shortform-seals.gif") no-repeat 227px 135px; }
    #lfShortForm table td, #lfShortForm #sf_right td.first  { padding: 0; }
    #lfShortForm table td.sf_submit { text-align: left !important; padding-top: 12px; }
    .sf_label { width: 280px; }
    #lfShortForm h3 { margin: 0; padding: 16px 0 0 0; color: #004d70; border-top: 1px dotted #868686; }
#sf_right { width: 380px; height: 361px; float: right; background: #f9f9f9 url("images/shortform-bg.gif") no-repeat 0 0; border-radius: 3px; border: 1px solid #999; }
    #sf_right input, #sf_right select { width: 220px; padding: 7px 2px; margin-bottom: 5px; border: 1px solid #999; border-radius: 3px; -moz-box-shadow: 0 0 2px #d3d3d3; -webkit-box-shadow: 0 0 2px #d3d3d3; }
        #sf_right td.sf_submit  input { -moz-box-shadow: none; -webkit-box-shadow: none; }
    #sf_right select { margin-right: 6px; }
    .SSN, .zip { width: 100px !important;  }
    #sf_right .CallCenter, #sf_right .secureLink { display: none; }
.shortformSteps { display: block !important; margin: 22px auto 13px auto; padding: 0 9px 18px 11px; border-bottom: 1px dotted #868686; }
.sfBottom { border-bottom: 1px dotted #868686; margin-bottom: 18px; }
.sfBottom h2 { margin-bottom: 10px; }

