﻿.data-table  {
    border:2px solid #A28D34;
    color: #000000;
}

.data-table thead th,.data-table  tfoot th, .header-table th {
    background-color: #DFDBC2;
    color:#47390F;
    text-align:left;
}

.data-table thead tr{
    border: 2px solid #A28D34;
}

.data-table th {
    background-color: #F8F8F8;
}

.data-table th ,.data-table td, .header-table th { 
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px
}

.data-table caption{
	background-color: #F0EDDA;
	color:#000000;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
}


.data-table
{
    font-family: "NSimHei","times","Helvetica","sans-serif";
    font-size: 0.9em;
}

.data-table th[scope="col"] {
    background-color: #DFDBC2;
    color:#47390F;
	font-weight: bold;
    text-align:right;
}
.data-table th[scope="left_col"]{
    background-color: #DFDBC2;
    color:#47390F;
	font-weight: bold;
	text-align:left;
}

.data-table .headerRow th
{
    background-color: #DFDBC2;
    color:#47390F;    
}

.data-table tr:first-of-type
{
    border: 2px solid #A28D34;
}

.data-table td[scope="right_data"] {
    text-align:right;
}

.data-table td[scope="right_data_rise"] {
    color:#008000;
    text-align:right;
}

.data-table td[scope="right_data_drop"] {
    color:#FF0000;
    text-align:right;
}

.data-table tr:hover{
    background-color: #FDFAF5;
}
.data-table tr[scope="no_hover"]:hover
{
    background: transparent;
}

.data-table tr.second_header th
{
    background-color: #656565;
    color: #FFFFFF;
}

.menu-table
{
    background-color: #F0EDDA;
    color: #000000;

    border-collapse:separate;
    border-style: inset;
}
.menu-table th{
    padding: 5px;
    border: 2px solid #FFFFFF;
}
 .menu-table a
 {
     color: #47390F;
     text-decoration: none;
 }

.news-table thead th,.news-table  tfoot th, .header-table th {
    background-color: #DFDBC2;
    color:#47390F;
    text-align:left;
}

.news-table thead tr{
    border: 2px solid #A28D34;
}

.news-table th {
    background-color: #F8F8F8;
}

.news-table tr:nth-child(even) th{
    background-color: #A99850;
}

.news-table th ,.news-table td, .header-table th { 
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px
}

.news-table
{
    font-family: "NSimHei","times","Helvetica","sans-serif";
    font-size: 12px;
    border:2px solid #A28D34;
    color: #000000;
}

.news-list
{
    font-size: 13px;
}

.news-content
{
    font-family: "MingLiU";
    font-size: 13px;
}


.empty-table
{
    font-family: "NSimHei","times","Helvetica","sans-serif";
    font-size: 15px;
    border:2px solid #A28D34;
    color: #000000;
    background-color: #F8F8F8;
    padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px
}

.alternaterow {
    background-color: #F0EDDA;
}

tr.alternaterow th{
    background-color: #A99850;
}
