#dbascontainer {
	width: 650px;
}

.dba_graph {
	padding: 0px 0px 8px 0px;
}

tr.spacer td, tr.spacer td:first-child {
	background: #EBBB16;
	padding: 1px;
	margin: 0px;
	font-size: 1px;
	border: none;
	height: 4px;
	border-right: solid #666 1px;	
}

table.dbasoptions {
	width: 640px;
	border: 1px solid #aaa;
	border-right: none;
	border-bottom: none;
	background: #FFF6CF; 

}

.dba_formlabel {
	background: #FFEEAE;
	text-align: left;
	font-weight: bold;
}


.dbasoptions td {
	padding: 3px;
	border-top: none;
	border-left: none;
	border-bottom: solid #999 1px;
	border-right: solid #999 1px;
}

.dbasoptions th {
	background: #EBBB16; 
	font-weight: bold; 
	font-size: 110%;
	text-align: left;
	border-right: solid #666 1px;	
	border-bottom: solid #aaa 1px;	
}

.dba_expl td{
	text-align: center;
	font-size: 80%;
	line-height: 90%;
	color: #666;
}

tr.dba_expl td:first-child {
		font-size: 80%;
		font-weight: normal;
	line-height: 90%;
	color: #666;
	background: none;

}


table.dba_results {
	margin-bottom: 10px;
	border: 1px solid #aaa;
}

table.dba_results th{
	background: #EBBB16; 
	text-align: left; 
	font-weight: bold; 	
	font-size: 110%; 
	padding: 4px;
}

.dba_result_label {
	background: #fff6cf;
	text-align: left;
	border-bottom: 1px dotted #333;	
}

.dba_calc_result {
	text-align: right;
	background: #fff6cf;
	border-bottom: 1px dotted #333;
}

table.dba_results tr.bottom td {
	border-bottom: none;
}


.dba_stepnum {
	padding: 2px;
	margin-right: 8px;
	background: #fff6cf;
	border: 1px solid #ffc500;
}


.dba_headings td{
	font-size: 90%;
	font-weight: normal;
	text-align: center;
	vertical-align: bottom;

}


.dba_pctsavings {
	text-align: center;
}	

.dbas_presets {
	padding: 6px 4px 4px 0px;
	text-align: right;
	font-size: 85%;
}

td.dbas_before {
	border-right: 2px solid #333;
}

tr.dba_totalrow td {
	border-top: 2px solid #333;
	font-weight: bold;
}


#dbascontainer select {
	font-size: 100%;
}


#dbasprint input {
	background: #ffffff;
	color: #000000;
	border: none;
}

#dbasprint select {
	background: #ffffff;
	color: #000000;
}

#dbasprint .buttons { display: none; }
