﻿/*
today 的樣式
*/
.todayColor {
	border: 1px outset #990000;
	color: #000000;
}

/*
年 的樣式
*/
.YMBG_style {
	text-align: center;
	font-family: "Arial Black";
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #663300;
}

/*
月 的樣式
*/
.GZ_style {
	font-size: 12px;
	font-family: "新細明體";
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #663300;
}

/*
星期幾 的樣式
*/
.nStr1_style {
	text-align: center;
	font-size: 12px;
	font-family: "新細明體";
	padding-top: 10px;
	padding-bottom: 10px;
}

/*
詳細日期資料 的樣式
*/
.detail_style {
	Z-INDEX: 3;
	FILTER: shadow(color=#333333,direction=135);
	WIDTH: 140px;
	POSITION: absolute;
	HEIGHT: 120px;
	font-family: "新細明體";
	font-size: 14px;
}
.detail_FD_style {
	border-spacing: 0px;
	padding: 2px;
	border: 0px;
	width: 130px;
	background-color: #000066;
	filter: Alpha(opacity=80); /* 透明度 */
}

.detail_date_style {
				border-spacing: 0px;
				padding: 0px;
				border: 0px;
				width: 100%;
}

.detail_date_font_style {
	font-size:12px;
	color: #FFFFFF;
	text-align: right;
	font-family: "新細明體";
}
.detail_festival_style {
				border-spacing: 0px;
				padding: 2px;
				border: 0px;
				width: 100%;
				background-color: #CCFFCC;
}
.detail_festival_font_style {
	font-size:12px;
	font-family: "新細明體";
}
