﻿.data-table  {
    border:2px solid #999F9D;
    color: #3C3C3C;
}

.data-table thead th,.data-table  tfoot th, .header-table th {

    background-color: #AC1F25;
    color:#FFFFFF;
    text-align:left;
}

.data-table thead tr{
    /*border-bottom: 3px solid #AC1F25;*/
}

.data-table th {
    background-color: #FFFFFF;
}

.data-table th ,.data-table td, .header-table th { 
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px
}

.data-table caption{
	background-color: #AC1F25;
	color:#FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
}


.data-table
{
    font-family: Calibri,Palatino Linotype,Verdana,Arial,"Microsoft JhengHei",PMingLiU;
    font-size: 0.9em;
    border-bottom: 1px solid #999F9D;
}
.data-table th[scope="col"] {
    background-color: #AC1F25;
    color:#FFFFFF;
	font-weight: bold;
    text-align:right;
}
.data-table th[scope="left_col"]{
    background-color: #AC1F25;
    color:#FFFFFF;
	font-weight: bold;
	text-align:left;
}

.data-table .headerRow th
{
    background-color: #AC1F25;
    color:#FFFFFF;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.data-table tr:first-of-type
{
    /*border-bottom: 1px solid #3F8046;*/
}

.data-table td[scope="right_data"] {
    text-align:right;
}

.data-table td[scope="right_data_rise"] {
    color:#F00E0D;
    text-align:right;
}

.data-table td[scope="right_data_drop"] {
    color:#008100;
    text-align:right;
}
.data-table th {
    background-color: #E1E7EF;
}

.data-table tr[scope="no_hover"]:hover
{
    background: transparent;
}

.data-table tr.second_header th
{
    background-color: #A3A3A3;
    color: #FFFFFF;
}

.menu-table
{
    background-color: #AC1F25;
    color: #FFFFFF;

    border-collapse:separate;
    border-style: inset;
}

.menu-table th{
    padding: 5px;
    border: 2px solid #FFFFFF;
    background-color: #F0BEBF;
    color:#FFFFFF;
}
 .menu-table a
 {
     color: #FFFFFF;
     text-decoration: none;
 }

 .menu-table a:hover
 {
     color: #FFFFFF;
     text-decoration: none;
 }
 
.news-table thead th,.news-table  tfoot th, .header-table th {
    background-color: #F7DADB;
    color:#000000;
    text-align:left;
}

.news-table thead tr{
    border: 2px solid #AC1F25;
}

.news-table th {
    background-color: #FFFFFF;
}

.news-table tr:nth-child(even) th{
    background-color: #AC1F25;
}

.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 #AC1F25;
    color: #000000;
}

.news-list
{
    font-size: 12px;
}

.news-content
{
    font-family: "MingLiU";
    font-size: 12px;
}


.empty-table
{
    font-family: Calibri,Palatino Linotype,Verdana,Arial,"Microsoft JhengHei",PMingLiU;
    font-size: 15px;
    border:2px solid #AC1F25;
    color: #000000;
    background-color: #FFFFFF;
    padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px
}

.alternaterow {
    background-color: #F7DADB;
}

tr.alternaterow th{
    background-color: #F0BEBF;
}
