﻿@charset "utf-8";
@import url(/CSSStyle/layout.css);
@import url(/CSSStyle/form.css);
@import url(/CSSStyle/msg.css);
@import url(/CSSStyle/xp-style.css);
@import url(/CSSStyle/radius.css);
@import url(/CSSStyle/table.css);

html
	{
	height:100%;
	/*background:url(/CSSStyle/htmlBG.png) center 219px no-repeat;*/
	}

html,body,p,table,te,div,b,i,u,sub,sup,h1,h2,h3,h4,h5,h6,h7,pre,address,input,select,textarea
	{
	font-family:Calibri,Palatino Linotype,Verdana,Arial,微軟正黑體,微軟雅黑,新細明體;
	}
	
a:link,avisited
	{
	text-decoration:underline;
	color:#669;
	font-size:100%;
	}

a:active,a:hover
	{
	text-decoration:underline;
	color:#F00;
	font-size:100%;
	}

body
	{
	font-family:Calibri,Palatino Linotype,Verdana,Arial,微軟正黑體,微軟雅黑,新細明體;
	font-weight:300;
	font-size:15px;
	line-height:1.5em;
	color:#333;
	width:960px;
	margin:auto;
	padding:0px;
	background:#FFF url(/CSSStyle/bodyBG.gif) top center repeat-y;
	/* WinIE behavior call */
	behavior:url(/CSSStyle/csshover.htc);
	}

img
	{
	behavior:url(/CSSStyle/pngbehavior.htc);
	}

span.headR
	{
	color:#FFF;
	padding-right:3%;
	padding-top:48px;
	float:right;
	font-size:200%;
	font-weight:bold;
	}

span.logo
	{
	float:left;
	}

hr.e100
	{
	width:100%;
	border:#534F9F 3px hidden;
	background:url(/images/divider.gif) no-repeat;
	}

hr.gdot
	{
	width:100%;
	border-width:3px 0px 0px 0px;
	border-color:#AAA;
	border-style:dotted;
	}

.book
	{
	padding:6px 18px 12px 6px;
	float:left;
	}

h3
	{
	font-size:110%;
	font-weight:bold;
	}

h4 a, h4 a:link, h4 a:visited, h4 a:hover
	{
	font-size:110%;
	font-weight:bold;
	color:#47416E;
	padding:0.2em 1em;
	background:url(quot2.gif) right bottom no-repeat;
	}

	h4 span
		{
		background:url(quot1.gif) top left no-repeat;
		}

table.source
	{
	font-family:Calibri,Palatino Linotype,Verdana,Arial,微軟正黑體,微軟雅黑,新細明體;
	color:#000000;
	border:#333333 1px solid;
	background:#EEEEEE;
	margin:6px 6px 6px 6px;
	font-size:80%;
	}

.source li	{list-style:none;}

table.border, table.border td {
	border:#000 1px solid;
	border-collapse:collapse;
}

table.border th {
	text-align:left;
	background:#000;
	color:#FFF;
}

.iframe0
	{
	border:#000 0px solid;
	}


/*
Netscape Download Buttons
Style sheet from Netscape.com
*/
a.dl-button {
	font-family:Arial;
	color:#479DA4;
	display:block;
	font-size:1.2em;
	line-height:1em;
	font-weight:bold;
	text-align:center;
	width:120px;
	height:25px;
	margin:20px auto;
	text-decoration:none;
	padding:7px 50px 8px 10px;
	background:url(download-button.png) 0 0 no-repeat;
}
	a.dl-button span {
		font-family:Arial;
		color:#479DA4;
		display:block;
		font-size:0.8em;
		font-weight:normal;
	}
a.dl-button:hover {
	font-family:Arial;
	color:#097C85;
	background:url(download-button.png) -180px 0 no-repeat;
}

a.download {
	color:#FFF;
	text-decoration:none;
	font-size:75%;
	padding:2px 16px;
	background:url(/CSSStyle/downloadBG.png);
	border:0px solid;
	border-color:#000 #595959 #595959 #000;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	box-shadow:0px 3px 3px #333;
	-moz-box-shadow:0px 3px 3px #333;
	-webkit-box-shadow:0px 3px 3px #333;
}

a.download:hover {
	color:#FFF;
	text-decoration:none;
	font-size:75%;
	padding:2px 16px;
	background:url(downloadBG.png) left -27px;
	border:0px solid;
	border-color:#000 #595959 #595959 #000;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	box-shadow:0px 3px 3px #333;
	-moz-box-shadow:0px 3px 3px #333;
	-webkit-box-shadow:0px 3px 3px #333;
}