#calculator_list {
	border-color: #ffffff !important;
	border-width: 1px !important;
	border-style: Solid !important;
}
#analysisDiv {
	/*display: none !important;*/
	width:100%;
}
#plainEnglishDiv {
	/*display: none !important;*/
	width:100%;
}
td {
	font-size: 11px;
}
a img {
	border: none;
}
h12 {
	font-size: 18px;
	color: #FFFFFF;
	margin: 14px 0;
}
h22 {
	color: #ffffff;
	font-size: 16px;
	margin: 14px 0;
}
h32 {
	color: #ffffff;
	font-size: 15px;
	margin: 10px 0;
	font-family: Tahoma;
}
p {
	margin: 14px 0;
}
td.content {
	padding: 20px 25px;
	padding-top: 5px;
	color: #333;
}
td.content div.right {
	padding: 0px 0px;
	padding-top: 5px;
	color: #333;
	text-align: right;
}
td.content a {
	color: #333;
}
td.content div.right a {
	color: #ffffff;
	text-decoration: none;
}
div.hr {
	background: url(../images/aux06.gif) left center repeat;
	height: 1px;
	overflow: hidden;
	margin: 15px 0;
}
/* Headers for the three tables: input table, results table and schedule table. */

div.table-caption {
	text-align: left;
	color: white;
	background: #000000;
	font-size: 15px;
	font-weight: bold;
	/*padding: 6px 10px;*/
	margin-top: 15px;
	width:100%;
}
div.inputinfo {
	background: #333333;
 	padding: 5px;
}
div.analysis {
	background: #333333;/* display: none !important; */
	padding: 5px;
}
div.analysis a {
	color: #FFFFFF;
}
div.schedule {
	background: #878787;
}
/* Input table */

table.calc {
	/*	background: #f2f2f2; */

	/*background: #FFFFFF; */

	width: 100%;
	margin-bottom: 15px;
}
/* Each td in input table */

table.calc td {
	padding: 6px 12px;
}
/* Each td with width of 25% */

table.calc td.td25 {
	padding: 6px 10px;
	text-align: left;
	width: 25%;
}
table.calc td.lefttext {
	text-align: left;
}
table.calc td.righttext {
	padding: 6px 0px;
	text-align: right;
}
/* Last td in the row. Must reflect right and bottom borders */

table.calc td.last {
	text-align: left;
	color: #FFFFFF;/*border-bottom: 1px white solid;

	border-right: 1px #233A4B solid;*/
	
}
/* First td in the row. Must reflect left border */

table.calc td.first {
	text-align: right;
	padding-top: 7px;
	padding-right: 0;
	border-right: none;
	color: #ffffff;
}
table.calc td.td50 {
	width: 49%;
	color: #ffffff;
}

a.calclink {
color: #FFFFFF;
text-decoration: underline;
}

a.calclink:hover {
color: #FFFFFF;
text-decoration: none;
}

table.calc td.chapter {
	text-align: center;
	/*	background: #f2f2f2; */
	color: #ffffff;
	padding-top: 7px;
	padding-right: 0;
	font-weight: bolder;
}

table.calc td.chapter a{
	text-align: center;
	/*	background: #f2f2f2; */
	color: #ffffff;
	padding-top: 7px;
	padding-right: 0;
	font-weight: bolder;
	text-decoration: underline;
}

table.calc td.chapter a:hover{
	text-align: center;
	/*	background: #f2f2f2; */
	color: #ffffff;
	padding-top: 7px;
	padding-right: 0;
	font-weight: bolder;
	text-decoration: none;
}

table.calc td.chapter25 {
	text-align: center;
	/*	background: #f2f2f2; */
	color: #ffffff;
	padding-top: 7px;
	padding-right: 0;
	font-weight: bolder;
	width: 25%;
}
table.calc td.chapter50 {
	text-align: center;
	/*	background: #f2f2f2; */
	color: #ffffff;
	padding-top: 7px;
	padding-right: 0;
	font-weight: bolder;
	width: 50%;
}
/* Text fields */

table.calc input.text {
	font-size: 10px;
}
/* Radio-buttons */

table.calc select {
	width: 40px;
	font-size: 10px;
}
/* Radio-button labels */

table.calc span.radio input {
	position: relative;
	top: 3px;
	width: 12px;
}
table.calc span.radio input.second {
	margin-left: 8px;
}
/* Submit button cell */

table.calc td.button {
	border-bottom: none;
	text-align: center;
}
/* Submit button style */

table.calc td.button input {
	width: 100px;
	font-size: 11px;
}
/* Analyss result table */

table.results {
	/*	background: #f2f2f2; */
	background: #FFFFFF;
	width: 100%;
	margin-bottom: 15px;
}
/* Total row. Must diffs from the regular row. */

table.results tr.total {
	font-weight: bold;
}
/* Results cell */

table.results td {
	padding: 8px 10px;
	width: 50%;
}
/* Result cell with 25% width */

table.results td.td25 {
	padding: 8px 10px;
	width: 25%;
	text-align: center;
}
/* Last cell in the result row. Must reflect the right border. */

table.results td.last {
	padding: 8px 10px;
}
/* Last row in the result table. Must not display bottom border, since it is 

   already defined in the table's class. */

table.results tr.last td {
	border-bottom: none;
}
/* First cell in the results table. Must reflect left border. */

table.results td.first {
	color: #000000;
}
/* Schedule table */

table.schedule {
	width: 100%;
	color: #ffffff;
	font-size: 10px;
	border-style: solid;
	border-width: 1px;
	border-color: #FFFFFF;
	border-collapse: collapse;
}
/* Header of the schedule table */

table.schedule th {
	text-align: right;
	background: #BABABA;
	padding: 2px 5px 3px 8px;
}
table.schedule th.first {
	border-left: none;
}
/* Cell of te schedule table */

table.schedule td {
	/*	background: #f2f2f2; */



	text-align: right;
	padding: 2px 5px 3px 8px;
	font-size: 10px;
	border-style: solid;
	border-width: 1px;
	border-color: #FFFFFF;
	border-collapse: collapse;
}
table.schedule tr.last td {
	color: #FFFFFF;
}
table.schedule td.first {
	text-align: right;
	color: #ffffff;
}
table.schedule td.last {
	color: #FFFFFF;
}
/* Subtotal cells. Must differs from the regular cells. */

table.schedule td.subtotal {
	text-align: right;
	font-weight: bolder;
	vertical-align: bottom;
}
/* Total cells. Must differs from the regular cells. */

table.schedule td.total {
	text-align: right;
	font-weight: bolder;
}

