﻿body
{
	margin: 0px;
	font-family: Verdana , "微軟正黑體" , Arial, sans-serif;
	font-size: 13px; /*background-color: #f6f4e5;*/
}

/*Table*/
table.standard
{
	border-top: 2px solid #acadb1;
	border-bottom: 2px solid #acadb1;
	border-right: 1px solid #676767;
	border-left: 1px solid #676767;
	text-align: left;
	margin: 0px;
	border-collapse: collapse; /*FONT-FAMILY: "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", Verdana, Arial, Helvetica, Sans-Serif;*/
	font-family: Verdana , "微軟正黑體" , "Lucida Sans Unicode" , "Trebuchet MS" , Arial, "Lucida Grande" , Helvetica, Sans-Serif;
	cursor: default;
	font-size: 13px;
	cursor: default;
	width: 100%;
}
 
table.standard caption
{
	text-align: center;
	background-color: #4e87be;
	color: White;
	font-size: 16px;
	font-weight: bolder;
	letter-spacing: 0.2em;
}

table.standard th, table.standard td
{
	padding-bottom: 3px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 3px;
}

table.standard th
{
	border-bottom: #fff 1px solid;
	color: black;
	text-align: right;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold; /*BACKGROUND: url(../images/gradhead.png) #b9c9fe repeat-x;*/
	background: #c9d8ef;
}

table.standard thead th
{
	border: 0;
	text-align: center;
}

table.standard thead th.alt
{
	/*BACKGROUND: url(../images/gradhead-alt.png) #e8edff repeat-x;*/
	background: #d0dafd; /*#e8edff;*/
}

table.standard thead th.LEFTTOP
{
	width: 150px; /*BACKGROUND: url(../images/gradhead-light.png) #e8edff repeat-x;*/
	background: #b2cdff; /*BACKGROUND:#e8edff;*/
	border-bottom: 3px double #B7CEEC;
	border-right: 3px double #B7CEEC;
	font-size: 12px;
}
table.standard thead th.time
{
	width: 88px;
	border-bottom: 3px double #B7CEEC;
	padding-bottom: 2px;
	padding-top: 2px;
	color: #444;
	text-align: center;
}
table.standard thead th SPAN.mergedTimeTitle
{
	font-size: 11px;
}
table.standard thead th.date
{
	text-align: center;
}

table.standard tbody th
{
	/*BACKGROUND: url(../images/gradhead-light.png) #E3EAF7 repeat-x;*/
	background: #c9d8ef; /*#E3EAF7;*/
	border-right: 0px double #B7CEEC;
	border-bottom: 1px solid #afb6c6;
	border-top: 1px solid #afb6c6;
	white-space: nowrap;
	text-align: justify;
}

table.standard td.content
{
	background-color: #fff;
	border-top: 1px solid #B7CEEC;
	border-bottom: 1px solid #B7CEEC;
}
table.standard > thead > tr > td, table.standard > tbody > tr > td, table.standard > tfoot > tr > td
{
	/*BACKGROUND: url(../images/gradback.png) #e8edff repeat-x; */
	border-bottom: 1px solid #B7CEEC;
	border-right: 1px solid #B7CEEC;
	border-top: 1px solid #B7CEEC;
	background: #ffffff;
	color: Black;
	font-size: 16px;
	line-height: 22px;
}

table.standard td pre
{
	font-family: Verdana, "微軟正黑體" , Arial; /*default*/ /*font-family:  Courier, "微軟正黑體", Verdana;*/
	font-size: 16px;
}

table.standard span.unit
{
	font-size: 11px;
	color: #039;
	margin-left: 5px;
}

table.standard span.comment
{
	color: #4AA02C;
	font-weight: bold;
}

table.dataAlter tbody > tr:hover > td, table.dataAlter tbody > tr.hover > td
{
	background-color: #FAF3D9;
	color: #039;
}

table.dataAlter tbody > tr:hover > th, table.dataAlter tbody > tr.hover > th
{
	background-color: #FCF3D2;
}

table.dataAlter tbody tr .handle
{
	display: none;
}

table.dataAlter tbody tr:hover .handle, table.dataAlter tbody tr.hover .handle
{
	display: inline;
}

.dataSelect
{
	background-color: #ECE5B6;
	border: 3px solid #C9C299;
}

table.simplyTable
{
}
table.simplyTable > tbody > tr > td
{
	font-size: 13px;
	background-color: inherit;
}


