﻿@charset "utf-8";
@import url(layout.css);
@import url(radius.css);

html
	{
	height:100%;
	background:url(nameLogo.png) 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:Lucida Sans Unicode,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:Lucida Sans Unicode,Calibri,Palatino Linotype,Verdana,Arial,微軟正黑體,微軟雅黑,新細明體;
	font-weight:300;
	font-size:17px;
	line-height:1.5em;
	color:#333;
	margin:auto;
	padding:0px;
	background:#EEE url(htmlBG.png) repeat-x;
	/* WinIE behavior call */
	behavior:url(/CSSStyle/csshover.htc);
	}

img
	{
	behavior:url(/CSSStyle/pngbehavior.htc);
	}

pre	{
	font-size:15px;
	}

blockquote.quot
	{
	border-bottom:#AAA 1px dotted;
	background:url(q_right.png) bottom right no-repeat;
	}

blockquote.quot p
	{
	border-top:#AAA 1px dotted;
	padding:10px 40px;
	background:url(q_left.png) left top no-repeat;
	font-style:italic;
	}

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;
	clear:left;
	margin-top:1em;
	}

.book
	{
	padding:6px 18px 12px 6px;
	float:left;
	}

h2
	{
	color:#006;
	font-size:200%;
	font-weight:bold;
	padding-bottom:12px;
	padding-top:12px;
	line-height:1.1em;
	border-bottom:#333 1px dotted;
	border-top:#333 1px dotted;
	text-shadow:0px 0px 12px #999;
	}

	h2 img
		{
		float:left;
		padding:0 32px 32px 0;
		}

h3
	{
	font-size:110%;
	font-weight:bold;
	}

p.newline {clear:left;}

h4,h4 a,h4 a:link,h4 a:hover,h4 a:visited
	{
	font-size:160%;
	line-height:1.2em;
	color:#004986;
	text-decoration:none;
	}

table.source,p.source,pre.source
	{
	font-family:Lucida Sans Unicode,Calibri,Palatino Linotype,Verdana,Arial,微軟正黑體,微軟雅黑,新細明體;
	color:#000;
	border:#333 1px solid;
	background:#EEE;
	padding:12px;
	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(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;
}