body {
	margin: 0px;
	padding: 0px;
	background:		#fff;
	font-family:		Arial, sans-serif;
}

div#quotes-chart {
	width: 100%;
	height: 119px;
}

div#quotes-chart ul {
	display:		block;
	text-align:		left;
	width:			100%;
	list-style:		none;
	margin:			0px;
	padding:		0px;
}
div#quotes-chart ul li {
	position: relative;
	display:		block;
	float:			left;
	display:		inline;
	padding:		0 5px;
	margin:			0px;
	font-size:		11px;
	font-weight:		bold;
	background:		#91b6db;
	color:			#204a90;
	height:			20px;
	top: 2px;

	
}
div#quotes-chart ul li a {
	position: relative;
	top: 5px;
	background:		#91b6db;
	color:			#204a90;
	text-decoration:	none;
	text-transform:		uppercase;
	font-size:		11px;
	font-weight:		bold;
	

}
div#quotes-chart ul li.active {
	position: relative;
	top: 2px;
	border:         1px solid #cfdbea;
	border-bottom:	 none;
	background:		#eaf0f6;
	color:			#204A90;

   

}
div#quotes-chart ul li.active a {
	top: 4px;
	background:		#eaf0f6;
	color:			#204A90;
}
div#quotes-chart ul li#forexyardLink {
	display:		block;
}
div#quotes-chart ul li#forexyardLink a {
	font-size:		9px;
	font-weight:		normal;
}

div#quotes {
	clear:			both;
	width:			100%;
	height:			119px;
    border:         1px solid #cfdbea;

}
div#quotes table {
	clear:			both;
	background:		#fff;
	color:			#fff;
	font-size:		11px;
	line-height:		14px;
	width:			100%;
}
div#quotes table tr td {
	height:			17px;
	padding:		0; /* needed for IE6.0, IE7.0 */
	width: 40px;
}
div#quotes table tr.tr0 {
	font-family: arial;
	background:		#eaf0f6;
	color:			#555F69;
	font-size:		11px;
	font-weight:		normal;
	text-align:		left;
	text-transform:		uppercase;
}
div#quotes table td.pair {
	font-weight:		bold;
	width: 50px;
}
div#quotes table tr.tr1 {
	background:		#fff;
	color:			#555F69;
}
div#quotes table tr.tr2 {
	background:		#eaf0f6;
	color:			#555F69;
}
div#quotes table .pair {
	font-weight:		normal;
	text-align:		left;
	padding-left:		6px;
}
div#quotes table .pair a {
	text-decoration:	none;
	color:			#204a90;
}
div#quotes table .change0 {
	color:			#204a90;
}
div#quotes table .change1 {
	color:			#700;
}
div#quotes table .change2 {
	color:			#070;
}
div#quotes table .arrow0 {
	width:			11px;
	height:			5px;
	background-image:	url(images/quotes/none.gif);
	background-repeat:	no-repeat;
	background-position:	center center;
	padding-right:		6px;
}
div#quotes table .arrow1 {
	width:			11px;
	height:			5px;
	background-image:	url(images/quotes/down.gif);
	background-repeat:	no-repeat;
	background-position:	center center;
	padding-right:		6px;
}
div#quotes table .arrow2 {
	width:			11px;
	height:			5px;
	background-image:	url(images/quotes/up.gif);
	background-repeat:	no-repeat;
	background-position:	center center;
	padding-right:		6px;
}
div#quotes table tr.updated {
	background:		#eee;
	text-align:		right;
}

div#chart {
	clear:			both;
	width:			100%;
	height:			119px;
	border:                 1px solid #cfdbea;
}

div#chart-large {
	clear:			both;
	width:			400px;
	height:			300px;
    border:                 1px solid #cfdbea;
}

