input, select, fieldset {
	margin: 0px;
	padding: 0px;
}

* {
	/*font: 12px "新細明體";*/
	font-size:12px;
	font-family: "微軟正黑體", "Microsoft JhengHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

span {
	color: #000;
}

/*Login*/
#LoginMain {
	text-align: center;
}
#LoginDiv {
	margin: 10% auto 0 auto;
	width: 420px;
	height: 340px;
	/*border: 1px solid #DDD;*/
	background: url(../../images/login_box.jpg) no-repeat top left;
}
#LoginDiv h1 {
	margin-bottom: 100px;
	padding: 4px;
	/*background-color: #BCD15C;*/
	font-size: 13px;
	color: #FFF;
	text-align: left;
}
#LoginTbl {
	margin: 0 auto 0 auto;
	width: 300px;
}
#LoginTbl th {
	font-weight: normal;
	text-align: right;
	padding-right: 6px;
	height: 24px;
	line-height: 24px;
}
#LoginTbl td {
	text-align: left;
	height: 24px;
	line-height: 24px;
}

#CMSDiv {
	padding-bottom: 20px;
}

/*Main*/
	/*Main Top*/
#CMSTopDiv {
	background: url(../../images/4/system_heading.jpg) no-repeat top left;
	height: 102px;
	padding-right: 2%;
}
#CMSTopDiv h1, #CMSTopDiv h2 {
	margin-left: 12px;
	font-weight: normal;
}
#CMSTopDiv h1 {
	margin-top: 35px;
	font-size: 13px;
	color: #00F;
}
#CMSTopDiv h1 strong {
	color: #E22;
}
#CMSTopDiv h1 em {
	font-style: normal;
	font: 10px arial;
}
#CMSTopDiv h2 {
	font: 10px arial;
	color: #FFF;
}
#aHome {
	padding: 10px 5px 15px 38px;
	background: url(../../images/admin/home.gif) no-repeat 0px 0px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	line-height: 50px;
}
#aChgPass {
	padding: 10px 5px 15px 38px;
	background: url(../../images/admin/chgpass.gif) no-repeat 0px 0px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	line-height: 50px;
}
#aContact {
	padding: 10px 5px 15px 34px;
	background: url(../../images/admin/contact.gif) no-repeat 0px 0px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	line-height: 50px;
}
#aLogout {
	padding: 10px 5px 15px 38px;
	background: url(../../images/admin/logout.gif) no-repeat 0px 0px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	line-height: 50px;
}
#aHome:link, #aHome:visited, #aChgPass:link, #aChgPass:visited, #aContact:link, #aContact:visited, #aLogout:link, #aLogout:visited {
	/*border-top: 1px solid #EEE;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #EEE;*/
	color: #999;
}
#aHome:active, #aHome:hover, #aChgPass:active, #aChgPass:hover, #aContact:active, #aContact:hover, #aLogout:active, #aLogout:hover {
	/*border-top: 1px solid #999;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	border-left: 1px solid #999;
	background-color: #F99;*/
	color: #000;
}
#CMSTopDiv span {
	position: absolute;
	left: 25px;
	top: 90px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	line-height: 50px;
}
#CMSTopDiv strong {
	color: #00F;
}
#CMSTopDivTitle {
	position: absolute;
	left: 433px;
	top: 67px;
	font: bold 13px Times New Roman;
	width:340px;
}
#fTime {
	position: absolute;
	width: 300px;
	margin-right: 2%;
	height: 30px;
	background: url(../../images/4/time2.gif) no-repeat right top;
	top: 62px;
	right: 0px;
}
#fTime div {
	padding: 6px 13px 0 0;
	text-align: right;
	font: bold 13px Times New Roman, Georgia;
}
	/*Main Left*/
.CMSLeftDiv {
	float: left;
	background: #E7E7E7 url(../../images/4/newbg.jpg) no-repeat left top;
	width: 175px;
	padding-top: 82px;
}
.CMSLeftDiv h3 {
	margin-top: 10px;
	font-size: 13px;
	color: #999;
	text-indent: 30px;
}
.CMSLeftDiv a:link, .CMSLeftDiv a:visited {
	border: 1px solid #999;
	color: #999;
	text-decoration: none;
	/*font-family: arial;*/
	font-family: "微軟正黑體", "Microsoft JhengHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.CMSLeftDiv a:hover, .CMSLeftDiv a:active {
	background-color: #CCC;
	color: #000;
	/*font-family: arial;*/
	font-family: "微軟正黑體", "Microsoft JhengHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.CMSLeftDiv ul {
	list-style: none;
	margin: 5px 0 10px 0;
	padding: 0px;
	width: 140px;
}
.CMSLeftDiv li {
	padding: 2px 0 2px 0;
	text-align: center;
}
.CMSLeftDiv ul a:link, .CMSLeftDiv ul a:visited {
	display: block;
	margin: 0 10px 0 10px;
	width: 120px;
	background-color: #B8B6B7;
	border-top: 1px solid #CCC;
	border-right: 1px solid #AAA;
	border-bottom: 1px solid #AAA;
	border-left: 1px solid #CCC;
	/*color: #444;*/
	color: #000;
	line-height: 20px;
	text-decoration: none;
}
.CMSLeftDiv ul a:hover, .CMSLeftDiv ul a:active {
	background-color: #CCC;
	border-top: 1px solid #AAA;
	border-right: 1px solid #C3C3C3;
	border-bottom: 1px solid #C3C3C3;
	border-left: 1px solid #AAA;
	color: #000;
	text-decoration: none;
}
.CMSLeftDiv ol {
	list-style: none;
	margin: 0 8px 0 10px;
	padding: 0px;
	border: 1px solid #999;
	border-top: none;
}
.CMSLeftDiv ol li {
	padding: 0px;
	overflow: hidden;
}
.CMSLeftDiv ol a:link, .CMSLeftDiv ol a:visited {
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	border: none;
}
.CMSLeftDiv ol a:hover, .CMSLeftDiv ol a:active {
	/*background-color: transparent;*/
	background-color: #DCE9B4;
	border: none;
	color: #999;
	text-decoration: underline;
}
a#selectedP:link, a#selectedP:visited {
	/*background-color: #F7E285;*/
	background-color: #EFEFB3;
	/*border-top: 1px solid #FF9;
	border-right: 1px solid #ED7;
	border-bottom: 1px solid #ED7;
	border-left: 1px solid #FF9;*/
	color: #000;
	text-decoration: underline;
}
a#selectedP:hover, a#selectedP:active {
	/*background-color: #F1DD6C;*/
	background-color: #DCE9B4;
	/*border-top: 1px solid #FE7;
	border-right: 1px solid #EC5;
	border-bottom: 1px solid #EC5;
	border-left: 1px solid #FE7;*/
	color: #666;
	text-decoration: none;
}
.CMSLeftDiv_fsDiv {
	position: relative;
}
.CMSLeftDiv fieldset {
	display: block;
	margin: 0 0 25px 10px;
	width: 142px;
	border-top: 1px solid #D4D4D4;
	border-right: 1px solid #B7B7B7;
	border-bottom: 1px solid #B7B7B7;
	border-left: 1px solid #D4D4D4;
}
.CMSLeftDiv img {
	position: absolute;
	top: -20px;
	left: 10px;
}
.CMSLeftDiv strong {
	/*padding-left: 40px;*/
	font-weight: normal;
}
/*
.CMSLeftDiv legend {
	margin-left: 40px;
}
*/
	/*Main Right*/
#CMSRightDiv {
	margin: 10px 2% 0 185px;
	padding: 2px;
}
#CMSRightDiv h3 {
	padding: 0 5px 0 38px;
	background-color: #777;
	/*border: 1px solid #555;*/
	color: #FFE;
	font-size: 13px;
	line-height: 40px;
}
#CMSRightDiv h3 a {
	float: right;
	margin: 7px 1px 0 4px;
	/*padding: 4px 5px 4px 5px;
	border-top: 1px solid #AAA;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #AAA;
	font-size: 13px;
	font-weight: bold;
	line-height: 16px;
	color: #FFF;*/
}
/*#CMSRightDiv h3 a:link, #CMSRightDiv h3 a:visited {
	background-color: #670;
	text-decoration: none;
}
#CMSRightDiv h3 a:hover, #CMSRightDiv h3 a:active {
	background-color: #CCC;
	color: #000;
}*/
.h3Img {
	position: absolute;
	top: 116px;
	display:none;
}
.ajaxList {
	width: 100%;
}
	/*Main Form Table*/
.CMSTblDiv {
	padding: 5px 0px;
}
	
.CMSTblDiv fieldset {
	margin-top: 5px;
	padding: 3px 10px 3px 1%;
	width: auto;
	border-top: 1px solid #AAA;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #AAA;
	background-color: #FFF;
}
.CMSTblDiv fieldset fieldset {
	border-width: 1px;
}
.CMSTblDiv fieldset fieldset legend {
	border: 1px solid #999;
	border-width: 1px 1px 0 1px;
	padding: 2px 8px 0 8px;
}
.CMSTbl, .CMSsmallTbl {
	margin: 0 0 5px 0;
	width: 100%;
	background-color: #FFF;
}
.CMSTbl th, .CMSTbl td, .CMSsmallTbl th, .CMSsmallTbl td {
	border-top: 1px solid #E9E9FF;
	border-right: 1px solid #EEF;
	border-bottom: 1px solid #EEF;
	border-left: 1px solid #E9E9FF;
}
.CMSTbl th, .CMSTbl td {
	padding: 4px 10px 4px 10px;
}
.CMSsmallTbl th, .CMSsmallTbl td {
	padding: 1px 10px 1px 10px;
}
.CMSTbl th, .CMSsmallTbl th {
	/*width: 200px;*/
	width: 120px;
	background-color: #F9F9FF;
	font-weight: bold;
	color: #660;
	text-align: left;
	white-space: nowrap;
}
	/*Main Layer*/
#CMSLayerDiv {
	float: left;
	position: absolute;
	z-index: 2;
	margin: 0 10% auto 10%;
	width: 80%;
	height: 620px;
}
#CMSLayerHandle {
	display: none;
	cursor: n-resize;
	background-color: #06c;
	border: 1px solid #fff;
	width: 20px;
	padding: 5px;
	color: #fff;
	font-size: 10px;
}
#CMSLayerDivCont {
	position: absolute;
	z-index: 5;
	width: 100%;
	height: 100%;
	padding: 5px;
	border-top: 3px solid #AD7;
	border-right: 3px solid #8B5;
	border-bottom: 3px solid #8B5;
	border-left: 3px solid #AD7;
	background-color: #FFF;
}
#CMSLayerDivCont h3 {
	margin: 5px 0 0 0;
	padding: 5px 1px 5px 10px;
	background-color: #CCC;
	border: 1px solid #AAA;
	color: #FFE;
	font-size: 13px;
}
#CMSLayerDivCont h3 a {
	float: right;
	padding: 1px 5px 1px 5px;
	border-top: 1px solid #EEE;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	border-left: 1px solid #EEE;
	font: bold 11px arial;
	color: #FFF;
}
#CMSLayerDivCont h3 a:link, #CMSLayerDivCont h3 a:visited {
	background-color: #C00;
	text-decoration: none;
}
#CMSLayerDivCont h3 a:hover, #CMSLayerDivCont h3 a:active {
	background-color: #E00;
}
.CloseA {
	padding: 0 2px 0 2px;
	border: 1px solid #FFF;
	font: 10px arial;
	color: #FFF;
}
.CloseA:link, .CloseA:visited {
	background-color: #C00;
	text-decoration: none;
}
.CloseA:hover, .CloseA:active {
	background-color: #E00;
}
	/*Data Search*/
.dSearchTbl {
	width: 100%;
	border: 1px solid #C0C0C0;
}
.dSearchTbl th, .dSearchTbl td {
	padding: 1px 3px 1px 10px;
	height: 25px;
}
.dSearchTbl th {
	width: 20%;
	padding-left: 5px;
	background-color: #E4E7E0;
	text-align: left;
}
.dSearchTbl td {
	background-color: #FFF;
}
.dSearchTbl thead th, .dSearchTbl thead td {
	border-bottom: 1px solid #C0C0C0;
}
.dSearchTbl table {
	margin: 10px 15px 15px 0;
	width: 99%;
}
.dSearchTbl table th {
	border: 1px solid #C0C0C0;
	background-color: #EEF;
}
.dSearchTbl table td {
	border: 1px solid #C0C0C0;
}
.dSearchTbl thead td strong {
	display: block;
	margin: 5px;
	font-size: 21px;
	color: red;
}
.dSearchTbl thead td em {
	display: block;
	margin: 5px;
	font-size: 21px;
	font-style: normal;
	color: #0A0;
}
	/*Data List*/
.mainListTable {
	/*height: 340px;*/
}
.switchListTable {
	height: 256px;
}
.dListTbl {
	width: 100%;
	border: 1px solid #C0C0C0;
}
.dListTbl th {
	padding: 2px 0 2px 0;
	background-color: #CCC;
	border-right: 1px solid #AAA;
	border-bottom: 1px solid #AAA;
	cursor: pointer;
}
.dListTbl th:hover, .dListTbl th:active {
	background-color: #DDD;
}
.dListTbl th span {
	font-size: 8px;
	color: #FFF;
}
.dListTbl td {
	padding: 4px 0 2px 4px;
	border-right: 1px solid #C0C0C0;
}
.dListTbl img {
	vertical-align: middle;
}
.dListTbl2 {
	width: 100%;
	border: 1px solid #C0C0C0;
	background-color: #FFF;
}
.dListTbl2 td {
	width: 20%;
	padding: 10px;
	text-align: center;
}
.dListTbl a:link, .dListTbl a:visited, .dListTbl2 a:link, .dListTbl2 a:visited {
	text-decoration: none;
	color: #33F;
}
.dListTbl a:hover, .dListTbl a:active, .dListTbl2 a:hover, .dListTbl2 a:active {
	text-decoration: underline;
}
.dListTr1 {
	background-color: #FFF;
}
.dListTr2 {
	background-color: #EFEFB3;
}
.dListTr1RedRow {
	background-color: #FFCCCC;
}
.dListTr2RedRow {
	background-color: #EF9696;
}
.dListTr1_marked {
	background-color: #fc9;
}
.dListTr2_marked {
	background-color: #eb8;
}
.dListTr1Over, .dListTr2Over,.dListTr3Over, .dListTr4Over, .dListTr1_markedOver, .dListTr2_markedOver {
	/*background-color: #F1DD6C;*/
	background-color: #DCE9B4;
}
	/*Book Detail Table*/
.bookDetailTbl th, .bookDetailTbl td {
	padding: 5px;
}
.bookDetailTbl th {
	border: 1px solid #CE6;
}
	/*Maintain Icon List*/
.iconList {
	margin: 30px 0 0 10px;
}
.iconList div {
	float: left;
	margin: 10px 10px 10px 10px;
}
.iconList a {
	display: block;
	width: 120px;
	border-top: 1px solid #AAA;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #AAA;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	line-height: 50px;
	text-align: center;
}
.iconList a:link, .iconList a:visited {
	background-color: #670;
	text-decoration: none;
}
.iconList a:hover, .iconList a:active {
	background-color: #CCC;
	color: #000;
}

/*Common*/
	/*inputs*/
.inputTextRaw, .inputText, .inputText2, .inputTextarea, .inputTextarea2 {
	margin: 1px;
	padding: 1px;
	border: 1px solid #BBD;
	font: 13px arial;
}
.inputFile {
	margin: 1px;
	padding: 1px;
	/*width: 400px;
	width: 90%;*/
	font: 13px arial;
}
.inputTextRaw {
	width: 200px;
}
.inputText {
	/*width: 400px;*/
	width: 90%;
}
.inputText2 {
	width: 60px;
	text-align: right;
}
.inputTextarea {
	padding: 2px;
	/*width: 400px;*/
	width: 90%;
	height: 100px;
}
.inputTextarea2 {
	overflow: hidden;
	/*width: 401px;*/
	width: 70%;
	height: 18px;
	vertical-align: top;
}
.inputButton {
	margin: 1px;
	padding: 0 6px 0 6px;
	height: 20px;
	border: 1px solid #BBD;
	background-color: #eee;
	color: #000;
	font: 13px "新細明體";
	line-height: 16px;
	cursor: pointer;
}
.inputButtonOver {
	margin: 1px;
	padding: 0 6px 0 6px;
	height: 20px;
	border: 1px solid #999;
	background-color: #EFEFB3;
	color: #900;
	font: 13px "新細明體";
	line-height: 16px;
	cursor: pointer;
}
.inputButton2 {
	margin: 1px;
	width: 200px;
	height: 20px;
	border: 1px solid #BBD;
	background-color: #eee;
	color: #000;
	font: 13px "新細明體";
	line-height: 16px;
	cursor: pointer;
	text-align: left;
}
.inputButton2Over {
	margin: 1px;
	width: 200px;
	height: 20px;
	border: 1px solid #999;
	background-color: #EFEFB3;
	color: #900;
	font: 13px "新細明體";
	line-height: 16px;
	cursor: pointer;
	text-align: left;
}
.inputButtonBig {
	margin: 1px;
	width: 150px;
	height: 60px;
/*	border-top: 3px solid #BD5;
	border-right: 3px solid #9A4;
	border-bottom: 3px solid #9A4;
	border-left: 3px solid #BD5;
	background-color: #AC4;*/
	color: #C00;
	font: 20px "新細明體";
	line-height: 26px;
	font-weight: bold;
	cursor: pointer;
}
.inputButtonBigOver {
	margin: 1px;
	width: 150px;
	height: 60px;
	/*border: 3px solid #999;
	background-color: #DDD;*/
	color: #900;
	font: 20px "新細明體";
	line-height: 26px;
	font-weight: bold;
	cursor: pointer;
}
.textExtDiv {
	position: relative;
	/*height: 160px;*/
}
.textExtFloatDiv {
	position: absolute;
	z-index: 2;
	display: none;
	top: -2px;
	left: 1px;
	width: 303px;
	background-color: #FFF;
	border: 1px solid #CCC;
}
.textExtDisplayDiv {
	/*position: absolute;
	height: 60px;*/
	/*width: 420px;*/
	width: 90%;
}
.textExtFloatDiv table {
	width: 100%;
}
.textExtFloatDiv td {
	padding: 3px 0 3px 10px;
	cursor: pointer;
}
.textExtFloatDivTdOver {
	background-color: #00F !important;
	color: #FFF;
}
	/*misc*/
.fLeft {
	float: left;
}
.fRight {
	float: right;
}
.errMsg {
	color: #F00;
}
.succMsg {
	font-weight: bold;
	color: #FF0;
	/*background-color: #FF0;*/
}
.active {
	color: #0A0;
}
.inactive, .void {
	color: #F00;
}
.comingsoon {
	color: #AAA;
}
.rent, .reserve {
	color: #00F;
}
.compulsory {
	color: #CC0;
}
.disabledA:link, .disabledA:visited, .disabledA:hover, .disabledA:active {
	background-color: #999;
	color: #999;
}
.selectedA:link, .selectedA:visited, .selectedA:hover, .selectedA:active {
	background-color: #000;
	color: #FFF;
}
.hr {
	margin: 5px 0 5px 0;
	border-top: 1px solid #C3C3FF;
}
	/*h4*/
h4 {
	margin: 5px 0 0 0;
	padding: 1px 1px 1px 4px;
	background-color: #B8B6B7;
	border: 1px solid #AAA;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	line-height: 22px;
}
h4 a:link, h4 a:visited {
	padding: 0px 5px 0 5px;
	border: 1px solid #666;
	background-color: #555;
	color: #FFF;
	font: 10px courier new;
	text-decoration: none;
	white-space: pre;
}
h4 a:hover, h4 a:active {
	background-color: #EFEFB3;
	color: #000;
}
h4 strong {
	color: #F00;
}
h4 img {
	vertical-align: middle;
	margin-right: 5px;
}
.divLikeh4 {
	background-color: #eee;
	border: 1px solid #AAA;
	border-top-width: 0px;
	padding-bottom: 3px;
}
.divLikeh4 a:link, .divLikeh4 a:visited {
	text-decoration: none;
	color: #33f;
}
.divLikeh4 a:hover, .divLikeh4 a:active {
	text-decoration: underline;
}

/* Calendar */
#cal {
	margin: 10px 10px 0 0;
	/*border: 1px solid #6ac;
	background-color: #ade;*/
	text-align: center;
	width: 98%;
}
.calTbl {
	width: 90%;
	margin: 0 auto 10px auto;
}
.calTbl th {
	border: 1px solid #ECC100;
	background-color: #D1C161;
	padding: 3px 0 3px 0;
	text-align: center;
}
.calTbl td {
	background-color: #fff7da;
	height: 70px;
	/*border: 2px solid #ade;*/
	border: 1px solid #ECC100;
	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: #D1C161 !important;
	text-decoration: underline;
	cursor: pointer;
}
.remTbl {
	float: right;
	border: 1px solid #999;
	background-color: #fff;
}
.remTbl td {
	font-size: 12px;
	padding: 4px;
	text-align: left;
}
.importTbl {
	float: left;
	border: 1px solid #999;
	background-color: #fff;
}
.importTbl 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;
}

/*Adv HTML*/
.dmx_btn     { width: 22px; height: 22px; border: 1px solid #ECE9D8; margin: 0; padding: 0; background-color: #ECE9D8; }
.dmx_btnOver { width: 22px; height: 22px; border: 1px outset #ECE9D8; background-color: #FCF9E8; }
.dmx_btnDown { width: 22px; height: 22px; border: 1px inset #ECE9D8; background-color: #FCF9E8; }
.dmx_btnNA   { width: 22px; height: 22px; border: 1px solid #ECE9D8; -moz-opacity:0.25; opacity:0.25; filter: alpha(opacity=25);}
.dmx_menuBar { background-color: #ECE9D8; border: 2px solid #BBD; margin-left: 1px; }
#_eventcont_editor { border: 2px solid #BBD; margin-top: 3px; }

/*** Tab ***/
.tabA {
	margin-top: 10px;
	/*border-bottom: 1px solid #999;
	padding-bottom: 2px;*/
	border: 1px solid #999;
	border-width: 0px 0px 1px 0px;
	/*background-color: #fff;*/
	height: 24px;
}
/*.tabA a {
	border: 1px solid #999;
	padding: 6px 5px 0px 5px;
	background-color: #ddd;
	color: #666;
	text-decoration: none;
}
a.selectedT {
	background-color: #fff;
	color: #333;
	padding: 10px 5px 0px 5px;
}*/
.tabA a:link, .tabA a:visited {
	display: block;
	float: left;
	border: 1px solid #999;
	color: #fff;
	text-decoration: none;
	height: 22px;
	background: url(../../images/subnav_bggrey.gif) repeat-x top left;
	padding: 0px 20px;
	line-height: 22px;
	/*font-family: arial;*/
	font-family: "微軟正黑體", "Microsoft JhengHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.tabA a:hover, .tabA a:active, a.selectedT {
	background: url(../../images/subnav_bgblack.gif) repeat-x top left !important;
}

#bookFormDiv2, #bookFormDiv3 {
	width: 100%;
}

/*pos*/
#posMainDiv {
	height:280px;
	overflow:-moz-scrollbars-vertical;
	overflow-x:hidden;
	overflow-y:scroll;
}

#posMainDiv2 {
	height:100px;
	overflow:-moz-scrollbars-vertical;
	overflow-x:hidden;
	overflow-y:scroll;
}

#posBalance, #posCompleteDiv {
	border: 1px solid #000;
	background-color: white;
	padding: 4px;
	position: absolute;
	z-index: 11;
	top: 80px;
	left: 0px;
	margin: 0 10%;
	width: 80%;
	min-height: 430px;
	height: auto !important;
	height: 430px;
}
#posRemarkDiv, #posRemark2Div {
	border: 1px solid #000;
	background-color: white;
	padding: 4px;
	position: absolute;
	z-index: 11;
	top: 80px;
	left: 0px;
	margin: 0 10%;
	width: 80%;
	min-height: 430px;
	height: auto !important;
	height: 430px;
}
#posRemarkDiv td, #posRemark2Div td {
	font-size:20px;
	padding:4px;
}

#posAddDiv {
	border: 1px solid #000;
	background-color: white;
	padding: 4px;
	position: absolute;
	z-index: 11;
	top: 80px;
	left: 0px;
	margin: 0 10%;
	width: 80%;
	min-height: 430px;
	height: auto !important;
	height: 430px;
}
#posAddDiv td{
	font-size:16px;
	padding:4px;
}

.calculatorTbl input, #posBalance label {
	width: 64px;
	height: 64px;
	text-align: center;
	line-height: 64px;
	font-size: 36px;
	/*font-family: arial;*/
}
#posBalance label {
	float: left;
	display: block;
	width: 136px;
	height: 48px;
	border: 1px solid #000;
	line-height: 48px;
	cursor: pointer;
	margin: 4px 4px 0 0;
	vertical-align: middle;
	background-color: #aaa;
	color: #ddd;
}
#posBalance label.posLabelSel {
	background-color: #d9d;
	color: #fff;
}
#posBalance th, #posBalance td {
	white-space: nowrap;
}

.posMainTableStyle th {
	/*font-weight: bold;*/
	background-color: #eee;
}
.posMainTableStyle th, .posMainTableStyle td, .posMainTableStyle input {
	font-size: 15px;
	/*font-family: arial;*/
}
#posMainTable input {
	padding: 4%;
	width: 92%;
}
a.posDelA {
	text-decoration: none;
	padding: 1px 4px;
	border: 1px solid #000;
	background-color: #f33;
	color: white;
	margin-left: 2px;
}
#posDesc {
	position: absolute;
	border: 1px solid #000;
	background-color: #fff;
	padding: 4px;
	display: none;
}
#btn_table div button {
	/*background-color:#FFF;*/
	/*font-family: arial;*/
}

#btn_table div button:hover {
	/*background-color: #ADF;*/
}

#stampDiv {
}

#stampDiv button {
	text-align: center;
	font: 24px arial;
	width: 180px;
	margin: 0px 0px 20px 40px;
}

.calTbl2 {
	margin: 0px;
	width: 100%;
	margin-top: 5px;
}
.calTbl2 td {
	width: 14%;
}
.calTbl2 td.borrowed {
	background-color: #faa !important;
}
.calTbl2 td {
	background-color: #ffffff;
}

.reportResultDiv {
	background-color:#FFFFFF;
	border:1px solid #999999;
	margin-bottom:100px;
	margin-top:4px;
	padding:4px;
}

.reportResultDiv table table th, .reportResultDiv table table td {
	border:1px solid #C0C0C0;
}