body
{
	margin:0pt;
	font-size: 10pt;
}

p
{
	font-size: 10pt;
}

td
{
	font-size: 10pt;
}
a:link
{
	font-family: Arial;
	font-size: 10pt;
	text-decoration: underline;
	color: #242424;
}

a:visited
{
	font-family: Arial;
	font-size: 10pt;
	text-decoration: underline;
	color: #242424
}

a:active
{
	font-family: Arial;
	font-size: 10pt;
	text-decoration: none;
	color: #242424
}

a:hover
{
	font-family: Arial;
	font-size: 10pt;
	text-decoration: underline;
	color: #0033FF
}

input
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	
}

/*DataGrid的標題列樣式*/
.HeaderStyle
{
	background-color: #CCCCCC;
	color: #242424;
	font-size: 10pt;
}

/*DataGrid的資料列樣式*/
.ItemStyle
{
	font-size: 10pt;
}

/*DataGrid的輪替資料列樣式*/
.AltItemStyle
{
	font-size: 10pt;
	background-color: #F5F5F5;
}

/*DataGrid的分頁列樣式*/
.PagerStyle
{
	font-size: 10pt;
	color: #242424;
	height: 28px;
	background-color: #cccccc;
	text-align: center;
}


/*DataGrid的分頁列樣式*/
.THStyle
{
	font-size: 10pt;
	color: #242424;
	height: 28px;
	background-color: #eeeeee;
	text-align: center;

	border-top: #F5F5F5 2px solid;
	border-left: #F5F5F5 2px solid;
	border-right: #c0c0c0 1px solid;
	border-bottom: #c0c0c0 1px solid;

}


/*DataGrid的搜尋列樣式*/
.SearchStyle
{
	font-size: 10pt;
	background-color: White;
}

/*按鈕的樣式*/
.ButtonPanel
  {
	border:1px double #555555;
	background-color: #eeeeee;
	color: #333366;
	font-size: 9pt;
	cursor:hand;
	vertical-align:top;
	padding:1;
	height:20;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;

    }	
 

.ButtonPanel2
{
	border:1px double #dd3366;
	background-color: #FFE8D0;
	color: #dd3366;
	font-size: 9pt;
	cursor:hand;
	vertical-align:top;
	padding:1;
	height:20;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
    }	
    
.ButtonPanel3
{
	border:1px double #333399;
	background-color: #E8F4FF;
	color: #333399;
	font-size: 9pt;
	cursor:hand;
	vertical-align:top;
	padding:1;
	height:20;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
    }	
    
/*代表 "新增 刪除 修改" 的上面Panel和下面Panel*/
.TitlePanel
{
  background-color: #CCCCCC;  /* 灰色 */
}

/*代表 "新增 刪除 修改" 中間資料列的樣式*/
.DataPanel
{
	background-color: #f2ffed;
}

.FrameTableStyle
{
	border-right: lightgrey 1px solid;
	border-top: lightgrey 1px solid;
	border-left: lightgrey 1px solid;
	border-bottom: lightgrey 1px solid;
}




/*表格樣式*/
.TB1	{               


	border:1;	
	border-bottom-color:Silver;
	border-left-color:white;
	border-right-color:Silver;
	border-top-color:white;
	border-bottom-style:solid;
	border-left-style:solid;
	border-right-style:solid;
	border-top-style:solid;
	border-spacing:3;
	padding:5;
	border-color: #E6E8DA;	
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	font-size:10pt;
	cellspacing:0;

}
/*表格內容1*/			
.TB1_TD	{	
	padding-left:3;
	padding-right:3;
	border:1;	
	border-bottom-color:Silver;
	border-left-color:white;
	border-right-color:Silver;
	border-top-color:white;
	border-bottom-style:solid;
	border-left-style:solid;
	border-right-style:solid;
	border-top-style:solid;
	font-family: Arial, Verdana, Helvetica, sans-serif;	
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	font-size:10pt;
	text-align:left;
	background-color:eeeeee;	
}
/*表格內容2*/
.TB1_TD_plus	{
	padding-left:3;
	padding-right:3;
	border:1;	
	border-bottom-color:Silver;
	border-left-color:white;
	border-right-color:Silver;
	border-top-color:white;
	border-bottom-style:solid;
	border-left-style:solid;
	border-right-style:solid;
	border-top-style:solid;
	font-family: Arial, Verdana, Helvetica, sans-serif;	
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	font-size:10pt;
	text-align:left;
	background-color:FFFFFF;
}
/*表格主標*/
.TB1_TH {
	border:1;	
	border-bottom-color:Silver;
	border-left-color:white;
	border-right-color:Silver;
	border-top-color:white;
	border-bottom-style:solid;
	border-left-style:solid;
	border-right-style:solid;
	border-top-style:solid;
	padding:5;
	font-family: Arial, Verdana, Helvetica, sans-serif;	
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	font-size:10pt;
	text-align:center;
	background-color:999999;
	color:FFFFFF;
}
/*表格次標*/			
.TB1_TH_plus	{
	padding:5;
	padding-left:10;
	padding-right:10;
	border:1;	
	border-bottom-color:Silver;
	border-left-color:white;
	border-right-color:Silver;
	border-top-color:white;
	border-bottom-style:solid;
	border-left-style:solid;
	border-right-style:solid;
	border-top-style:solid;
	font-family: Arial, Verdana, Helvetica, sans-serif;	
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	font-size:10pt;
	text-align:left;
	background-color:DDDDE0;
	color:darkblue;
}
/*表格頁尾*/
.TB1_Foot	{
	padding:5;
    border:1px solid white;	
	text-align:center;
	background-color:0099cc;
	color:darkblue;
}
