div#flashchart {
	width: 600px;
	font-size: 11px;
}

#flashchart input {	font-size: 11px;}

div#fccommands {	margin-bottom: 0px;}

#fccommands ul {
	list-style: none;
	margin: 0; padding: 0;
	width: 100%; height: 24px;
	background: url(images/bg-fccommands.png) repeat-x left bottom;
}
#fccommands li {
	float: left;
	margin: 0; padding: 0;	
	width: auto; height: 24px;
	margin-right: 28px;
	background: url(images/bg-fccommand.png) no-repeat left bottom;
}
* html #fccommands li {
	width: 1%;
	height: 24px;
	margin-right: 0;
}

#fccommands a {
	display: block;
	text-align: center;
	width: 100%; height: 19px;
	padding: 5px 20px 0 10px;
	text-decoration: none;
	color: #000000;
	background: url(images/bg-fccommand-r.png) no-repeat right bottom;
	border: 0px none;
}

* html #fccommands a {
	height: 19px;
	background-position: right 2px;	
	padding-top: 5px;
}
#fccommands li.current {
	background-image: url(images/bg-fccommand-c.png);
}
#fccommands li.current a {
	background-image: url(images/bg-fccommand-r-c.png);
	border-bottom-color: white;	
}

div#fcsettings, div#fccompare {
	clear: both;
	border: 1px solid #aaaaaa;
	border-top: 0px none;
	border-bottom: none;
	padding: 5px;
	position: relative;
	display: none;
}
div#fcsettings.shown, div#fccompare.shown {
	display: block;
}

#fccompare div#tickerPicker {
	width: 60%;
}
#fccompare div#tickerPicker table {
	width: 90%;
}

#fccompare div#tickerAdder {
	width: 30%;
	position: absolute;
	top: 10px;
	right: 20px;
}
#fccompare div#tickerAdder input#txtAdder {
	color: #888888;
}
#fccompare div#tickerAdder input#txtAdder.focused {
	color: #000;
}

form.fcform {
	margin: 0; padding: 0;
}

.fcform table {
	margin: 0;
	padding: 0;
	font-size: 11px;
}
.fcform td {
	margin: 0;
	padding: 1px;
}
.fcform td.checkbox {
	width: 20px;
}

#flashchart div.close {
	position: absolute;
	top: 10px; right: 10px;
}

#flashchart div.close img {
	border: none;
}

#fcobject{position:relative;z-index:-1;}
/*div#info {
	position: absolute;
	top: 20; left: 620;
	width: 200px;
	height: 400px;
	overflow: auto;
	border: 1px solid #ddd;
}*/
ul#newslist {
	list-style: none;
	margin: 0; padding: 0;
	margin-left: 10px;
}
#newslist li {
	margin: 0; padding: 2px;
}
#newslist li.selected {
	background-color: #CCE6FF;
	font-weight: bold;
}

#newslist a.flag {
	font-size: 150%;
	font-weight: bold;
	width: 30px;
	padding: 2px;
	text-align: center;
	text-decoration: none;
	border: 1px solid #aaa;
	margin-right: 10px;
}