.calctable {
	float: left;
	width: 100%;
}
	
.calctable th {
  height: 30px;
  line-height: 30px;
  font-weight: bold;
  color: #000000;
  padding-left: 5px;
  border-bottom: 1px dashed #B9BFC9;
  background: #FFFFFF;
}

.calctable td {
	line-height: 30px;
	height: 30px;
	padding-left: 5px;
	vertical-align: middle;
	color: #000000;
  border-bottom: none;
}
	
.alt { background: #FFFFFF; }	

.alt-debt { background: #F4F5F7; }	

.calctable input  {
	background:#FFFFFF;
	padding: 2px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	border:1px solid #E0E0E0;
}
				
.col1 				{ width: 250px; }
.one .col1 		{ width: 150px; }
.three .col1 	{ width: 425px; }
.five .col1 	{ width: 250px; }
.six .col1 		{ width: 300px; }
.seven .col1 	{ width: 300px; }
.eight .col1 	{ width: 300px; }
	
.calctable input.button {
	background-color: #CC0000;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}

.calctable select {
	width: 40px;
	background:#FFFFFF;
	margin: 3px 0;
	padding: 2px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	border:1px solid #809DB9;
}	

.column h2 {
	font-size: 12px;
	font-weight:bold;
}

.calctable input.radio-no-border {
	border: none;
	padding: 0px;
	margin: 0px;
	width: auto;
}

label { font-weight: normal; }