/*Default 字型 顏色*/
body {
	font-size: 13px;
	color: #000000;
}
body {
	background-color: #FFFFFF;
	margin-top: 2px;
}
/*Default 連結設定 */
a {
	font-size: 13px;	/*字體大小*/
	line-height: 16px;	/*行高大小*/
	color: #0000CC;		/*字體顏色*/
}
a:hover {
	line-height: 13px;		/*行高大小*/
	color: #FF0000;			/*字體顏色*/
	text-decoration: none;	/*有無底線*/
}
a:link {
	line-height: 16px;		/*行高*/
	text-decoration: none;	/*有無底線*/
}
a:visited {
	line-height: 16px;		/*行高*/
	text-decoration: none;	/*有無底線*/
}
a:active {
	line-height: 16px;		/*行高*/
	color: #990000;			/*字體顏色*/
	text-decoration: none;	/*有無底線*/
}

.listBox_td_01 {
	background-color:#0099DD; /*背景色彩*/
	border-color :#0099DD ;	
	FILTER:alpha(opacity=25,finishopacity=100,style=1,startx=0,starty=30,finishx=0,finishy=75);
	}

.list_tdTitle_01 {
	font-size: 13px;
	color: #FFFFFF;			/*字體顏色*/
	line-height: 20px;		/*行高*/
	background-color: #006699;	/*背景顏色*/
}

/* 清單背景顏色*/
.list_trBody_01_C1{
	background-color: #FFFFFF;	/*背景顏色*/
	line-height: 18px;		/*行高*/
}
.list_trBody_01_C2{
	background-color: #F7F4F5;	/*背景顏色*/
	line-height: 18px;		/*行高*/
}
.list_trBody_01_C3{
	background-color: #E8FFF0;	/*背景顏色*/
	line-height: 18px;		/*行高*/
}

/* 清單頁功能按鈕使用_01 */
.tools_btn_01_C1{
	font-size: 13px;	/*字體大小*/
	line-height: 16px;	/*行高大小*/
	color: #0000FF;		/*字體顏色*/
	cursor: hand;		/*滑鼠類型*/
}
.tools_btn_01_C2{
	font-size: 13px;	/*字體大小*/
	line-height: 16px;	/*行高大小*/
	color: #CC0000;		/*字體顏色*/
	cursor: hand;		/*滑鼠類型*/
}

/* 編輯頁使用_01 */
.edit_tdTitle_01 {
	font-size: 13px;
	color: #000000;			/*字體顏色*/
	line-height: 16px;		/*行高*/
	background-color: #CCCCCC;	/*背景顏色*/
}
.list_view_01 {
	font-size: 13px;
	color: #000000;			/*字體顏色*/
	line-height: 16px;		/*行高*/
}