#preloader {
	background-color: #d5dbde;
	display: block;
	padding: 5px;
	text-align: center;
}
#xmlquotes {
	border: 1px solid #909fa9;
	float: right;
	margin-top: 1px;
	padding: 1px;
	width: 230px;
	z-index: 130;
}
#xmlquotes table {
	background-color: #d5dbde;
	padding: 2px;
	width: 100%;
}
#xmlquotes td {
	border-bottom: 1px dotted #b9c5ce;
	color: #444d54;
	font-size: 90%;
}
#xmlquotes td.last {
	border: 0;
}
#xmlquotes td.head {
	font-weight: bold;
}
#xmlquotes td.none {
	background: url(img/none.gif) no-repeat center center;
	width: 10px;
}
#xmlquotes td.up {
	background: url(img/up.gif) no-repeat center center;
	width: 10px;
}
#xmlquotes td.down {
	background: url(img/down.gif) no-repeat center center;
	width: 10px;
}
.graphic {
	float: right;
	margin: 1px 0;
	padding: 0;
	width: 234px;
	z-index: 130;
}
.graphic a.switch {
	background: url(img/switch.gif) repeat-x left top;
	color: #777d82;
	float: left;
	font: 110%/16px Arial Narrow;
	height: 17px;
	margin: 4px 1px;
	padding: 2px 10px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 24px;
}
.graphic a.first {
	border-left: 1px solid #b2c0c9;
	margin-left: 0;
	width: 26px;
}
.graphic a.last {
	border-right: 1px solid #b2c0c9;
	margin-right: 0;
	width: 26px;
}