﻿.small-data-table
{
    font-family: Calibri,Palatino Linotype,Verdana,Arial,"Microsoft JhengHei",PMingLiU;
    font-size: 15px;
    color: #3C3C3C;
    background-color: #F0F0F0;
}

.small-data-table thead th,.small-data-table  tfoot th, .header-table th {
    background-color: #FFFFFF;
    color:#3C3C3B;
    text-align:left;
}

.small-data-table thead tr{
    border: 2px solid #15864E;
}

.small-data-table th {
    background-color: #F8F8F8;
}

.small-data-table tr:nth-child(even) th{
    background-color: #F0F0F0;
}

.small-data-table th ,.small-data-table td, .header-table th { 
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 1px
}

.small-data-table caption{
	background-color: #FFFFFF;
	color:#000000;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
}

.small-data-table th 
{
    border-bottom: 1px solid #F0F0F0;
    background-color: #FFFFFF;
    color:#000000;
    font-weight: bold;
}

.small-data-table th[scope="col"] {
    text-align:right;
}
.small-data-table th[scope="left_col"]{
	text-align:left;
}

.small-data-table .headerRow th
{
    background-color: #FFFFFF;
    color:#3C3C3B;    
}

.small-data-table tr:first-of-type
{
    border: 2px solid #15864E;
}

.small-data-table td[scope="right_data"] {
    text-align:right;
}

.small-data-table td[scope="right_data_rise"] {
    color:#00B100;
    text-align:right;
}

.small-data-table td[scope="right_data_drop"] {
    color:#FF0000;
    text-align:right;
}

.small-data-table td[scope="row_right_data_rise"] {
    color:#00B100;
    text-align:right;
}

.small-data-table td[scope="row_right_data_drop"] {
    color:#FF0000;
    text-align:right;
}

.small-data-table tr[scope="no_hover"]:hover
{
    background: transparent;
}

.small-data-table tr:nth-child(odd) td[scope="row_right_data_drop"], .small-data-table tr:nth-child(odd) td[scope="row_right_data_rise"]
{
    background-color: #F8F8F8;
}

.small-data-table tr:nth-child(even) td[scope="row_right_data_drop"], tr:nth-child(even) .small-data-table td[scope="row_right_data_rise"]
{
    background-color: #F0F0F0;
}

.small-data-table tr.second_header th
{
    background-color: #656565;
    color: #FFFFFF;
}


.alternaterow {
    background-color: #FFFFFF;
}


 .worldIndices2 .small-data-table,.worldIndices2 .footer {
    font-size: 12px;
    line-height: 12px;
}
    .worldIndices2  td,.worldIndices2 th {
   padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 1px
}
    .worldIndices2 .footer {
        padding-top: 3px;
    }