﻿.Default_Button 
{
	font-family: "標楷體";
	font-size: 14px;
	font-weight: bold;
	color: #330000;
	height: 24px;
	width: 100px;
	letter-spacing: 3px;
	word-spacing: 3px;
	text-align: center;
	vertical-align: middle;
	cursor: hand;
}

.Title 
{
	font-size: large;
	font-weight: bold;
	letter-spacing: 5px;
	word-spacing: 5px;
	color: #003399;
	text-align: center;
	border: 0px none;
	font-family: "標楷體";
}

.Message 
{
	color: #FF0000;
	margin: 1px;
	padding: 1px;
	font-size: 14px;
}

.Board 
{
	border: 1px solid #E3E3E3;
	font-size: medium;
	color: #003366;
	font-family: "標楷體";
	margin: 1px;
	padding: 1px;
}

.Underline_Filed 
{
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-bottom-color: #0066FF;
	color: #3300CC;
}

.Disabled_Filed 
{
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-bottom-color: #0066FF;
	font-size: 16px ;
	color: #3300CC;
	background-color:#E7E7E7;
}

.Field_Name 
{
	font-family: "標楷體";
	font-size: 16px ;
	font-weight: bold;
	color: #003399;
	text-align: right;
	letter-spacing: 3pt;
	word-spacing: 3px;
	filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr='#eeeeff', endColorStr='#8883E7', gradientType='0');
}

.Field_Name_Samll
{
	font-family: "標楷體";
	font-size: 14px ;
	font-weight: bold;
	color: #003399;
	text-align: right;
	letter-spacing: 1pt;
	word-spacing: 1px;
	filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr='#eeeeff', endColorStr='#8883E7', gradientType='0');
}

.Field_Name_2
{
	font-family: "標楷體";
	font-size: 16px ;
	font-weight: bold;
	color: #003399;
	text-align: center;
	letter-spacing: 3pt;
	word-spacing: 3px;
	filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr='#eeeeff', endColorStr='#8883E7', gradientType='0');
}

.Field_Name_2_Small
{
	font-family: "標楷體";
	font-size: 14px ;
	font-weight: bold;
	color: #003399;
	text-align: center;
	letter-spacing: 1pt;
	word-spacing: 1px;
	filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr='#eeeeff', endColorStr='#8883E7', gradientType='0');
}
body {
	font-size: 10px;
}

.DataGridFixedHeader
{
Z-INDEX: 10; 
POSITION: relative; 
TOP: expression(this.offsetParent.scrollTop);
}

.DataGridFixedColunm
{
Z-INDEX: 1; 
LEFT: expression(document.getElementById("freezingDiv").scrollLeft); 
POSITION: relative;
}
