
/* Background of the body */
body.Black
{
    background:     #000000;
}

/* main Index row */
.MainIndex
{
    color:          #FFFFFF;
    width:          90%;
    border-color:   gray;
    background:     #333333
}

/* Index row with only letters (outer border only) */
.LetterIndexOuter
{
    color:          #FFFFFF;
    width:          85%;
    border-color:   gray;
    background:     #333333
}

/* Index row with only letters (inner border) */
.LetterIndex
{
    color :         #FFFFFF;
    font-family:    sans-serf;
    font-size :     20;
    width:          100%;
    background:     #000000
}

/*Index row with the countries (outer border only) */
.CountryIndexOuter
{
    width:          75%;
    border-color:   gray;
    background:     #333333
}

/*Index row with the countries (inner border) */
.CountryIndex
{
    width:          100%;
    font-size:      100%;
    font-family:    sans-serf;
    background:     #000000
}

/* default color for link text */
A:link.Link
{
    color: white
}

/* default color for visited link text */
A:visited.Link
{
    color: #778877
}

/* link part so the visited part can not be seen */
A:visited.CountryLink
{
    color: white
}

/* Country name as it appears at the left in the doubles page */
.CountryName
{
    font-size: 150%;
    font-family: sans-serf;
    background: #333333
}

/* table of the bottom halve */
.BackgroundBottomHalve
{
    width:          95%;
    height:         85%;
    color:          #EEEEEE;
    font-family:    sans-serf;
    font-weight:    normal;
    background:     #444444
}

/* table with all the coins (in the doubles page) */
.CoinTable
{
    color:          #EEEEEE;
    font-family:    sans-serf;
    font-weight:    normal;
    background:     #444444
}

/* table with all the coins (in the doubles page) */
th.CoinTable
{
    color:          #EEEEEE;
    font-family:    sans-serf;
    font-size:      25;
    background:     #444444
}

/* class to show the number of coins (below the flag) */
.NumberOfCoins
{
    font-family:    sans-serf;
    font-weight:    bold;
    color:          black;
}

/* Letters only (in the doubleCoins.htm) */
.LettersOnly
{
    color :         #FFFFFF;
    font-family:    sans-serf;
    width:          120;
    font-size :     25;
}

/* text (as on top of the banknotes part) */
.TextHeader
{
    color :         #FFFFFF;
    font-family:    sans-serf;
    font-size:      17;
    font-weight:    bold;
}

/* text (as on top of the banknotes part) */
.Text
{
    color :         #bbbbbb;
    font-family:    sans-serf;
    font-size:      16;
}

.LinksLine
{
    background:      #333333
}

