.mkd_table {
    color:#336699;
	background:#cae4ff;
	text-align:center;
	vertical-align:middle;
	padding:0px;
	border-collapse:separate;
	width: 100%;
border:0px;
}

.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 0px;
    
}

.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;
	left:3px;
	top:4px;
	float:left;

}



/* 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 0px 0px 0px;
	margin:0px 0px 0px 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:white;
}
