/********************************************************************************
* This tool is developed using Rich Media's proprietary code library and may    *
* not be reproduced, altered, reverse engineered, or otherwise copied or        *
* distributed in whole or in part, without the express written permission of    *
* Rich Media.                                                                   *
*                                                                       	    *
* Please note that this project was developed for Scotiabank with the agreement *
* that the source code will not be used for any other project, resold by        *
* Scotiabank, nor provided by Scotiabank to any other company. It is also	    *
* agreed that certain calculations, validation, currency, reporting, saving and *
* graphing functionality come from Rich Media's internally developed library    *
* and have been and will continue to be freely used by Rich Media for any of    *
* its clients.                                                                  *
********************************************************************************/

@charset "utf-8";
.tool{
	width: 750px;
	font-family: arial;
	margin: 0px;
	padding: 0px;
}

/* Header */
.header{
	margin-top: 20px;
	margin-bottom: 20px;
	font-family: arial;
	font-weight: normal;
	color: #666666;
}

.header img{
	display: inline-block;
	vertical-align: middle;
}

.ie7 .header img
{
	display: inline-block;
	*display: inline;
	zoom: 1;
}
.header h1 {
	display: inline-block;
	font-size: 26px;
	vertical-align: middle;
	color: #515151;
}

.ie7 .header h1
{
	display: inline-block;
	*display: inline;
	zoom: 1;
}

.header h2 {
	display: block;
	font-size: 16px;
	font-weight: bold;
	/*margin: 0;*/
}

.close-popup{
	cursor: hand; cursor: pointer;
}
/*Refresh & Print*/
.topbar{
	float:right;
	vertical-align: top;
	/*display: none;*/
}

.topbar ul{
	margin: 0;
	padding: 0;
}

.topbar ul li{
	display: inline-block;
	cursor: hand; cursor: pointer;
	font-size: 15px;
	font-weight: bold;
	color: #515151;
	margin-left: 10px;
	vertical-align: top;
	margin-bottom: 10px;
}

.topbar ul li:hover{
	color: #D81E05;
}


.topbar ul.export-btns:hover > li{
	color: #D81E05;
}

.ie7 .topbar ul li
{
	display: inline-block;
	*display: inline;
	zoom: 1;
}

#topbar_refresh{
	background: url(../img/reset_icon.jpg) no-repeat right 0px;
	width: 80px;
}

#topbar_refresh:hover{
	background: url(../img/reset_icon_hover.jpg) no-repeat right 0px;
	width: 80px;
}

#topbar_print{
	background: url(../img/print_icon.jpg) no-repeat right 0px;
	width: 120px;
}

#topbar_print:hover{
	background: url(../img/print_icon_hover.jpg) no-repeat right 0px;
	width: 120px;
}

#topbar_exportlbl {
	
}

#topbar_export2doc {
	width: 58px;
	height: 51px;
	background-image: url(../img/icon_export_word.png);
}
#topbar_export2xls{
	width: 58px;
	height: 51px;
	background-image: url(../img/icon_export_excel.png);
}

/*Tab Selector*/
.navbar{
	background: white;
	border: 1px solid #D8D8D8;
	height: 60px;
	width: 748px;
	display: table;
	font-size:10pt;
	color: #515151
}

#tab_selector{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.ie7 #tab_selector
{
	margin-top: 15px;
}

#tab_selector .ui-buttonset .ui-button-text{
	font-size: 1.4em;
	font-family: Arial, sans-serif;
}

#tab_selector .ui-button{
	margin: 0 -3px 0 0;
	width: 220px;
}
#tab_selector .ui-state-default{
	background: #E1E1E1;
	/*color: #949494;*/
	color: #515151;
	font-size: 15px;
	font-weight: bold;
}
#tab_selector .ui-state-hover {
	border: 1px solid #E1E1E1;
}

#results_toggle .ui-state-active, #tab_selector .ui-state-active {
	background: #D81E05 url(../img/bg-red-btn.gif) repeat-x;
	color: white;
	border-width: 1px;
	border-color: #FFA5A5 #BD0000 #BD0000;
	border-style: solid;
}

/*
#tab_selector .ui-state-focus,
#tab_selector input:active+label,
#tab_selector input:focus+label{
	background: #D81E05 url(../img/bg-red-btn-over.gif) repeat-x;
	-webkit-box-shadow: #cc0000 0 0 8px;
	-moz-box-shadow: #cc0000 0 0 8px;
	box-shadow: #cc0000 0 0 8px;
}*/


/* Accordion */
.contents{
	background-color: #f9f9f7;
	width: 748px;
	height: auto;
	padding-top: 10px;
	margin: 0;
	border: 1px solid #D8D8D8;
	color: #666666;
}

.section {
	margin-bottom:20px;
	display:block;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.section .question {
	display:block;
	clear:both;
	border: thin solid #D8D8D8;
	/*min-height: 100px;*/
	margin-bottom: 15px;
	
	cursor: pointer;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	-webkit-box-shadow: 2px 2px 0 #ccc;
	-moz-box-shadow: 2px 2px 0 #ccc;
	box-shadow: 2px 2px 0 #ccc;
}


.section .question .summary {
	
	background: #efefee;
	cursor: pointer;
	margin: 0px;
	height: 45px;
	color: #515151;

	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
}


.section .question .summary .icon{
	background: url(../img/btn-arrow-down-gray.jpg) 5px 4px no-repeat white;
	width: 50px;
	height: 45px;
	display: inline;
	*display: inline;
	zoom: 1;
	right: 2px;
	padding: 0;
	position: absolute;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
}

.section .question .summary .icon:hover {
	background:url(../img/btn-arrow-down-red.jpg) 5px 4px no-repeat white;
}

.section .question.active .summary .icon{
	background:url(../img/btn-arrow-up-red.jpg) 5px 4px no-repeat white;
	height: 48px;
}

.section .question .summary  h2 {
	margin: 10px 90px 10px 20px;
	font-size:1.2em;
	display: inline-block;
	width: 400px;
}

.ie7 .section .question .summary h2
{
	display: inline-block;
	*display: inline;
	zoom: 1;
}

.section .question .summary  select {
	display: inline-block;
	width: 100px;
	margin-right: 5px;
	margin-left: 5px;
}

.section .question .summary  label {
	font-weight: bold;
	color: #515151;
}

.ie7 .section .question .summary select
{
	display: inline-block;
	*display: inline;
	zoom: 1;
	margin-bottom: 10px;
}

.ie7 .section .question .summary label
{
	*display: inline;
	zoom: 1;
	margin-bottom: 10px;
}

.section .question .summary  span {
	display: inline-block;
	font-size: 1em;
	margin-right: 5px;
	margin-left: 5px;
	font-weight: bold;
}

.ie7 .section .question .summary span {
	display: inline-block;
	*display: inline;
	zoom: 1;
}

.section .question .blank_space{
	display: none;
}

#ie7 #content-body #questions .question p {
	height:auto!important;
}


.section .question .details {
	display: none;
	background-color: white;
	height: auto;
	padding: 15px;
	margin-top: 0px;
	color: #666666;
}



/* Slider */
.slider{
	height: 50px;
	display:table;
	width: 100%;
	margin-top: 20px;
}

.ie7  .details
{
	position:relative;
	zoom:1;
}
.ie7 .slider
{
	height: 50px;
	margin-bottom : 10px;
}
.slider label{
	float: left;
	width: 180px;
}

.ie7 .slider label{
	width:175px;
}

.slider input[type=text]{
	padding: 5px;
	margin: 0 5px;
	background-color: #f9f9f7;
	border: 1px #D8D8D8 solid;
	border-radius: 0;
	width: 80px;
	text-align: center;
	vertical-align: top;
	position : relative;
	top: -5px;
	*right: -5px;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	/*-webkit-box-shadow: -1px -1px 0 #ccc;
	-moz-box-shadow: -1px -1px 0 #ccc;
	box-shadow: -1px -1px 0 #ccc;*/
}

.ie8 .slider input[type=text]
{
	margin-left: 5px;
}
.slider .input_slider {
	width: 225px;
	float: left;
	margin-top: 5px;
	margin-right: 25px;
	margin-left: 25px;
}
.slider .input_slider.ui-slider-horizontal {
	height: 10px;
}
.slider .input_slider.ui-widget-content {
	border: none;
	background: #ffffff url(../img/slider_bar.png);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.slider .input_slider.ui-state-default, 
.slider .input_slider.ui-widget-content .ui-state-default, 
.slider .input_slider.ui-widget-header .ui-state-default {
	border: none;
	background: transparent url(../img/slider_dragger.png);
}
.slider .input_slider.ui-slider .ui-slider-handle {
	width:27px;
	height:25px;
}
.slider .input_slider.ui-slider-horizontal .ui-slider-handle {
	top: -7px;
	margin-left: -13px;
}

.slider span {
	position :relative;
	margin-left: 15px;
	margin-right: 5px;
	float: left;
}

.freq{
	/*height:28px;*/
	position: relative;
	/*top:-5px;
	top:-6px\9;*/
	height: 21px;
	top: 1px;
	background-color: #f9f9f7;
	border: 1px #D8D8D8 solid;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

/*.ie7 .freq, .ie8 .freq{
	top:-5px;
	height: 1.5em;
}*/




.ie8 .slider span
{
	vertical-align: top;
}

.ie8 .slider .input_slider
{
	margin-left: 15px;
}

#section_results
{
	border: 1px #D8D8D8 solid;
}

/*Table*/
.resultsElement
{
	background-color: #FFFFFF;
}

/*
.resultsGraph canvas div, .print_resultsGraph canvas div{
	height: 275px!important;
	width: 200px!important;
}*/

#resultsTable
{
	margin-top:5px;
	/*border-top: 1px #D8D8D8 solid;*/
}
.ie7 #resultsTable .middle_row ,.ie7 #resultsTable .right_row
{
	display:inline;
}
#resultsTable, #resultsTable tr
{
	margin-bottom: 10px;
	border-collapse: collapse;
	width: 100%;
}

#resultsTable tr.odd
{
	background-color: #FFFFFF;
}

#resultsTable tr.even
{
	background-color:#F1F1F1;;
}

#resultsTable .left_row , #resultsTable .table_section_title
{
	height: 30px;
	width: 210px;
}

#resultsTable .table_section_title span
{	
	margin-left:25px;
	margin-right: 10px;
}
#resultsTable .middle_row, #resultsTable .right_row
{
	font-size:12pt;
	height: 30px;
	width:190px;
	text-align: right;
	font-weight: bold;
	padding-right:58px;
}

#resultsTable .right_row {
	padding-right:39px;
	width:auto;
}

#resultsTable .table_title
{
	font-weight: bold;
	text-align: center;
}

#resultsTable .main_table_title {
	color: #515151;
}

	#resultsTable .main_table_title.mid {
		text-align:right;
		margin-right:52px;
	}
	#resultsTable .main_table_title.right {
		text-align:right;
		margin-right:36px;
	}


/**GRAPH**/
#graphDisplay
{
	margin-top: 5px;
	background-color: #FFFFFF;
}

/*For IE8 and below */
.ie8 #graphDisplay
{
	height: 300px;
}

.legend
{
	display:inline-block;
	width: 100px;
	height:275px;
	color: #666666;
}

.ie7 .legend
{
	display: inline-block;
	*display: inline;
	zoom: 1;
}
/*For IE8 and below */
.ie8 .legend
{
	position: relative;
	top: -150px;
}

.legend_column
{
	vertical-align: top;
}

.legend_table tr
{
	margin-top: 10px;
}


.legend_span
{
	height: 10px;
	font-size: 20px;
	font-weight: normal;
	color: #666666;
}


div.legend_box
{
	display:block;
	height:15px;
	width:15px;
}

td.legend_title
{
	height:10px;
	font-size:15px;
	color: #666666;
}

.legend_table
{
	margin-top: 90px;
}

.resultsGraph{
	margin-left: 30px;
}


.resultElement, .print_resultsElement{
	position: relative;
	display: block;
}

.resultsElement .legend, .print_resultsElement .legend {
	position: relative;
	vertical-align: middle;
	display: inline-block;
	*display: inline;
	zoom: 1;
	
}

.resultsElement .resultsGraph, .print_resultsElement .print_resultsGraph {
	width: 200px;
	height: 275px;
	position: relative;
	vertical-align: middle;
	display: inline-block;
	*display: inline;
	zoom: 1;
}


.ie8 .resultsElement .legend, .print_resultsElement .legend {
	top: 0px;
	
}

#housing_legend_box
{
	background-color: #666600!important;
}

#living_legend_box
{
	background-color: #FF6600!important;
}

#trans_legend_box
{
	background-color: #D81E05!important;
}

#personal_exp_legend_box
{
	background-color: #3399CC!important;
}

#financial_legend_box
{
	background-color: #CC0066!important;
}

#employment_legend_box
{
	background-color: #8D8B00!important;
}

#personal_inc_legend_box
{
	background-color: #3399CC!important;
}


td.hover_title
{
	height:15px;
	font-size: 18px;
	font-weight:bold;
	color: #666666;
}
/**TOGGLE BUTTONS **/

.toggle_bar .ui-state-default{
	color: #515151;
	font-size: 15px;
	font-weight: bold;
}

.toggle_bar, #results_toggle
{
	position: relative;
	display: inline-block;
	*display: inline;
	zoom: 1;
	top: -3px;
	left: -7px;
}

/*.ie7 .toggle_bar, #results_toggle
{
	display: inline-block;
	*display: inline;
	zoom: 1;
	margin-top: 15px;
	margin-bottom : 0px;
}*/

#results_toggle .ui-corner-left 
{
	-webkit-border-radius-topleft: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-webkit-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
}

#results_toggle .ui-corner-right 
{
	-webkit-border-radius-topright: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
	-webkit-border-radius-bottomright: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px;
}

.section_title
{
	font-size: 30px;
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 500px;
	margin: 25px 20px;
	color: #515151;
}

#results_title
{
	background-color : #FFFFFF;
	*padding-bottom: 30px;
}

.main_table_title
{
	font-weight:bold;
	background-color: #FFFFFF;
	margin:10px 20px 10px 20px;
}
/***BOTTOM TEXT **/
#resultsText
{
	font-size:20px;
	font-family:Arial;
	/*color: #663399;*/
	color: #515151;
	margin-top: 30px;
	margin-bottom: 30px;

}
.resultsTitle,.numberText ,#topLeftText, #topRightText, #bottomLeftText, #bottomRightText
{
	display: inline-block;
}

.ie7 .resultsTitle,.numberText ,#topLeftText, #topRightText, #bottomLeftText, #bottomRightText
{
display: inline-block;
*display: inline;
zoom: 1;
}
.resultsTitle
{
	margin-left: 20px;
	width:150px;
}

.numberText
{
	padding-right:19px;
	text-align:right;
	font-weight:bold;
	width:225px;
}

#topLeftText .numberText, #bottomLeftText .numberText
{
	border-right: 1px solid #515151;
	/*border-right: 1px solid #663399;*/
}

#topRightText, #bottomRightText
{
	margin-left: 20px;
}

hr
{
	height: 1px;
	border: none;
	color: gray;
	/*color: #663399;*/
	background-color: gray;
	/*background-color: #663399;*/
	width: 95%;
	margin-top: 20px;
	margin-bottom: 20px;
}

/***Call to Action ***/

#call_to_action_section
{
	background-color: #FFFFFF;
	border-top: 1px #D8D8D8 solid;
	/*float: left;*/
	width: 748px;
	/*position: absolute;*/
	/*padding-top: 10px;
	*padding-top: 20px;*/
}

#call_to_action_section h2
{
	margin: 15px 20px;
}

#call_to_action_table
{
	margin-left:5px;
}

#call_to_action_table td
{
	width: 350px;
	
}

#call_to_action_table tr
{
	margin-top: 40px;
}
#call_to_action_table h3, #call_to_action_table span
{
	display:block;
	margin-left: 60px;
	color:#515151;
	margin-top: 0px;
	margin-bottom: 0px;
}

#call_to_action_table h3{
	font-size: 16px;
}

#call_to_action_table span{
	font-size: 13px;
}

#call_to_action_table a
{
	color:#d81e05;
	text-decoration: none;
}

#cta_whats_left
{
	height:100px;
	background: url(../img/call-to-action_arrow.jpg) no-repeat left 0px;
	margin-right: 30px;
	margin-left: 5px;
}

#cta_already_customer
{
	height:100px;
	background: url(../img/call-to-action_computer.jpg) no-repeat left 0px;
}

#cta_homeowner
{
	height:80px;
	background: url(../img/call-to-action_house.jpg) no-repeat left 0px;
	margin-right: 30px;
	margin-left: 5px;
}

#cta_no_money
{
	height:80px;
	background: url(../img/call-to-action_dollar-sign.jpg) no-repeat left 0px;
}


/**Popup **/
#popup-container
{
	height: 0px;
}
.popup_trigger {
    background: url(../img/icn-info.png) no-repeat right 0px;
    color: #666666;
    font-size:15px;
    padding-left: 20px;
    height: 18px;
    line-height: 18px;
    float:left;
    text-decoration: none;
    margin-bottom:4px;
    margin-top:4px;
	width:180px;
	cursor: pointer;
}

.no_popup_trigger{
	font-size:15px;
    padding-left: 20px;
    height: 18px;
    line-height: 18px;
    float:left;
    text-decoration: none;
    margin-bottom:4px;
    margin-top:4px;
	width:180px;
}

.popup_trigger .disabled {
   background: url(../img/icn-info-disabled.png) no-repeat right 0px;
    color: #979797;
}

#popup-container #popup {
	position:relative;
	/*top: 675px;*/
    /*left:-999em;*/
	top: -500px;	
    /*width:580px; 
    height:350px;*/
	width: 400px;
	height: 300px;
    background: #fff;
    z-index: 99;
    border:1px solid #bababa;
    -moz-box-shadow: 4px 4px 0px rgba(0,0,0,0.45); /* FF3.5+ */
    -webkit-box-shadow: 4px 4px 0px rgba(0,0,0,0.45); /* Saf3.0+, Chrome */
    box-shadow: 4px 4px 0px rgba(0,0,0,0.45); /* Opera 10.5, IE9, Chrome 10+ */
    outline: none;
    display: none;    
	color: black;
}

#popup-container .visible {
    left:115px;
    display: block;
}

#popup-container  h3 {
    background:#f1f1f1;
    margin:0;
    padding:13px 20px;
    font-size:17px;
}

#popup-container .popup-body{
    /*width:223px;
    _width:280px;
    padding-left:20px;
    _padding-left:10px;
    margin-top:10px;
    float:left;*/
	
	padding: 20px;
	_padding: 20px;
	float: left;
	text-align: justify;
}

.close-popup{
    position:absolute;
    top:0;
    right:0;
    width:40px;
    height:35px;
    text-indent: -999em;
	background: url(../img/icn-close.png) bottom left no-repeat;
    overflow:hidden;
}

#popupFade
{
	z-index:2;
	position: absolute;
	width: 100%;
	opacity: 0.8;
	top: 0px; 
	left: 0px;
	/*background-color: #FFFFFF;*/
	*position: fixed;
}

#personalize-results-question p{
	padding-left: 10px;
	padding-right: 10px;
}

/**Canvas Text**/
.graph_text
{
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	position:relative;
	top:-150px;
	left: 70px;
}

.graph_title
{
	font-size:20px;
	font-weight: bold;
	position:relative;
	top: 50px;
	left: 57px;
	color: #515151;
}

#income_graph_title
{
	left: 67px;
}

.print_section
{
	margin-left: 20px;
	margin-right:20px;
	background-color: #FFFFFF;
}

.print_header
{
	height: 50px;
	display:block;
}

.graph_text
{
	zoom: 1;
}

.print_date
{
	margin-top: 10px;
	margin-right: 10px;
	float:right;
	display:block;
	*top: -45px;
	*position: relative;
}
.print_name
{
	clear:right;
	float:right;
	margin-right:10px;
	font-size: 14px;
	font-weight: bold;
	*top: -45px;
	*position: relative;
}

.print_button
{
	position: absolute!important;
	right: 20px;
	top: 100px;
	z-index: 2;
}

.print_footer button{
	background-color: #d81e05;
	color: #FFFFFF;
	height:30px;
}


.print_header img
{
	margin-top:10px;
	margin-left: 10px;
	
}
#first_page #first_page_header img
{
	position:relative;
	left: 100px;
	display: table-cell;
	top: 15px;
	*top: 0px;
	*position: absolute;
	*display: inline;
	*left: -50px;
}

/*MOVE THIS AROUND */ 
#first_page_header
{	
	width:100%;
	margin-top:10px;
	display:table;
	*position: relative;
	*left: 150px;
	*margin-top: 30px;
}

#first_page_header h1
{
	text-align:center;
	display:table-cell;
	position: relative;
	/*right: 30px;*/
	font-size: 21pt;
	padding-bottom: 20px;
	*position: aboslute;
	*top: 20px;
	*width: 500px;
	*display: inline;
}
#first_page hr
{
	color:grey;
	background-color: grey;
}

#intro_text
{
	margin-left: 10px;
	margin-right: 10px;
	text-align: justify;
	padding: 20px 0 0;
}
#intro_text_title, #intro_text_title_neg
{
	font-size: 20px;
	color: #d81e05;
}
#print_preview table
{
	width:80%;
	border: 1px solid #D8D8D8;
	border-collapse: collapse;
	margin-top:10px;
	margin-bottom: 10px;
	display:table;
	margin-left: 50px;
}

#personalize-results-review tr
{
	border-collapse: collapse;
}

#personalize-results-review table td
{
	height: 15px;
}

#personalize-results-review  .legend_table tr td
{
	height: 10px;
}
#personalize-results-review .top_row
{
	border-bottom: 1px solid #D8D8D8;
}


#print_preview tr
{
	border-collapse: collapse;
}

#print_preview td
{
	height: 30px;
}

#print_preview .top_row
{
	border-bottom: 1px solid #D8D8D8;
}

.print_number, .special_text, .print_table_title
{
	font-weight:bold;
	color: #d81e05;
}

.print_table_title, .print_section_title , .final_amt
{
	position: relative;
	width:400px;
	display:table-cell;
}	

.amount, .print_t_section_title
{
	width:100px;
	text-align:center;
}

.even_row
{
	background-color:#F1F1F1;;
}



#second_page h1, #second_page h2, #third_page h1, #third_page h2
{
	margin-left: 13px;
	margin-bottom: 10px;
}

#third_page li
{
	width: 300px;
}

#third_page li, #third_page span
{	
}
#third_page textarea
{
	position: relative;
	top: -70px;
	float:right;
	display: inline-block;
	height: 80px;
	width: 200px;
}



/*
#footer
{
	position: relative;
	display: block;
	width: 100%;
	text-align: right;
	overflow: auto;
}

#footer .legal
{
	position: relative;
	font-size: 9px;
	margin: 0 13px;
	text-align: justify;
	display: block;
}

#footer .bottom_bar{
	position: relative;
	display: block;
}
*/
#print_graph{
	height: 275px;
}

.print_resultsGraph{
	margin-left: 10px;
}

#print_housing_legend_box
{
	background-color: #666600;
}

#print_living_legend_box
{
	background-color: #FF6600;
}

#print_trans_legend_box
{
	background-color: #D81E05;
}

#print_personal_exp_legend_box
{
	background-color: #3399CC;
}

#print_financial_legend_box
{
	background-color: #CC0066;
}

#print_employment_legend_box
{
	background-color: #8D8B00;
}

#print_personal_inc_legend_box
{
	background-color: #3399CC;
}

#dialog-print-results #personalize-results-review .print_footer {
	position: absolute;
	bottom: 0;
	left: 0;
}

#dialog-print-results #personalize-results-review .print_footer .legal{
	position: relative;
	font-size: 10px;
	text-align: justify;
	display: block;
	margin: 5px 28px;
}

#dialog-print-results #personalize-results-review .print_footer .bottom_bar{
	position: relative;
	display: table;
	margin: 0 0 20px;
	width: 100%;
	*width: auto;
}

.print_footer .bottom_bar > div  {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.print_footer .bottom_bar .left_element{
	text-align: left;
	padding-left: 10px;
	width: 200px;
}

.print_footer .bottom_bar .center_element{
	text-align: center;
	*position: relative;
	*margin-left: auto;
	*margin-right: auto;
	width: auto;
}
.print_footer .bottom_bar .right_element{
	text-align: right;
	padding-right: 20px;
	*position:relative;
	*margin-left: auto;
	width: 200px;
}

#dialog-print-results #personalize-results-review .notes {

	position: relative;
	margin: 13px;
	height: 100px;
}
/*
#dialog-print-results #personalize-results-review{
		height: 1000px!important;
		width: 100%;
		font-size: 12px;
		color: #515151;
		font-family: Arial, sans-serif;
		position: relative!important;
}*/

	
#personalize-results-review #print_summary_table table, .page_2 table, .page_3 table{
		position: relative;
		margin: 0px 10px;
}

.review-link{
	display: none;
}
