.link {
	cursor	: pointer;
}
div.quotes {	
	text-align: left; 	
	clear: both; 
}
.quotes  a:hover {
	background-color: transparent;
}
form.quotes{	
	white-space		: nowrap; 
}
table.quotes, table.quotes tr, table.quotes td, table.quotes th {
	border: 0px!important;
}
table.quotes th {
	text-align		: left;
	background 		: #FFF;
	font-weight		: bolder;
	border-bottom	: 1px lightgray solid;
	padding			: 0px!important;
	margin-right	: 3px!important;
}
table.quotes td {
	padding-right: 3px!important;
}
table.quotes tr:hover td {
	color			: inherit;
	background		: #FAFAD2;
}
.comparison  {	
	margin			: 0px;	
}
.comparison  img {		
	vertical-align	: middle;	
	margin			: 2px;
}		
.minichart  {	
	margin			: 0px;	
}
.minichart  img {		
	vertical-align	: middle;
	background-color: white;
	border			: 1px solid lightgray;
	margin			: 2px;
}
.quotes  a, a.comparison  {		
	padding			: 0px!important;
	margin-right	: 3px!important;	
	display			: inline!important;
}
.symbol { 			
	text-align		: left;
	white-space		: nowrap; 
	color			: inherit; 
	font-weight		: bold;

}
.value { 			
	white-space		: nowrap; 
	color			: inherit; 
	font-weight		: normal;

}
.up  { 	
	white-space		: nowrap; 
	color			: #009900; 
}
.up_image  { 		
	background		: url(assets/positive.png) center no-repeat;
	width			: 20px;
}

.down  {	
	white-space		: nowrap; 
	color			: #990000; 
}
.down_image  { 		
	background		: url(assets/negative.png) center no-repeat;
	width			: 20px;
}

.nochange { 	
	white-space		: nowrap; 
	color			: #333399; 
}
.nochange_image  { 		
	background		: url(assets/zero.png) center no-repeat;
	width			: 20px;
}
.date_time { 			
	white-space		: nowrap; 
	color			: inherit; 
	font-weight		: normal;
	text-align		: right;
}