﻿/* ===============================  CSS共用區  =============================== */
/* 預設值：字型大小為12px,邊界為零,捲軸樣式 */
body{
	font-size: 12px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;	
	SCROLLBAR-BASE-COLOR: #20B2AA;			 /* 捲軸列主色調 */	
	SCROLLBAR-TRACK-COLOR: #FFFFFF;			 /* 底部軌道顏色 */
	SCROLLBAR-FACE-COLOR: #FFFFFF;			 /* 移動棒的顏色 */ 
	SCROLLBAR-ARROW-COLOR: #008080; 		 /* 按鈕箭頭的顏色 */		
	SCROLLBAR-HIGHLIGHT-COLOR: #FFFFFF;		 /* 按鈕邊框內層左邊與上面的顏色及捲軸底部軌道網狀顏色(與track同時使用網狀會消失) */
	SCROLLBAR-3DLIGHT-COLOR: #40E0D0; 		 /* 按鈕邊框外層左邊與上面的顏色 */
	SCROLLBAR-SHADOW-COLOR: #FFFFFF; 		 /* 按鈕邊框內層右邊與下面的顏色 */
	SCROLLBAR-DARKSHADOW-COLOR: #40E0D0		 /* 按鈕邊框外層右邊與下面的顏色 */
}
/* 預設值：字型大小為x-small */
table{
	font-size: 12px;
}
/* ===============================  CSS共用區  =============================== */
/* ============================  圖片重複顯示樣式  ============================ */
/* 圖片向右重覆樣式 */
.repeatx {
	background-repeat: repeat-x;
}
/* 圖片向下重覆樣式 */
.repeaty {
	background-repeat: repeat-y;
}
/* 圖片只顯示一次樣式 */
.ones {
	background-repeat: no-repeat;
}
/* ============================  圖片重複顯示樣式  ============================ */
/* ================================  表單樣式  ================================ */
/* 選單控制項與文字的置中對齊 */
select.select_page{
 color:Red;
	vertical-align:middle;	
}
/* ================================  表單樣式  ================================ */
#rtmsg{
	position:absolute;
	width:565px;
	height:33px;
	z-index:1;
	border:0px solid #CCC;
	left: 304px;
	top: 251px;
}
ul.marquee {
	/* required styles */
	display: block;
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	position: relative;
	overflow: hidden;

	/* optional styles for appearance */
	width: 500px;
	height: 37px; /* height should be included to reserve visual space for the marquee */


}

ul.marquee li {
	/* required styles */
	position: absolute;
	top: -999em;
	left: 0;
	display: block;
	white-space: nowrap; /* keep all text on a single line */

	/* optional styles for appearance */
	font: 14px Arial, Helvetica, sans-serif;
	padding: 10px 5px;
}
/* ================================  字型樣式  ================================ */
/* 文字樣式(灰色字) */
.word_gray {	
	color: #666666;
	line-height: 20px;
}
/* 文字樣式(灰色字) */
.word_gray27 {	
	color: #666666;
	line-height: 32px;
}
/* 系所公告之文字樣式(灰色字) */
.word_down {	
	
	color: #666666;
	line-height: 18px;
}
/* 左邊區塊之文字樣式(深藍色字) */
.word_blue_s {
	
	color: #333399;
	line-height: 24px;
	font-weight: bold;
}
/* 內頁內容之文字樣式(紅色字) */
.word_red{
	
	color: #CC0000;
}
/* 內頁內容之文字樣式(藍色字) */
.word_blue{
	
	color: #003399;
}
/* 內頁內容之文字樣式(黑色字) */
.word_black{
	
	color: #000000;
	line-height: 18px;
}
/* 內頁內容之文字樣式(黑色字) */
.word_black24{
	
	color: #000000;
	line-height: 24px;
}
/* 內頁內容之文字樣式(黑色字) */
.word_black27{
	
	color: #000000;
	line-height: 18px;
	line-height: 27px;
}
/* 內頁內容之文字樣式(紅色字粗體) */
.word_red_s{
	
	color: #CC3300;
	line-height: 22px;
	font-weight: bold;

}
/* 內頁內容之文字樣式(白色字粗體) */
.word_white{	
	color: #FFFFFF;

}
/* 內頁內容之文字樣式(黑色字粗體) */
.word_black_s{
	
	color: #000000;
	line-height: 20px;
	font-weight: bold;
	font-style: italic;
}
/* ================================  字型樣式  ================================ */
/* =============================    連結樣式    =============================== */
/* 連結樣式１_最新消息(綠色字)*/
a.link_news:link {	
	
	color: #666666;
	text-decoration: none;
	line-height: 20px;
}
a.link_news:visited {	
	
	color: #CC3300;
	text-decoration: none;
	line-height: 20px;
}
a.link_news:hover {	
	
	color: #999999;
	text-decoration: underline;
	line-height: 20px;
}
a.link_news:active {	
	
	color: #999999;
	text-decoration: none;
	line-height: 20px;
}
/*------------------------------------------------*/
/* 連結樣式１_最新消息(綠色字)*/
a.link_about:link {	
	
	color: #006600;
	text-decoration: none;
	line-height: 20px;
}
a.link_about:visited {	
	
	color:  #006600;
	text-decoration: none;
	line-height: 20px;
}
a.link_about:hover {	
	
	color: #3333FF;
	text-decoration: underline;
	line-height: 20px;
}
a.link_about:active {	
	
	color: #3333FF;
	text-decoration: none;
	line-height: 20px;
}
/*------------------------------------------------*/
/* 連結樣式１_最新消息(綠色字)*/
a.link_news1:link {	
	
	color: #604100;
	text-decoration: none;
}
a.link_news1:visited {	
	
	color: #604100;
	text-decoration: none;
}
a.link_news1:hover {	
	
	color: #990000;
	text-decoration: underline;
}
a.link_news1:active {	
	
	color: #990000;
	text-decoration: none;
}
/*------------------------------------------------*/
/* 連結樣式１_推薦商品標題(藍色字)*/
a.link_title:link {	
	font-size: small;
	color:#009999;
	text-decoration: none;
	font-weight: bold;
}
a.link_title:visited {	
	font-size: small;
	color: #009999;
	text-decoration: none;
	font-weight: bold;
}
a.link_title:hover {	
	font-size: small;
	color: #3333FF;
	font-weight: bold;
}
a.link_title:active {	
	font-size: small;
	color: #CC00CC;
	text-decoration: none;
	font-weight: bold;
}
/*------------------------------------------------*/
/*------------------------------------------------*/
/* 連結樣式２_(灰色字)*/
a.link_grey:link {	
	
	color: #333333;
	text-decoration: none;
	line-height: 22px;
}
a.link_grey:visited {	
	
	color: #663300;  /*深紅字*/
	text-decoration: none;
}
a.link_grey:hover {	
	
	color: #6633CC;  /*紫色字*/
	text-decoration: underline;
}
a.link_grey:active {	
	
	color: #6633CC;  /*紫色字*/
	text-decoration: none;
}
/*------------------------------------------------*/
/* 連結樣式１_(白色字)*/
a.link_white:link {	
	
	color: #FFFFFF;
	text-decoration: none;
	line-height: 20px;
}
a.link_white:visited {	
	
	color:  #FFFFFF;
	text-decoration: none;
	line-height: 20px;
}
a.link_white:hover {	
	
	color: #E1FFFF;
	text-decoration: none;
	line-height: 20px;
}
a.link_white:active {	
	
	color: #E1FFFF;
	text-decoration: none;
	line-height: 20px;
}
/*------------------------------------------------*/
/* 連結樣式１_(淺藍色字)*/
a.link_blue1:link {	
	
	color:#0066CC;
	text-decoration: none;
}
a.link_blue1:visited {	
	
	color: #0066CC;
	text-decoration: none;
}
a.link_blue1:hover {	
	
	color: #0033CC;
	text-decoration: none;
}
a.link_blue1e:active {	
	
	color: #0033CC;
	text-decoration: none;
}
/*------------------------------------------------*/

/* =============================    連結樣式    =============================== */
/* =============================　透明樣式　=============================== */
.alpha{background: #FCF7E4;FILTER: Alpha(opacity=60 STYLE=1); }
/* =============================　透明樣式　=============================== */

/* 連結樣式_行事曆(六日紅色字與連結)*/
a.calendar_week:link {	
	color:#CC6600;
	text-decoration: none;
}
a.calendar_week:visited {	
	color: #CC6600;
	text-decoration: none;
}
a.calendar_week:hover {	
	color: #CC6600;
	font-weight: bold;
	text-decoration: underline;
}
a.calendar_week:active {	
	color:#CC6600;
	text-decoration: none;
}
/*------------------------------------------------*/
/* 連結樣式_行事曆(非六日連結)*/
a.calendar:link {	
	color:#000000;
	text-decoration: none;
}
a.calendar:visited {	
	color: #000000;
	text-decoration: none;
}
a.calendar:hover {	
	color: #CC6600;
	font-weight: bold;
	text-decoration: underline;
}
a.calendar:active {	
	color:#CC6600;
	text-decoration: none;
}
/*------------------------------------------------*/
/* TD樣式_行事曆*/
td.calendar_nothing_today_week {/*今天是六日且沒行程*/
	color:#CC6600;
	background-color:#FFCC66;
	border-bottom:solid 1px #CC9966;
	border-right:solid 1px #CC9966;
}
td.calendar_nothing_today {/*今天不是六日且沒行程*/
	background-color:#FFCC66;
	border-bottom:solid 1px #CC9966;
	border-right:solid 1px #CC9966;
}
td.calendar_something_today {/*今天有行程*/
	background-color:#FFCC66;
	border-bottom:solid 1px #CC9966;
	border-right:solid 1px #CC9966;
}
td.calendar_nothing_day {/*今天沒有行程*/
	border-bottom:solid 1px #CC9966;
	border-right:solid 1px #CC9966;
}
td.calendar_something_day {/*有行程的日子*/
	background-color:#CCCC99;
	border-bottom:solid 1px #CC9966;
	border-right:solid 1px #CC9966;
}
td.calendar_nothing_day_week {/*沒有行程的日子且在六日*/
	color:#CC6600;
	border-bottom:solid 1px #CC9966;
	border-right:solid 1px #CC9966;
}
td.calendar_something_day_week {/*有行程的日子且在六日*/
	color:#CC6600;
	background-color:#CCCC99;
	border-bottom:solid 1px #CC9966;
	border-right:solid 1px #CC9966;
}
/*------------------------------------------------*/

/* 首頁TD樣式_行事曆*/
td.index_calendar_nothing_today_week {/*今天是六日且沒行程*/
	color:#CC6600;
	background-color:#FFCC66;
}
td.index_calendar_nothing_today {/*今天不是六日且沒行程*/
	background-color:#FFCC66;
}
td.index_calendar_something_today {/*今天有行程*/
	background-color:#FFCC66;
}
td.index_calendar_nothing_day {/*今天沒有行程*/
}
td.index_calendar_something_day {/*有行程的日子*/
	background-color:#CCCC99;
}
td.index_calendar_nothing_day_week {/*沒有行程的日子且在六日*/
	color:#FD7100;
}
td.index_calendar_something_day_week {/*有行程的日子且在六日*/
	color:#FD7100;
	background-color:#CCCC99;
}
/*------------------------------------------------*/

.calendar_week_rows {/*星期幾的顏色*/
	background-color:#FFCC66;
	border-bottom:solid 1px #CC9966;
	border-right:solid 1px #CC9966;
	font-size:13px;color:#CC6600;
}
.index_calendar_week_rows {/*首頁星期幾的顏色*/
	background-color:#FFCC66;
	border-bottom:solid 1px #CC9966;
	border-right:solid 1px #CC9966;
	font-size:13px;color:#CC6600;
}
