/* 內容頁面設定 */
.contentSetting{
	padding: 40px 10px 10px 10px;
}
/* 通用文字樣式 */
body, div, span, ul, li, p{
	font-size: 12pt;
}
/* 超連結樣式 */
.generalLink{
	cursor: hand;
	text-decoration: none;
}
/* 超連結樣式-未連結 */
.generalLink:link{
	color: #0000FF;
	text-decoration: none;
}
/* 超連結樣式-已連結過 */
.generalLink:visited{
	color: #0000FF;
	text-decoration: none;
}
/* 超連結樣式-選擇的連結 */
.generalLink:active{
	text-decoration: none;
}
/* 超連結樣式-滑鼠移至連結 */
.generalLink:hover{
	color: #FF0000;
	text-decoration: none;
}
/* 一般按鈕 */
.generalBtn{
	padding-top: 0px;
	line-height: 21px;
	width: 80px;
	height: 21px;
	font-size: 10pt;
	text-align: center;
	color: white;
	border: 1px #38A511 solid;
	background-color: #3DB513;
	cursor: pointer;
}
/* 一般按鈕-停留樣式 */
.generalBtn:hover{
	background-color: #7BE954;
}
/* 檢視器按鈕 */
.viewerBtn{
	margin: 4px 0 0 4px;
	line-height: 38px;
	width: 70px;
	height: 38px;
	font-size: 10pt;
	text-align: center;
	color: black;
	border: 1px #CCC solid;
	background-color: #F2F2ED;
	cursor: pointer;
}
/* 檢視器按鈕-停留樣式 */
.viewerBtn:hover{
	background-color: #F5F538;
}
/* 作動按鈕 */
.actionBtn{
	margin-left: 4px;
	line-height: 30px;
	width: 80px;
	height: 30px;
	font-size: 10pt;
	text-align: center;
	color: white;
	border: 1px #3079ED solid;
	background-color: #498BF4;
	cursor: pointer;
}
/* 作動按鈕-停留樣式 */
.actionBtn:hover{
	background-color: #95BAF9;
}
/* 作動按鈕 */
.actionBtnL{
	line-height: 30px;
	width: 80px;
	height: 30px;
	font-size: 10pt;
	text-align: center;
	color: white;
	border: 1px #3079ED solid;
	background-color: #498BF4;
	cursor: pointer;
	display: block;
    margin:auto;
}
/* 作動按鈕-停留樣式 */
.actionBtnL:hover{
	background-color: #95BAF9;
}
/* 作動按鈕 */
.actionBtnG{
	margin-left: 4px;
	line-height: 30px;
	width: 80px;
	height: 30px;
	font-size: 10pt;
	text-align: center;
	color: white;
	border: 1px #3079ED solid;
	background-color: #3DB513;
	cursor: pointer;
}
/* 作動按鈕-停留樣式 */
.actionBtnG:hover{
	background-color: #95BAF9;
}
/* 按鈕 */
.refreshBtnG{
	width: 60px;
	height: 25px;
	font-size: 8pt;
	text-align: center;
	color: white;
	border: 1px #3079ED solid;
	background-color: #D358F7;
	cursor: pointer;
}
/* 按鈕-停留樣式 */
.refreshBtnG:hover{
	background-color: #F7BE81;
}
/* 報表按鈕 */
.reportBtn{
	float: left;
	margin-left: 4px;
	line-height: 30px;
	width: 80px;
	height: 30px;
	font-size: 10pt;
	text-align: center;
	color: white;
	border: 1px #3079ED solid;
	background-color: #D358F7;
	cursor: pointer;
}
/* 報表按鈕-停留樣式 */
.reportBtn:hover{
	background-color: #95BAF9;
}
/* 編輯按鈕區域 */
.editArea{
	margin: 5px;
	padding-top: 8px;
	height: 28px;
	font-size: 12pt;
	text-align: center;
}
/* 編輯按鈕 */
.editBtn{
	margin-left: 4px;
	line-height: 30px;
	width: 80px;
	height: 30px;
	font-size: 10pt;
	text-align: center;
	color: white;
	border: 1px #3079ED solid;
	background-color: #498BF4;
	cursor: pointer;
}
/* 編輯按鈕-停留樣式 */
.editBtn:hover{
	background-color: #95BAF9;
}
/* 表格樣式 */
table.tableStyle {
	font-family: arial;
	background-color: #CDCDCD;
	margin: 10px 10px 10px 10px;
	width: 98%;
	text-align: left;
}
/* 表格樣式-標題列 */
table.tableStyle thead tr th, table.tableStyle tfoot tr th {
	background-color: #E6EEEE;
	border: 1px solid #FFF;
	padding: 4px;
	text-align: center;
}
/* 表格樣式-儲存格 */
table.tableStyle tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
/* 首頁區塊 */
#indexArea{
	position: relative;
	top: 5px;
	width: 900px;
	height: 480px;
	left: 50%;
	margin-left: -450px;
}
/* 首頁標題區 */
#indexLogo{
	position: relative;
	width: 900px;
	height: 100px;
	background-image: url(../img/logo.jpg);
}
/* 首頁標題區英文標題 */
#indexEngTitle{
	font-family: Tahoma,Georgia;
	font-size: 14pt;
	color: white;
	display: inline-block;
}
/* 首頁帳號區塊 */
#indexAccount{
	float: left;
	width: 270px;
	height: 160px;
	border-width: 1px;
	border-color: #C0C0C0;
	border-style: solid;
	background-color: #EFF7FF;
}
/* 首頁帳號密碼欄位 */
.acpw{
	padding: 4px 2px;
	width: 180px;
}
/* 首頁最新公告 */
#indexAnnounce{
	float: right;
	width: 600px;
	height: 300px;
}
/* 首頁最新公告-標題 */
#announceTitle{
	margin-left: 10px;
}
/* 首頁最新公告-內容 */
.announceContent{
	height: 260px;
	list-style: disc;
	margin: 5px;
	border: 1px orange dotted;
	padding: 5px 10px 5px 25px;
	overflow : scroll;
	overflow-x : hidden;
}
/* 首頁最新公告-內容項目 */
.announceContentItem{
	margin: 5px 0 15px 0;
	border-bottom: 1px dashed #969696;
	line-height: 150%;
}
/* 首頁最新公告-日期樣式 */
.announceDate{
	font-size: 10pt;
	font-weight: bold;
	color: #CC6600;
}
/* 首頁版權宣告 */
#copyright{
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-align: center;
	line-height: 200%;
	margin-top: 15px;
	width: 900px;
	height: 45px;
	left: 50%;
	margin-left: -450px;
}
/* 主畫面標題選單區 */
#headMenuBar{
	overflow: hidden;
	position: fixed;
	z-index: 999;
	top: 0;
	width: 100%;
	height: 30px;
	background-color: chocolate;
	_position: absolute; /* position fixed for IE6 */
	_top:expression(documentElement.scrollTop + "px");
}
/* 主畫面標題選單區-左方分割區塊 */
.headMenuSplitLeft{
	float: left;
	width: 4px;
	height: 30px;
}
/* 主畫面標題選單區-右方分割區塊 */
.headMenuSplitRight{
	float: right;
	width: 4px;
	height: 30px;
}
/* 主畫面標題選單區-右方文字 */
.headMenuRight{
	position: relative;
	float: right;
	height: 30px;
	cursor: pointer;
	background-color: chocolate;
}
/* 主畫面標題選單區-右方文字-停留樣式 */
.headMenuRight:hover{
	background-color: #6681B7;
}
/* 主畫面標題選單區-選單區塊 */
.headMenu{
	position: relative;
	float: left;
	height: 30px;
	cursor: pointer;
	background-color: chocolate;
}
/* 主畫面標題選單區-選單區塊-停留樣式 */
.headMenu:hover{
	background-color: #6681B7;
}
/* 主畫面標題選單區-文字 */
.headMenuText{
	display: block;
	margin: 10px 4px 0px 4px;
	color: white;
	font-size: 10pt;
	font-weight: bold;
}
/* 主畫面標題 */
.headText{
	margin: 10px 0 10px 0;
	padding-top: 8px;
	height: 28px;
	font-weight: bold;
	font-size: 16pt;
	text-align: center;
	color: #FFFFFF;
	background-color: #82B3FB;
}
/* 主畫面頁尾 */
#footer{
	margin-bottom: 10px;
}
/* 作動區域 */
.actionArea{
	padding: 10px 0 30px 0;
}
/* 分頁區域 */
.pagingArea{
	height: 50px;
	margin: 10px 0 20px 0;
	padding-top: 7px;
	text-align: center;
	line-height: 200%;
}
/* 查詢筆數樣式 */
.queryCount{
	color: #FF3333;
}
/* 查詢每頁顯示筆數樣式 */
.queryDisplayNum{
	color: #3333FF;
}
/* 編輯畫面標題 */
.editHeadText{
	margin: 5px;
	padding-top: 8px;
	height: 28px;
	font-weight: bold;
	font-size: 16pt;
	text-align: center;
	color: #CC3300;
	background-color: #E2EDFE;
	border: 2px gray dotted;
	-moz-border-radius: 4px;
}
/* 編輯表單 */
.editForm{
	border: 1px outset #CCC;
	background-color: #FFF;
	padding: 10px 0 35px 0;
	margin: 5px;
	border: 2px gray dotted;
	-moz-border-radius: 4px;
}
/* 編輯表單-提示 */
.tooltip{
	background-color: #000;
	border: 1px solid #FFF;
	padding: 10px 10px;
	width: 200px;
	display: none;
	color: yellow;
	text-align: left;
	font-size: 10pt;
	/* mozilla/firefox only */
	-moz-box-shadow: 0 0 10px #000;
	-webkit-box-shadow: 0 0 10px #000;
}
/* 編輯表單-輸入框 */
#inputs label, #inputs input, #inputs textarea, #inputs select{
	display: block;
	float: left;
	margin-bottom: 20px;
}
/* 編輯表單-預覽 */
#inputs .preview{
	position: absolute;
	display: block;
	left: 180px;
}
/* 編輯表單-預覽換行 */
#inputs br{
	line-height: 150%;
}
/* 編輯表單-提示標籤 */
#inputs label{
	text-align: right;
	width: 150px;
	padding: 2px 5px;
	font-size: 12pt;
}
/* 編輯表單-右方標籤 */
#inputs .rightLabel{
	margin: -10px 0 0px -5px;
	text-align: left;
	font-size: 12pt;
}
/* 編輯表單-換行 */
#inputs p{
	clear: left;
	margin: 0px 0 0px 0;
}
/* 常見問題-問題 */
.question{
	color: #990000;
	line-height: 200%;
	font-size: 12pt;
}
/* 常見問題-答案 */
.answer{
	margin: 5px 0 15px 0;
	font-size: 12pt;
	font-weight: bold;
}
/* 檔案大小限制樣式 */
.uploadLimit{
	color: #FF3333;
}
/* 影像檢視器-檔案明細 */
.viewerDetail{
	font-size: 10pt;
	padding-left: 4px;
	word-break : break-all; 
}