/* styles used on the tabbed, bankruptcy evaluation form */
#financialtool_body {
	background-color: #FFFFFF;	
}
#financialtool {
	float: left;
	width: 520px;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #FFFFFF;
}

.formtool
{
	margin: 0px;
	padding: 0px;
	width: 480px;
}

.panel 
{
	clear: both;
	width: 480px;
	visibility: visible;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 0px;
	margin-top: 0px;
	height: 95px;
}

.panel_content
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	float: left;
	width: 480px;
	clear: both;
	height: 26px;
	text-align: left;
	vertical-align: top;
}



.panel_note_2 , .panel_note_2 p
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	float: left;
	width: 480px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	clear:both;	
}

.buttonsubmit {
	padding: 0;
	font-weight: bold;
	color: #FFFFFF;
	width: 90px;
	height:22px;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	vertical-align: middle;
	cursor: pointer;
	background-image: url(debt-calculator-submit.gif);
	background-repeat: no-repeat;
	background-position: center center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.buttonsubmit:hover {
	border: 1px outset #CCCCCC;
}


.number {
	height:16px;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFCC;
	vertical-align: middle;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}


.readonlynumber {
	height:16px;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #333333;
	font-weight: bold;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
	background:#ebf6fa;
	background-image:url(readonlybg.gif);
	background-repeat: repeat-x;
}

.smallfont{
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color: #333333;
	FONT-SIZE: 9px;
	font-style: oblique;
	vertical-align: top;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	display: block;
	margin-top: 0px;
	margin-bottom: 5px;
	white-space: nowrap;
}

/* Used by the single page*/


.form-content-singlepage
{
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: relative;
	width: 480px;
	height:575px;
	clear: both;
	float: left;
}

.caption 
{
padding: 1px 0px 4px 5px;
clear:left;
}
	
.caption a {
	FONT-SIZE: 12px;
	font-weight: bold;	
}

.caption a:hover{
  text-decoration:underline;
  
}

.caption a#line4{
	height: 79px;
}

.detail{
    font-family: Verdana, Arial, Helvetica, sans-serif;

	float:left;
	width:378px;
	height: 75px;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 5px;
}

.detail#long{
  width:473px;
  height:85px;
  border-right-style:none;
  padding: 5px 0px 0px 5px;
}
.value{
	float:left;
	width:78px;
	height: 75px;
	padding: 5px 2px 0px 10px;
}
.additionalinfo{
	float:left;
	height:22px;
	clear: both;
	margin-bottom: 0px;
	margin-top: 12px;
	margin-left:4px;
	vertical-align: middle;

	display: block;
	width: 476px;
	text-align: left;
}

.calculatorresultrow
{
	background-image:url(rowbg.gif);
	background-repeat: repeat-x;
	height:105px;
	margin: 4px 0px 0px 0px;	
	border: 1px solid #cddfef;
}

.graph {
	height: 230px;
	width: 460px;
	position: relative;
	padding:10px;
	clear: both;
	float: left;
	background-color: #FFFFFF;
	border: 1px solid #cccccc;
	margin: 10px 0px 10px 0px;
}

.graph_in {
	height: 230px;
	width: 460px;
}

.detail ul
{
	margin:0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.detail ul li
{
	background:url(arrowlist.gif) no-repeat 0px 7px;
	list-style:none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 3px 7px;
}

.panel-note-box
{
	clear:both;
	padding: 15px 0px 15px 90px;
	padding-bottom:0px;
}

.smallfont2
{
	font-style:italic;	
}