﻿*
{	
	padding: 0;
	border: 0;
	outline: 0;
}

body
{
	margin: 0;
	background-color: White;
	font-family: Verdana;
	font-size: 12px;
	color: Black;
	word-break: break-all;
}

A
{
	color: black;
	text-decoration: none;
	outline: 0;
	-moz-outline: 0;
	padding: 1px;
}

A:Hover
{
	color: White;
	background-color: DimGray;
}

A:Active 
{
	color:Red;
	background-color:Transparent;
}

.ALink:Active 
{
	color:White;
	background-color:Transparent;
	background-image:url(../../Image/button-view.gif);
	background-repeat:no-repeat;
	background-position:right;
}

#TB_Body
{
	height: 100%;
}

.LableTitle
{
	font-weight: normal;
	font-family: Tahoma;
	font-size: 9pt;
	color: White;
	background-color: #666666;
}

.TR_Top
{
	font-family: 新細明體;
	font-weight: normal;
	font-size: 9pt;
}

.top_right
{
	border-right: teal 1px solid;
}

.top_left
{
	border-left: teal 1px solid;
}

.TR_Banner
{
	height: 175px;
}
.FrontBanner
{
	border-left: teal 1px solid;
	border-right: teal 1px solid;
	height: 175px;
}
.FrontBanner:hover
{
	background-color: Teal;
	height: 175px;
}

.TD_Container
{
	border-left: teal 1px solid;
	border-right: teal 1px solid;
}

.TBC11_Center
{
	vertical-align: top;
}

.TBC11_Left
{
	vertical-align: top;
	width: 15%;
	border-right: silver 2px solid;
}

.TBC11_Right
{
	vertical-align: top;
	width: 15%;
	border-left: silver 2px solid;
}

.Bar1
{
	background-color: Maroon;
}

.Copyright
{
	background-color: dimgray;
	color: white;
}

.DataRowOMOver
{
	color: Blue;
	background-color: #DDDAAA;
}

.DataRowOMOut
{
	background-color: Transparent;
}

.OTable
{
	width: 100%;
	border: 0;
}

.Button_Style2
{
	font-size: 12px;
	line-height: 17px; /*color: #7f7555;*/
	background-color: #FFFFFF;
	letter-spacing: 1px; /*height: 15px;*/
	border-right: silver 1px solid;
	border-top: silver 1px solid;
	border-left: silver 1px solid;
	border-bottom: silver 1px solid;
}

.Label_Title
{
	filter: glow(color=#000000, strength=2);
	color: #FFFFFF;
	height: 20px;
	text-align: center;
	font-size: medium;
}

.ButtonOnMouseOver
{
	background-color: Black;
	color: White;
	font-weight: bold;
	border-color: White;
	border-width: 1px;
	border-style: Solid;
	cursor:hand;
}

.ButtonOnMouseOut
{
	color: Black;
	background-color: Transparent;
	border-color: Black;
	border-width: 1px;
	border-style: Solid;
	font-family: Verdana;
	font-weight: normal;
}

.Button_Default
{
	color:#284E98;
	background-color:White;
	border-color:#507CD1;
	border-width:1px;
	border-style:Solid;
	font-family:Verdana;
	height:20px;
	
	text-align:center;
	vertical-align:middle;
	cursor:hand;
}

.Button_Default:Hover
{
	color:White;
	background-color:#284E98;
	border-color:White;
	border-width:1px;
	border-style:Solid;
	font-family:Verdana;
	height:20px;
	
	text-align:center;
	vertical-align:middle;
	cursor:hand;
}

