﻿/* Td底下有虛線(大格)------------------------------------------------------------------------- */
.Td_bottom_DotLine{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin: 1px;
	padding: 1px;
	line-height: 24px;
	vertical-align: top;
}
/* Td底下有虛線(小格)------------------------------------------------------------------------- */
.Td_bottom_DotLine_S{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E7E7E7;
	line-height: 18px;
	padding-top: 2px;
	padding-bottom: 1px;
}
/* Td底下有虛線吃圖片------------------------------------------------------------------------- */
.Td_bottom_DotLine_Bg{
	/* background-image: url(Images/dot.gif); 
	background-repeat: repeat-x;
	background-position: bottom;*/
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
/* Td給NEWS LIST專用------------------------------------------------------------------------- */
.Td_NewsList_Bg{
	background-image: url(Images/newsSign.gif);
	background-repeat: no-repeat;
	background-position: 1px 3px;
}
/* Td有虛右邊線------------------------------------------------------------------------- */
.Td_Right_DotLine{
	margin: 1px;
	padding: 1px;
	vertical-align: top;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #DFDFDF;
}
/* Td桃縣白底------------------------------------------------------------------------- */
.InWhite {
	background-color: #FFFFFF;
}
/* Td有Hot圖------------------------------------------------------------------------- */
.Td_HotPoint{
	margin: 1px;
	padding: 1px;
	vertical-align: top;
	background-image: url(Images/hotPoint.gif);
	background-repeat: no-repeat;
	background-position: 9px 5px;
	text-indent: 48px;
	color: #FF6600;
}
/* Td_Menu專用------------------------------------------------------------------------- */
.Td_Menu_mainBg{
	background-image: url(Images/Menu_mainBg.gif);
	vertical-align: top;
	height: 35px;
	background-repeat: repeat-x;
}
/* Td_List_1專用------------------------------------------------------------------------- */
.Td_List_title{
	background-image: url(Images/newsSign.gif);
	background-repeat: no-repeat;
	background-position: 6px 4px;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
	border-bottom-style: dotted;
	background-color: #FDFBEA;
	height: 25px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	text-indent: 20px;
}
/* Td_List_1專用------------------------------------------------------------------------- */
.Td_List_title2{
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
	border-bottom-style: dotted;
	text-indent: 10px;
	line-height: 26px;
	background-image: url(images/Title2Bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
/* Td_List_1專用------------------------------------------------------------------------- */
.Td_List_1{
	vertical-align: top;
	border-bottom-width: 2px;
	border-bottom-color: #F5F5F5;
	border-bottom-style: solid;
	background-color: #FFFFFF;
	margin-bottom: 0px;
	padding-bottom: 2px;
}
/* Td_List_2專用------------------------------------------------------------------------- */
.Td_List_2{
	vertical-align: top;
	border-bottom-width: 2px;
	border-bottom-color: #EFEFEF;
	border-bottom-style: solid;
	background-color: #F7F7F7;
	margin-bottom: 0px;
	padding-bottom: 2px;
}
/* 紅色字 ------------------------------------------------------------------------------------ */
.Text_rad{
	font-size: 13px;
	line-height: 18px;
	color: #990000;
}
/* 綠色字------------------------------------------------------------------------------------  */
.Text_green{
	font-size: 13px;
	line-height: 18px;
	color: #009900;
}
/* 藍色字 ------------------------------------------------------------------------------------ */
.Text_DarkBlue{
	font-size: 13px;
	line-height: 18px;
	color: #003366;
}
/* 導引字小字 ------------------------------------------------------------------------------------ */
.Text_Guide{
	font-size: 9px;
	color: #999999;
	padding-top: 3px;
	background-image: url(images/Text_Guide_BG.gif);
	background-repeat: repeat-x;
	background-position: top;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #EFEFEF;
}
/* 15級大字 ------------------------------------------------------------------------------------ */
.Text_Size15{
	font-size: 15px;
	color: #666666;
}
/* 15級紅色字 ------------------------------------------------------------------------------------ */
.Text_radSize15{
	font-size: 15px;
	color: #990000;
}
/* TD菁英團隊列表照片的框 ------------------------------------------------------------------------------------ */
.Td_noPic_People_s{
	height: 160px;
	width: 120px;
	padding: 2px;
	background-color: #FFFFFF;
}
/* TD物件列表照片的框 ------------------------------------------------------------------------------------ */
.Td_Pic_Product_s{
	height: 120px;
	width: 160px;
	padding: 3px;
	background-color: #a8a8a8;
}
/* TD照片450X300 ------------------------------------------------------------------------------------ */
.Td_noPic_450X300{
	padding: 2px;
	background-color: #FFFFFF;
	background-position: center center;
	height: 320px;
	text-align: center;
}
/* TDGridView第2組_1 ------------------------------------------------------------------------------------ */
.WebSite_GridView_RowStyle{
	background-color: White;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F5F5F5;
}
/* TDGridView第2組_2 ------------------------------------------------------------------------------------ */
.WebSite_GridView_AlternatingRowStyle{
	background-color: #EFEFEF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F5F5F5;
	height: 25px;
}