﻿/*
FreeScore Onboarding 2.0
P2142a: UNPW & TU SSO Integration (for FreeScore)
*/
/* @group General */
a       {color: #039;}
a:hover {color: #6497ec;}

ul li {line-height: 1.5em;}

.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: 1px solid #ccc;
	clear: both;
	margin: 0 auto 60px;
	position: relative;
	top: 30px;
	width: 808px;
	-moz-border-radius: 10px; /* Firefox */
	-webkit-border-radius: 10px; /* Safari/Chrome */
	border-radius: 10px; /* CSS3 standard */
	-moz-box-shadow: #999 3px 3px 3px; /* Firefox */
	-webkit-box-shadow: #999 3px 3px 3px; /* Safari/Chrome */
	box-shadow: #999 3px 3px 3px; /* CSS3 standard */
	behavior: url('JavaScript/PIE.htc'); /* enables CSS3 for IE */
}
#unpw_content {
	overflow: hidden;
	padding: 20px; /* was 20px; */
}
#unpw_title {
	background: #919191;
	border-bottom: 1px solid #ccc;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 24px;
	padding: 8px 20px;
	position: relative;
	-moz-border-radius: 10px 10px 0 0; /* Firefox */
	-webkit-border-radius: 10px 10px 0 0; /* Safari/Chrome */
	border-radius: 10px 10px 0 0; /* CSS3 standard */
	behavior: url('JavaScript/PIE.htc'); /* enables CSS3 for IE */
}
#unpw_notification {
	background-repeat: no-repeat;
	margin: 15px 10px;
	margin-bottom: 0 !important;
	padding: 0 0 0 61px;
}
#unpw_notification ul {
	margin: 15px 30px;
}

/*#unpw_notification*/.positive {background: url('/Content/Images/icon_positive.gif');}
/*#unpw_notification*/.alert    {background: url('/Content/Images/icon_alert.gif');}

#notification_title {
	font-size: 18px;
	padding-top: 14px;
}
#notification_title_small {
	font-size: 14px;
	padding-top: 4px;
}

#unpw_box_notice {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	right: 12px;
	top: 8px;
}
#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:0;
	padding: 4px 0 0 45px;
}
#protected a {
	color: #039 !important;
}
#protected a:hover {
	color: #6497ec !important;
}
#new_offer {
  display:block;
  border-top:1px solid #ccc;
  margin-top:20px;
  text-align:center;
}
#banner_placement {
    border: 0 none;
    display: block;
    height: 196px;
    margin: 15px auto 0 auto;
    outline: 0 none;
    text-align: center;
    width: 260px;
}
.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: #659e31;}

.unpw_section {
	clear: both;
	margin: 20px 0;
	overflow: hidden;
}
.unpw_section a {
	color: #039 !important;
}
.unpw_section a:hover {
	color: #6497ec !important;
}
.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 */