
/* -------------- Tabular data ---------------*/

table {
	width: 100%;
	border-collapse: collapse;
}

table th,
table td {
	padding: 3px 3px 3px 0;
	text-align: right;
	font-size: 11px;
}

#aColumnAd table td,
#adxBigAd table td {	/* fix Google's ad for them */
	padding: 0;
	text-align: left;
}

tr.beginRowGroup td {
	border-top: 1px solid #ccc;
}

table th.colText,
table td.colText {
	font-size: 11px;
	text-align: left;
}

table th.colNa,
table td.colNa {
	text-align: center;
}
table td.colPrimary {
	font-weight: bold;
}

#aColumn table td.rangeBar,
#abColumns table td.rangeBar {
	text-align: left;
	vertical-align: middle;
	_position: relative; /* not supposed to do this on TD */
}


/* -------------- company overview page -------------- */
.title { text-align:left; width:50%; color:#999; }
.data { text-align:left; padding-bottom:10px; font-size:12px; }
.dataBlue { text-align:left; padding-bottom:10px; font-size:12px; color:#45738E; }