/* CSS Document */

#shareprice { font-size: 1.1em;} 
#shareprice p, #shareprice td { font-size: 100%; } 

.spsmall { font-size: 1.0em; }

.spgraph {
	text-align: center;
	padding-bottom: 5px; 
}
.hdcolleft {
	float:left;
	width: 15%;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
}
.hdcolright {
	float: left;
	width: 85%;
	text-align: left;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
}
.graphoptleft {
	float:left;
	width: 40%;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	text-align: left;
}
.graphoptright {
	float: left;
	width: 59%;
	text-align: right;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	text-align: right;
}

.details th, .details2 th {
	text-align: left; 
	white-space: nowrap; 
	width: 50%;
}
.details2 th {
	text-align: left; 
	white-space: nowrap; 
	width: 50%;
	padding-left:10%;
}

.details td, .details2 td {
	text-align: right; 
	white-space: nowrap; 
	width: 50%;
}

#ir_logos { 
	clear: both;
	padding-top: 30px;
}

/* DETAILS */
#amstock table.details, #amstock table.details2 { width: 100%; } 
#amstock table.details td, #amstock table.details th, #amstock table.details2 td, #amstock table.details2 th  { border-bottom: 1px dotted #666666; line-height: 200%;  }
#amstock table.details th, #amstock table.details2 th {text-align:left; white-space:nowrap; width:50%; }
#amstock table.details td, #amstock table.details2 td { text-align:right; white-space:nowrap; width:50%; }
#amstock table.details2 th { padding-left:1%; }
/* FORMS */
#amstock select { width: auto; }
#amstock .sphide { display: none; }
#amstock .hdcolleft { float: left; width: 14%; margin-right: 1%; padding-top: 5px; }
#amstock .hdcolright { float: left; width: 84%; margin-left: 1%; padding-top: 5px;  }
/* DISCLAIMER */
#amstock .irdisclaimer { margin-top: 20px; float:left; width:100%; }
#amstock .spsmall { font-size: 80%; }
/* OTHER */
#amstock .graphoptleft { float: left; width: 49%; margin-right: 1%; padding-top: 5px; }
#amstock .graphoptright { float: left; width: 49%; margin-left: 1%; text-align: right; padding-top: 5px; }

#amstock h2 {font-size:100%;}

/* REG NEWS */
.col_layout { width: 100%; }
.col2_left { float: left; width: 70%; }
.col2_right { float:left; width: 29%; }
/* ADVANCED CALCULATOR */
#advancedcalc .inputback { width: 80px; text-align:right; padding-right: 2px; }
#advancedcalc .calcdiv { width: 100%; margin-bottom: 20px; }
#advancedcalc .lfloat { float: left; width: 70%; clear:both; padding: 2px 0;  }
#advancedcalc .rfloat { float: right; width: 30%; text-align:right; padding: 2px 0;  }
#advancedcalc .calcvalues { border-bottom: 1px solid #CCC; }
#advancedcalc .calcresult { border-bottom: 1px solid #CCC; }
/* OTHER */
.clear { clear: both; line-height: 0px; /* set line height for ie6 */ }
.hideme { display: none; }