﻿/* jqModal base Styling courtesy of;
	Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
	the Window's z-index value will be set to 3000 by default (in jqModal.js). You
	can change this value by either;
	  a) supplying one via CSS
	  b) passing the "zIndex" parameter. E.g.  (window).jqm({zIndex: 500}); */
	
.jqmWindow {
    display: none;
    
    position: fixed;
    top: 17%;
    left: 50%;
    
    text-align:center;
    width: 600px;
    
    background-color: #EEE;
    color: #333;
    border: 1px solid black;
    padding: 8px;
}

.jqmOverlay { background-color: #000; }

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

/*AlertMilitary pop-up styles */

#militaryalert {font: bold 11px Arial, Tahoma, Helvetica, sans-serif; 
    line-height: 14px; background-color: #fff; color: #000;}

#militaryalert a, #militaryalert a:link, #militaryalert a:visited, a#milit:link, a#milit:visited, a.jqmClose:link, a.jqmClose:visited {
font: bold 11px Arial, Tahoma, Helvetica, sans-serif; color: #3a87de; text-decoration:underline !important;}

#militaryalert a:hover, a#milit:hover, a.jqmClose:hover { color: #0456b3; }

/* AlertBenefits pop-up */

#benefitsAlert  {font: bold 11px Arial, Tahoma, Helvetica, sans-serif; 
    line-height: 14px; background-color: #fff; color: #000;}

#benefitsAlert a, #benefitsAlert a:link, #benefitsAlert a:visited {
font: bold 11px Arial, Tahoma, Helvetica, sans-serif; color: #3a87de;}

#benefitsAlert a:hover { color: #0456b3; }

/* AlertState pop-up */

#StateAlert {font: bold 13px Arial, Tahoma, Helvetica, sans-serif; 
    line-height: 15px;
    background-color: #fff;
    color: #ff0033;
    padding: 0px 8px;
    margin: 0 auto;
    overflow:hidden;}

#StateAlert p { line-height: 15px;}

/* *html #StateAlert p {margin: 3px 0;} */

#dialog {
	background: #fff;
}

.AlertDiv  {
    font: bold 11px Arial, Tahoma, Helvetica, sans-serif; 
    line-height: 14px; 
    padding: 10px 10px 5px 5px; 
    background-color: #fff; 
    overflow:hidden; 
    text-align: left;
    display: block;
    width: 91%;
    }
       
.AlertDivRed {
    font: 15px;
    color:Red;
    padding: 0px 0px 5px 0px;
    display: block;
    }
    
/* ReApply Page Styles */

.ReapplyWrapper { width: 100%; }

.ReapplyProcess { margin: 4px auto 0 auto; text-align: center;}

#reapplyFormContainer {
    width: 440px; height: 261px;
    margin: 0px 0 0 0;
    padding: 60px 0 0 0;
    background: url(../OffersImages/reapply_bg.gif) no-repeat;}

.ReapplyButton {
    margin-bottom: 15px;
    margin-left: 50%;
    padding: 0; }

.Reapply {
    margin: -10px auto 0 auto; 
    text-align:left; 
    width: 400px; }
*html .Reapply { margin: 0px auto 0 auto;}

.Reapply table { margin: 0 auto 0 94px; }

.Reapply table td {
    padding-bottom: 5px; }

.Reapply h1 { text-transform: capitalize !important;
    font: bold 24px Verdana, Tahoma, Arial, Helvetica, sans-serif;
    color: #0b274d; text-decoration: none; }

.ReapplyWrapper h4 { text-transform: capitalize !important;
    font: normal 16px Arial, Tahoma, Helvetica, "Trebuchet MS", sans-serif;
    color: #514e4e; 
    line-height: 17px;  
    padding:0; margin:0 0 0 30px;
    text-align: center;
    width: 450px;	
}

/* ----- Styles for ReApply Heading ----- */

.ReapplyWrapper h3.hide, .ReapplyWrapper h4.hide, .ReapplyWrapper h4.finished, .ReapplyWrapper h4.preapproved { display: none; }

.ReapplyWrapper .reapplyMessage { width: 450px; text-align: center; }
  
.ReapplyWrapper .reapplyMessage br { margin: 0 auto; padding: 0; line-height: 4px;}

.ReapplyWrapper .ValSummary { font-weight: bold !important; font-size: 15px !important; line-height: 16px;
    text-align: center !important;
    display: inline-block;
    margin: 20px auto 5px auto;
    color: #ef0006;}
   
/* Styles for Reapply App not found */

.infoNotFound {
    width: 605px; 
    padding: 30px 0 0 50px;
    margin: 0 auto 0 70px;
    text-align: left;
    background: url(../OffersImages/reapply_error.gif) no-repeat left; }

.infoNotFound h1 { font-size: 21px; color: #27905d;
	text-transform: capitalize !important; 
	 margin:8px 0 0 0;}

.infoNotFound p {
    margin: 0 auto; padding: 0 0 0 5px;
    font: normal 16px Arial; color: #514e4e;
    line-height: 22px;
    text-align: left; }

.infoNotFound a, .infoNotFound a:link, .infoNotFound a:visited, .infoNotFound a:hover {
    text-decoration: none;
    color: #fff !important;
    font-weight: bold;
    background: #48a97a !important; 
    padding: 2px; }
    
.reapplyCustomFooter /* styles "Did you forget your confirmation code?" on direct mail sites */{
	padding-top: 15px !important;
}

/* ------------ AdditionalOffers ------------------------ */

#exitwrapper { text-align: center;
    margin: 0 auto; padding: 10px 0 20px 0; background: #fff;
}

#exit { background: url(../OffersImages/exit-bg.gif) repeat-y;
	width: 551px; text-align: left;
	margin: 0 auto; padding: 0px 10px 5px 35px;
}
#exit  h1 { font: normal bold 18px Arial, Tahoma, Helvetica, "Trebuchet MS", sans-serif !important;
	line-height: 20px !important;
	margin: 0 auto 18px 20px !important; padding: 0 !important;
 	text-align: left !important;
	color: #000 !important; 
	text-decoration: none !important;
	text-transform: uppercase !important;}

#exit  p {
	margin: 6px 0 10px 0 !important;
	padding: 0px !important;
}

#exit img.icon { margin: 0px 0 0px 15px; }

a.exitHeadLink:link, a.exitHeadLink:visited, a.exitHeadLink:hover {
	color: #0562ee !important;
	font: bold 16px "Trebuchet MS", Arial, Helvetica, sans-serif !important;
	line-height: 20px !important;
}

#exit a.contentLink, #exit a.contentLink:link, #exit a.contentLink:visited {
	color: #666666 !important;
	font: normal 12px Arial, Helvetica, sans-serif, "Trebuchet MS" !important;
	font-size: 12px !important;
	line-height: 20px !important;
	text-decoration: none !important;
}

#exit a.smallLink:link, #exit a.smallLink:visited {
	color: #7D5A5A !important;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS" !important;
	line-height: 14px !important;
	text-decoration: none !important;
	display: inline-block !important;
}

/* AlreadyComplete.aspx styles */
.ACmain { text-align: center;
	padding: 50px 0px 40px 0px; 
	margin: 0 auto; } 
.ACmain h1 { font: bold 24px Arial, Tahoma, Helvetica, "Trebuchet MS", sans-serif !important;
	text-align: center !important;
	line-height: 23px !important;
	color: #5aa5bd;
	margin: 0 auto 20px auto !important;
	padding: 0; !important}
.ACmain h2 { font: bold 19px Arial, Tahoma, Helvetica, "Trebuchet MS", sans-serif !important;
	text-align: center !important;
	color: #4a5252;
	line-height: 17px !important;
	margin: 0 auto 20px auto !important;
	text-decoration:none;
	padding: 0; !important}
.AcMainHighLight{
	color: #5aa5bd;
}
.ACmain p { font-size: 12px;
	line-height: 16px;
	text-align:left;
	margin: 0; padding: 10px;}
.ACmainTerms{
    background-color:#FFFFFF;
    border:1px solid #333333;
    color: #000000;
    height:75px;
    line-height:15px;
    margin:0 34px 10px auto;
    overflow-x:hidden;
    overflow-y:scroll;
    padding:5px;
    text-align:left;
    width:420px;
}
.ACcell {width: 300px; vertical-align: top;}
.ACcell img { padding: 0 30px 0 0;}
.ACspacer {width: 10px;}

/* Thankyou Page */

#dvThankyou {width: 80%; margin-left: auto; margin-right: auto; padding-bottom: 15px; padding-top: 10px;}
#dvThankyou p {line-height: 18px !important;}
#dvThankyou h1 {text-align: center !important;}


/*  Application Step Navigation  */

.appStepNav{
padding: 5px 7px 5px 7px;
font-weight:bold;
}

a.appStepActive:link, a.appStepActive:visited{
    padding: 2px 3px 2px 3px;
    color:#0562ee;
    font-weight:bold;
    text-decoration:none;
}
a.appStepInactive:link, a.appStepInactive:visited{
    padding: 2px 3px 2px 3px;
}

.appStepInactive {text-decoration:underline !important;}
.appStepActive  {text-decoration:none!important;}
/* ------------ Offer opt-in text for Debt Sites ---------------*/

td.offerOptin 
{
    font: bold 12px arial !important;
    color: #000;
    padding: 10px 0 10px 0;
}

/* ------------ Text above the Phone Number fields for Debt Sites ---------- */

td.validPhone
 {
    font-size: 10px;
    font-weight: normal;
    color: #0b0b0b;
    padding: 8px 0;
}

/* ------------ MoreAdditionalOffers ------------------------ */
	
#mao h1 { font: bold 30px "Times New Roman", Times, serif;
    margin: 5px auto 40px auto; padding:0;
    display: block; height: 86px;
    background: url(../OffersImages/mao-h1.gif) no-repeat top left;
    text-indent:-9999px }

#mao table { text-align: center;
    margin: 0 auto; padding: 0 30px;} 
    
#mao td { text-align: left;}

#mao  p { text-align: left !important;
	margin: 6px 0 10px 0 !important;
	padding: 0px !important;
}
#mao img { margin: 10px 15px 10px 0; }

a.maoHeadLink:link, a.maoHeadLink:visited, a.maoHeadLink:hover {
	color: #143e00 !important;
	font: bold 16px Arial, Tahoma, Helvetica, "Trebuchet MS", sans-serif !important;
	margin: 0 auto;
	padding: 0;
	line-height: 20px !important;
}

#mao a.contentLink, #mao a.contentLink:link, #mao a.contentLink:visited {
	color: #666666 !important;
	font: normal 14px Arial, Helvetica, sans-serif, "Trebuchet MS" !important;
	font-size: 14px !important;
	line-height: 20px !important;
	text-decoration: none !important;
	display: block;
	margin: 0 auto;
	padding: 10px 0 0px 0 !important;
}

#mao a.smallLink:link, #mao a.smallLink:visited {
	color: #959694 !important;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS" !important;
	line-height: 14px !important;
	text-decoration: none !important;
	display: block !important;
	margin: 0 auto;
	padding: 0 0 30px 0 !important;
}

/* --------------- Step 4 Offers --------------- */

.offerHeading a:link, .offerHeading a:visited {
	font: bold 18px Arial, Helvetica, sans-serif !important;
}
.offerContent a:link, .offerContent a:visited  {
	font: normal 14px Arial, Helvetica, sans-serif !important;
	color: #666666 !important;
}
.offerLink a:link, .offerLink a:visited  {
	font: bold 12px Arial, Helvetica, sans-serif !important;
	color: #999999 !important;
}
.stepsOffers a:link,a:visited,.stepsOffers a:active {
	color: #666666;
	text-decoration: none;
}
a.headerLink:link, a.headerLink:visited, a.headerLink:active {
	text-decoration: underline !important;
	color:#003333 !important;
}

.trackingPixels {
    display: none;
}

/* --------------- Step 5 Offers --------------- */

#step5Offers {
    background: url(../OffersImages/step5_main_bg.gif) repeat-x top;
    padding:10px 0 0 0;
    padding-bottom: 30px;
}

td.offerIcon {
    vertical-align: top;
    padding-right: 15px;
    text-align: center;
}

/* -------- Styles Secure link on secure app ------- */

td.secureLink a.body, .step1 a.body, .step1 a.body:hover
{
    text-decoration: none !important;
    color: #000;
}

/* ------- For AppStyle02 Bank Account Link ------- */

td.nobank a.body:link, td.nobank a.body:visited
{
    text-decoration: underline !important; color: inherit !important;
}

td.nobank a.body:hover 
{
    text-decoration: none !important;
}

/* -------- Text Message paragraph which only appears on EarlyPaydayDepositin1Hour 
and hides from other 01 sites ------- */

 .textMsg
 {
    display: none;
 }
 
 /* ------- Keeps "dont have a bank account" link underlined on all sites ------- */
 
.step2 a.body:link, .step2 a.body:visited,
.step3 a.body:link,  .step3 a.body:visited, .step3 a.hideLink_b:link, .step3 a.hideLink_b:visited,
.step3 a.hideLink:link, .step3 a.hideLink:visited, .step4 a.body:link, .step4 a.body:visited
{
    text-decoration: underline !important;
}

.step2 a.body:hover, .step3 a.body:hover,.step3 a.hideLink:hover, .step3 a.hideLink_b:hover, .step3Form a.hideLink_b:hover, .step4 a.body:hover
{
    text-decoration: none !important;
}

/* ------- Paydayloan05 ------- */
.empbox
    {
        width: 216px;
    }
    
/* ------- Paydayloan01 fix ------- */    
        .space
    {
        width: 655px;
        *width: 825px;
    }
    
 
/* ------- Paydayloan05 fix ------- */    

    .ofive_one
    {
        width: 173px;
    }
    .ofive_two
    {
        width: 233px;
    }
    .ofive_three
    {
        width: 153px;
    }
    
.disabled
{
	background-color: #C0C0C0;
}

.footer a.noBorder:link, .footer a.noBorder:visited, .footer a.NoBorder:link, .footer a.NoBorder:visited
{
    border: none;
}


/* ------ Styles phone # next to secure link ------ */

.secureLink 
{
	display: inline;
}
td.secureApp7
{
	 display: table-cell;
}
.CallCenter
{
	font: normal 21px Arial;
	float: right;
	width: 200px;
	line-height: 22px;
	text-align: right;
	margin-right: 20px;
	*margin-top: -20px;
	position: relative;
}
.CallCenter .CallCenterNumber
{
	color: #b91525;
	font-weight: bold;
}
.CallCenter5 {margin-top: -35px;}
.CallCenter8 {margin-top: -12px;}
span.app2Heading {display: block; margin: 25px 0 15px 0 !important; *margin-top: 35px !important; border-bottom: none;}

.CallCenterAlert_hidden
{
	display:none;
}

#CloseCallCenterAlert
{
	cursor: pointer;
	display: block;
	width: 29px;
	height: 29px;
	position: absolute;
	top: 0;
	right: 0;
}

#CallCenterAlertTrigger
{
	width: 100%;
	_width: 150%;
	height: 20px;
	position:fixed ;
	_position: absolute;
	top:1px;
	right:1px;
}

#AlertDiv 
{
  position: absolute;
  *position: relative;
  z-index: 3000;
}

.AlertDivNoPadding  {
    font: bold 11px Arial, Tahoma, Helvetica, sans-serif; 
    line-height: 14px; 
    padding: 0px 0px 0px 0px; 
    margin: 0px 0px 0px 0px; 
    text-align: left;
    display: block;
    
    }
  
.jqmWindowNoPadding {
    display: none;
    position: fixed;
    top: 17%;
    left: 50%;
    text-align:center;
    width: 600px;
}

/* Short form  page ---------- */
.sf_label
{
	font-size: 14px
	vertical-align: middle;
}
#lfShortForm 
{
	margin-top: 15px;
}
#lfShortForm .AppHeading
{
	width: 100%;
	margin: 0 0 110px 0;
}
#lfShortForm table
{
	margin: 0 0 0 50px;
}
#sf_left
{
	/*width: 270px; 
	float: left;*/
	display: none;
}
#sf_right
{
	width: 505px; 
	float: left;
	background: url(../OffersImages/bg_shortform.gif) no-repeat 0px 10px;
	position: relative;
	padding-top: 105px;
}
#lfShortForm td
{
	padding-bottom: 15px;
	text-align: left;
}
#lfShortForm td a img
{
	margin: 15px 0 0 -10px;
	position: relative;
}
img.sf_returning
{
	margin-bottom: 10px;
}
#sf_right .secureLink
{
	position: absolute;
	top: 75px;
	left: 50px;
}
#sf_right .secureLink a:link, #sf_right .secureLink a:visited
{
	color: #333;
}
/* ---------------------- */