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: #990000;
	color:			#fff;
	height:			20px;
	top: 2px;
}

div#quotes-chart ul li a {
	position: relative;
	top: 5px;
	background: #990000;
	color:			#fff;
	text-decoration:	none;
	text-transform:		uppercase;
	font-size:		11px;
	font-weight:		bold;
}

div#quotes-chart ul li.active {
	position: relative;
	top: 2px;
	border:         0px solid #fff;
	border-bottom:	 none;
	background: #990000;
	color:			#fff;
}

div#quotes-chart ul li.active a {
	top: 4px;
	background: #990000;
	color:			#fff;
}

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-right:         0px solid #990000;
}

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:		transparent url(images/quotes_line_bg.png) repeat-x scroll left top;
	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:			#990000;
}

div#quotes table tr.tr2 {
	background:		#fff;
	color:			#990000;
}

div#quotes table .pair {
	font-weight:		normal;
	text-align:		left;
	padding-left:		6px;
}

div#quotes table .pair a {
	text-decoration:	none;
	color:			#333333;
}

div#quotes table .change0 {
	color:			#333333;
}

div#quotes table .change1 {
	color:			Red;
}

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:		#fff;
	text-align:		right;
}

div#chart {
	clear:			both;
	width:			100%;
	height:			119px;
	border:                 0px solid #fff;
}

div#chart-large {
	clear:			both;
	width:			400px;
	height:			300px;
    border:                 0px solid #fff;
}

