a:link
{
	font-family: Arial;
	font-size: 9pt;
	text-decoration: underline;
	color: #FFFFFF;
}

a:visited
{
	font-family: Arial;
	font-size: 9pt;
	text-decoration: underline;
	color: #FFFFFF
}

a:active
{
	font-family: Arial;
	font-size: 9pt;
	text-decoration: none;
	color: #FFFFFF
}

a:hover
{
	font-family: Arial;
	font-size: 9pt;
	text-decoration: none;
	color: #FFFFFF
}

input
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	
}


/*DataGrid的標題列樣式*/
.FrameTableStyle
{
BORDER-RIGHT: black 1px solid; BORDER-TOP: black 1px solid; 
LEFT: 0px; BORDER-LEFT: black 1px solid; WIDTH: 100%; BORDER-BOTTOM: black 1px solid; POSITION: relative
}

.HeaderStyle
{
	background-color: #489BDD;
	color: White;
	font-size: 10pt;
}

/*DataGrid的資料列樣式*/
.ItemStyle
{
	font-size: 10pt;
}

/*DataGrid的輪替資料列樣式*/
.AltItemStyle
{
	font-size: 10pt;
	background-color: #DEDDDB;
}

/*DataGrid的分頁列樣式*/
.PagerStyle
{
	background-color: #489BDD;
	color: #FFFFFF;
	font-size: 10pt;
}

.SearchStyle
{
	font-size: 10pt;
	background-color: #333333;
	color: White;
	/*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: #489BDD;  /* 橘色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;
}
