body {
	margin:			0;
	padding:		0;
	background:		#ffffff;
	font-family:		Arial;
}

div#quotes-chart ul {
	display:		block;
	text-align:		left;
	width:			100%;
	list-style:		none;
	margin:			0;
	padding:		0;
}
div#quotes-chart ul li {
	display:		block;
	float:			left;
	display:		inline;
	padding:		0 10px;
	margin:			0 2px 0 0;
	font-size:		13px;
	font-weight:		bold;
	background:		#9eb3db url(http://www.forexyard.com/css/images/calendar/tab_bg_inactive.gif) repeat-x top;
	color:			#ffffff;
	border-left:		1px solid #8aa3d3;
	border-right:		1px solid #8aa3d3;
	border-bottom:		none;
	height:			21px;
	line-height:		21px;
}
div#quotes-chart ul li a {
	background:		transparent;
	color:			#ffffff;
	text-decoration:	none;
	font-size:		13px;
	font-weight:		bold;
}
div#quotes-chart ul li.active {
	background:		#7d97c9 url(http://www.forexyard.com/css/images/calendar/tab_bg.gif) repeat-x top;
	color:			#ffffff;
	border-left:		1px solid #6584bf;
	border-right:		1px solid #6584bf;
	border-bottom:		1px solid #6183c3;
}
div#quotes-chart ul li.active a {
	background:		transparent;
	color:			#ffffff;
}
div#quotes-chart ul li#forexyardLink {
	display:		block;
}
div#quotes-chart ul li#forexyardLink a {
	font-size:		11px;
	font-weight:		normal;
}

div#quotes {
	clear:			both;
	width:			100%;
	height:			166px;
}
div#quotes table {
	clear:			both;
	background:		#e5e5e5;
	color:			#3b4652;
	font-size:		11px;
	line-height:		11px;
	width:			100%;
	border:			1px solid #aec6e0;
	border-top:		none;
}
div#quotes table tr th {
	height:			20px;
}
div#quotes table tr td {
	height:			20px;
	padding:		0; /* needed for IE6.0, IE7.0 */
}
* html div#quotes table tr th {
	height:			16px;
}
*+html>body div#quotes table tr th {
	height:			16px;
}
div#quotes table tr td.first-child {
	border-left:		3px solid #fff;
}
div#quotes table tr td.last-child {
	border-right:		3px solid #fff;
}
div#quotes table tr.last-child td {
	height:			23px;
	border-bottom:		3px solid #fff;
}
* html div#quotes table tr.last-child td {
	height:			20px;
}
*+html>body div#quotes table tr.last-child td {
	height:			20px;
}
div#quotes table tr.tr0 {
	background:		#e4edf9;
	color:			#0e3a87;
	font-weight:		normal;
	text-align:		left;
	text-transform:		uppercase;
}
div#quotes table tr th {
/*	border-top:		1px solid #aec6e0;
	border-bottom:		1px solid #aec6e0; */
	border-color:		#aec6e0;
	border-style:		solid;
	border-width:		1px 0;
	text-transform:		capitalize;
}
div#quotes table tr.tr1 {
	background:		#FFFFFF;
}
div#quotes table tr.tr2 {
	background:		#eeeeee;
}
div#quotes table .pair {
	font-weight:		bold;
	text-align:		left;
	padding-left:		6px;
}
div#quotes table .pair a {
	color:			#5e5e5e;
}
div#quotes table .netchg {
	text-align:		right;
	padding-right:		6px;
}
div#quotes table .change0 {
	color:			#3b4652;
}
div#quotes table .change1 {
	color:			#700;
}
div#quotes table .change2 {
	color:			#070;
}
div#quotes table .arrow0 {
	width:			11px;
	height:			5px;
	background-image:	url(none.png);
	background-repeat:	no-repeat;
	background-position:	center center;
	padding-right:		6px;
}
div#quotes table .arrow1 {
	width:			11px;
	height:			5px;
	background-image:	url(down.gif);
	background-repeat:	no-repeat;
	background-position:	center center;
	padding-right:		6px;
}
div#quotes table .arrow2 {
	width:			11px;
	height:			5px;
	background-image:	url(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:			218px;
	height:			165px;
	border:			1px solid #aec6e0;
}

div#chart-large {
	clear:			both;
	width:			400px;
	height:			300px;
	border:			1px solid #aec6e0;
}

