﻿.small-data-table
{
    font-family: Calibri,Palatino Linotype,Verdana,Arial,"Microsoft JhengHei",PMingLiU;
    font-size: 14px;
    color: #604100;
}

.small-data-table thead th,.small-data-table  tfoot th, .header-table th {
    background-color: #FFFFFF;
    color:#604100;
    text-align:left;
}

.small-data-table thead tr{
    border: 2px solid #A28D34;
}

.small-data-table th {
    background-color: #F8F8F8;
}

.small-data-table tr:nth-child(even) th{
    background-color: #FFFACA;
}

.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: #FFFFFF;
    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: #FFFFFF;
    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"] {
    color:#FF0000;
    text-align:right;
}

.small-data-table tr:hover{
}
.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: #FFFACA;
}

.small-data-table tr.second_header th
{
    background-color: #656565;
    color: #FFFFFF;
}


.alternaterow {
    background-color: #F0EDDA;
}

.wf-footer
{
    font-size : 12px;
    background-image: -moz-linear-gradient(top, #FAF1BA, #FFEA77, #DEBB51);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #FAF1BA),color-stop(1, #DEBB51));
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#FAF1BA', EndColorStr='#DEBB51')";
    
}

.wf-footer a
{
    color: #000000;
    text-decoration: underline;
    font-weight:bold;
}