.exchange {}

	.exchange.table .table {
        margin: 0 0 1em 10px;
        border: 0;
    }
	
	.exchange .table .odd {
		background: #fff;
	}
	
	.exchange .table .even {
		background: #F7F3F7;
	}
		.exchange .table td {
			padding: 4px 7px;
			text-align: center;
		}
		
			.exchange .table .code {
				font-weight: bold;				
			}
			
			.exchange .table .positive_trend {
				background: url('/img/cp/positive_trend.gif') right 0 no-repeat;
				text-align: right;
				color: #0869AD;
			}
			
			.exchange .table .negative_trend {
				background: url('/img/cp/negative_trend.gif') right bottom no-repeat;
				text-align: right;
				color: #EF004A;
			}