/* General element styles */
p.link.news,
p.link.stock {
	margin-top: 0.2em;
	text-align: right !important;
}

/* Make the News Release table blend in with the H2s */
table.info-display-table {
	margin-top: 2.5em;
}

table.info-display-table caption {
	color: #576182;
	font-family: tahoma, arial, helvetica, sans-serif !important;
	font-size: 145%;
}

/* Style the stock quote info block */
.stock-info {
	float: left;
	margin-bottom: 0;
	margin-top: 1em;
	padding-right: 2em;
	padding-bottom: 0.5em;
	border-left: 1px solid #ddd;
}

.stock-info.first {
	border-left: none;
}

.stock-info .ticker {
	font-size: 130%;
	font-weight: bold;
}

.stock-info .price {
	font-size: 130%;
	font-weight: bold;
}

.stock-info .changeUp {
	padding-left: 15px;
	font-size: 130%;
	font-weight: bold;
	color: #009a00;
	background-image: url(/images/arrow_up.gif);
	background-repeat: no-repeat;
}

.stock-info .changeDown {
	padding-left: 15px;
	font-size: 130%;
	font-weight: bold;
	color: #c52c31;
	background-image: url(/images/arrow_down.gif);
	background-repeat: no-repeat;
}

.stock-info .changeNone {
	font-size: 80%;
	font-weight: bold;
	color: #999;
}

.stock-info .changePerc {
	font-size: 80%;
	color: #000;
}

.stock-info .disclaimer {
	font-size: 80%; /* Overridden for IE5x */
}

#stockprice {
	font-weight: bold;
	font-size: large;
}

#stockup {
	color: #009a00;
}

#stockdown {
	color: #e72c21;
}
