﻿
td.headerCell
{
	width:auto;
    background-color:#F4F4F2;/*#BCD8F7;*/
    text-align:right;
    color: #000000;
    font-weight: bold;
}

td.headerCell2
{
	width:auto;
    background-color: #F4F4F2;/*#BCD8F7;*/
    text-align:center;
    color: #000000;
    font-weight: bold;
}

td.headerCellRed
{
	width:auto;
    background-color:#F4F4F2;/*#BCD8F7;*/
    text-align:right;
    color: #ff0000;
    font-weight: bold;
}

/*----------------------------------------------------*/

table.HeadScroll {
    border-collapse: collapse;
    width: 98%;
}

table.HeadScroll tbody td {
    border-bottom-style: solid;
    border-bottom-width: 1.0px;
    border-bottom-color: #AAAAAA;
    
    color: #41434A;
    text-align: left;
    padding: 5px 3px;
    cursor: pointer;
}

table.HeadScroll thead th {
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #6678b1;
    text-align: left;
    font-weight: bold;
    color: #039;
    padding: 8px 3px;
}

table.HeadScroll tbody a {
    color: #e354a8;
}

/*----------------------------------------------------*/

table.Gv
{
    border: 1px solid #315C7C;
    border-collapse: collapse;
    width: 98%;
    font-family: 'Microsoft JhengHei';
    font-size:small;
}

table.Gv tbody td
{
    color: #000000;
    padding: 7px 3px;
    cursor: pointer;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #C5C5C5;
    
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #C5C5C5;
}

table.Gv thead th
{
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #C5C5C5;
    text-align: center;
    color: White;
    background-color: #315C7C;
    padding: 7px 3px;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #C5C5C5;
}
