a:link
{
	font-family: Arial;
	font-size: 10pt;
	text-decoration: underline;
	color: black;
}

a:visited
{
	font-family: Arial;
	font-size: 10pt;
	text-decoration: underline;
	color: black; 
}

a:active
{
	font-family: Arial;
	font-size: 10pt;
	text-decoration: none;
	color: black ;
}

a:hover
{
	font-family: Arial;
	font-size: 10pt;
	text-decoration: none;
	color: black ;
}

input
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	
}


/*DataGrid的標題列樣式*/
.FrameTableStyle
{
	border-color:#CC9900 #FFFFFF #FFFFFF #CC9900 ;
	border-width:1;
	border-style:solid;
	LEFT: 0px; 
	WIDTH: 100%; 
	POSITION: relative ;
}
.FrameTableStyle TD
{
	border-color:#FFFFFF #CC9900 #CC9900 #FFFFFF;
	border-width:1;
	border-style:solid;
}

.GridTableStyle 
{
	border-color:#FFFFFF #FFFFFF #FFFFFF #FFFFFF ;
	border-width:1;
	border-style:solid;
}
.GridTableStyle TD
{
	border-color:#FFFFFF #CC9900 #CC9900 #FFFFFF;
	border-width:1;
	border-style:solid;
}

.HeaderStyle
{
	background-color: #F5E9BE;
	color: black;
	font-size: 10pt;
}

/*DataGrid的資料列樣式*/
.ItemStyle
{
	font-size: 10pt;
}

/*DataGrid的輪替資料列樣式*/
.AltItemStyle
{
	font-size: 10pt;
	background-color: #ececec;
}

/*DataGrid的分頁列樣式*/
.PagerStyle
{
	background-color: #F5E9BE;
	color: black;
	font-size: 10pt;
}

.SearchStyle
{
	background-color: #F5E9BE;
	color: black;
	font-size: 10pt;
	/*background-color:White;*/
}

.NoUnderline
{
	color: White;
	text-decoration: none;
}

.DataPanel
{
	background-color: #f2ffed;
}

.ButtonPanel
{
	/*background-color: #83dd5c;*/
	/*background-color: #FFC983;   原本*/
	background-color:White;
}

/*新增的屬性，代表 "新增 刪除 修改" 的上面Panel和下面Panel*/
.TitlePanel
{
  background-color: #F5E9BE;  /* 橘色FFC983 */
}

/**/
.TableStyle		
{
	BORDER-RIGHT: black 1px solid; 
	BORDER-TOP: black 0px solid; 
	LEFT: 8px; 
	BORDER-LEFT: black 1px solid; 
	WIDTH: 770px; 
	BORDER-BOTTOM: black 1px solid; 
	POSITION: relative;
}
