﻿body {
}
.td1
{border-right: #c0c0c0 1px solid;
    border-top: #c0c0c0 1px solid;
    border-left: #c0c0c0 1px solid;
    color: #d8e9d6;
    border-bottom: #c0c0c0 1px solid;
    height: auto;
    background-color: #fff8e9;
}
.td6
{
	background-color: floralwhite;
	color: #000066;
	text-align: center;
	border-top: lightgrey thin solid;
	border-right: lightgrey thin solid;
	border-left: lightgrey thin solid;
	border-bottom: lightgrey thin solid;
}
.td7
{
	vertical-align: middle;
	color: #330066;
	text-align: center;
	background-color: #ddedff;
	border-right: silver 1px solid;
	border-bottom: silver 1px solid;
	border-top: silver 1px solid;
	border-left: silver 1px solid;
}
.td8
{
	border-right: silver 1px solid;
	border-bottom: silver 1px solid;
	background-color: floralwhite;
	border-top: silver 1px solid;
	border-left: silver 1px solid;
	color: #336699;
	text-align: center;
}
.td37
{
	background-color: #FBF7C5;
	border-top: #C0C0C0 thin solid;
	border-bottom: #C0C0C0 thin solid;
	text-align: left;
	color: dimgray;
	font-size: 10pt;
}
.td38
{
	background-color: #FBF7C5;
	border-top: #C0C0C0 thin solid;
	border-bottom: #C0C0C0 thin solid;
	text-align: center;
	color: dimgray;
	font-size: 12pt;
}
.labelBackColor
{
    background-color: #DEE5CC;
    color: #333333;
    text-align: left;
}

/*設定控制項的背景色 (主要用於Table)*/
.controlBackColor
{
  background-color: #FFFFFF;
}
/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}
.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}