/* 
 *   Example Calculator Stylesheet  
 *	 DollarTimes.com  - HBrotheres - 2009
 *
/*************************************************************************/


div.dt_calculator h2 {margin: 0px; color:#FF7B00;}
div.dt_calculator a {margin: 0px; color:#3C832B; }
div.dt_calculator p {margin: 0px}

div.dt_calculator { 
	width: 260px;
	color: #000;
	border: 1px solid red;
	font-size: 10pt;
	padding: 15px 10px 0px 10px;
	background: #fff url("http://www.dollartimes.com/images/bigdollar.png") top no-repeat;
	font-family: arial, sans-serif;
}

div.dt_calculator.narrow {
	width: 230px;
}
div.dt_calculator.narrow div.a {
	width: 100px;
}
div.dt_calculator.narrow input {
	width: 80px;
}
div.dt_calculator.narrow div.clear {
	height: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}


div.dt_calculator table {
	font-size: 11pt;
	margin-top: 1em;
}

div.dt_calculator table td.fixedwidth7 {
	font-size: 80%;
	width: 7em;
}
div.dt_calculator table th.center {
	text-align: center;
}
div.dt_calculator table th.spacer{
	width: 2em;
}
.padded-table td,
.padded-table th{	
	padding: 5px 10px 0px 0px;
}

div.dt_calculator h2 {
	font-size: 12pt;
	font-weight: bold;
	padding: 0px 0px 2px 0px;
}
div.dt_calculator p.small {
	font-size: 8pt;
	padding: 0px 0px 8px 0px;
}
div.dt_calculator p.instructions {
	font-style: italic;
	font-size: 8pt;
	padding: 0px 0px 4px 0px;
}

div.dt_calculator a {
	display: block;
	font-size: 8pt;
	padding: 0px 0px 8px 0px;
}

div.dt_calculator div.a {
	clear: left;
	float: left;
	width: 110px;
	padding-top: 5px;
}
div.dt_calculator div.a-big {
	clear: left;
	float: left;
	width: 135px;
	padding-top: 5px;
}

div.dt_calculator div.b {
	float: left;
	width: 20px;
	padding: 5px 2px 0px 0px;
	text-align: right;

}
div.dt_calculator div.c {
	float: left;
	height: 25px;
	padding-top: 2px;
}
div.dt_calculator div.d {
	padding: 10px 0px 5px 0px;
	text-align: center;
}

div.dt_calculator input {
	width: 90px;
}
div.dt_calculator table input {
	width: 4em;
}
div.dt_calculator td button {
	margin-left: 1em;
	margin-top: .5em;
}
div.dt_calculator input.checkbox,
div.dt_calculator input.radio {
	height:1em;
	width:1em;
}
div.dt_calculator select {
	width: 100px;
}
div.dt_calculator select.small{
	width:  5em;
}
div.dt_calculator div.clear {
	clear: both;
}
div.dt_calculator div.spacer {
	display: block;
	height: 12px;
}


div.dt_results table td,
div.dt_results table th {
	text-align: right;
	border: none;
}

div.dt_results p {margin-bottom: .7em;}
div.dt_results table {
	font-size: 80%;
}
/* // Total or Sum rows */
div.dt_results table tr.total
{
	font-weight: bold;
	font-style: normal;
}
div.dt_results {
	clear: both;
	line-height: 1.3em;
	padding: 10px 5px 10px 5px;
	margin: 0px 0px 0px 0px;
	border: 3px solid #a4b4c3;
	background-color: #dde6f0;
	overflow: auto;
	margin: 5px -2px;
}

div.dt_button {
	color: #444;
	background-color: #eee;
	border: 1px solid #ccc;
	width: 120px;
	padding: 3px 5px;
	margin: 0 auto 0 auto;
	cursor: pointer;
}

div.dt_button_out {
	color: #444;
	background-color: #eee;
	border: 1px solid #ccc;
	width: 120px;
	padding: 3px 5px;
	margin: 0 auto 0 auto;
	cursor: pointer;
	text-decoration: none;
}


div.dt_button_sel {
	color: #444;
	background-color: #ddd;
	border: 1px solid #999;
	width: 120px;
	padding: 3px 5px;
	margin: 0 auto 0 auto;
	cursor: pointer;
	text-decoration: underline;
}


