﻿/* 用作清楚地顯示一般資料 */
table.currentInfoDisplay
{
    font-family: Verdana;
    font-size: small;
    color: #800000;
    line-height: 1.2em;
    vertical-align: middle;
    text-align: left;
    background-color: #FFFFCC;
    border: medium solid #996600;
    margin: 10px 0px 10px 0px;
    width: 100%;
    border-collapse: collapse;
}

table.currentInfoDisplay > tbody > tr.heading
{
    font-size: larger;
    font-weight: bolder;
    border-bottom-style: double;
    border-bottom-width: 3px;
}

table.currentInfoDisplay > tbody > tr > td
{
    padding: 5px;
}

/* 選擇不同功能的Table，最左一列是數字 */
table.selectFunction
{
	font-family: Verdana;
	font-size: small;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #C0C0C0;
	width: 840px;
	border-collapse: collapse;
	margin-top : 10px;
}

table.selectFunction > tbody > tr > td
{
	padding: 5px;
}

table.selectFunction > tbody > tr > td:first-child
{
	text-align: center;
	font-weight: bolder;
	color: #0000FF;
}

/* 輸入資料的表格 */
table.manage
{
	font-family: Verdana;
	font-size: small;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #6699FF;
	width: 840px;
	border-collapse: collapse;
	margin-top: 10px;
}

table.manage > tbody > tr > td
{
	padding: 3px 5px 2px 5px;
	
}

table.manage > tbody > tr
{
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #FFFFFF;
}

table.manage > tbody > tr:hover
{
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #66CCFF;
}

table.manage > tbody > tr.heading
{
	background-color: #0066FF;
	color: #FFFFFF;
}

table.manage > tbody > tr.heading > td
{
	font-weight: bolder;
	font-size: larger;
	padding-top : 5px;
	padding-bottom : 5px;
	padding-left : 50px;
}

table.manage input[type="text"], table.manage input[type="password"]
{
	border-style: solid;
	border-width: 1px 5px 1px 1px;
	border-color: #3399FF;
}

table.manage > tbody > tr > td > input[type="submit"]
{
    padding: 5px 30px 5px 30px;
    border: 1px solid #3399FF;
    vertical-align: middle;
    cursor: pointer;
    font-weight: normal;
    background-color: #EBEBEB;
}

table.manage > tbody > tr > td > input[type="submit"]:hover
{
    font-weight: bolder;
    background-color: #FFFF99;
}

table.manage > tbody > tr > td.label
{
	text-align: right;
	color: #0066FF;
}

table.manage > tbody > tr > td.rowNum
{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bolder;
    color: #0066FF;
    border-right-style: dotted;
    border-right-width: 1px;
    border-right-color: #0066FF;
    text-align: center;
}

table.manage > tbody > tr > td.help
{
    font-size: smaller;
    color: #009933;
}

table.manage > tbody > tr > td > a.CSHelp
{
	font-weight: bold;
    font-size: xx-small;
    color: green;
}

table.manage > tbody > tr > td > table.manageInner
{
	width : 100%;
}

/* Search Result */
table.searchResult
{
    font-size: smaller;
    line-height: 1.2em;
    background-color: #FFFF99;
    border-style: double none double none;
    border-top-width: medium;
    border-bottom-width: medium;
    border-top-color: #FFCC66;
    border-bottom-color: #FFCC66;
    margin: 10px 0px 10px 0px;
    width: 100%;
    border-collapse: collapse;
}
