﻿h1.corner
{
    background-image: url(../images/rankings_corner.gif);
    background-repeat: no-repeat;
    background-position: right top;
    background-color: rgb(51, 102, 153);
    padding: 10px;
    color: White;
    font-size: 14pt;
    font-weight: normal;
    letter-spacing: 1px;
}
.standard_table table, table.standard, table.ranking
{
    padding: 0;
    margin: 0;
    border: none;
    width: 100%;
    height: 100%;
}
.standard_table table th, table.standard th, table.standard td
{
    padding: 3px;
    vertical-align: middle;
    text-align: center;
}
.standard_table table thead th, table.standard thead th
{
    background-color: #d9e2ec;
    color: #000;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    line-height: 12px;
    border-right: solid 1px #fff;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #336699;
    padding-top: 5px;
    padding-bottom: 5px;
}
.standard_table table tbody th, table.standard tbody th
{
    font-weight: bold;
}
.standard_table table tbody td, table.standard tbody td
{
    border-right: solid 1px #fff;
}
/* SPECIFIC CELLS */
table.standard td.Product, table.standard td.product
{
    text-align: left;
    padding-left: 15px;
    line-height: 12px;
    background-repeat: no-repeat;
    background-position: 3px center;
}
.standard_table table tr td.even, table.standard tr td.even
{
    background-color: #eee;
}
.standard_table table tr.even td, table.standard tr.even td
{
    background-color: #d9e2ec;
}
table.standard td.rank
{
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}
table.standard td.ror
{
    text-align: right;
    padding-right: 8px;
}
table.standard td.aum
{
    text-align: right;
    padding-right: 8px;
}
table.standard td.ytd
{
    text-align: right;
    padding-right: 8px;
}
table.standard td.worstdd
{
    width: 100px;
    text-align: right;
    padding-right: 10px;
}
table.standard .number
{
    text-align: right;
    font-size: 11px;
    line-height: 12px;
}
table.standard .blank
{
    text-align: center;
}
table.standard tr:hover td, 
table.standard tr.even:hover td, 
.standard_table table tr:hover td, 
.standard_table table tr.even:hover td
{
    background-color: #ddd;
}
table.standard tr.emerging td.product
{
    background-image: url(../images/icon_emerging.gif);
}
table.standard tr.established td.product
{
    background-image: url(../images/icon_established.gif);
}
table.standard tr.highlighted td
{
    background-color: #ffd700;
}