﻿@charset "utf-8";
/* CSS Document */

body {
	font-family: "Times New Roman","新細明體";
	font-size: 13px;
	text-align: center;
	margin:0px;
	background-color: #F7AE42;
}

/*wrapper下包住整份文件的區塊*/
/*#container {
	position:relative;
	padding:0px;
	background-color: #ffffff;*/

#container{
	width: 990px; /*default*/
	margin:0 auto;
	text-align:center;
	overflow:hidden;
}

/*
	container下的第一塊區塊
	此區塊包含所有屬於標頭的資料
*/

#Header{
	position:relative;
	left:0px;
	top:0px;
	height:170px;
	clear:both;
	/*排版識別用*/
	/*border:#993300 dotted 2px;*/
}

/*目前用於呈現標頭底圖*/
#Top{
	position:relative;
}

#Top_bg{
	background-image:url(image/TOPBG.jpg);
	background-repeat:no-repeat;
	height: 163px;
	width: 990px;
	align:center;
	background-position:2px 2px;
}
/*顯示使用者自訂標頭底圖*/
#USER_Top_bg{
	position:relative;
	background-color:#FFF;
	width: 990px;
	height: 163px;
	background-position:2px 2px;
}
/*用來呈現學校名稱文字或圖檔的區塊*/
Div#Name {/*Jeff Modify*/
	position:absolute;
	left:120px;
	top:10px;
	filter: glow(color:#ffffff,strength=4);
}

/*沒有學校名稱ICON時，呈現學校名稱的文字樣式*/
.School_Name{
	line-height:23px;
	font-size: 23px;
	color: #990066;
	filter: glow(color:#ffffff,strength=4);
	font-weight: bold;
}

/*跑馬燈*/
#News {
	position:absolute;
	width: 100%;
	height: 25px;
	z-index: 2;
	bottom:3px;
	line-height:25px;
	vertical-align:middle;
	/*排版識別用*/
	/*background-color:#6633FF;*/
	
}

/*跑馬燈的背景顏色*/
.News_bg{
	background-color: #F78239;
}

.News_Text{
	font-size: 13px;
	color: #FF0000;
	padding: 0px 5px;
}
/*用來呈現主要資料的主體部分*/

/*用來放置Menu的區塊*/
#Menu{
	width:200px; /*default*/
	margin-right: 10px; /*default*/
	float: left;
	text-align: center;
}

/*用來放置中間列表與右邊列表的區塊*/

/*用來放置中央單元與主要頁面資料的區塊*/
#Mid_Block{
	height: auto;
	width: 590px; /*default*/
	margin: 0;
	/*margin-bottom:10px;*/ /*default*/
	position: relative;
	/*background-color:#FFFFFF;*/
	/*text-align:center;*/
	overflow: auto;
	/*border-color:#F78239;
	border-style:solid;
	border-width:0 1px 1px 1px;*/
	float: left;
}

/*每個右邊的Unit都包含在一個class=RightUnit的Div中*/
.RightUnit{
	height:auto;
	margin-bottom:5px;
	width: 180px;
	margin-left: 10px; /*default*/
	float: right;
}

/*右單元的標頭區塊*/
.RUT01{
	margin:0px;
}

.RUT02{
	text-align: center;
	background-color: #F78239;
	height:26px;
	line-height:26px;
	vertical-align:middle;
}

.RUT02 h1{
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	margin:0px;
}

/*標頭區塊連結樣式*/
.RUT01 a,.RUT01 a:link{
	font-size: 13px;
	font-weight: bold;
	color: #581802;	
}
.RUT01 a:visited{
	font-size: 13px;
	font-weight: bold;
	color: #581802;	
}

.RUT01 a:hover {
	font-size: 13px;
	font-weight: bold;
	color: #581802;
	position:relative;
	top:1px;
	left:1px;
}

/*右單元的內容區塊*/
.RUC01{
	margin:0px;
}

.RUC02{
	background-color:#FFF7B3;
	padding:0.5em 0.5em;
	text-align:left;
	vertical-align: middle;
}

.RUC01 h1{
	margin:0;
	font-size: 15px;
	color: #990000;
	font-weight: bold;
	line-height: 20px;
}

.RUC01 h2{
	font-size:13px;
	margin:0;
	font-weight:normal;
	display:block;
	line-height:16px;
	margin:0.05em 0 0.5em 0;	
}

.RUC01 a, .RUC01 a:link{
	font-size: 13px;
	color: #0000FF;
	line-height:16px;
}

.RUC01 a:visited{
	font-size: 13px;
	color: #0000FF;
	line-height:16px;
}

.RUC01 a:hover{
	line-height:16px;
	font-size: 13px;
	color: #FF0000;
	position:relative;
	top:1px;
	left:1px;
}

.RUC01 a img{
	line-height:16px;
	vertical-align:text-bottom;
}

.RUC01 h3{
	margin:0;
	font-size: 13px;
	line-height: 16px;
	color: #000000;
	font-weight:normal;
}

.RUC01 pre{
	margin:0;
}

/*更多連結區塊設定*/
.RightUnit .More{
	text-align:right;
}

.RightUnit .More a,.RightUnit .More a:link{
	font-size: 15px;
	color: #0000FF;
	text-decoration:none;
}

.RightUnit .More a:visited{
	font-size: 15px;
	color: #0000FF;	
	text-decoration:none;
}

.RightUnit .More a:hover{
	font-size: 15px;
	color: #0000FF;	
	position:relative;
	top:1px;
	left:1px;
	text-decoration:none;
}

/*每個中間的Unit都包含在一個class=MidUnit的Div中*/
.MidUnit{
	height: auto;
	width: 100%; /*default*/
	margin: 0;
	/*margin-bottom:10px;*/ /*default*/
	position: relative;
	/*background-color:#FFFFFF;*/
	/*text-align:center;*/
	overflow: auto;
	/*border-color:#F78239;
	border-style:solid;
	border-width:0 1px 1px 1px;*/
}

/*中間單元的標頭區塊*/
.MUT01{
	margin:0px;
}

.MUT02{
	text-align: center;
	background-color:#F78239;
	line-height:25px;
	vertical-align:middle;
}

.MUT02 h1{
	position:relative;
	font-size: 13px;
	font-weight: bold;
	color: #581802;
	margin:0px;
}

/*標頭區塊連結樣式*/
.MUT01 a,.MUT01 a:link{
	font-size: 13px;
	font-weight: bold;
	color: #581802;	
}

.MUT01 a:visited{
	font-size: 13px;
	font-weight: bold;
	color: #581802;	
}

.MUT01 a:hover {
	font-size: 13px;
	font-weight: bold;
	color: #581802;
	position:relative;
	top:1px;
	left:1px;
}

/*中間單元的內容區塊*/
.MUC01{
	margin:0px;
	height:auto;
	border-color:#F78239;
	border-style:solid;
	border-width:0 1px 1px 1px;
}

.MUC02{
	height:auto;
	padding:5px;
}

.MUC02 p{
	margin:0 0 1em 0;
}

.MUC03{
}

/*特大標題*/
.MUC01 h1{
	margin:0;
	font-size: 17px;
	line-height: 21px;
	color: #990000;
	font-style: oblique;
	font-weight: bold;
}

/*一般標題*/
.MUC01 h2{
	margin:0;
	font-size: 15px;
	line-height: 19px;
	color: #000000;
	font-weight:bold;
	/*margin:0.5em 0 0.3em 0;*/
}

.MUC01 li h2{
	margin:0;
	font-size: 15px;
	line-height: 19px;
	color: #000000;
	font-weight:bold;
	margin-top:0.3em ;
}

/*內容簡述或附註*/
.MUC01 h3{
	margin:0;
	font-size: 15px;
	line-height: 19px;
	color: #000000;
	font-weight:normal;
	/*margin:0.5em 0 0.3em 0;*/
}

.MUC01 li h3{
	margin:0;
	font-size: 15px;
	line-height: 19px;
	color: #000000;
	font-weight:normal;
	margin:0.3em 0 0.5em 0;
}

/*次內容、字集更小於h3*/
.MUC01 h4{
	margin:0;
	font-size: 13px;
	line-height: 17px;
	color: #000000;
	font-weight:normal;
}

/*特殊用大字體*/
.MUC01 h5{
	margin:0;
	font-size: 17px;
	line-height: 23px;
	color: #993300;
	font-style: normal;
	font-weight: bold;
}

/*更小字體*/
.MUC01 h6{
	margin:0;
	font-size: 13px;
	line-height: 19px;
	color: #000000;
	font-style: normal;
	font-weight: normal;
}

.MUC01 li h6{
	margin:0;
	font-size: 13px;
	line-height: 19px;
	color: #000000;
	font-style: normal;
	font-weight: normal;
}

.MUC01 a, .MUC01 a:link{
	font-size: 15px;
	color: #0000FF;
	line-height:19px;
}

.MUC01 a:visited{
	font-size: 15px;
	color: #0000FF;
	line-height:19px;
}

.MUC01 a:hover{
	line-height:19px;
	font-size: 15px;
	color: #FF0000;
	position:relative;
	top:1px;
	left:1px;
}

.MUC01 h2 a, .MUC01 h2 a:link{
	font-size: 15px;
	color: #0000FF;
	line-height:19px;
	font-weight:bold;
}

.MUC01 h2 a:visited{
	font-size: 15px;
	color: #0000FF;
	line-height:19px;
	font-weight:bold;
}

.MUC01 h2 a:hover{
	line-height:19px;
	font-size: 15px;
	color: #FF0000;
	font-weight:bold;
	position:relative;
	top:1px;
	left:1px;
}

.MUC01 h4 a, .MUC01 h4 a:link{
	font-size: 13px;
	color: #0000FF;
	line-height:16px;
}

.MUC01 h4 a:visited{
	font-size: 13px;
	color: #0000FF;
	line-height:16px;
}

.MUC01 h4 a:hover{
	line-height:16px;
	font-size: 13px;
	color: #FF0000;
	position:relative;
	top:1px;
	left:1px;
}

.MUC01 a img{
	line-height:21px;
	vertical-align:text-bottom;
}

.MUC01 pre{
	margin:0;
}

/*更多連結區塊設定*/
.MidUnit .More{
	clear:both;
	text-align:right;
	padding-right:0.5em;
}

.MidUnit .More a,.MidUnit .More a:link{
	font-size: 17px;
	color: #0000FF;
}

.MidUnit .More a:visited{
	font-size: 17px;
	color: #0000FF;	
}

.MidUnit .More a:hover{
	font-size: 17px;
	color: #0000FF;	
	position:relative;
	top:1px;
	left:1px;
}

/*進入Detail頁的More連結*/
.MidUnit .MoreDetail{
	float:left;
	text-align:left;
	padding-left:0.5em;
	font-weight:normal;
}

.MidUnit .MoreDetail a,.MidUnit .MoreDetail a:link{
	font-size: 13px;
	color: #0000FF;
	font-weight:normal;
}

.MidUnit .MoreDetail a:visited{
	font-size: 13px;
	color: #0000FF;
	font-weight:normal;
}

.MidUnit .MoreDetail a:hover{
	font-size: 13px;
	color: #0000FF;
	font-weight:normal;
	position:relative;
	top:1px;
	left:1px;
}

/*切換分頁區塊設定*/
.PageBar{
	text-align:center;
	font-family:'新細明體';
}

.PageBar a,.PageBar a:link {
	font-size: 13px;
	font-weight: normal;
	color: #000000;
    filter:progid:dximagetransform.microsoft.gradient(gradienttype=0, startcolorstr=#ffffff, endcolorstr=#99cc00) ;
	padding: 2px 5px 0px;
	border: 1px solid #006600;
	text-decoration: none;
	height: 15px;
	margin-right: 5px;
	margin-left: 5px;
}

.PageBar a:visited {
	font-size: 13px;
	font-weight: normal;
	color: #000000;

	filter:progid:dximagetransform.microsoft.gradient(gradienttype=0, startcolorstr=#ffffff, endcolorstr=#99cc00);
	padding: 2px 5px 0px;
	border: 1px solid #006600;
	text-decoration: none;
	height: 15px;
	margin-right: 5px;
	margin-left: 5px;
}

.PageBar a:hover {
	font-size: 13px;
	font-weight: normal;
	color: #ffffff;
	filter=progid:dximagetransform.microsoft.gradient(gradienttype=0, startcolorstr=#009900, endcolorstr=#009900);
	padding: 2px 5px 0px;
	border: 1px solid #006600;
	text-decoration: none;
	height: 15px;
	margin-right: 5px;
	margin-left: 5px;
}

/*用來呈現頁尾資料的區塊*/
#Footer{
	clear:both;
	position:relative;
	margin-bottom:1em;
	text-align:center;
	width:100%;
	height:auto;
	display:none;
	/*border:2px dashed #666666;*/
}

#Under{
}

.Under_text{
	font-size: 13px;
	color: #333333;
	line-height: 17px;
}

/*文字相關設定*/
.Font1{
	font-size:13px;
}
.Bolder{
	font-weight:bolder;
}

/*區塊相關設定*/
.NoData{
	font-size:13px;
	color:#999;
	text-align:center;
}

.CenterDiv{
	text-align:center;
}

.RightDiv{
	text-align:right;
}

.LeftDiv{
	text-align:left;
}

.pic_around120 {
	border: 1px solid #666666;
	padding: 5px;
	width:120px;
	height:auto;
	text-align:center;
}

.pic_around160 {
	border: 1px solid #666666;
	padding: 5px;
	width:160px;
	height:auto;
	text-align:center;
}

.pic_around200 {
	border: 1px solid #666666;
	padding: 5px;
	width:200px;
	height:auto;
	text-align:center;
}

/*修正使用StandardList時造成的背景破圖*/
.SPForStandardList1{
	padding-top:0.1em;
}

.SPForStandardList2{
	padding-top:1.5em;
}

.L_BG2 {
}


/*表格通用設定*/
/*表格開頭列*//*Jeff Modify*/
#Input_Content{
	margin-top:1.5em;
	margin:1.5em auto 0 auto;
	text-align:center;
}
.InputTable .TitleTr{
	background-color:#99CC00;
	text-align:center;
}
/*標題列*/
.InputTable .TitleCol{
	background-color:#FFFFD7;
	text-align:right;
}
/*資料列*/
.InputTable .DataCol{
	background-color: #FFFFFF;
	text-align:left;
}

/*最新開課日期*/
.TableWidth{
	width:96%;
}
.TitleBg{
	background-color: #99CC00;
}

.DataBg{
	background-color: #FFFFD7;
}

.DataBg1{
	background-color: #FFCCCC;
}

.DataBg2 {
	background-color: #A2F4B0;
}

.DataBg3 {
	background-color: #FFECEC;
}

.TitleText{
	font-size: 13px;
	color: #CC3300;
}

.DataText{
	font-size: 13px;
	color: #000000;	
}

/*學校基本資料*/
.Table_bg{
	background-color: #5F7D00;
}
.Table_bg .TitleBg {
	background-color: #9CCF00;
	font-size: 15px;
	color: #FFFFFF;
	letter-spacing: 2px;
	text-align: left;
	font-weight: normal;
}

.Table_bg .DataBg{
	background-color: #FFFFFF;
}

.Table_bg .TitleText {
	font-size: 15px;
	color: #003300;
}

.Table_bg .DataText{
	font-size: 15px;
	color: #000000;
}

/*月曆專用樣式*/
.Carlender_1{
	width:97%;
}
.BG {
	background-color: #006600;
}
.WEEK1_5 {
	font-size: 15px;
	color: #006500;
	background-color: #99CC00;
	text-align: center;
}
.WEEK6_7 {
	font-size: 15px;
	background-color: #FFCC00;
	color: #CC3300;
	text-align: center;
}
.day {
	font-size: 13px;
	color: #000000;
}
.year {
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #009933;
}

/*課程介紹版面*/
.ClassIntro{
	padding-top:0.1em;
	margin-left:-5px;
}

.ClassIntro .Title{
	font-size: 15px;
	font-weight: bold;
	color: #990033;
	margin-top: 1em;
	padding-left:2em;
	padding-top:7px;
	line-height:27px;
	background-position: center;
	background-image: url(image/10.gif);
	background-repeat: no-repeat;
	display:block;
	width:100%;
}

.ClassIntro .Data {
	padding: 5px 5px 10px;
	font-size: 13px;
	color: #000000;
	margin-right: 10px;
	margin-left: 10px;
}

.ClassIntro .Title a,.ClassIntro .Title a:link{
	font-size: 15px;
	font-weight: bold;
	color: #990033;
}

.ClassIntro .Title a:visited{
	font-size: 15px;
	font-weight: bold;
	color: #990033;
}

.ClassIntro .Title a:hover{
	font-size: 15px;
	font-weight: bold;
	color: #FF0000;
	position:relative;
	top:1px;
	left:1px;
	
}

/*意見調查用樣式*/
.Message_1{
}

.Message_1 .TableBg{
	background-color:#FFFFCC;
}

.Message_1 h1{
	margin:0;
	font-size: 17px;
	line-height: 23px;
	color: #990000;
	font-style: oblique;
	font-weight: bold;
}

.Message_1 h2{
	margin:0;
	font-size: 15px;
	line-height: 19px;
	font-weight:normal;
	color: #000000;
}

.Message_1 h3{
	margin:0;
	font-size: 15px;
	line-height: 19px;
	font-weight:normal;
	color: #CC0000;
}

/*師資陣容樣式*/
.Teacher{
	width:539px;
}

.Teacher .THead {
	height:28px;
}
.Teacher .TFooter {
	height:28px;
}

.Teacher .TBg {
}

/*相簿樣式*/
.Photo_1_HeadFrame{
}

.Photo_1_BodyFrame{
	padding: 10px 10px 10px 15px;
}

.Photo_1_FootFrame{
}

/*留言板樣式*/
.GBook_1{
}
.GBook_1 h3{
	font-size:13px;
	line-height:1.3em;
	color:#000000;
}
.GBook_1_HeadFrame{
	background-image: url(image/11.gif);
	background-repeat: no-repeat;
	width:561px;
	height:28px;
	padding:3px 15px 0 15px;
}

.GBook_1_BodyFrame{
	background-image: url(image/11_2.gif);
	background-position: center top;
	width:561px;
	padding:3px 15px 3px 15px;
}

.GBook_1_FootFrame{
	background-image: url(image/12.gif);
	background-position:top center;
	background-repeat: no-repeat;
	width:561px;
	height:28px;
}
/*留言板留言者姓名*/
.GUserNM{
	color: #000099;	
}

.ReplyBg{
	padding: 5px 20px;
	background-color: #FFECEC;
}

.ReplyText{
	font-size: 13px;
	color: #990000;
}
.GBook1_Text{
	font-size: 13px;
	color: #000000;	
}

.GBook_1 .Message{
}
.GBook_1 .Seprate{
	height: 1px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000000;
	margin:0.5em 0 1em 0;
}
.GBook_1 .Reply{
}

/*意見調查*/
.Message_1{
}

/*大標題*/
.Message_1 h1{
	margin:0;
	font-size: 17px;
	line-height: 21px;
	color: #990000;
	font-style: oblique;
	font-weight: bold;
}

/*調查主題*/
.Message_1 h3{
	margin:0;
	font-size: 15px;
	line-height: 19px;
	color: #000000;
	font-weight:normal;
}
/*答案選項*/
.Message_1 h4{
	margin:0;
	font-size: 15px;
	line-height: 19px;
	color: #CC0000;
	font-weight:normal;
}
/*統計結果*/
.Message_1 h5{
	font-size: 17px;
	line-height: 21px;
	color: #993300;
	font-style: normal;
	font-weight: bold;
}

/*首頁彈跳訊息*/
.JUMP {
	background-color: #FFFFFF;
	padding-right: 5px;
	padding-left: 5px;
	margin-right: 5px;
	margin-left: 5px;
}
.J_TITLE {
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FF6600;
}
.J_BODY {
	margin:15px 10px 0px 10px;
	filter:progid:dximagetransform.microsoft.gradient(gradienttype=0, startcolorstr=#B30014, endcolorstr=#EB2222);
	background-color: #FF9A31;
}
.J_TABLE {
	background-color: #FFFBE7;
}

/*清單列表通用樣式*/
ul.StandardList1{
	list-style:none;
	margin:0px;
	padding:0px;
	margin-left:1.8em;
	/*list-style-image:url(image/title01_orange.gif);*/
}

ul.StandardList1 li{
	padding-left:1.3em;
	background-image:url(image/title01_orange.gif);
	background-repeat:no-repeat;
	background-position:3px 8px;
	/*margin-top:0.3em;*/
	margin-bottom:1.1em;
	display:block;
	width:100%;
	vertical-align:bottom;
}

/*單行三個連結*/
ul.StandardList2{
	list-style:none;
	margin:0px;
	padding:0px;
	margin-top:-1.5em;
	/*list-style-image:url(image/title01_orange.gif);*/
}

ul.StandardList2 li{
	width:170px;
	float:left;
	margin: 0px 0.3em 0.3em;
	padding-left:1.3em;
	background-image:url(image/title01_orange.gif);
	background-repeat:no-repeat;
	background-position:3px 10px;
}

.Line1{
	width:100%;
	height:1px;
	background-color:#FF6600;
}

/*會員登入*//*Jeff Modify*/
.U_Login_01_R .title{
	text-align:right;
	font-size: 11px;
}
.U_Login_01_R input{
	font-size: 11px;
}
.Fun-Bar{
padding-top:5px;
}
.Fun-Bar .inputBTN{
	border:1px solid #666666;
	FILTER:progid:DXImageTransform.Microsoft.Gradient(gradientType='0',startColorstr='#999999',endColorstr='#FFFFFF');
	height:1.8em;
	line-height:1.2em;
	padding:3px;
	text-align:center;
	vertical-align:middle;
	cursor:pointer;
	margin:0 2px;
}
.NECESSARY{color:#FF0000;
font-size:12px;}
