/* @override http://www.dollartimes.com/styles/dt-calc-on-your-site-v2.css */

/* @override http://www.dollartimes.com/styles/dt-calc-on-your-site.css */

div.dt_calculator h2,
div.dt_calculator a,
div.dt_calculator p {margin: 0px}

div.dt_calculator {
	width: 350px;
	font-size: 10pt;
	padding: 15px 10px 0px 10px;
	background-color: #FBFBFB;
	font-family: arial, sans-serif;
	border-top-width: 4px;
	border-right-width: 1px;
	border-bottom-width: 4px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}

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: 15px 10px 0px 10px;
/*	padding: 10px 5px 10px 5px;*/
	margin: 0px 0px 0px 0px;
/*	border: 3px solid #a4b4c3;*/
/*	background-color: #dde6f0;*/
	overflow: auto;
	width:346px;
}

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;
}

