<Style type="text/css">

/* ---------------------------------------- */
/* 此 CSS 適用於藍色系的網站                */
/* ---------------------------------------- */

/* 基礎標籤 */
/* ------------ 頁面的基礎設定 字型及邊界空格 ------------ */
body 
{
	font-family:新細明體;font-size:10pt;
	margin : 0 0 0 0 ;
}
/* ------------ 頁面的基礎設定 字型及邊界空格 ------------ */

/* ------------ 連結無底線 ------------ */
a:active {  text-decoration: none}
a:link {  text-decoration: none}
a:visited {  text-decoration: none}
/* ------------ 連結無底線 ------------ */

table,th,td 
{
/* ------------ table 的基礎設定 字型及邊界空格 ------------ */
	margin : 0 ;
	padding : 0 ;
	border-collapse : separate ; /* TABLE內的格子的邊線 */
	border : none;
	border-spacing : 0; /* 指定格子邊線間的距離 */
}
/* ------------ table 的基礎設定：設定表格外框線條的 粗細． ------------ */

/* ------------ table 的基礎設定：table and td ------------ */
table
{
border-top:  1px solid #3764AF;
border-left: 1px solid #3764AF;
border-right: 1px solid #3764AF;
border-bottom: 1px solid #3764AF;
padding: 0px;
margin: 0px;
border-collapse: separate; 
border-spacing: 1px; /* 指定格子邊線間的距離 */
}

td 
{
	font-family:新細明體;
	line-height:20px;
	font-size:12pt;
	border-color : White #4E8EFC White #4E8EFC; /* 呈現立體感 */
}
/* ------------ table 的基礎設定：table and td ------------ */


/* ------------ 無線條表格 ------------ */
.table_nob
{
border-top:  0px;
border-left: 0px;
border-right: 0px;
border-bottom: 0px;
padding: 1px;
margin: 1px;
border-collapse: collapse; 
}
/* ------------ 無線條表格 ------------ */


/*  ------------ 淡灰色線條表格 ------------  */
.t_b_Gainsboro
{
border-top:  1px solid #4E8EFC;
border-left: 1px solid #4E8EFC;
border-right: 1px solid #4E8EFC;
border-bottom: 1px solid #4E8EFC;
padding: 1px;
margin: 1px;
border : 1px solid #4E8EFC;
border-spacing: 1px;
border-collapse: collapse; 
}
/*  ------------ 淡灰色線條表格 ------------  */


/* ------------ TextBox設定 ------------ */
.text
{
	border : 1px #4E8EFC;
	background-color : #BADFF5;
	font-size:12pt;
}
/* ------------ TextBox設定 ------------ */


/* ------------ 按鈕樣式設定 ------------ */
.btn 
{
	font-family:Arial,Helvetica,sans-serif; 
	font-size: 12px;
	background-color: #BADFF5;
	border: 1px solid #BADFF5;
}
/* ------------ 按鈕樣式設定 ------------ */

/* ------------ 圓角深綠色 Div IE不能跑 ------------ */
.border_rounded
{
	-moz-border-radius: 6px; /* Firefox */
	-webkit-border-radius: 6px; /* Safari 和 Chrome */
	background: #4E8EFC; /* 背景色 */
	border: 1px solid #BADFF5; /* 邊框樣式 */
	padding: 3px; /* 邊框空白 */
}
/* ------------ 圓角深綠色 Div IE不能跑 ------------ */


/* ------------ GRIDVIEW 標題列可以浮動(非常實用)  ------------  */
.FixedTitleRow
{
position: relative;
table-layout:fixed;
top: expression(this.offsetParent.scrollTop-2);
background-color:White;
z-index: 10;
}
.FixedTitleRow th
{
text-overflow:ellipsis;
overflow:hidden;
white-space: nowrap;
padding:2px;
}
.FixedTitleColumn
{
position: relative;
left: expression(this.parentElement.offsetParent.scrollLeft-2);
}
.FixedDataColumn
{
position: relative;
left: expression(this.parentElement.offsetParent.offsetParent.scrollLeft-2);
} 
/* ------------ GRIDVIEW 標題列可以浮動(非常實用)  ------------  */

</Style>
