﻿.currencyIndices .visibleDiv {
	display: block;
}

.currencyIndices .hideDiv {
	display: none;
}

.currencyIndices h1 {
	padding-top: 10px;
}

.currencyIndices .select_indices {
	color: #2C5575;
	font-weight: bold;
	font-size: 16px;
	border: none;
	float: left;
	margin-right: 15px;
	width: 190px;
}

.currencyIndices #select_indices_div {
	text-align: left;
	margin: 5px 0 20px 0;
}

.currencyIndices select.select_indices option {
	font-size: 16px;
}

.currencyIndices #show_index_dollars a,
.currencyIndices #show_index_dollars a:link,
.currencyIndices #show_index_dollars a:active,
.currencyIndices #show_index_dollars a:visited {
	color: #666;
	border-bottom: 1px #666 dotted;
	font-size: 12px !important;
	line-height: 20px;
}

	.currencyIndices #show_index_dollars a:hover {
		border: 0px !important;
		text-decoration: none;
		cursor: pointer;
	}

#currency_show_type {
	color: #2C5575;
	padding-left: 3px;
	font-weight: bold;
	text-align: left;
}

