﻿body
{
    font-family: Arial;
    font-size: 13px;
    color: #1A1A1A;
    line-height: 18px;
}

th 
{
	text-align: left;
	font-weight: bold;	
}

td 
{
	vertical-align: baseline;	
}

.negative 
{
	color: #DB2B2B;
}

.positive 
{
	color: #0E8B54;
}

.flag-sprite
{
    background-image: url("Images/flag-sprite.png");
    background-repeat: no-repeat;	
    width: 22px !important;
    height: 14px !important;
    padding: 0;
    margin: 0;
}

.flag-be { background-position: 0px 0px; }
.flag-ch { background-position: -23px 0px; }
.flag-cn { background-position: -46px 0px; }
.flag-de { background-position: -69px 0px; }
.flag-eu { background-position: -92px 0px; }
.flag-fr { background-position: -115px 0px; }
.flag-gb { background-position: -138px 0px; }
.flag-jp { background-position: -161px 0px; }
.flag-us { background-position: -184px 0px; }
.flag-eugb { background-position: 0px -15px; }
.flag-eujp { background-position: -23px -15px; }
.flag-oil { background-position: -46px -15px; }


table.indexes-container,
table.column-group 
{
	width: 100%;
}

table.indexes-container-cell
{
    width: 33%;
}

td.flag {
	width: 22px;
	vertical-align: middle;
}

td.name
{
    white-space: nowrap;
}

td.price
{
	text-align: right;
	padding-right: 3px;
}

td.lasttime
{
	text-align: right;
	padding-right: 25px;
}

td.diff 
{
	text-align: right;
	padding-right: 3px;
}

td.Footer {
	text-align: right;
	padding-right: 25px;
}
