﻿/* DEFAULTS
----------------------------------------------------------*/
*      
   {
       /*margin: 0px;  padding: 0px;*/
   } 

body 
{
        margin-left: 0px;
	    margin-top: 0px;
	    margin-right: 0px;
	    margin-bottom: 0px;
	    background: #FFFFFF;
        font-size: 12px;
        font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif, "新細明體";
        padding: 0px;
        color: #696969;
}

a:link 
{
        color: #808284;
        text-decoration: none;
}

:link img 
{   
        border: 0; 
}

a:visited 
{
        color: #808284;
        text-decoration: none;
}

a:hover 
{
        color: #007FAA;
        text-decoration: underline;
}

a:active
{
        color: #808284;
	    text-decoration: underline;
}

.Heading {
	font-family: "新細明體";
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: 900;
	font-variant: normal;
	color: #B31117;
	text-transform: none;
	letter-spacing: 3px;
}

.Eng_Heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: 900;
	font-variant: normal;
	color: #B31117;
	text-transform: none;
}

.Heading_trigon {
	font-family: "新細明體";
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: 900;
	font-variant: normal;
	color: #496c72;
	text-transform: none;
	letter-spacing: 3px;
}

.Sub_Heading {
	font-family: "新細明體";
	font-size: 12px;
	color: #41A2A8;
	font-weight: 900;
	letter-spacing: 3px;
}

.Content {
	font-family: "新細明體";
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	
	font-variant: normal;
	/*color: #808284;*/
	color: #000000;
	text-align : justify;
	letter-spacing: 3px;
}

.Link {
    font-family: "新細明體";
	font-size: 12px;
	font-style: normal;
	line-height:  16px;
	
	font-variant: normal;
	text-align : justify;
	letter-spacing: 3px;
	color: #808284;
}

.Eng_Content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: 500;
	font-variant: normal;
	/*color: #808284;*/
	color: #000000;
	text-align : justify;
}

.Eng_Sub_Heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #41A2A8;
	font-weight: 600;
}

.Hight_Light a {
	font-family: "新細明體";
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	color: #B31117;
	text-align : justify;
	letter-spacing: 3px;
	font-weight: 900;
}

.Sub_Heading2 a {
	font-family: "新細明體";
	font-size: 12px;
	color: #0066CC;
	font-weight: 900;
	letter-spacing: 3px;
}

.Sub_Heading2 {
	font-family: "新細明體";
	font-size: 12px;
	color: #0066CC;
	font-weight: 900;
	letter-spacing: 3px;
}

.Sub_Heading3 {
	font-family: "新細明體";
	font-size: 12px;
	color: #D49F00;
	font-weight: 900;
	letter-spacing: 3px;
}

.Sub_Heading4 {
	font-family: "新細明體";
	font-size: 12px;
	font-weight: 900;
	color: #000000;
	font-style: italic;
	letter-spacing: 3px;
	
}


.Sub_Heading5 {
	font-family: "新細明體";
	font-size: 12px;
	font-weight: 900;
	color: #EE0722;
	letter-spacing: 3px;
	
	
}

.ThumbnailImage img
{
    max-width: 160px ;
    height:130px;
    display: block;
   margin-left: auto;
   margin-right: auto;
 
    
 
 }
 
#UpdatePanel1
{
    height : 130px;
}

.myButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	box-shadow:inset 0px 1px 0px 0px #54a3f7;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007dc1), color-stop(1, #0061a7));
	background:-moz-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-webkit-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-o-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-ms-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#007dc1', endColorstr='#0061a7',GradientType=0);
	background-color:#007dc1;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #124d77;
	display:inline-block;
	cursor:pointer;
	color:#faf2fa !important;
	font-family:arial;
	font-size:13px;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #154682;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0061a7), color-stop(1, #007dc1));
	background:-moz-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-webkit-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-o-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-ms-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0061a7', endColorstr='#007dc1',GradientType=0);
	background-color:#0061a7;
}
.myButton:active {
	position:relative;
	top:1px;
}

.Eng_TableContent {
	font-family: Arial;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	/*font-weight: 900;*/
	font-variant: normal;
	color: black;
	text-align : justify;
}

.econ {
	font-family: Arial, Helvetica, sans-serif;
}