@charset "UTF-8";
/** DO NOT EDIT THIS BLOCK OF CODE, THIS IS THE DEFAULT CSS RESET THAT IS USED TO MAKE ALL BROWSERS DISPLAY AS CLOSE AS POSSIBLE BY DEFAULT **/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;zoom:0;}body{	line-height:1;}ul,li{list-style:none;display:inline;}.clear{clear:both;}
.clear{clear:both;}

html{
	background:#ddd;

		
}

body{
	background:#f7f8f8;
	font-family:Arial, Helvetica, sans-serif;
	width:800px;
	/*height:600px;*/
	padding:10px;
	 box-shadow: 0 1px 20px rgba(0, 0, 0, 0.2);

}


.Button{
	width:156px;
	height:28px;
	background:url(../images/button.png);
	font-size:14px;
	text-align:center;
	color:#6666cc;
	font-weight:bold;
	text-transform:uppercase;
	padding-top:11px;
}

.Button:hover{
	cursor:pointer;	
	color:#333399;
}

.Help{
	width:28px;
	height:28px;
	background:url(../images/help.png);
	overflow:hidden;
	text-indent:-5000px;

}

.Help:hover{
	cursor:pointer;	
}


.ToolTip{
	width:306px;
	display:block;	
	position:absolute;
}

.ToolTip span{
	font-size:8px;
	position:relative;
	top:3px;	
}

.ToolTip .arrow{
	width:19px;
	height:10px;
	float:left;
	background:url(../images/tip_arrow.png);
	position:relative;
}

.ToolTip .top{
	clear:both;
	display:block;
	height:7px;
	background:url(../images/tip_top.png);
}



.ToolTip .content{
	clear:both;
	display:block;
	background:url(../images/tip.png);
	font-size:11px;
	line-height:15px;
	padding-left:10px;
	padding-right:10px;
	padding-top:3px;

}


.ToolTip .bottom{
	clear:both;
	display:block;
	height:13px;
	background:url(../images/tip_bottom.png);
}


.NumberInput input, .col-input input{
	width:68px;
	height:13px;	
	border-left:1px solid #9f9f9f;
	border-top:1px solid #9f9f9f;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	padding:6px;
	text-align:right;
	color:#35369c;
	font-size:16px;
}

.NumberInput{
	width:107px;	
}

.NumberInput .arrows{
	float:right;
	width:20px;
	margin-top:1px;
}

.NumberInput .up{
	display:block;
	background:url(../images/flippers.png);
	height:16px;
	text-indent:-500px;
	overflow:hidden;
}

.NumberInput .down{
	display:block;
	background:url(../images/flippers.png) 0px -16px no-repeat;
	height:16px;
	text-indent:-500px;
	overflow:hidden;
}

.NumberInput .unit{
	float:right;
	padding-left:5px;
	margin-top:5px;	
	font-size:12px;
}

.NumberInput .up:hover{
	cursor:pointer;
	background-position:-20px 0px;
}

.NumberInput .down:hover{
	cursor:pointer;
	background-position:-20px -16px;
}

.RightWrong{
	width:13px;
	height:13px;
	overflow:hidden;
	text-indent:-5000px;
}

.right{
	background:url(../images/rightWrong.png) -12px 0px no-repeat;	
}

.wrong{
	background:url(../images/rightWrong.png) 2px 0px  no-repeat;	
}


.intro{
	/*width:758px;*/
	padding:20px;
	border:1px solid #dcdcdc;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;	
background:#FFF;
}
.intro h1{
	font-size:18px;
	line-height:24px;
	color:#6666cc;
	margin-bottom:30px;	
}

.intro p{
	font-size:14px;
	line-height:18px;	
	margin-bottom:20px;
}

.intro p strong{
	color:#6666cc;	
}

.intro .Button{
	margin-bottom:10px;	
}

.intro .buttons{
	float:right;
	margin-left:50px;
	margin-right:20px;	
}

.weighted table{
	margin:10px;
	width:700px;
	border-collapse:collapse;
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;

}




.weighted th{
	font-size:14px;
	border-bottom:2px solid #bcbdbd;
	padding:10px;	
}

.legend th{
	font-size:13px;	
}

.total th{
	border-top:1px dashed #cccccc;	
	padding-top:3px;
}

.weighted td{
	text-align:center;
	font-size:13px;
	hieght:40px;	
}

tr .Help, tr .RightWrong, tr .NumberInput{
	float:left;
	margin-right:5px;
	position:relative;
	top:5px;
}


tr .RightWrong{
	margin-top:3px;	
}

tr .Help{
	position:relative;
	top:0px;	
	margin-bottom:-10px;
}

.weight{
	width:175px;
	padding:1px;

}

.data td{
	height:10px;
}

tr .NumberInput input{
	padding:5px;	
}

tr th .NumberInput .unit{
	float:left;	
	padding-left:0px;
	padding-right:5px;
}

tr th #amountTotal .NumberInput .unit{
	float:left;	
	padding-left:0px;
	padding-right:15px;
}



.weighted .text{
	height:21px;
	display:block;
}

.weighted .text div{
	position:relative;

}


.weighted .first td{
	padding-top:5px;	
}


.weighted .last td{
	padding-bottom:10px;	
}

.weighted #wacc{
	float:right;
	position:relative;
	left:30px;	
}

.weighted .cost{
	width:150px;	
}


.weighted .data span{
	display:inline-block;
	width:80px;	
	text-align:right;
}

.weighted #amountTotal{
	position:relative;
	left:55px;
}

.Scale{
	display:block;
	width:700px;
	height:50px;
	background:url(../images/scale.png) no-repeat;
	background-position:center center;	
	margin-left:auto;
	margin-right:auto;
	margin-top:40px;
}

.dotted{
	background:url(../images/scale_dotted.png) no-repeat;
	background-position:center center;	
}

.ScaleValue{
	float:left;
	width:40px;
	margin-left:-20px;
	margin-right:-20px;
	margin-top:4px;
	position:relative;
}

.ScaleValue .label, .ScaleValue .value{
	text-align:center;
	display:block;
	color:#000;
	font-size:11px;	
	
}

.Scale .scaleLabel{
	width:40px;
	padding-left:-20px;
	padding-right:-20px;
	font-size:11px;
	position:relative;	
	top:8px;
	text-align:center;
}

.Scale .endValues{
	clear:both;	
	width:700px;
	font-size:11px;
	color:#272895;
	position:relative;
	top:10px;
	font-weight:bold;
	text-align:center;
}

.Scale .endValues .first{
	float:left;
	text-align:left;
	position:relative;
	margin-right:-20px;
	margin-left:-20px;
	width:40px;
	text-align:center;
}

.Scale .endValues .last{
	float:right;
	text-align:right;
	position:relative;
	left:3px;
	margin-right:-20px;
	margin-left:-20px;
	width:40px;
	text-align:center;
}

.ScaleValue .block{
	height:10px;
	width:2px;
	background-color:#959595;
	margin-left:auto;
	margin-right:auto;
	margin-top:5px;
	margin-bottom:5px;
	
}

.cost .inputs{
	clear:both;
	width:700px;
	margin-top:50px;
	margin-left:auto;
	margin-right:auto;
}

.cost .NumberInput input{
	width:120px;	
}

.cost .NumberInput .unit{
	margin-top:9px;
	padding-left:0px;
	padding-right:0px;
	float:left;
	font-size:12px;
	position:relative;
	left:-5px;
}

.cost .NumberInput, .cost .RightWrong, .cost .Help{
	float:left;	
}

.cost .RightWrong{
	margin-left:5px;
	margin-right:5px;
	margin-top:8px;	
}

#preTax, #growthRate{
	margin-right:10px;
	display:block;	
	width:350px;
	float:left;
}
#afterTax, #costOfEquity{
	display:block;	
	width:360px;
	margin-right:-30px;
	float:left;
}


.net_present .inputs{
	width:340px;
	float:left;	
	margin-left:40px;
}

#presentValue .unit, #initialInvestment .unit, #NPV .unit{
	width:120px;	
}

#presentValue, #initialInvestment, #NPV{
	margin-bottom:10px;
	height:32px;
}

.net_present #invest{
	margin-left:120px;
	margin-top:20px;
	height:20px;
}

#invest .RightWrong{
	position:relative;
	top:-5px;
	left:-9px;	
}

#dots{
	margin-bottom:10px;
	border-top:1px dashed #acadad;	
	height:0px;
	width:250px;
}

sup{
	display:inline-block;
	font-size:9px;
	position:relative;
	top:-3px;	
}

.RadialButton{
	display:block;
	float:left;
	padding-left:30px;
	height:15px;
	background:url(../images/radial.png) no-repeat;
	font-size:11px;	
	padding-top:5px;
	margin-right:10px;
}

.RadialButton:hover{
	cursor:pointer;	
}

.RadialButtons .active{
	background-position:0px -21px;	
}

.ArrowBox{
	position:absolute;	
	border-left:1px solid #6666cc;
	border-right:1px solid #6666cc;
	border-bottom:1px solid #6666cc;
	height:13px;
}

.ArrowBoxArrow{
		position:absolute;	

	border-right:1px solid #6666cc;
	border-bottom:1px solid #6666cc;

}

.ArrowBoxArrowHead{
	position:absolute;
	width:11px;
	height:9px;
	background:url(../images/arrow.png);	
}


.NPVBox{
	width:701px;
	height:247px;
	display:block;
	margin-left:auto;
	margin-right:auto;
	background:url(../images/tables.png);
	margin-top:20px;	
}

.NPVBoxTable{
	display:block;	
	width:338px;
	padding:1px;
	padding-top:36px;
	float:left;
}

.NPVBoxTable .row{
	display:block;
	height:35px;
}

.NPVBoxTableRow{
	height:35px;
}

.NPVBoxTableRow div, .NPVTotals div{
	display:block;
	float:left;	
	width:69px;
	margin-right:2px;
	text-align:center;
	font-size:13px;
	padding-top:12px;
	color:#272895;
}

.NPVBoxTableRow .project{
	width:52px;
	text-transform:uppercase;
}

.table1{
	
}

.table2{
	margin-left:20px;
}

.yui3-dd-drop-over{
	background-color:#e4ecf3;	
}

.NPVTotals{
	display:block;
	float:left;
	width:286px;
	height:34px;
	margin-left:75px;	
	font-weight:bold;
	position:relative;
	top:-1px;
}

.NPVTotals div{
	color:#000;	
}

.NPVTotals .npv{
	margin-left:90px;	
	width:30px;
}

.NPVTotals .RightWrong{
	position:relative;
	left:-5px;
	top:3px;
	width:13px;
		
}

.npv_profile .intro{
	float:left;
	width:258px;
	height:558px;	
}

.npv_profile #controls{
	float:left;
	border-top:1px dashed #333;
	margin-top:30px;
	padding-top:50px;
	margin-left:20px;
	padding-right:60px;

	width:420px;
	background:url(../images/npv_labels.png) no-repeat center 30px;
}

.present_value #controls{
	background:url(../images/pv_labels.png) no-repeat center 30px;
}



.npv_profile .NumberInput{
	clear:left;	
	float:right;
	margin-left:20px;
}

.npv_profile #controls .Button{
	clear:both;	
	float:none;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	top:30px;
	left:30px;
}


.DynamicSlider{
	float:left;	
	margin-left:130px;
}

.DynamicSlider .top{
	background:url(../images/slider_top.png) no-repeat center top;
	width:9px;
	height:28px;
	float:left;
	position:relative;
	top:-1px;

}

.DynamicSlider .bottom{
	background:url(../images/slider_bottom.png) no-repeat center top;
	width:9px;
	height:28px;
	position:relative;
	top:-1px;

	float:left;
}

.DynamicSlider .middle{
	background:url(../images/slider_middle.png) repeat-x center top;
	width:60px;
	min-height:28px;
	float:left;
}

.DynamicSlider .slider{
	background:url(../images/slider.png) no-repeat -2px center;
	width:22px;
	height:28px;


}

.DynamicSlider .slider:hover{
	cursor:	
}

.sliderAmount{
	clear:both;	
	margin-left:auto;
	margin-right:auto;
	font-size:12px;
	margin-top:35px;
	display:block;
	text-align:center;
	width:50px;
	padding-left:55px;
}

.ToolTip strong{
	font-weight:normal;
	text-align:center;
	display:block;	


}

.ToolTip .content div{
	display:block;
		margin-left:auto;
		margin-right:auto;
		width:150px;
}
sub{font-size:8px; position:relative; top:3px;}
sup{font-size:8px; position:relative; bottom:3px;}

.batch2 h1{font-size:24px;}
.batch2 .Button{margin-bottom:0;}
#expected-table{ margin:15px 0 25px 20px; width:780px; border-collapse:collapse; color:#505050; font-size:14px; line-height:1.8;}
#expected-table td input{line-height:13px;}
#expected-table th, #expected-table td{border-bottom:2px solid #a9a9a9; vertical-align:middle; } 
#expected-table td{padding:20px 0;}
#expected-table tbody td .NumberInput{top:0;} 
#expected-table th{text-align:left;}
#expected-table thead th{padding:10px 15px 10px 0; vertical-align:bottom; }
#expected-table tbody th, #expected-table tfoot th{font-size:16px; color:#6666cc; padding:20px 15px 20px 0;}
.input-cell{width:150px;}

#beta-graph{margin:20px 0 20px -10px; position:relative;}
#beta-legend{float:right; color:#505050; margin:40px 50px 0 0; width:225px; }
h2, h3{font-weight:bold;}
h2{font-size:22px;}
h3{font-size:18px;}
#beta-legend h2{margin-bottom:35px;}
#beta-legend h3{padding:5px 0; border-bottom:3px solid #b9babb; margin-bottom:10px;}
#beta-legend h3 sup{vertical-align:top; bottom:auto;}
#beta-legend .equation{margin-bottom:30px; font-weight:bold;}
#beta-legend .beta{color:#6666cc;}
.k-var{position:relative;}
.k-var .hat{position:absolute; top:-7px; left:1px;}
.equation .k-var .hat{top:-6px; left:0;}

#dev-formula{display:block; margin:5px 0 20px 30px;}
#sta-dev-graph{position:relative; margin:10px 0 10px -10px;}
mi{font-style:italic;}
#asset-graph{position:relative;}

.wider{width:1000px;}
.twocols{overflow:hidden;}
.col{float:left;}
.twocols .col{width:50%;}
.col h2{font-size:24px; padding-bottom:11px; border-bottom:2px solid #a9a9a9; color:#505050; position:relative;}
.col h2 span{font-size:14px; vertical-align:middle;}
.col h2 strong{font-weight:bold;}
.col fieldset{padding-bottom:14px; border-bottom:2px solid #a9a9a9;}

#ex08_03-intro p {width:460px;}
#ex08_03{margin-top:30px; padding:0 21px;}
#ex08_03 .col1 h2{width:363px;}
#ex08_03 .col2 h2{width:416px; white-space:nowrap;}
#ex08_03 .col1{width:460px;}
#ex08_03 .col2{width:495px;}
#ex08_03 .col1 fieldset{width:363px;}
#ex08_03 .col2 fieldset{width:416px;}

.col-input{padding:15px 0 10px; overflow:hidden; margin-right:-80px;}
.col-input label{float:left; line-height:40px; font-size:14px;}
.col-input input{height:26px; width:91px; float:left;}
.col .NumberInput, .col .RightWrong, .col .Help{float:left; overflow:hidden;}
.col .Help{margin:6px 0 0;}
.col .RightWrong{margin-top:13px;}
.total-question label{color:#6666cc; font-weight:bold;}

#ex08_03 .col1 .NumberInput{width:355px;}
#ex08_03 .col2 .NumberInput{width:406px;}
#ex08_03 .col1 label{width:245px;}
#ex08_03 .col2 label{width:300px;}

#accumulated-depreciation{position:relative; padding-bottom:80px;}
#accumulated-depreciation .equation{float:left; line-height:40px; font-size:24px;}
#ex08_03 #accumulated-depreciation .NumberInput{width:auto;}
#accumulated-depreciation .special-label{float:none; display:block;}
#accumulated-depreciation .special-inputs{width:300px; float:left;}
#accumulated-depreciation .special-inputs input{padding:6px 5px; border:1px solid #9f9f9f;}
#acc-initial-cost{width:90px; background:#f4f5f5;}
#sum-total{background:#f7f8f8; width:61px;}
#times{margin:0 4px 0 8px;}
#divide100{margin-left:4px;}

#sums{ position:absolute; top:110px; width:366px; text-align:center; left:0; }
#sumline{border-left:1px solid #9f9f9f; height:15px; width:0; position:absolute; top:95px; left:165px;}
#sums .boxes{margin:0 auto; border:1px solid #9f9f9f; padding:6px 4px 10px; height:40px; display:inline-block; min-width:75px; line-height:40px; font-size:24px;}
#sums .boxes input{ width:45px; padding:6px 0; background:#ffffff;}
#sums .boxes span{margin:0 3px; vertical-align:middle; line-height:40px; float:left;}
#sums .boxes #brack1{margin-right:6px;}

#ex08_05-intro p{width:627px;}
#sums .boxes #brack2{margin-left:6px;}
#ex08_05{margin-top:20px; padding:0 21px; color:#505050;}
#ex08_05 h2{font-size:18px;}
#ex08_05 .col{width:415px;}
#ex08_05 .col1{padding-right:90px;}

#ex08_05 h2{overflow:hidden; margin-bottom:22px;}
#ex08_05 h2 strong{width:220px; float:left;}
#ex08_05 h2 span{float:left;}
#ex08_05 #heading-new{width:100px;}
#ex08_05 .col1 input{width:45px; height:18px;}
#ex08_05 .col label{width:220px; font-size:12px;}
#ex08_05 .col1 .col-input{padding:0 0 7px;}
#ex08_05 .col1 .col-input label{line-height:32px;}
#ex08_05 .col .NumberInput{width:auto;}
#ex08_05 .col .RightWrong{margin-left:5px;}
#ex08_05 .col1 .standalone .NumberInput{width:414px;}
#ex08_05 .col1 .standalone label{width:355px;}
#ex08_05 .col1 .big-label label{font-size:18px; font-weight:bold;}
#ex08_05 .col2 .col-input{padding:0 0 16px;}
#ex08_05 .col2 input{width:60px; height:26px;}
#ex08_05 .col2 .NumberInput{margin-left:26px;}
#ex08_05 .col1 span{float:left; font-size:14px; font-weight:bold; line-height:32px; margin:0 1px;}
#ex08_05 .col1 .Help{margin:3px 0 0;}
#ex08_05 .col1 .RightWrong{margin-top:10px;}

#migr-intro, .expected_return_intro{width:465px;}
#migr-intro p{font-size:12px; line-height:1.7;}
#migr-worksheet{padding:40px 18px; overflow:hidden;}
#migr-worksheet h2{font-size:22px; color:#505050; padding-bottom:10px; border-bottom:2px solid #a9a9a9; /*margin-bottom:40px;*/}

#ratio-table{border-collapse:collapse; color:#505050; font-size:16px; float:left; width:245px; font-weight:bold;}
#ratio-table tbody th{text-align:left; color:#6666cc;}
#ratio-table tbody th, #ratio-table tbody td{border-bottom:2px solid #a9a9a9; height:96px; vertical-align:middle;}
#ratio-table tbody td{text-align:right;}
#migr-worksheet .answers{float:left; margin-left:96px; padding-top:40px; width:350px;}
.growthrate{width:350px; overflow:hidden; margin-bottom:25px;}
.growthrate label{font-weight:bold; color:#505050; display:block; padding-bottom:14px; font-size:16px; white-space:nowrap;}
.growthrate .NumberInput, .growthrate .RightWrong, .growthrate .Help{float:left;}
.growthrate .NumberInput{width:220px;}
.growthrate .NumberInput input{width:200px; height:26px;}
.growthrate .Help{margin:35px 3px 0;}
.growthrate .RightWrong{margin:45px 0 0;}

#expected-returns1{padding:10px 21px;}
#expected-returns1 table{width:100%; border-collapse:collapse; color:#505050; font-size:16px;}
#expected-returns1 thead{font-size:14px;}
#expected-returns1 thead th{vertical-align:bottom; line-height:1.5; padding-bottom:10px; border-bottom:2px solid #a8a8a8;}
#expected-returns1 th{text-align:left;}
#expected-returns1 tr .NumberInput input{width:90px; height:28px;}
#expected-returns1 tbody th{font-weight:normal; line-height:40px;}
#expected-returns1 tbody td{padding:5px 0; vertical-align:middle;}
#expected-returns1 .first-row td{padding-top:10px;}
#expected-returns1 .last-row td{padding-bottom:20px;}
#expected-returns1 tr .NumberInput{top:0;}
#expected-returns1 .input-cell, #input-col{width:180px; max-width:180px;}
#quality-col{width:232px;}
#prob-col{width:140px;}
#ret-col{width:206px;}
#expected-returns1 .RightWrong{top:12px;}
#expected-returns1 .Help{top:5px;}
#expected-returns1 tfoot label{font-weight:bold; color:#6666cc; margin-right:22px; text-align:right; width:556px; line-height:40px;}
#expected-returns1 tfoot label, #expected-returns1 tfoot input, #expected-returns1 tfoot .RightWrong, #expected-returns1 tfoot .Help{float:left;}
#expected-returns1 tfoot .NumberInput{width:680px; margin-right:10px;}
#expected-returns1 tfoot td{border-bottom:2px solid #a8a8a8; border-top:2px solid #a8a8a8; padding:16px 0;}
	
/*BALANCE SHEET QUESTIONS*/
#chart-form{overflow:hidden;}
#chart{padding:20px; font-size:12px;}
#balance-sheet, #income-statement{width:340px; float:left; margin-right:30px;}
#income-statement .grouping{padding-bottom:5px; border-bottom:2px solid #a9a9a9;}
#income-statement{margin-bottom:43px;}

#chart h2{font-weight:bold; font-size:18px; padding-bottom:8px; border-bottom:2px solid #bcbcbc; margin-bottom:13px; color:#505050;}
#chart h3{color:#6666cc; font-weight:bold; font-size:16px; margin-bottom:5px;}
#chart ul, #chart li{display:block; line-height:1.7;}
#chart li{position:relative;}
#chart li li{margin-left:35px;}
#chart .value{position:absolute; top:0; right:0; text-align:right; width:96px;}
#chart .title .smaller{font-size:10px;}
#chart .dollar{float:left; margin-left:15px;}
#chart .line{border-bottom:1px solid #c8c9c9;}
#chart .double-line{border-bottom:4px double #c8c9c9; padding-bottom:3px;}
#chart .total{color:#6666cc;}
#chart .grouping{margin-bottom:25px;}
#chart-form .NumberInput{width:auto;}
#chart-form label{font-size:18px; color:#505050; font-weight:bold; display:block; margin-bottom:25px; float:left; width:340px;}
#chart-form input{width:256px; height:26px; clear:left;}
#chart-form .NumberInput, #chart-form .RightWrong, #chart-form .Help{float:left;}
#chart-form .RightWrong{margin:13px 5px 0;}
#chart-form .Help{margin-top:6px;}
#chart-form #pe label, #chart-form #average label{margin-top:25px;}