﻿/*
CreditScoreComplete Onboarding 2.0
P2510: UNPW & TU SSO on NPP (for CreditScoreComplete)
*/
/* @group General */
body {
	background: #fff url('/Content/Images/bg_unpw_body.gif') repeat-x;
}
a       {color: #039;}
a:hover {color: #6497ec;}

ul li {line-height: 1.5em;}
ol li {line-height: 1.5em;}

#legal #unpw_box ol {
	margin-left:35px;
}


.small {
	font-size: 11px !important;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 14px;
}

.hide {display: none;}

.element_center {margin: 0 auto;}
.align_center   {text-align: center;}
.align_right    {text-align: right;}
/* @end */
/* @group Base */
#unpw_box {
	background: #fff;
	border: 2px solid #ccc;
	-moz-border-radius: 10px; /* Firefox 3 and earlier */
	-webkit-border-radius: 10px; /* Safari 4 and earlier */
	border-radius: 10px; /* CSS3 standard */
	-moz-box-shadow: #ddd 0 3px 3px; /* Firefox 3 and earlier */
	-webkit-box-shadow: #ddd 0 3px 3px; /* Safari 5 and earlier */
	box-shadow: #ddd 0 3px 3px; /* CSS3 standard */
	clear: both;
	margin: 0 auto;
	position: relative;
	behavior: url('/Styles/javascript/PIE.htc'); /* CSS3 for IE8 and earlier */
}
#unpw_content {
	background: url('/Content/Images/bg_unpw_content.jpg') center top no-repeat;
	overflow: hidden;
	padding: 20px;
    background: url(/Content/Images/bg_unpw_content.jpg) center top no-repeat;
}
#unpw_content a {
	color: #0c1efe;
}
#unpw_content a:hover {
	color: #6497ec;
}
#unpw_title {
	background: #acd4f7 url('/Content/Images/bg_unpw_title.jpg') repeat-x;
	border-bottom: 1px solid #ccc;
	-moz-border-radius: 8px 8px 0 0; /* Firefox 3 and earlier */
	-webkit-border-radius: 8px 8px 0 0; /* Safari 4 and earlier */
	border-radius: 8px 8px 0 0; /* CSS3 standard */
	color: #041d41;
	font: bold 20px "Arial Narrow", Arial, Helvetica, sans-serif;
	padding: 8px 20px;
	position: relative;
	text-shadow: #fff 1px 1px 1px;
	behavior: url('/Styles/javascript/PIE.htc'); /* CSS3 for IE8 and earlier */
}
#unpw_notification {
	background-repeat: no-repeat;
	margin: 0;
	padding: 0 0 0 61px;
}
#unpw_notification ul {
	margin: 15px 30px;
}

/*#unpw_notification*/.positive {background: url('/Content/Images/icon_positive.gif');}

#notification_title {
	font-size: 18px;
	padding-top: 14px;
}
#notification_title_small {
	font-size: 14px;
	padding-top: 4px;
}

#unpw_box_notice {
	color: #000;
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	right: 12px;
	top: 15px;
}
#protected {
	background: url('/Content/Images/icon_protected.gif') no-repeat;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 32px;
	line-height: 1.2em;
	margin: 40px 0 0;
	padding: 4px 0 0 45px;
}
#protected a {
	color: #0c1efe;
}
#protected a:hover {
	color: #6497ec;
}

.step_number {
	color: #999;
	font: bold 48px Arial, Helvetica, sans-serif;
	padding-right: 30px !important;
}
.box {
	font-size: 12px;
}
/* @end */
/* @group Modules */
#login_email td.label {
	width: 106px;
}
.unpw_heading {
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px 0;
}
.unpw_heading p {
	line-height: 14px;
	margin: 0 !important;
}
.unpw_heading_icon {
	float: left;
	margin-right: 10px;
	width: 66px;
}
.unpw_heading_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin: 4px 0;
}

.heading_memberid {color: #919191;}
.heading_account  {color: #fb9309;}

.unpw_section {
	clear: both;
	margin: 20px 0;
	overflow: hidden;
}
.unpw_section table {
	width: auto !important;
}
.unpw_section_divider {
	border-top: 1px solid #ccc;
	clear: both;
	height: 0;
	line-height: 0;
	padding: 0 0 10px;
}
/* @end */
/* DebtPlan Banner */
#new_offer {
    border-top: 1px solid #CCCCCC;
    display: block;
    margin-top: 20px;
    text-align: center;
}
#banner_placement {
    border: 0 none;
    display: block;
    height: 196px;
    margin: 15px auto 0;
    outline: 0 none;
    text-align: center;
    width: 260px;
}
/* @end */