﻿body {
	background-color: #EAF7FD;
	background-position: top;
	background-repeat: repeat-x;
	margin: 0px;
	background-image: url(bg.gif);

}
hr {
	color: #F1F1F1;
}
a {
	color: #8DA359;
	text-decoration: underline;
}
a:link {
	color: #000099;
	text-decoration: underline;
}
a:visited {
	COLOR:#0066CC; 
	TEXT-DECORATION:underline;
	}
a:active {
	COLOR:#CC0000; 
	TEXT-DECORATION:none;
}
a:hover {
	COLOR:#CC0000; 
	TEXT-DECORATION:none;
}



/*---------------Header：上方標題區---------------*/
/*功能連結樣式*/
.function {
	font-weight: bold;
	font-size: 16px;
	padding-right: 1px;
	padding-left: 1px;
	color: #FFFFFF;
}
.function a:link{
	color: #FFFFFF;
	TEXT-DECORATION:none;
}

.function a:visited {
	color: #F2F2F2;
	TEXT-DECORATION:none;
}
.function a:hover{
	color: #FFFF00;
	TEXT-DECORATION:underline;


}


/*上方標題區--中間的標題底圖*/
.HeaderBG1 {
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(images/headerbg1.gif);

}

/*上方標題區--標題文字樣式*/
.HeaderName {
	font-size: 32px;
	font-weight: bolder;
	color: #FFFFFF;
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif", "?細??";
	padding-left: 110px;



}

/*---------------Main：內容區 ---------------*/

/*內容區--導覽路徑列 (ex:首頁 ＞ 授權碼管理 ＞ 新增授權碼)*/
.navBar {
	font-size: 13px;
	color: #FFFFFF;
	float: left;
	background-color: #39B3E2;

}


/*內容區--功能標題1*/
.ProdTitle{
	font-size: 24px;
	font-weight: bold;
	color: #1E62D0;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #F1F1F1;
	letter-spacing: 5px;

}

/*內容區--一般表格標題1*/
.ProdIntro1 {
	font-size: 18px;
	font-weight: bold;
	color: #39B3E2;
	padding-left: 15px;
	padding-top: 10px;


}

.ProdIntro2 {
	font-size: 15px;
	color: #666666;
	padding-left: 15px;


}

/*內容區--一般表格內文1*/
.tdText1 {
	font-size: 15px;
	font-weight: bold;
	color: #666666;
	text-align: right;

}

/*內容區--一般表格內文2*/
.tdText2 {
	font-size: 15px;
	color: #666666;
}

/*內容區--詳細資料表格-標題*/
.InfoTitle {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #006633;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	text-align: center;
}

/*內容區--詳細資料表格-內文*/
.InfoText {
	color: #333333;
	font-size: 13px;
	font-weight: normal;
	border-top: 0px solid #006633;
	border-right: 1px solid #006633;
	border-bottom: 1px solid #006633;
	border-left: 1px solid #006633;
	letter-spacing: 1px;
}
.Infobg {
	border: 1px solid #EFEFEF;
	background-color: #EFF9FE;
}


/*內容區--分頁按鈕樣式*/
.PageLink {
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #6699CC;
	padding: 3px;
}
.PageLink a:link {
	background-color: #FEFEF2;
	letter-spacing: 3px;
	border: 1px solid #CECF8F;
	text-decoration: none;
	padding: 2px 2px 2px 4px;
	line-height: 20px;
}
.PageLink a:visited {
	background-color: #FEFEF2;
	letter-spacing: 3px;
	border: 1px solid #CECF8F;
	text-decoration: none;
	padding: 2px 2px 2px 4px;
	line-height: 20px;
}
.PageLink a:hover {
	letter-spacing: 3px;
	border: 1px solid #FFFFFF;
	text-decoration: underline;
	background-color: #FFFFFF;
}
.PageLink a:active {
	letter-spacing: 3px;
	border: 1px solid #FFFFFF;
	text-decoration: underline;
	background-color: #FFFFFF;
}



/*內容區--後台設置功能*/
/*---------------左方選單樣式 ---------------*/
.header {
	font-size: 15px;
	font-weight: bold;
	color: #999999;
	list-style-position: outside;
	letter-spacing: 3px;
	line-height: 22px;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	padding-top: 15px;
	margin-bottom: 5px;
}
#menu {
	line-height: 1.7;



}
.submenu {
	font-size: 15px;
	list-style-position: inside;
	list-style-type: none;
	font-weight: bold;
	background-color: #F7F7F7;
	color: #666666;



}






/*---------------footer：版權宣告列 ---------------*/
.footer {
	font-size: 12px;
	color: #FFFFFF;
	background-color: #CC0066;
}
#main {
	padding-left: 10px;
}
.noteText {
	font-size: 13px;
	color: #333333;
	font-weight: normal;
}
.NoteTitle {
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}
.submenuBar {
	font-size: 13px;
	color: #000000;
	float: left;
	background-color: #E3E3E3;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;

}
