.mkd_table
{
	color: #336699;
	background: #CAE4FF;
	text-align: center;
	vertical-align: middle;
	padding: 0px;
	border-collapse: separate;
	width: 100%;
	border: 0px solid #000000;
}
.mkd_table TH
{
	color: #13597D;
	text-decoration: none;
	border: 1px solid #336699;
	border-left: 1px solid #AED0E5;
	border-right: 1px solid #75A3C8;
	background: #8EB8D5;
	padding: 6px 2px;
/*OVERFLOW: hidden; TEXT-OVERFLOW: ellipsis*/
}
.mkd_table TD
{
	height: 24px;
	border-style: solid;
	border-width: 1px;
	border-color: #F7F9FB #C6DAE6 #C6DAE6 #F7F9FB;
	padding: 0px;
}
.mkd_table TR:hover
{
	background-color: #9DC7E8;
	/*[disabled]color:#FFF;*/
	cursor: pointer;
}
.mkd_table TR.detailsRow
{
	background: #EFEFEF none repeat scroll 0 0;
	border: 1px solid #999999;
}
.plus
{
	cursor: pointer;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}
.mkd_tr_alt
{
	background: #D9ECFF;
}
.c_image
{
	text-align: left;
	position: relative;
	border: 0px solid #000000;
	left: 3px;
	top: 4px;
	float: left;
	margin-right: 8px;
}
/*normal td fields*/
.instrument_short_name_td_nrm
{
}
.fullname_HTML_th
{
	width: 280px;
}
.fullname_HTML_td_nrm, .fullname_HTML_td_alt
{
	text-align: left;
	padding: 0px;
	margin: 0px;
}
.instrument_mnemonic_th
{
	width: 45px;
}
.best_bid_th
{
	width: 45px;
}
.best_bid_td_nrm
{
	background: #B0CEF6;
}
.best_bid_td_alt
{
	background: #CAE4FF;
}
.best_offer_th
{
	width: 45px;
}
.best_offer_td_nrm
{
	background: #E6CEF6;
}
.best_offer_td_alt
{
	background: #FFE4FF;
}
.last_traded_price_th
{
	width: 40px;
}
.percentage_change_th
{
	width: 15px;
}
.numerical_change_th
{
	width: 35px;
}
.percentage_change_td_nrm_up, .percentage_change_td_alt_up, .numerical_change_td_nrm_up, .numerical_change_td_alt_up
{
	color: #00CF00;
	font-weight: bold;
}
.percentage_change_td_nrm_down, .percentage_change_td_alt_down, .numerical_change_td_nrm_down, .numerical_change_td_alt_down
{
	color: #FC5050;
	font-weight: bold;
}
.last_volume_th
{
	width: 50px;
}
.todays_high_th, .todays_low_th, .open_price_th
{
	width: 33px;
}
.todays_accumulated_volume_th
{
	width: 60px;
}
.previous_close_th
{
	width: 35px;
}
.previous_close_td_nrm, .previous_close_td_alt
{
	color: #B05050;
}
.time_of_last_update_th
{
	width: 30px;
}
.last_traded_price_td_alt_change, .last_traded_price_td_nrm_change, .percentage_change_td_nrm_up_change, .percentage_change_td_alt_up_change, .percentage_change_td_nrm_down_change, .percentage_change_td_alt_down_change, .percentage_change_td_nrm_change, .percentage_change_td_alt_change, .numerical_change_td_nrm_up_change, .numerical_change_td_alt_up_change, .numerical_change_td_nrm_down_change, .numerical_change_td_alt_down_change, .numerical_change_td_nrm_change, .numerical_change_td_alt_change, .best_offer_td_nrm_change, .best_offer_td_alt_change, .best_bid_td_alt_change, .best_bid_td_nrm_change, .last_volume_td_nrm_change, .last_volume_td_alt_change, .todays_high_td_nrm_change, .todays_high_td_alt_change, .todays_low_td_nrm_change, .todays_low_td_alt_change, .todays_accumulated_volume_td_nrm_change, .todays_accumulated_volume_td_alt_change, .open_price_td_alt_change, .open_price_td_nrm_change, .trades_count_td_nrm_change, .trades_count_td_alt_change, .accumulated_value_td_nrm_change, .accumulated_value_td_alt_change
{
	background: url('../images/assets/change.png') repeat-x 0 100%;
	background-position: 0px 0px;
	background-position: center;
	color: #FFFFFF;
}

