﻿body {  font-family: "新細明體", "細明體"; font-size: 10pt; line-height: 120%;   color: gray;SCROLLBAR-FACE-COLOR: #ccddcc; SCROLLBAR-HIGHLIGHT-COLOR: #aaaaaa; SCROLLBAR-SHADOW-COLOR: #cceecc; SCROLLBAR-3DLIGHT-COLOR: #ccffcc; SCROLLBAR-ARROW-COLOR: #335533; SCROLLBAR-TRACK-COLOR: #ffffff; SCROLLBAR-DARKSHADOW-COLOR: #cccc66;}
b {  font-size: 10pt;   color: black; line-height: 100%; }
a:hover { text-decoration: underline; color:brown }
a:link { text-decoration: none; color: #333333}
a:visited { text-decoration: none; color:darkgreen}
legend {  font-size: 10pt;   color: black; line-height: 120%; }

h1{  font-size: 15pt;   color: white; line-height:20pt;background: gray;color:snow;bold;height:25;FILTER:Blur(Direction=225, Strength=5)}
h2{  font-size: 15pt;   color: white; line-height:20pt;background: gray;color:snow;bold;height:25;FILTER:Blur(Direction=225, Strength=5)}
h3{  font-size: 13pt;   color: black; line-height: 13pt;}
h4{  font-size: 15pt;   color: white; line-height:20pt;background: gray;color:snow;bold;height:25;FILTER:Blur(Direction=225, Strength=5)}
h5{  font-size: 10pt;   color: white; line-height:20pt;background: gray;color:snow;bold;height:10;}
td {font-size: 10pt; line-height: 150%;word-break : break-all;}
select {  font-family: "新細明體", "細明體"; font-size: 10pt; line-height: 12pt; color: #000000; background-color: #FFFFFF; border: 1pt #000000 solid}
input {  font-family: "新細明體", "細明體"; font-size: 10pt; line-height: 12pt; border: 1pt lightgray solid; background-color: #FFF0B4; color: #000000; filter: Alpha(Opacity=70)}
button {  font-family: "新細明體", "細明體"; font-size: 10pt; line-height: 12pt; border: 1pt lightgray solid; background-color: #C3FF78; color: #000000; filter: Alpha(Opacity=70)}
textarea {  font-family: "新細明體", "細明體"; font-size: 10pt; line-height: 12pt; border: 1pt #000000 solid; background-color: #FFFFFF; color: #000000; filter: Alpha(Opacity=70);
blockquote { 
color:#000000; /* 這是框內文字的顏色 */
font-family:Verdana, Geneva, Arial;　/* 框內的字體 */
border:1px ; /* 框線的粗細與形式 */
background: #FCFFCA; /* 框內的背景顏色 */
padding:0px; /* 框內文字與框線的距離 */
margin-left: 0px; /* 左框線與框外邊界的距離 */
margin-right: 0px; /* 右框線與框外邊界的距離 */
}
SCROLLBAR-FACE-COLOR: pink; 
SCROLLBAR-HIGHLIGHT-COLOR: white; 
SCROLLBAR-SHADOW-COLOR: white; 
SCROLLBAR-3DLIGHT-COLOR: pink; 
SCROLLBAR-ARROW-COLOR: #ffffff; 
SCROLLBAR-TRACK-COLOR: #ffffff; 
SCROLLBAR-DARKSHADOW-COLOR: pink}
select {  filter: Alpha(Opacity=70);
SCROLLBAR-FACE-COLOR: pink; 
SCROLLBAR-HIGHLIGHT-COLOR: white; 
SCROLLBAR-SHADOW-COLOR: white; 
SCROLLBAR-3DLIGHT-COLOR: pink; 
SCROLLBAR-ARROW-COLOR: #ffffff; 
SCROLLBAR-TRACK-COLOR: #ffffff; 
SCROLLBAR-DARKSHADOW-COLOR: pink}
.unnamed1 {  font-size: 8pt; color: #FFFFFF; filter: Alpha(Opacity=50, FinishOpacity=50)}
.txt_shadow {FILTER:Shadow(Color=#808080);height:30}
.shadow1  {FILTER:Shadow(Color=purple, Direction=135)}
.shadow2  {FILTER:Shadow(Color=gray, Direction=135)}
.gtext  {  font-size: 15pt;   color: pink; }



/**********日曆樣式********************/

input,select{
	border:1px solid #369;
	font-size:12px;
	margin:0 5px;
}

fieldset {
	margin:5px;
	padding:0 12px 12px 12px;
	border:1px solid #D4D4D4;
	background-color:#F9F9F9;
}
legend {
	font-weight:bold;
}
.center {
	text-align:center;
}
.red {
	color:#F00;
}
#calendar_container {
	width:160px;
	border:1px solid #06C;
}
#calendar {
	border-collapse:collapse;
	background-color:#FFF;
	width:160px;
	height:120px;
	margin:0px auto;
	cursor:default;
}
#calendar td {
	font-size:12px;
	text-align:center;
	vertical-align:middle;
	font-family:"宋体";
}
#calendar thead {
	background-color:#999;
	color:#FFF;
}
#calendar caption {
	background-color:#06C;
}
#calendar a{
	color:#F90;
	margin:0 5px;
	text-decoration:none;
}
#calendar #prev_month,#calendar #next_month {
	font-size:18px;
	margin:0;
}
#calendar #c_today {
	background-color:#036;
	color:#FFF;
}
#calendar .over {
	background-color:#CCC;
}
#calendar .keydate {
	color:#06F;
}
