﻿.data-table  {
    border:2px solid #EBEACE;
    color: #000000;
}

.data-table thead th,.data-table  tfoot th, .header-table th {
    background-color: #FFEA77;
    color:#604100;
    text-align:left;
}

.data-table thead tr{
    border: 2px solid #EBEACE;
}

.data-table th {
    background-color: #FAF1BF;
}

.data-table th ,.data-table td, .header-table th { 
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px
}

.data-table caption{
	background-color: #FFDECF;
	color:#000000;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
}


.data-table
{
    font-family: Calibri,Palatino Linotype,Verdana,Arial,"Microsoft JhengHei",PMingLiU;
    font-size: 14px;
}

.data-table th[scope="col"] {
    background-color: #FFEA77;
    color:#604100;
	font-weight: bold;
    text-align:right;
}
.data-table th[scope="left_col"]{
    background-color: #FFEA77;
    color:#604100;
	font-weight: bold;
	text-align:left;
}

.data-table .headerRow th
{
    background-color: #FFEA77;
    color:#604100;    
}

.data-table tr:first-of-type
{
    border: 2px solid #EBEACE;
}

.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: #F8F8DF;*/
}
.data-table tr[scope="no_hover"]:hover
{
    background: transparent;
}

.data-table tr.second_header th
{
    background-color: #E5D18B;
    color: #947125;
}

.menu-table
{
    background-color: #E5D18B;
    color: #000000;

    border-collapse:separate;
    border-style: inset;
}
.menu-table th{
    padding: 5px;
    border: 2px solid #FFFFFF;
}
 .menu-table a
 {
     color: #9C844A;
     text-decoration: none;
 }

.news-table thead th,.news-table  tfoot th, .header-table th {
    background-color: #FFEA77;
    color:#604100;
    text-align:left;
}

.news-table thead tr{
    border: 2px solid #EBEACE;
}

.news-table th {
    background-color: #F8F8F8;
}

.news-table th ,.news-table td, .header-table th { 
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px
}

.news-table
{
    font-family: Calibri,Palatino Linotype,Verdana,Arial,"Microsoft JhengHei",PMingLiU;
    font-size: 15px;
    border:2px solid #EBEACE;
    color: #000000;
}

.news-list
{
    font-size: 14px;
}

.news-content
{
    font-family: "MingLiU";
    font-size: 15px;
}


.empty-table
{
    font-family: Calibri,Palatino Linotype,Verdana,Arial,"Microsoft JhengHei",PMingLiU;
    font-size: 15px;
    border:2px solid #EBEACE;
    color: #000000;
    background-color: #F8F8F8;
    padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px
}

.alternaterow {
    background-color: #FFFACA;
}

tr.alternaterow th{
    background-color: #FFCC00;
}
