body, th, td {
	/*font: 13px "新細明體","宋体",arial;*/
	font-size: 13px;
	font-family: 微軟正黑體, Microsoft JhengHei;
}

/* Head */
.bookhead h1 {
	padding: 10px 0 0 10px;
	background-color: #dde;
	font-size: 20px;
}
.bookhead h2 {
	background-color: #dde;
	text-align: right;
	overflow: hidden;
	padding-top: 10px;
	font-size: 13px;
}
.bookhead h2 a {
	padding: 3px 10px 3px 10px;
}
.bookhead h2 a:link, .bookhead h2 a:visited {
	border: 1px solid #333;
	background-color: white;
	color: #666;
	line-height: 16px;
}
.bookhead h2 a:hover, .bookhead h2 a:active {
	padding: 8px 10px 3px 10px;
	text-decoration: none;
	color: #aaa;
}

/* Body */
#bookcontM {
/*	position: absolute;*/
	width: 100%;
}
.bookcont {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.bookcont h3 {
	margin: 10px;
	/*padding: 3px 10px 3px 10px;*/
	padding: 10px 30px;
	border: 1px solid #6ac;
	background-color: #9cf;
	/*font-size: 13px;*/
	font-size: 16px;
	font-weight: bold;
	border-radius: 5px;
	margin-bottom: 30px;
}
.searchConditionDIV {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	/*vertical-align: middle;
	max-width: 75%;*/
	width: 100%;
	display: inline-block;
	padding-top: 6px;
}
.bookDetailMenuBtnDIV {
	display: inline-block;
}
.bookDetailMenuBtnDIV button {
	margin-left:10px;
}
h3.memberH3 {
	border: none;
	background-color: transparent;
	color: #aaa;
}
.memberH3 a:link, .memberH3 a:visited {
	color: #555;
	text-decoration: none;
}
.memberH3 a:hover, .memberH3 a:active {
	text-decoration: underline;
}
.membercont p {
	margin-left: 2%;
}

/* Search Table */
.searchTbl {
	width: 50%;
	margin: 0 25% 0 25%;
}
.searchTbl th, .searchTbl td {
	padding: 3px 10px 3px 10px;
}
.searchTbl th {
	/*border: 1px dotted #999;*/
	border: 1px solid #CCC;
	text-align: right;
	width: 25%;
}
.searchTbl td {
	/*border: 1px solid #999;*/
	border: 1px solid #CCC;
}

/* Icon */
.bookCursorDiv {
	position: absolute;
	z-index: 3;
	display: none;
	margin-top: 75px;
	padding: 4px;
	width: 150px;
	border: 1px solid #666;
	background-color: #EEE;
	color: #000;
	text-align: left;
}
.bookListItem .bookCursorDiv {
	width: auto;
}
.bookListItem table {
	width: 150px;
}
.bookCursorDiv th {
	font-weight: normal;
	white-space: nowrap;
	vertical-align: top;
	padding-right: 5px;
}

/* Navi */
.NaviDiv {
	float: right;
	font-weight: normal;
	font-size: 12px;
	line-height: 15px;
}
.NaviDiv a:link, .NaviDiv a:visited {
	padding: 0px 5px 0 5px;
	border: 1px solid #666;
	background-color: #7ad;
	color: #FFF;
	/*font: 10px courier new;*/
	text-decoration: none;
	/*white-space: pre;*/
}
.NaviDiv a:hover, .NaviDiv a:active {
	background-color: #CCC;
	color: #000;
}
a.disabledA:link, a.disabledA:visited, a.disabledA:hover, a.disabledA:active {
	background-color: #999;
	color: #999 !important;
}
a.selectedA:link, a.selectedA:visited, a.selectedA:hover, a.selectedA:active {
	background-color: #FFF !important;
	color: #000 !important;
}

/* Search List */
.bookList p {
	margin-left: 2%;
}
.bookListItem {
	padding-left: 2%;
}
.bookListItem table {
	border-bottom: 1px solid #999;
}
.bookListItem th {
	padding: 6px 0 6px 0;
}
.bookListItem h4 {
	/*font-size: 13px;*/
	font-size: 20px;
	font-weight: bold;
	margin: 10px 0px;
	display: grid;
}
.bookListItem h4 a {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.bookListItem td a:link, .bookListItem td a:visited {
	color: #05A;
	text-decoration: none;
}
.bookListItem td a:hover, .bookListItem td a:active {
	color: #f60;
	text-decoration: underline;
}

/* Login Table */
.loginTbl {
	width: 50%;
	margin: 0 25% 0 25%;
}
.loginTbl th, .loginTbl td {
	padding: 3px 10px 3px 10px;
}
.loginTbl th {
	border: 1px dotted #999;
	text-align: right;
	width: 25%;
}
.loginTbl td {
	border: 1px solid #999;
}

/* Detail */
.bookDetailImageDIV {
	display: inline-table;
	width: 40%; 
	min-width: 270px;
	text-align: center;
}
#bookDetailTbl {
	/*width: 70%;
	margin: 0 15% 0 15%;*/
	width:55%;
	margin: 0 10px 0 10px;
	display: inline-table;
}
#bookDetailTbl td {
	vertical-align: top;
}
#bookDetailTbl table {
	width: 100%;
}
#bookDetailTbl table th {
	width: 100px;
	/*border: 1px dotted #999;*/
	border: 1px solid #CCC;
	padding: 5px 0 5px 20px;
}
#bookDetailTbl table td {
	/*border: 1px solid #999;*/
	border: 1px solid #CCC;
	padding: 5px 0 5px 20px;
}
.bookIconDiv {
	padding: 5px 10px 5px 5px;
}
.btmNavi {
	float: right;
	text-align: right;
}
.btmNavi a:link, .btmNavi a:visited {
	color: #555;
	text-decoration: none;
}
.btmNavi a:hover, .btmNavi a:active {
	color: #000;
	text-decoration: underline;
}
.paginationDIV {
	display: contents;
	float:right;
	min-width: 450px;
}
.paginationDIV div {
	white-space: nowrap;
	padding-top: 6px;
}
.paginationDIV a {
	color:#000;
	text-align: center;
}
#bookDetailTbl fieldset {
	margin-right: 20px;
	border: 1px solid #333;
}

/* Order List */
	/*Movie Order List*/
#orderMenu {
	position: absolute;
	z-index: 3;
	/*top: 50px;*/
	top: 80px;
	left: 78%;
	width: 300px;
	border: 1px solid #600;
	background-color: #AAA;
	color: #000;
}
#orderMenu h4 {
	padding: 2px 5px 2px 5px;
	font-size: 13px;
	cursor: move;
}
.orderMenuSpan {
	float: right;
}
#orderMenu a {
	color: #333;
}
#queueListDiv {
	position: relative;
	overflow: hidden;
	padding: 2px 0 2px 5px;
	width: 290px;
}
#queueList {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}
#queueList li {
	margin-left: 0px;
	padding-left: 0px;
	height: 25px;
	line-height: 20px;
	cursor: move;
	cursor: n-resize;
	white-space: nowrap;
}
#queueList a, #queueList span {
	padding: 0px;
}
.QueueTimeDiv {
	margin-right: 10px;
	/*text-align: right;*/
}
.AddToQueueDiv {
	margin: 10px 0px;
	font-size: 16px;
	line-height: 30px;
	/*text-align: right;*/
	font-size: 13px;
}
.AddToQueueDiv em {
	font-size: 13px;
	font-style: normal;
}
.LastBorrow {
	margin-right: 10px;
	font-size: 13px;
	white-space: nowrap;
	/*text-align: right;*/
}
.LastBorrow strong {
	/*border: 1px solid #FFF;
	padding: 2px;
	background-color: #333;
	line-height: 30px;*/
}
a.AddToQueue:link, a.AddToQueue:visited, a.RemoveFromQueue:link, a.RemoveFromQueue:visited, .RemoveFromQueueBut {
	border: 1px solid #333;
	padding: 2px;
	font: 13px MS Gothic;
	text-decoration: none;
	color: #fff !important;
}
a.AddToQueue:link, a.AddToQueue:visited {
	background-color: #00f;
}
a.RemoveFromQueue:link, a.RemoveFromQueue:visited, .RemoveFromQueueBut {
	background-color: #f00 !important;
	cursor: pointer;
}
.RemoveFromQueueBut:hover, .RemoveFromQueueBut:active {
	background-color: #f44 !important;
	color: #666;
}
.courier {
	font-family: courier new;
}
.ReservedQueue {
	border: 1px solid #333;
	padding: 2px !important;
	font: 13px MS Gothic;
	text-decoration: none;
	color: #fff !important;
	background-color: #0A0 !important;
}

/* Member Queue HTML */
.queueTbl {
	width: 70%;
	margin: 0 15% 0 15%;
}
.queueTbl th {
	height: 35px;
}
.queueTbl th, .queueTbl td {
	padding: 3px 6px 3px 6px;
	text-align: center;
}
.queueTbl th, .queueTbl div {
	white-space: nowrap;
}
.queueTbl input {
	text-align: center;
}
.queueTbl select {
	width: 70px;
}
.queueTblBd {
	background-color: #ddf;
}
.queueTblBd td {
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}
.leftBorder {
	border-left: 1px solid #999;
}
.rightBorder {
	border-right: 1px solid #999;
}
.UpQueueBut {
	padding: 2px;
	border: 1px solid #FFF;
	background-color: #AAA !important;
	color: #FFF;
	font-family: arial;
	font-size: 13px;
	text-decoration: none;
	cursor: pointer;
}
.HideSubmit {
	visibility: hidden;
}

/* Calendar */
#cal {
	padding: 2%;
	margin: 0 10px 0 10px;
	/*border: 1px solid #6ac;
	background-color: #ade;*/
	text-align: center;
}
.calTbl {
	width: 90%;
	margin: 0 auto 10px auto;
}
.calTbl th {
	border: 1px solid #6ac;
	background-color: #9cf;
	padding: 3px 0 3px 0;
	text-align: center;
}
.calTbl td {
	background-color: #fff7da;
	height: 70px;
	/*border: 2px solid #ade;*/
	border: 1px solid #6ac;
	padding: 5px;
	vertical-align: top;
	text-align: left;
}
td.spec1 {
	background-color: #ff0048 !important;
}
td.spec2 {
	background-color: #66d900 !important;
}
td.spec3 {
	background-color: #feb500 !important;
}
td.actTD {
	background-color: #9cf !important;
	text-decoration: underline;
	cursor: pointer;
}
.remTbl {
	float: right;
	margin: 0 2% 0 72%;
	border: 1px solid #999;
	background-color: #fff;
}
.remTbl td {
	font-size: 12px;
	padding: 4px;
	text-align: left;
}
#calEvent {
	width: 94%;
	margin: 2%;
	padding: 10px;
	border: 1px solid #999;
}
#calEvent h1 {
	font-size: 13px;
}

/* Misc */
.alignM {
	margin-top: 10px;
	text-align: center;
}
.inputSel1 {
	width: 60px;
}
.disabled {
	color: #ccc;
}
.errMsg {
	color: red;
}

#FFooterPre {
	margin-top: 30px;
	height: 60px;
}
#FFooter {
	clear: both;
	/*height: 16px;
	line-height: 16px;*/
	height: 24px;
	line-height: 22px;
	font-size: 11px;
	position: fixed;
	bottom: 0px;
	text-align: right;
	border: 1px solid #6ac;
	background-color: #9cf;
	width: 100%;
}
#FFooter a {
	color: black;
	font-size: 13px;
	text-decoration: none;
}