﻿
* {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
}

div#divMarket {
    border: 1px solid #013c57;
}

#tblMarket tr:last-child {
	border-bottom: 0px;
}

.table {
	background-color: #122752;
	border: 0;
	color: #FFFFFF;
	padding: 0;
	width: 100%;
}

.title {
	color: #FFFFFF;
	text-align: center;
	width: 52px;
}

.bluerow1 {
	color: #858789;
	background-color: #f2f5fa;
}

.whiterow {
	color: #858789;
	background-color: #ffffff;
}

.bluerow2 {
	background-color: transparent;
}

.text {
	color: #858789;
}

#tblMarket {
	width: 100%;
	border: 0;
	margin-left: -5px;
	margin-top: -2px;
	padding: 2px;
	background-color: transparent;
	border-left-style: none;
	border-bottom-width: 0pt;
	border-left-width: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 10px;
	font-style: normal;
}

#tblMarket tr td[id^='marketBid'],
#tblMarket tr td[id^='marketAsk'] {
	width: 60px;
}

#tblMarket tr td {
	border: 0;
	padding: 10px 10px 10px 10px;
}

.priceNormal {
	background-color: inherit;
	color: #666666;
}

.redrow {
	background-color: #159bc0;
	color: #FFFFFF;
}

.bluerow {
	background-color: #5bb85b;
	color: #FFFFFF;
	height: 0.5em;
	position: relative;
}

.chart_box {
	background-color: #FFFFFF;
	border-left-style: none;
	border-bottom-width: 0pt;
	border-left-width: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #666666;
}

.chart_box_1 {
	Text-align: left;
	width: 170px;
	height: 16px;
	background-color: inherit;
}

.chart_box_2 {
	Text-align: center;
	width: 10px;
	height: 16px;
	background-color: inherit;
}

.chart_box_3 {
	Text-align: center;
	width: 50px;
	height: 16px;
	background-color: inherit;
}

.chart_box_4 {
	Text-align: center;
	width: 30px;
	height: 16px;
	background-color: inherit;
}

.chart_box_5 {
	Text-align: center;
	width: 2px;
	height: 16px;
	background-color: inherit;
}

.chart_box_6 {
	Text-align: center;
	width: 30px;
	height: 16px;
	background-color: inherit;
}

.chart_box_7 {
	Text-align: center;
	width: 3px;
	height: 16px;
	background-color: inherit;
}

.chart_box_8 {
	Text-align: center;
	width: 25px;
	height: 16px;
	background-color: inherit;
}

.blue_text {
	color: #0000FF;
}

.red_text {
	color: #FF0000;
}

.arrowEqual {
	width: 13px;
	height: 13px;
	background: url('../images/default/PRICE_ARROW_EQUAL.png') no-repeat;
}

.arrowUp {
	width: 13px;
	height: 13px;
	background: url('../images/default/PRICE_ARROW_UP.png') no-repeat;
}

.arrowDown {
	width: 13px;
	height: 13px;
	background: url('../images/default/PRICE_ARROW_DOWN.png') no-repeat;
}

.row-odd {
	width: 100%;
	float: right;
	border-bottom: 1px solid #dddddd;
}

.row-even {
	width: 100%;
	float: left;
	border-bottom: 1px solid #dddddd;
}

.market-name {
	background-color: transparent;
	border-left-style: none;
	border-bottom-width: 0pt;
	border-left-width: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-style: normal;
	color: #333333;
	width: 200px;
	font-weight: 600;
}

.market-change {
	background-color: transparent;
	border-left-style: none;
	border-bottom-width: 0pt;
	border-left-width: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-style: normal;
	color: #01aec5;
	width: 80px;
	text-align: center;
	font-weight: 600;
}

@media only screen and (max-width: 1000px) {

.row-even {
	width: 100%;
}

.row-odd {
	width: 100%;
}

td.chartbox_text {
	text-align: left;
}
}
