﻿.small-data-table
{
    font-family: "NSimHei","times","Helvetica","sans-serif";
    font-size: 12px;
    color: #000000;
}

.small-data-table thead th,.small-data-table  tfoot th, .header-table th {
    background-color: #DFDBC2;
    color:#47390F;
    text-align:left;
}

.small-data-table thead tr{
    border: 2px solid #A28D34;
}

/*
.small-data-table tr:nth-child(even) {
    background-color: #F0EDDA;
}
*/

.small-data-table th {
    background-color: #F8F8F8;
}

.small-data-table tr:nth-child(even) th{
    background-color: #A99850;
}

.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: #F0EDDA;
	color:#000000;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
}

.small-data-table th {
    background-color: #DFDBC2;
    color:#47390F;
    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: #DFDBC2;
    color:#47390F;    
}

.small-data-table tr:first-of-type
{
    border: 2px solid #A28D34;
}

.small-data-table td[scope="right_data"] {
    text-align:right;
}

.small-data-table td[scope="right_data_rise"] {
    color:#008000;
    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"] {
    /* background-color:#C6E7F3; */
    color:#008000;
    text-align:right;
}

.small-data-table td[scope="row_right_data_drop"] {
    /* background-color:#C6E7F3; */
    color:#FF0000;
    text-align:right;
}

.small-data-table tr:hover{
    background-color: #FDFAF5;
}
.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: #A99850;
}

.small-data-table tr.second_header th
{
    background-color: #656565;
    color: #FFFFFF;
}


.alternaterow {
    background-color: #F0EDDA;
}