﻿/* 查詢表單 */
#showBox1 {
	padding:4px;
	border-width:1px;
	border-style:solid;
	border-color:#99ccff;
	background-color:#ffffff;
	box-shadow:1px 1px 4px #9f9f9f;
/* 	box-shadow:3px 3px 8px #9f9f9f; */
}
/* 主表單 */
#showBox2 {
	border-width:1px;
	border-style:solid;
	border-color:#99ccff;
	background-color:#ffffff;
	box-shadow:1px 1px 4px #9f9f9f;
/* 	box-shadow:3px 3px 8px #9f9f9f; */
}
/* 攻略表單 */
#showBox3 {
	border-width:1px;
	border-style:solid;
	border-color:#99ccff;
	background-color:#ffffff;
	box-shadow:1px 1px 4px #9f9f9f;
/* 	box-shadow:3px 3px 8px #9f9f9f; */
}
/* 兩側表單 */
#showBox4 {
	border-width:1px;
	border-style:solid;
	border-color:#99ccff;
	background-color:#ffffff;
	box-shadow:1px 1px 4px #9f9f9f;
/* 	box-shadow:3px 3px 8px #9f9f9f; */
}
/* 子表單 直向表單 藍色系 日誌 任務條件 配方 禮包獎勵 兌換券獎勵... */
#showBox5 {
	border-width:1px;
	border-style:solid;
	border-color:#99ccff;
	background-color:#ffffff;
	box-shadow:1px 1px 4px #9f9f9f;
/* 	box-shadow:3px 3px 8px #9f9f9f; */
}
#tdBgGreen {
	font-weight:bold;
	border-color:#e0e0e0;
	background-color:#eaf6f6;
}
#tdBgBlue {
	font-weight:bold;
	border-color:#e0e0e0;
	background-color:#b8f6f6;
}
#tdBgBlue4 {
	font-weight:bold;
	border-color:#e0e0e0;
	background-color:#eaf6f6;
	color:#4040dd;
}
#tdBgBlue5 {
	font-weight:bold;
	border-color:#e0e0e0;
	background-color:#eaf6f6;
	color:#0093C1;
}
#tdTransparent {
	border-color:#e0e0e0;
}
#tdTitle {
	border-color:#e0e0e0;
	background-color:#ffffff;
}
#tdMessage {
	border-color:#e0e0e0;
}
#tdHeight24 {
	border-color:#e0e0e0;
	line-height:24px;
}
#tdHeight30 {
	border-color:#e0e0e0;
	line-height:30px;
}
#tdHeight32 {
	border-color:#e0e0e0;
	line-height:32px;
}
#tdHeight35 {
	border-color:#e0e0e0;
	line-height:35px;
}
#divBulletinList {
	border-color:#e0e0e0;
	width:280px;				/* 寬度 */
	overflow:hidden;			/* 超過寬度隱藏 */
	white-space:nowrap;			/* 不換行 */
	text-overflow:ellipsis;		/* 超過寬度補... */
	margin:2px 6px 2px 6px;
}
#divHomeList {
	border-color:#e0e0e0;
	width:230px;				/* 寬度 */
	overflow:hidden;			/* 超過寬度隱藏 */
	white-space:nowrap;			/* 不換行 */
	text-overflow:ellipsis;		/* 超過寬度補... */
	margin:2px 6px 2px 6px;
}
#divNpcList {
	border-color:#e0e0e0;
	width:230px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	margin:2px 6px 2px 6px;
}
#divTitle {
	color:#080808;
	margin:2px 6px 2px 6px;
	font-weight:bold;
	white-space:nowrap;			/* 不換行 */
}
#divTitle a {
	color:#003faf;
}
#divTitle a:hover {
	color:#f07713;
}
#divTitle2 {
	white-space:nowrap;			/* 不換行 */
}
/* 範本清單 */
#divSampleList {
	font-size: $css_font_size;
	color:#080808;
	border-color:#e0e0e0;
	margin:2px 6px 2px 6px; /* 上右下左 外邊距 */
	$line_height
}
#divSampleList a {
	color:#003faf;
}
#divSampleList a:hover {
	color:#f07713;
}
/* 日誌 */
#divMessage {
	font-size: $css_font_size;
	color:#080808;
	border-color:#e0e0e0;
	margin:2px 2px 2px 6px; /* 上右下左 外邊距 */
}
#divMessage a {
	color:#003faf;
}
#divMessage a:hover {
	color:#f07713;
}
#divMessageyellow {
	font-size: $css_font_size;
	margin:2px 6px 2px 6px; /* 上右下左 外邊距 */
}
#divMessageyellow a {
	color:#ffff00;
}
#divMessageyellow a:hover {
	color:#f00013;
}
#divMessageyellow2 {
	font-size: $css_font_size;
	margin:2px 6px 2px 6px; /* 上右下左 外邊距 */
	line-height:32px;
}
#divMessageyellow2 a {
	color:#ffff00;
}
#divMessageyellow2 a:hover {
	color:#f00013;
}
#divMessage2 {
	font-size: $css_font_size;
	color:#080808;
	border-color:#e0e0e0;
	margin:3px 6px 3px 6px; /* 上右下左 外邊距 */
}
#divMessage2 a {
	color:#003faf;
}
#divMessage2 a:hover {
	color:#f07713;
}
/* 攻略內文 */
#divMessage3 {
	font-size: $css_font_size;
	color:#080808;
	border-color:#e0e0e0;
	padding:4px; /* 內邊距 */
}
#divMessage3 a {
	color:#003faf;
}
#divMessage3 a:hover {
	color:#f07713;
}
#openFor1 {
	max-height: 12;
}
#openFor2 {
	max-height: 12;
}
#openFor3 {
	max-height: 12;
}
#openFor4 {
	max-height: 12;
}
#openFor5 {
	max-height: 12;
}
#openFor6 {
	max-height: 12;
}
#openFor7 {
	max-height: 12;
}
#openFor8 {
	max-height: 12;
}
#openFor9 {
	max-height: 12;
}
#openFor10 {
	max-height: 12;
}
#openFor11 {
	max-height: 12;
}
#openFor12 {
	max-height: 12;
}
#openFor13 {
	max-height: 12;
}
#openFor14 {
	max-height: 12;
}
#openFor15 {
	max-height: 12;
}
#openFor16 {
	max-height: 12;
}
#openFor17 {
	max-height: 12;
}
#openFor18 {
	max-height: 12;
}
#openFor19 {
	max-height: 12;
}
#openFor20 {
	max-height: 12;
}
#openFor21 {
	max-height: 12;
}
#openFor22 {
	max-height: 12;
}
#openFor23 {
	max-height: 12;
}
#openForTaskItem {
	max-height: 12;
}
#openPrevTask {
	max-height: 12;
}
#openNextTask {
	max-height: 12;
}
#openSubTask {
	max-height: 12;
}
#openAssociateTask {
	max-height: 12;
}
#openDrop {
	max-height: 12;
}
#openDrop2 {
	max-height: 12;
}
#openAssociateDrop {
	max-height: 12;
}
#openAssociateDrop2 {
	max-height: 12;
}
#openTaskPost {
	max-height: 12;
}
#openTaskReturn {
	max-height: 12;
}
#openAssociateSell {
	max-height: 12;
}
#openMineralReward {
	max-height: 12;
}
#openMineralRewardTask {
	max-height: 12;
}
#openMineralAssociateTask {
	max-height: 12;
}
