﻿* { font-family: "微軟正黑體", "Microsoft JhengHei", "Arial"; }
 
a {
	text-decoration: None;
	color: white; }
 
.point, .link, .promt1, .promt2, .promt3 { padding: 0px 0px 0px 20px; }
 
.link  a { color: #BBBBBB }
 
.point, #highlight { color: red }
 
#news {
	text-align: left;
	font-size: 12px;
	color: }
 
#accordion div { background-color:#575757; color: white }
 
#accordion h3 {
	outline: none;
	margin: 2%; }
 
#cmd { font-size: 12px }
 
#DoneFlag { color:yellow; font-size: 12px }
 
.demo {
	border: solid 1px #2d2d2d;
	background: #575757;
	padding: 5px 5px 5px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	width: auto;
	height: auto; }
 
.demo {
	border: ridge 0px #000000;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-bottomleft: 20px;
	-moz-border-radius-bottomright: 20px;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px; }
 
.Layout3_1 {
	width: 68%;
	height: 80%;
	float: left; }
 
.Layout3_2 {
	width: 25%;
	height: 80%;
	color: #FFFFFF;
	float: right;
	padding: 1%;
	text-align: center;
	border-left: yellow 3px outset;
	border-top: yellow 3px outset;
	position: auto;
	right: 1% }
 
.Layout3_header {
	padding: 5px 5px 5px 5px;
	width: 100%;
	height: 5%; }
 
html { overflow-y: scroll; }
 
body, .Layout3_1, .Layout3_2, .Layout3_header { background-image:url(bg.gif); background-repeat: repeat }
 