#test_panel {
	margin: 20px auto;
	text-align: center;
}

#test_panel * {
	font-size: 9px !important;
}

#console {
	border: 1px solid #666;
	max-height: 120px;
	width: 100%;
	overflow: auto;
	margin: 20px auto;
}

:focus {
	outline:none;
}

input {
	padding: 0;
	margin: 0;
}


b {
	font-weight: bold;
}

body {
	font: 0.8em/1.2em Arial, Helvetica, sans-serif; 
}

a {
	outline: none;
}

:focus {
  -moz-outline-style: none;
}


#wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 900px;
	height: 600px;
	border: 1px solid #999;
	overflow: hidden;
}

#header {
	position: absolute;
	top: 0;
	left: 0;
	height: 119px;
	width: 900px;
}

#header.en {
	background: url("../../img/header_ci_en.jpg");
}

#header.fr {
	background: url("../../img/header_ci_fr.jpg");
}


#input_panel {
	position: absolute;
	width: 400px;
	height: 457px;
	background: url("../../img/bg_input_panel2.png");
	float: left;
	top: 119px;
	padding: 25px 0 0 0;
	margin: 0;
	color: #fff;
}

#input_panel a {
	font-size: 11px;
	color: #aaa;
	text-decoration: none;
}

#input_panel a:hover {
	color: #fff;
	text-decoration: underline;
}

#input_panel table {
	margin: 0 auto;
}

#input_panel table .input_field {
	padding: 9px;
	vertical-align:middle;
}

#input_panel table .input_label {
	text-align: right;
	width: 130px;
	vertical-align: middle;
}

#input_panel input[type=text], #input_panel select {
	padding: 1px 0;
}

/*#input_panel table .input_field input, #input_panel table .input_field select {
	width: 170px;
}*/

#input_tab {
	cursor:pointer;
	position: absolute;
	width: 26px;
	height: 120px;
	right: -25px;
	top: 200px;
	/*background: url("../../img/input_tab_open.png");*/
}

.input_open.en {
	background: url("../../img/input_tab_close_e.png");
}
.input_open.fr {
	background: url("../../img/input_tab_close_f.png");
}

.input_closed.en {
	background: url("../../img/input_tab_open_e.png");
}
.input_closed.fr {
	background: url("../../img/input_tab_open_f.png");
}


#ip_disclaimer {
	position: absolute;
	bottom: 5px;
	left: 0px;
	font-size: 10px;
	width: 400px;
	text-align: center;
}

#ip_lbl_past_div_rate {
	padding-right: 18px;
	background: url(../../img/arrow_off.png) top right no-repeat;
}

#ip_lbl_past_div_rate:hover {
	background: url(../../img/arrow_on.png) top right no-repeat;
}

#ip_calculateBtn {
	background: #A5D669 url(../../img/bg_highlight2.png) 50% 50% no-repeat;
	border: 1px solid #333;
	padding: 4px 10px;
	font-size: 11px;
	font-weight: bold;
	margin: 0;
	width: auto;
}

#ip_calculateBtn:hover {
	background: #8CCA42 url(../../img/bg_highlight2.png) 50% 50% no-repeat;
	border: 1px solid #8CCA42;
}

#results {
	background-color: #F1F0EF;
	width: 100%;
	height: 481px;
	top: 119px;
	position: absolute;
	/*z-index: -100;*/
}

#tabs {
	border: none;
}

#tabs #t_sum, #tabs #t_cf, #tabs #t_tca, #tabs #t_ts, #tabs #t_as, #tabs #t_pdf {
	background-color: #F1F0EF;
	border: none;
	height: 422px;
}

.ui-tabs .ui-tabs-panel {
	padding-left: 50px;
}

#tabs div h1 {
	display: inline-block;
	font-size: 14px;
	padding-bottom: 5px;
	margin: 0 0 10px 0;
	border-bottom: 1px dotted #777;
	font-weight: bold;
}

/* IE6 hacks */
* html #tabs div h1 {
	display: inline;
}
/* IE7 hacks */
*+html #tabs div h1 {
	display: inline;
}

h3 {
	font-weight: bold;
	font-size: 13px;
	margin: 10px 0;
}

#tabs div p {
	padding: 0 0 10px 0;
}

#t_as {
	background: #f77;
}

#assumptions {
	width: 100%;
	height: 390px;
	overflow: auto;
	padding-right: 10px;
}

#t_pdf table {
	width: 500px;
	margin: 10px auto 0 auto;
}

#t_pdf td {
	padding: 10px 0;
}

#t_pdf .disclaimer {
	font-size: 11px;
	color: #900;
}

#pdf_create_pdf {
	margin-bottom: 10px;
	background: #343234;
	color: #eee;
	padding: 5px 10px;
	border: 1px solid #000;
	font-weight: bold;
	radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-bottomleft: 6px;
	cursor: pointer;
}

#pdf_create_pdf:hover {
	background: #666;
}

#t_cf_radio, #t_tca_radio, #pdf_btn_container {
	width: 100%;
	text-align:center;
	position: absolute;
	bottom: 5px;
	left: 0;
}

/** 1. Cash Flow Tab **/
#tcf_graph_cf, #tcf_graph_mv_acb {
	margin: 15px auto 0 auto;
	text-align:center;
}

#adv_graph {
	margin: 5px auto 0 auto;
	text-align:center;
}

/** 2. summary table styles **/
/**************************/

#summary_table_wrapper {
	margin-top: 10px;
}

#summary_table_body_wrapper, #summary_table_header, #summary_table_footer {
	width: 700px;
	margin: 0 auto;
}

#summary_table_header td {
	padding: 3px 5px;
	text-align:center;
}

#summary_table_body td, #summary_table_footer td {
	padding: 3px 5px;
	text-align: right;
}

#summary_table_body_wrapper {
	background: #fff;
	overflow: auto;
}

#summary_table_body {
	width: 680px;
}

#summary_table_body tr:hover {
	background: #C5E4A0;
}

#summary_table_body td {
	/*border-bottom: 1px solid #333;*/
	border-left: 1px solid #333;
}

#summary_table_header {
	height: 40px;
	background: #333;
}

#summary_table_header td {
	color: #ddd;
	font-weight: bold;
	font-size: 12px;
	vertical-align:middle;
}

#summary_table_footer {
	height: 25px;
	background: #A8D86E;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
}

#summary_table_footer td {
	border-left: 1px solid #333;
	border-bottom: 1px solid #333;
}

td#tbl_sum_total_acb {
	padding: 0 24px 0 0;
}

.col1 {
	width: 40px;
}

.col2 {
	width: 120px;
}

.col2, .col3, .col4, .col5 {
	width: 110px;
}



/***************** table end **/

/** Tax Savings **/
#t_ts table {
	width: 550px;
	margin: 25px auto;
	border: 0;
}

#t_ts table td {
	border-bottom: 1px dotted #333;
	padding: 15px 0 0 0;
}

#t_ts table td#tts_tatcf_d, #t_ts table td#tts_aaatcf_d, #t_ts table td#tts_tt_d, #t_ts table td#tts_aatp_d, #t_ts table td#tts_eatr_d {
	text-align: right;
	padding-right: 5px;
}

/** t-class advantage **/

#contents_advantage, #contents_eatr {
	height: 370px;
}

#contents_eatr table {
	width: 600px;
	margin: 25px auto;
	border: 0;
}

#contents_eatr table th {
	font-weight: bold;
	background: #D4EBB8;
	padding: 5px 0;
}

#contents_eatr table td {
	border-bottom: 1px dotted #333;
	padding: 15px 0 0 0;
}

#eatr_tr_tc, #eatr_tr_aswp, #eatr_tr_ii {
	width: 120px;
	text-align: right;
	vertical-align: top;
}

#contents_eatr .tbl_data {
	text-align: right;
}

/***********/


#tab_block {
	position: absolute;
	top:0;
	left:0;
	background:url("../../img/bg_tran0.png");
	width: 100%;
	height: 100%;
}

/** Loading Dialog **/
div.blockMsg {
    width:  200px;
    top:    30%;
    left:   40%;
    text-align: center;
    color: #000;
	background-color: #fff;
    border: 1px solid #7d7d7d;
    /*-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; 
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    -moz-opacity:.70;
    opacity:.70;*/
    padding: 15px;
}

#progbar {
	margin: 25px auto 10px auto;
	height: 30px;
	width: 150px;
	background: url("../../img/progress_bar.gif");
}
/***************************************/

#footer {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 900px;
}

#footer a {
	color: #000;
	text-decoration: none;
	font-size: 11px;
}

#footer a:hover {
	text-decoration: underline;
	color: #087647;
}

#footer td {
	vertical-align: top;
}