﻿
.TableFrameStyle
{
    border-spacing: 0px;
    border-collapse: separate;
    /* border-left-color: red; */
    /* border-left-style: solid; */
    /* border-left-width: medium; */
}
.TableFrameStyle th 
{
    font-size: 0.75em;
    color: gray;
    white-space: nowrap;
}
.TableFrameStyle td
{
    padding-bottom: 0px;
    padding-top: 1px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
}

.InnerTable
{
    border-spacing: 0px;
    border-collapse: separate;
}
.InnerTable td {
    padding-bottom: 0px;
    padding-top: 0px;
    padding-left: 1px;
    padding-right: 1px;
    text-align: center;
}

.ContentHost {
    font-size: 0.8em;
    font-weight: bold;
    white-space: nowrap;
}
.ContentHost a {
    color: black;
    text-decoration: none;
}
.ContentHost a:hover {
    color: black;
    text-decoration: underline;
}

.ContentValue {
    font-size: 1em;
    white-space: nowrap;
}

.ContentUnit
{
    font-size: 0.6em;
}

.ContentValueGray {
    font-size: 1em;
    white-space: nowrap;
    color: gray;
}

.ContentUnitGray {
    font-size: 0.6em;
    color: gray;
}

.ContentNetworkRecvValue {
    font-size: 0.8em;
    white-space: nowrap;
    color: black;
}
.ContentNetworkSendValue {
    font-size: 0.8em;
    white-space: nowrap;
    color: gray;
}

.ContentNetworkRecvValueGray {
    font-size: 0.8em;
    white-space: nowrap;
    color: gray;
}
.ContentNetworkSendValueGray {
    font-size: 0.8em;
    white-space: nowrap;
    color: lightslategray;
}

/* 群組清單 */
.GroupList 
{
    width: 100%;
}
.GroupList th
{
    height: 65px;
}
.GroupList td
{
    height: 35px;
}
.GroupList td a
{
    color: darkcyan;
    text-decoration: none;
}
.GroupList td a:hover
{
    color: black;
    text-decoration: underline;
}


.TitleTextStyle 
{
    border-spacing: 0px;
    border-collapse: separate;
}

/* 上方橫條顯示最後更新時間 */
.TitalTextLastTime {
    font-size: 0.6em;
    color: gray;
    white-space: nowrap;
    text-align: right;
}

/* 上方橫條顯示群組名稱 */
.TitleTextGroupName
{
    font-size: 0.8em;
    color: darkgray;
    text-align: left;
}
.TitleTextGroupName a
{
    color: darkgray;
    text-decoration: none;
}
.TitleTextGroupName a:hover
{
    color: darkslategrey;
    text-decoration: underline;
}


.UnderLine 
{
    border-bottom-style: solid;
    border-bottom-color: gray;
    border-bottom-width: 1px;
}
.HeaderGapUnderLine {
    border-bottom-style: dotted;
    border-bottom-color: gray;
    border-bottom-width: 1px;
}

.BackgroundOdd {
    background-color: aliceblue;
}

.BackgroundEven {
    background-color: cornsilk;
}


.ContentGroupDetCount {
    font-size: 0.6em;
}

.TableFooterInfo {
    height: 75px;
    text-align: center;
    font-size: 0.6em;
    color: gray;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}


/* 繪製Processor折線圖 */
#ChartProcessor {
    margin: auto;
    margin-top: 10px;
    background: #f9e498;
    display: block;
    width: 100%;
    height: 150px;
}

/* 繪製Network折線圖 */
#ChartNetwork {
    margin: auto;
    margin-top: 10px;
    background: #f9e498;
    display: block;
    width: 100%;
    height: 150px;
}

/* 繪製Storage折線圖 */
#ChartStorage {
    margin: auto;
    margin-top: 10px;
    background: #f9e498;
    display: block;
    width: 100%;
    height: 150px;
}