﻿.ranking
{
    background-color: white;
    font-size: 11px;
}
.ranking table, table.ranking
{
    padding: 0;
    margin: 0;
    border: none;
    width: 100%;
    height: 100%;
}
.ranking table th, .ranking table td
{
    padding-right: 3px;
    padding-left: 3px;
    padding-top: 3px;
    padding-bottom: 3px;
    vertical-align: middle;
}
.ranking table 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;
}
.ranking table tbody td
{
    border-right: solid 1px #fff;
}
/* SPECIFIC CELLS */
.ranking .negative
{
    color: Red;
}
.ranking table td.Product, .ranking table td.product
{
    text-align: left;
    padding-left: 8px;
    line-height: 12px;
}
.ranking table tr td.even
{
    background-color: #eee;
}
.ranking table tr.even td
{
    background-color: #d9e2ec;
}
.ranking .ProductID
{
    display: none;
}
.ranking table td.rank
{
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}
.ranking td.ror
{
    text-align: right;
    padding-right: 8px;
}
.ranking table td.aum
{
    text-align: right;
    padding-right: 8px;
}
.ranking table td.ytd
{
    text-align: right;
    padding-right: 8px;
}
.ranking td.worstdd
{
    text-align: right;
    padding-right: 10px;
}
.ranking table .number
{
    text-align: right;
    font-size: 11px;
    line-height: 12px;
}
.ranking table .inception
{
    text-align: center;
}
.ranking table .blank
{
    text-align: center;
}
.ranking a
{
    color: Black;
    text-decoration: none;
    display: block;
}
.ranking a:hover
{
    text-decoration: underline;
}
.ranking .date_range
{
    display: none;
}
.ranking td.product
{
    background-repeat: no-repeat;
    background-position: 3px center;
}
.ranking tr.emerging td.product
{
    padding-left: 15px;
    background-image: url(images/icon_emerging.gif);
	
}
.ranking tr.established td.product
{
    padding-left: 15px;
    background-image: url(images/icon_established.gif);
}