﻿#content_rate {
	height: 200px;
	overflow: auto;
}
table#fxdata {
	border-collapse: collapse;
	border: 1px solid black;

}

table#fxdata td {
	border: 1px solid #e4e4e4;
}
table#fxdata tr:hover{
	background: #009BA9;
	color: white;
}

.fx_heading {
	font-weight: bold;
	background: #009BA9;
	color: white;
}

 .crawler_ticker{
	width: 130px;
}
 .crawler_time{
	width: 150px;
}
 .crawler_title{
	width: 480px;
}
 .imgCrawler_ST, .imgCrawler_MT{
	width: 20px;
}
 .imgCrawler_Chg{
	width: 30px;
}
 .imgCrawler_Last{
	width: 60px;
}

 .data_ticker{
	padding-left: 5px;
}
 .data_time{
	padding-left: 5px;
}
 .data_title{
	padding-left: 5px;
	
}
 .data_title:hover {
 cursor: pointer;
 }
 .data_ST, .data_MT{
	text-align: center;
}
 .data_Chg{
	text-align: center;
}
 .data_Last{
	padding-left: 2px;
}

table.fx_detaildata {
	margin-top: 20px;
}
table.fx_detaildata td {
	border: 1px solid #e4e4e4;
}
.fx_sortable th {
	background: url(bg.gif) no-repeat center center;
	cursor: pointer;
}

