@charset "utf-8";
/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
}


/*color of the MIG BANK text*/
a {
	color: #000000;
}

/*formating the MIG BANK text*/
.header_mig {
	font-weight: normal;
	vertical-align: middle;
	text-align:right;
	padding: 2px 0px 5px 0px;
}

/*general formating of the table*/
.fx_table {
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: 11px;*/
}

/*formating the line with symbol, bid and ask */
.fx_header {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CC0000;
}

/*formating the trend cell*/
.fx_header_trend {
}

/*formating the symbol cell*/
.fx_header_symbol {
	text-align:left;
}

/*formating the bid cell*/
.fx_header_bid {
	text-align:center;
}

/*formating the bid cell*/
.fx_header_ask {
	text-align:center;
}

/*background color of the even line*/
.fx_even {
	background-color: #FFFFFF;
	color: #353535;
}

/*background color of the odd line*/
.fx_odd {
	background-color: #ababab;
	color: #FFFFFF;
}

/*formating the 1st colonne*/
.fx_col1 {
	text-align: left;
}

/*formating the 2nd colonne*/
.fx_col2 {
	text-align: left;
}

/*formating the 3rd colonne */
.fx_col3 {
	text-align: center;
	padding-left: 2px;
}

/*formating the 4th colonne*/
.fx_col4 {
	text-align: center;
	padding-left: 2px;
}

/*formating the date*/
.fx_date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #ababab;
	margin-top: 3px;
	text-align: right;
}

