/* Print styles */
.skiplink,
.header,
.sidebar,
.bottomNav, 
.bottomNavForm, 
.footer, 
a.toolTip, 
.confirmed a, 
ul.accordionFilter, 
ul.accordion a.btnForm,
ul.pager li, 
ul.listFolders a span.ftPdf,
.container img.print-logo,
.container .pageHeader,
.container .pageActions,
.container .navBar,
.containerFooter,
ul.listFolders li.last,
.contact-banner
{
	display: none !important;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

.print-logo {
	margin-bottom: 30pt;
}

/* release size, padding & margin on the container */
.container {
	margin: 0 5%;
	padding: 0;
	width: 100%;
	filter: none !important;
}

.content a {
	color: #520;
	text-decoration: underline;
}

fieldset {
	border: 0;
}

ul.list {
	padding: 0;
}
ul.list li {
	list-style: none;
}
h4 {
	margin: 0;
	padding: 0 9pt 4pt;
}

.progressBar {
	display: inline;
}
.progressBar li {
	list-style: none;
}
.progressBar a {
	font-size: 9pt;
	text-decoration: none;
}
.accordion fieldset {
	display: block !important;
}
/******************
/* DEFAULT.CSS 
/******************

/*	Default stylesheet			*/
/*	Author: 							*/
/* 	Company: 	tfe.nl			*/
	


h3 {
	color: #000;
	font-size: 19pt;
	margin: 0;
}

h4 {
	color: #000;
	font-size: 10.5pt;
	font-weight: bold;
	letter-spacing: 0px;
	line-height: 11pt;
	margin: 0;
	padding: 0 11px 7px;
}
h4.border {
	border-bottom: 1px solid #B00;
}
h4.articleTitle {
	padding: 36px 0 0 ;
}
h4.faqTitle {
	font-size: 12pt;
	padding: 0 0 7px;
}
h4 span.preTitle {
	color: #666;
	display: block;
	font-size: 9pt;
	margin: 0;
	padding: 36px 0 18px 3px;
}
h4 span.float {
	display: block;
	float: left;
}
h4.clearfix {
	height: 15px;
}
h5 {
	
}

h6 {
	
}


p {
	color: #333;
	font-size: 9pt;
	line-height: 1.4em;
	margin: 1em 0;
}
p.indent {
	margin: 0 11px 20px;
}

abbr {
	
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}


ul {
	
}

ul li {
	
}
/***/

/* repeated styles */


.position_left {
	float: left;
}

.pRight {
	float: right !important;
}

.clear {
	clear:both;
	font-size:0;
	height:0;
	line-height:0;
	margin:0;
	padding:0;
}


.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}


/* titles */


span.date {
	color: #666;
	font-size: 8pt;
}
.articleDate {
	clear: left;
	display: block;
	padding: 6px 0 8px;
}


/* alerts */

.alertCheck {
	border: 0;
	margin: 20px 0 0;
}
.alertCheck h4 {
	border: 1pt solid #B00;
	color: #B00;
	padding: 8px 0 16px 30px;
}
.alertCheck p {
	color: #B00;
	margin: 0;
	padding: 0 11px 5px 11px;
}
.alertCheck label {
	color: #666;
	display: block;
	font-size: 9pt;
	font-weight: bold;
	padding: 4px 0 9px 9px;
	width: auto;
}
.alertCheck input {
	bottom: -2px;
	margin-right: 10px;
	margin-top: 3px;
	position: relative;
}

p.alert {
	border: 1pt solid #B00;
	color: #B00;
	padding: 5pt 9pt;
	width: 80%;
}
p.attached {
	position: relative;
	top: -27px;
}
/* confirmations */
.confirmed {
	padding: 0;
}
.confirmed h4 {
	border-bottom: 1px solid #B00;
	padding: 0 0 6px 7px;
}
.confirmed p {
	margin: 0;
	padding: 5px 10px 15px;
}
fieldset.confirmations {
	border-bottom: 0;
	margin-bottom: 0;
	margin-top: 0;
}
fieldset.confirmations p {
	margin: 1em 0 0.5em;
	padding: 5px 11px 0;
}
fieldset.confirmations p.first {
	margin-top: 0;
}
fieldset.confirmations label {
	font-size: 9pt;
	width: 100%;
}
fieldset.confirmations label input {
	bottom: -2px;
	margin-right: 10px;
	position: relative;
}

/******************
/* END DEFAULT.CSS 
/******************

/******************
/* LIST.CSS 
/******************
/* general lists styling */
.list {
	border-top: 1pt solid #B00;
	margin: 0 0 25px 0;
	padding: 0;
	width: 100%;
}
.list li  {
	border: 0;
	clear: left;
	font-size: 9pt;
	height: 1%;
	line-height: 1.3em;
	list-style: none;
	margin: 0;
	padding: 0.3em 11px 0.3em;
}
.list li:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
table.list td {
	padding: 5px 11px;
	position: relative;
	vertical-align: middle;
}
table.list td.start {
	padding-right: 29px;
}
table.list thead td, 
table.list tr.thead td {
	color: #666;
	font-size: 8pt;
	font-weight: bold;
	padding: 15px 11px 9px;
}
.list a {
	color: #333;
	padding: 2px 0 2px 10px;
	text-decoration: none;
}
.list a:hover {
	color: #B00;
	cursor: pointer;
}

table.list label a.toolTip {
	position: absolute;
	right: -22px;
	top: -2px;
}

.list a.pRight {
	font-size: 8pt;
	font-weight: bold;
}
.list span.date {
	color: #666;
	display: inline-block;
	float: left;
	font-size: 8pt;
	padding: 1px 15px 0 1px;
	width: 60px;
}

span.checked {
	display: block;
	float: left;
	padding: 2px 0 2px 15px;
}


/* listNews */
ul.listNews {
	border-top: 1px solid #B00;
}
.listNews a {
	display: block;
	float: left;
	width: 479px;
}

/* listFaq */
.listFaq a {
	display: block;
}

/* listBrochures */
ul.listFolders li 
{
	min-height: 80px;
	position: relative;
}
ul.listFolders img {
	padding: 3px 3px 4px 1px;
	left: 12px;
	position: absolute;
	top: 0px;
}
ul.listFolders a {
	display: block;
	font-weight: bold;
	padding: 0 0 7pt 0;
	margin-left: 70px;
}
ul.listFolders p {
	clear: both;
	float: none;
	margin-left: 70px;
}

/* definition lists */
dl.list {
	
}

dt, dd {
	float: left;
}
dt {
	width: 323px;
	clear: left;
}
dd {
	margin: 0;
	padding-left: 5px;
	width: 226px;
	
}

/* two column lists */ 

ul.listTwoColumn {

}

.listTwoColumn strong, 
.listTwoColumn a, 
.listTwoColumn span {
	display: block;
	float: left;
}
.listTwoColumn strong,
.listTwoColumn a {
	color: #666;
	font-size: 9pt;
	font-weight: bold;
	padding-right: 10px;
	width: 303px;
}
.listTwoColumn a {
	color: #333;
	width: 293px;
}
.listTwoColumn li.hover strong a, 
.listTwoColumn strong a:hover {
	color: #FFF;
}

/* threecolumn list */

ul.listThreeColumn {

}

.listThreeColumn strong, 
.listThreeColumn a, 
.listThreeColumn span {
	display: block;
	float: left;
}
.listThreeColumn strong,
.listThreeColumn a {
	color: #666;
	font-size:9pt;
	font-weight: bold;
	padding-right: 10px;
	width: 303px;
}
.listThreeColumn a {
	color: #333;
	float: right;
	width: auto;
}
.listThreeColumn span {
	width: 195px;
}
.listThreeColumn li.hover strong a, 
.listThreeColumn strong a:hover {
	color: #FFF;
}


/* list with header */

ul.listHeader {

}
li.lHead strong {
	color: #666;
	display: block;
	float: left;
	font-size: 9pt;
	width: 90px;
}


.lEmployer, 
.lContract {
	display: block;
	float: left;
}
.lEmployer {
	padding-right: 10px;
	width: 303px;
}
.lContract {
	width: 200px;
}

h4 .lEmployer {
	width: 302px;
}


.list li span {
	display: block;
	float: left;
}
.list li span.pRight {
	color: #666;
	font-size: 9pt;
	font-weight: bold;
}
.icnUnchanged,
.icnRemove,
.icnCheck {
	padding: 1px 0px 1px 22px;	
	width: 380px; /* should not break right floating text next to it on larger font sizes */
}
.icnUnchanged {
	background: url('../../images/icnUnchanged.png') no-repeat 0 0;
}
.icnRemove {
	background: url('../../images/icnRemove.png') no-repeat 0 0;
}
.icnCheck {
	background: url('../../images/icnCheck.png') no-repeat 0 0;
}


fieldset.list {
	border-bottom: 0;
	padding: 10px 11px;
	width:605px;
}
fieldset.list strong {
	display: block;
	font-size:8pt;
	padding: 5px  0 0px;
}

fieldset.list select {
	left: 315px;
	position: relative;
	width: 191px;
}

/******
/* END LIST.CSS 
/**************************

/****************************
/* FORMS.CSS
/***********************

/* forms */

.formPage .content,
.formPage .bottomNavForm {
	width: 491px; /* same as homepage */
}
.formPage label {
	width: 172px;
}


fieldset {
	border: 0;
	border-bottom: 1px solid #CCC;
	margin: 20px 0 10px;
	padding: 0 0 10px;
}

fieldset ul li {
	clear: both;
	display:block;
	float: none;
	list-style: none;
	z-index: 1;
}

label {
	clear: both;
	color: #666;
	display: block;
	float: left;
	font-size: 8pt;
	font-weight: bold;
/*	height: 22px;*/
	padding: 5px 20px 5px 2px;
	position: relative;
	width: 201px;
}
label:hover {
	cursor: pointer;
}
span.required,
.list li span.required,
p.required span {
	color: #B00;
	display: inline;
	float: none;
	font-size: 9pt;
	padding-right: 5px;
	position: relative;
	top: -1px;
	width: auto;
}
p.required {
	clear:both;
	color:#666666;
	float:none;
	font-size:8pt;
	font-weight:normal;
	left:2px;
	margin:0;
	position:relative;
	top:-5px;
}
label .toolTip {
	position: absolute;
	right: 0px;
	top: 0;
}
label.rButton { /* for lables associated with input.radio (need to float) */
	clear: none;
	font-size: 9pt;
	font-weight: normal;
	padding: 0 15px 0 0px;
	width: auto;
}
label.rButton input {
	bottom: -2px;
	position: relative;
}

input,
select,
textarea {
	font-size: 8pt;
}

input.text,
input.idleField  
{
	border: 1px solid #CCC;
}

input.text {
	float: left;
	font-family: tahoma, arial, sans-serif;
	margin-bottom: 8px;
	margin-top: 2px;
	width: 284px;
}

input.text:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
textarea {
	border: 1px solid #CCC;
	float: left;
	font-family: tahoma, arial, sans-serif;
	margin-bottom: 8px;
	margin-top: 2px;
	padding: 3px;
	width: 278px;
}
input.error, 
textarea.error {
	border: 1px solid #B00;
	margin-bottom: 0;
}
textarea.error {
	margin-bottom: 4px;
}
span.errorText {
	border: 1px solid #B00;
	clear: left;
	color: #B00;
	display: block;
	font-size: 9pt;
	left: 194px;
	line-height: 1.3em;
	padding: 3px 10px 5px;
	position: relative;
	top: -4px;
	width: 250px;
}
label.optIn {
	font-weight: normal;
	height: auto;
	left:  194px;
	position: relative;
	padding: 0 0 10px 0;
	top: -2px;
	width: 284px;
}
label.optIn input {
	float: left;
}
label.optIn span {
	display: block;
	float: left;
	font-weight: bold;
	padding-left: 10px;
	width: 250px;
}

.required {
	color: #B00;
	font-weight: bold;
}

/* change account details */
li fieldset {
	border: 0;
	font-size: 9pt;
	margin-bottom: 0px;
	padding-bottom: 0;
}
.list li fieldset li {
	font-size:9pt;
}
.list li fieldset li label {
	width: 279px;
}
.list li fieldset li input.text {
	border: 1px solid #999;
	width: 280px;
}
.list li fieldset li a.toolTip {
	margin-right: ;
	padding: 0;
}
a.btnForm {
	color: #FFF;
	display: inline-block;
	font-size: 8pt;
	font-weight: bold;
	padding: 0px 12px 0px 0px;
	text-decoration: none;
}
a.btnForm span {
	display: inline-block;
	padding: 3px 0px 8px 12px;
}

.btnLeft, 
.btnRight {
	position: absolute;
	top: 10px;
}
.btnLeft {
	left: 0;
}
.btnRight {
	right: 0;
}

/* */

input.bdDay,
input.bdMonth {
	margin-right: 5px;
	width: 18px;
}
input.bdYear {
	width: 33px;
}

li.fieldMessage {
	font-size: 9pt;
	padding: 5px 0 15px;
}

.fieldTos {
	border: 1px solid #E0E0E0;
	height: 275px;
	margin: 15px 0 10px;
	overflow-y: scroll;
	padding: 0 10px 10px;
}
.fieldTosDownload {
	color: #000;
	display: inline-block;
	font-size: 8pt;
	font-weight: bold;
	margin: 0 0 25px 10px;
	padding: 3px 0 3px 11px;
	text-decoration: none;
}
.fieldTosDownload:hover {
	color: #B00;
}
div.bottomNavForm {
	border-top: 1px solid #E0E0E0;
	clear: both;
	float: none;
	height: 41px;
	position: relative;
	width: 626px;
}

/* calculations */

/* retirement age */
fieldset.retireAge {
	
}
fieldset.retireAge input {
	float: left;
	width: 30px;
}
fieldset.retireAge label {
	clear: none;
	height: auto;
	padding-left: 10px;
	width: auto;
}
/* general styles for tables have been defined in list.css */
.calculations td.end {
	width: 140px;
}
.calculations label {
	color: #333;
	display: block;
	font-size: 9pt;
	font-weight: normal;
	height: auto;
	padding: 0 30px 0 0;
	position: relative;
	width: 100%;
}
.calculations .checked, 
.calculations .unChecked {
	display: block;
	height: 15px;
	text-indent: -999em;
	width: 59px;
}
.calculations .checked{
	background: url('../../images/icnChecked.gif') no-repeat 11px 2px;
}
.calculations .unChecked{
	background: url('../../images/icnRemove.gif') no-repeat 11px 2px;
}
.calculations .required {
	color: #999;
	font-size: 8pt;
	font-weight: bold;
}
.calculations .connected td {
	padding-bottom: 0;
}
.calculations .cPercentage {
	font-size: 9pt;
	padding-top: 0px;
	padding-left: 20px;
}
.calculations input {
	margin-left: 11px;
	position: relative;
	bottom: -1px;
}
.calculations select {
	margin-left: 11px;
}


/* additional deposit */

.extraDeposit label.edAmount {
	width: 142px;
}
.extraDeposit input.edAmount {
	margin-left: 14px;
	width: 57px;
}
.extraDeposit div {
	padding-top: 11px;
}
.extraDeposit strong {
	color: #666;
	position: relative;
	width: 158px;
}
.extraDeposit span {
	font-size: 9pt;
}
.extraDeposit span.errorText {
	left: 188px;
	top: -6px;
}
.extraDeposit div label {
	clear:left;
	color:#333333;
	float:none;
	font-size:9pt;
	font-weight:normal;
	padding: 0 0 6px 159px;
	width:400px;
}
.extraDeposit label input {
	bottom: -2px;
	margin-right: 7px;
	position: relative;
}
.extraDeposit ul li {
	font-size: 8pt;
	padding-left: 188px;
	padding-bottom: 7px;
}
.extraDeposit div .text {
	clear: left;
	border-color: #999;
	margin: 0;
	text-align: right;
	width: 30px;
}
.extraDeposit li span {
	padding: 3px 10px 0 5px;
}
fieldset.extraDeposit div select {
	left: auto;
	width: 152px;
}

/****************************
/* END FORMS.CSS
/***********************/
span.date, 
ul.accordion .list li span.date {
	font-size: 9pt;
}
ul.accordion, 
ul.list  {
	padding-left: 0;
}
ul.accordion .list li span, 
ul.accordion .list li a {
	display: block;
	float: left;
	padding-right: 8pt;
}
ul.pager {
	margin-top: 10pt;
	padding-left: 0;
}
ul.pager li.pageNumber {
	display: block;
}
ul.pager li.pageNumber em {
	font-style: normal;
	font-weight: bold;
}

ul.accordion li {
	list-style: none;
}
ul.accordion .head {
	font-size: 10.5pt;
	font-weight: bold;
}
.list li {
	border-bottom: 1px solid #CCC;
	padding: 2pt 9pt;
}
.list a {
	font-size: 9pt;
	padding-left: 0;
}

.userContent {
	
}
.userContent:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.userContent p:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.userContent .maskContentImage {
	float: left;
	padding-bottom: 5px;
	padding-right: 15px;
	position: relative;
}
.userContent .maskContentImage img {
	height: 127px;
	width: 168px;
}
.userContent .maskContentImage span {
	background: url('../../images/maskContentImage.png') no-repeat 0 0;
	height: 127px;
	left: 0;
	position: absolute;
	top: 0;
	width: 168px;
}
