/*
	TABLES
*/

#loginTable,
#changePwdTable
{
	border-collapse:collapse;
	margin-top:20px;
	width:100%;
}
#loginTable tr:first-of-type td:first-of-type, 
#changePwdTable tr:first-of-type td:first-of-type
{
	width:29%;
}
#loginTable tr td,
#changePwdTable tr td
{
	text-align:center;
}
#loginTable tr:nth-of-type(1) td:first-of-type,
#loginTable tr:nth-of-type(2) td:first-of-type
{
	text-align:right;
}
#loginTable tr:nth-of-type(3) td:first-of-type,
#loginTable tr:nth-of-type(4) td:first-of-type
{
	padding-bottom:20px;
}
#loginTable tr:first-of-type td:last-of-type,
#changePwdTable tr:first-of-type td:last-of-type
{
	width:29%;
}
#loginTable tr:last-of-type td,
#changePwdTable tr:last-of-type td
{
	padding-top:20px;
}

#changePwdTable tr:nth-of-type(1) td:first-of-type,
#changePwdTable tr:nth-of-type(2) td:first-of-type,
#changePwdTable tr:nth-of-type(3) td:first-of-type
{
	text-align:right;
}
#changePwdTable tr:nth-of-type(1) td,
#changePwdTable tr:nth-of-type(2) td,
#changePwdTable tr:nth-of-type(3) td
{
	padding-bottom:5px;
	padding-top:5px;
}
#changePwdTable tr.currentPassword td
{
	padding-bottom:40px;
}

#changePwdTable tr.pwd_indicator td div:first-of-type {
	width:20px;
	display: inline-block;
	font-size:1.1em;
}
#changePwdTable tr.pwd_indicator td {
	padding-bottom:5px;
	padding-top:5px;
}
#changePwdTable tr.pwd_indicator td:nth-of-type(2){
	text-align:left;
	padding-left:10px;
}



div#forgotPwdTable
{
	padding:20px 5px 20px 5px;
}
div#forgotPwdTable div
{
	padding:1em;
	text-align:center;
}
div#forgotPwdTable div h2
{
	text-align:center;
}
div#forgotPwdTable div:nth-of-type(4)
{
	padding-bottom:30px;
}


#refTable
{
	border-collapse:collapse;
}
#refTable tr
{
	height:40px;
}
#refTable td
{
	border-bottom:1px solid #eee;
	padding:5px;
}
#refTable td:first-of-type
{
	padding-top:7px;
}

#refTable td:nth-of-type(2)
{
	padding-left:15px;
	padding-right:60px;
}
td.refHidden
{
	color:#ddd;
	font-style:italic;
}

table#newRemark td
{
	vertical-align:top;
	padding:5px;
}
table#newRemark td:first-of-type
{
	color:#808080;
	padding-top:10px;
}
table#newRemark textarea
{
	margin-left:5px;
}

#legacyRemarkTable,
#rmkTable
{
	border-collapse:collapse;
	background-color:#fafafa;
	width:100%;
	margin:20px 0 20px 0;
	border-top:1px solid #aaa;
}
#legacyRemarkTable tr, 
#rmkTable tr
{
	height:40px;
	border-bottom:1px solid #aaa;
	cursor:pointer;
}
#legacyRemarkTable tr.rmkDetails,
#rmkTable tr.rmkDetails
{
	display:none;
	cursor:default;
	background-color:#ffffff;
	box-shadow:inset 0px 11px 8px -10px #CCC,inset 0px -11px 8px -10px #CCC; 
}
#legacyRemarkTable tr.rmkDetails:last-of-type,
#rmkTable tr.rmkDetails:last-of-type
{
	cursor:default;
	box-shadow:inset 0px 11px 8px -10px #CCC; 
	border-bottom:none;
}
#legacyRemarkTable td,
#rmkTable td
{
	padding:5px;
}
#legacyRemarkTable tr td:first-of-type,
#rmkTable tr td.indicator:first-of-type
{
	width:6px;
	padding:0;
}
#legacyRemarkTable td:last-of-type div:first-of-type,
#rmkTable td:last-of-type div.rmkHeaderDiv:nth-of-type(4)
{
	padding-left:10px;
	font-size:1.2em;
	float:left;
}
#rmkTable td:last-of-type div.rmkHeaderDiv span
{
	color:red;
	padding-left:20px;
	font-size:0.8em;
	letter-spacing:0.1em;
}
#rmkTable td:last-of-type div.rmkHeaderDiv:first-of-type,
#rmkTable td:last-of-type div.rmkHeaderDiv:nth-of-type(2),
#rmkTable td:last-of-type div.rmkHeaderDiv:nth-of-type(3)
{
	white-space: nowrap;
	overflow:hidden;
	padding-left:10px;
	font-size:1em;
	float:left;
	color:#202020;
}
#rmkTable td:last-of-type div.rmkHeaderDiv:first-of-type
{
	width:50px;
}
#rmkTable td:last-of-type div.rmkHeaderDiv:nth-of-type(2),
#rmkTable td:last-of-type div.rmkHeaderDiv:nth-of-type(3)
{
	width:110px;
}

#legacyRemarkTable td:last-of-type div:last-of-type,
#rmkTable td:last-of-type div.rmkHeaderDiv:last-of-type
{
	padding-right:10px;
	float:right;
}
#legacyRemarkTable tr.rmk2 td,
#rmkTable tr.rmk2 td
{
	background-color:#ffeeee;
}
#legacyRemarkTable tr.rmk2 td:hover,
#rmkTable tr.rmk2 td:hover
{
	background-color:#ffe2e2;
}
#legacyRemarkTable tr.rmk1 td,
#rmkTable tr.rmk1 td
{
	background-color:#ffffee;
}
#legacyRemarkTable tr.rmk1 td:hover,
#rmkTable tr.rmk1 td:hover
{
	background-color:#ffffe2;
}
#legacyRemarkTable tr.rmk0 td:hover,
#rmkTable tr.rmk0 td:hover
{
	background-color:#f2fff2;
}
#legacyRemarkTable tr.rmk2 td:first-of-type,
#rmkTable tr.rmk2 td:first-of-type
{
	background-color:red;
}
#legacyRemarkTable tr.rmk1 td:first-of-type,
#rmkTable tr.rmk1 td:first-of-type
{
	background-color:#eeee33;
}
#legacyRemarkTable tr.rmk0 td:first-of-type,
#rmkTable tr.rmk0 td:first-of-type
{
	background-color:#cceecc;
}
#legacyRemarkTable tr.rmkDetails td table
{
	border-collapse:collapse;
	width:90%;
	border:0;
	margin-top:10px;
	margin-bottom:40px;
	margin-left:30px;
}
#rmkTable tr.rmkDetails td table
{
	border-collapse:collapse;
	width:99%;
	margin-top:10px;
	margin-bottom:40px;
	margin-left:0;
}
#rmkTable tr.rmkDetails td table td
{
	border:1px solid black;
	padding:5px;
	margin:0;
	text-align:center;
}
#legacyRemarkTable tr.rmkDetails td table tr
{
	height:20px;
	border:0;
	cursor:default;
}

#legacyRemarkTable tr.rmkDetails td table tr td:first-of-type
{
	width:110px;
}
#legacyRemarkTable tr.rmkDetails td table tr th
{
	padding-top:30px;
	border-bottom:1px solid #aaa;
	letter-spacing: 2px;
}
.arrow-r
{
	transform: rotate(0deg);
	transition-duration: 0.5s;
}
.arrow-d
{
	transform: rotate(90deg);
	transition-duration: 0.5s;
}
tr.rmkDetails td a.rmkAction
{
	padding:3px 10px 5px 10px;
	background-color:#f5f5ff;
	border:1px solid #d0d0ee;
	margin-right:10px;
}
tr.rmkDetails td a.rmkAction:hover
{
	background-color:#f0f0f4;
}
tr.rmkDetails td i
{
	margin-right:8px;
}

div.maintDataBanner div
{
	background-color:#EEEEFF;
	padding:5px;
	margin-bottom:4px;
	border-radius:3px;
	font-size: 1.05em;
}
div.maintDataBanner div > i
{
	margin-left:1em;
	margin-right:1em;
}
div.maintDataBanner > div > p > span
{
	padding:3px;
	margin:5px;
	border-radius:3px;
	font-weight:bold;
	letter-spacing:0.1em;
	color:black;
	background-color:#A2E6B8;
}
div.maintDataBanner > div > p > span.caution
{
	color:black;
	background-color:#F2E166;
}
div.maintDataBanner > div > p > span.warning
{
	color:white;
	background-color:red;
}
table.rmkQuickReferenceList
{
	border:1px solid black;
	border-collapse:collapse;
	width:100%;
}
table.rmkQuickReferenceList tr:first-of-type
{
	border:2px solid black;
}
table.rmkQuickReferenceList th
{
	font-weight:bold;
	text-align:left;
	padding:8px;
	background-color:#f0f0f0;
	box-shadow:inset 0 0 0 50px #f0f0f0; 
	letter-spacing:1px;
}
table.rmkQuickReferenceList td
{
	border-bottom:1px solid black;
	padding:8px 8px 8px 10px;
	vertical-align:top;
}
table.rmkQuickReferenceList th:nth-of-type(1) {	width:35px; }
table.rmkQuickReferenceList th:nth-of-type(2) {	width:55px; }
table.rmkQuickReferenceList th:nth-of-type(3) {	width:55px; }
table.rmkQuickReferenceList th:nth-of-type(4) {	width:55px; }
table.rmkQuickReferenceList th:nth-of-type(5) {	width:55px; }


table.rmkWorkorder
{
	-webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.2); 
	box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.2);
	border:2px solid black;
	border-collapse:collapse;
	width:100%;
}
table.rmkWorkorder tr td
{
	cursor:default;
	width:25%;
	padding:5px;
	border:1px solid black;
}
table.rmkWorkorder div:first-of-type
{
	padding:0px;
	margin:0;
	text-align:left;
	font-size:0.9em;
	height:12px;
}
table.rmkWorkorder div:nth-of-type(2)
{
	padding:5px;
	margin:0;
	font-size:1.3em;
	font-weight:bold;
	height:16px;
	text-align:center;
}
table.rmkWorkorder div:nth-of-type(3)
{
	padding:1px;
	margin:0;
	font-size:0.9em;
	height:12px;
	text-align:center;
}
table.rmkWorkorder tr.rmkDividerRow td
{
	background-color:#f0f0f0;
	box-shadow:inset 0 0 0 50px #f0f0f0; 
	
	padding:0;
	height:30px;
	padding:0;
	font-weight:bold;
	letter-spacing:2px;
	text-align:center;
}


#docsTable
{
	width:100%;
	border-collapse:collapse;
}
#docsTable tr
{
	height:50px;
}
#docsTable tr:last-child td
{
	border-bottom:none;
}
#docsTable td
{
	border-bottom:1px solid #eee;
	padding:5px;
}



#invoices
{
	width:100%;
	border-collapse:collapse;
}
#invoices tr
{
	height:30px;
}



#transactions
{
	width:100%;
	border-collapse:collapse;
	border:1px solid black;
	font-family:Inconsolata,monospace;
	font-size:1.1em;
}
#transactions tr:nth-of-type(even) {
	background-color:#ffffff;
}
#transactions tr:nth-of-type(odd) {
	background-color:#f0f0ff;
}
#transactions tr:first-of-type,
#transactions tr:last-of-type {
	background-color:#e0e0ff;
}

#transactions th
{
	border-bottom:1px solid #303030;
	font-weight:bold;
}
#transactions td,
#transactions th
{
	height:1.7em;
}
#transactions .ctr
{
	text-align:center;
}
#transactions .amount
{
	border-left:1px solid #c0c0c0;
	text-align:right;
	white-space: nowrap;
	width:80px;
}
#transactions tr:last-of-type .amount
{
	border-right:1px solid #c0c0c0;
}
#transactions td.balance_in
{
	color:gray;
	text-align:center;
}
#transactions tr td:first-of-type,
#transactions tr th:first-of-type
{
	width:1.5em;
	text-align:center;
	padding:0.2em;
	padding-right:1em;
}
#transactions tr td:first-of-type i
{
	color:#336699;
}
#transactions tr td:nth-of-type(2)
{
	width:80px;
}
#transactions .knt
{
	width:65px;
	text-align:center;
	border-left:1px solid #c0c0c0;
	
}
#transactions tr:last-of-type td:first-of-type
{
	text-align:left;
	padding-left:1em;
}
#transactions tr:last-of-type td
{
	border-top:1px solid #303030;
	font-weight:bold;
}
#transactions .amount
{
	text-align:right;
	padding-right:0.4em;
}
#transactions td.neg,
div.neg,
span.neg
{
	color:red;
}


table.transactionAddFields{
	width:100%;
}
table.transactionAddFields td:first-of-type{
	width:10em;
}

table.transactionAddSummary {
	border-collapse:collapse;
	width:100%;
	border:1px solid #808080;
	letter-spacing:0.04em;
	text-align:center;
}
table.transactionAddSummary td,
table.transactionAddSummary th
{
	padding:0.5em;
}
table.transactionAddSummary thead th {
	color:black;
	border-bottom:1px solid #bbbbbb;
	background-color:#f0f0ff;
	width:20%;
}
table.transactionAddSummary tbody td {
	font-family:"Courier New",Inconsolata,monospace;
	border-bottom:1px solid #bbbbbb;
	text-align:center;
	border-left:1px solid #bbbbbb;
}
table.transactionAddSummary tbody th {
	border-bottom:1px solid #bbbbbb;
}


table.transactionDetails {
	border-collapse:collapse;
	width:90%;
	border:1px solid #808080;
	font-family:"Courier New",Inconsolata,monospace;
	letter-spacing:0.04em;
}
table.transactionDetails tr:nth-of-type(even) {
	background-color:#ffffff;
}
table.transactionDetails tr:nth-of-type(odd) {
	background-color:#f0f0ff;
}
table.transactionDetails tr:first-of-type td {
	font-weight:bold;
	border-bottom:1px solid #bbbbbb;
}
table.transactionDetails td {
	padding:0.4em;
	height:1.7em;
	text-align:center;
}
table.transactionDetails tr td:first-of-type {
	text-align:left;
}
table.transactionDetails tr td:nth-of-type(2) {
	text-align:right;
	width:110px;
}
table.transactionDetails tr td:nth-of-type(n+3):nth-of-type(-n+6) {
	width:65px;
}
table.transactionDetails tr td:nth-of-type(7) {
	width:35px;
}
table.transactionDetails td.neg {
	color:red;
}
table.transactionDetails tr:last-of-type {
	font-weight:bold;
}
table.transactionDetails tr:last-of-type td {
	border-top:1px solid #bbbbbb;
}

#mbr_balance
{
	width:100%;
	border-collapse:collapse;
	border:1px solid black;
	font-family:Inconsolata,monospace;
	font-size:1.1em;
}
#mbr_balance td,
#mbr_balance th
{
	height:1.2em;
	padding:0.3em;
}
table#mbr_balance tr:nth-of-type(even) {
	background-color:#ffffff;
}
table#mbr_balance tr:nth-of-type(odd) {
	background-color:#f0f0ff;
}
form#transactionOptions > table:first-of-type{
	border-collapse:collapse;
	width:100%;
	margin-bottom:2em;
}
form#transactionOptions > table tr td{
	padding:0.5em;
}
form#transactionOptions > table tr td a.button{
	margin-left:2em;
}
form#transactionOptions div.balance {
	display:inline-block;
	background-color:white;
	font-size:1.1em;
	line-height:1.3em;
	vertical-align:middle;
	padding:0.3em 0.6em 0.3em 0.6em;
	border-radius:0.3em;
}
form#transactionOptions span.balance {
	padding-left:1em;
	letter-spacing:0.1em;
	font-weight:bold;
}
form#transactionOptions div.balance.sub_limit{
	background-color:red;
	border:1px solid 
	color:white;
}
form#transactionOptions div.balance.sub_limit span{
	color:white;
}