/* 旅客諮詢案件前端 */
.consult_showtable {
	background-color:A3DFF4;
}


/* Layout設定*/
.DGBK	{
			
			
			background-color:FFFFFF;
		}
		


/* DataGrid顏色 */
.HeaderStyle
{
	background-color:D04314;
	color:FFFFFF;
	text-align:center;
}

.HeaderStyle A:link {
	 COLOR: #ffffff; FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif; TEXT-DECORATION: none; line-height: 150%
}
.HeaderStyle A:visited{
	 COLOR: #ffffff; FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif; TEXT-DECORATION: underline; line-height: 150%
}
.HeaderStyle A:hover {
	 COLOR: darkblue; FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif; TEXT-DECORATION: underline; line-height: 150%
}
.ItemStyle {
	background-color:#F4DDD6;border-color:White;border-width:1px;border-style:Dashed;font-size:Smaller;
}
.AltItemStyle {
	background-color:White;border-color:White;border-width:1px;border-style:Dashed;font-size:Smaller;
}
.PagerStyle 
{
	background-color:#E0DFE3;border-color:#ffffff;border-width:1px;border-style:Dashed;font-size:Smaller;
	text-align:center;
}
.PanelNoData
{
	height:150pt;
	color:Green;
	text-align:center;
}
.DGTable
{
	
}


/*表格樣式*/
.TB1	{               


	border:3;
	border-bottom-style:double;
	border-left-style:double;
	border-right-style:double;
	border-top-style:double;
	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: 75%;

}
/*表格內容1*/			
.TB1_TD	{	
	padding-left:5;
	padding-right:5;	
border-color: #999999;	
	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:10;
	font-family: Arial, Verdana, Helvetica, sans-serif;	
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	font-size: 75%;
	text-align:left;
	background-color:eeeeee;	
}
/*表格內容2*/
.TB1_TD_plus	{
	padding-left:5;
	padding-right:5;
    border:1px solid white;	
	font-family: Arial, Verdana, Helvetica, sans-serif;	
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	font-size: 75%;
	text-align:left;
	background-color:DFECFF;
}
/*表格主標*/
.TB1_TH {
	padding:5;
	padding-left:10;
	padding-right:10;
	font-family: Arial, Verdana, Helvetica, sans-serif;	
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	font-size: 75%;
	text-align:center;
	background-color:0099cc;
	color=FFFFFF;
}
/*表格次標*/			
.TB1_TH_plus	{
	padding:5;
	padding-left:10;
	padding-right:10;
    border:1px solid white;	
	font-family: Arial, Verdana, Helvetica, sans-serif;	
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	font-size: 75%;
	text-align:left;
	background-color:A3DFF4;
	color:darkblue;
}
/*表格頁尾*/
.TB1_Foot	{
	padding:5;
    border:1px solid white;	
	text-align:center;
	background-color:0099cc;
	color:darkblue;
}
/*按鈕*/
.BT1
    {
	border:1px double #333399;
	background-color: #E8F4FF;
	color: #333399;
	font-size: 100%;
	cursor:hand;
	vertical-align:middle;
	padding:1;
	height:20;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
    }	
