.nactHeaderStyle { color: black; font-size : 14pt }

.nactPageStyle { color: black; }

.nactTableHeaderStyle { background-color: blue; color: white; font-family: Tahoma; font-size : 10pt }

.nactTableFooterStyle { background-color: white; color: black; font-family: Tahoma; font-size : 10pt }

.nactTableCellStyle { background-color: silver; color: black; font-family: Tahoma; font-size : 10pt }

.nactTableCellOddStyle { background-color: silver; color: black; font-family: Tahoma; font-size : 10pt }

.nactTableCellEvenStyle { background-color: lightblue; color: black; font-family: Tahoma; font-size : 10pt }

.nactMessageStyle { color: black; font-family: Tahoma; font-size : 12pt }

/* Added a generic Top Level table width */
.TopLevelTable { width: 100%; }

/* SPO - Added for AccountSummary.jsp */
.PrimaryHeader			{ width: 100%; text-align: center; font-weight: bold; font-size: 14pt; margin-top: 1em; }
.SecondaryHeader		{ width: 100%; text-align: left; font-weight: bold; font-size: 12pt; margin-top: 1em; }
.FootNote               { font-size: 90%; }
.ColumnName				{ font-weight: bold; width: 25%; text-align: right; white-space: nowrap; }
.ColumnValue			{ width: 75%; text-align: left; white-space: nowrap; }
.ColumnValueName        { width: 75%; text-align: left; white-space: nowrap; font-weight: bold; }
.PrimaryTable			{ width: 98%; margin: 5px; }
.InvoiceTable			{ border: 2px solid rgb(0, 102, 204); margin-top: 1em; margin-bottom: 1em; width: 100%; }
.InvoiceTableTitle		{ font-weight: bold; text-align: left; color: white; background-color: rgb(0, 102, 204); font-size: 90%; }
.InvoiceTableHeader		{ background-color: rgb(255, 255, 255); border-bottom: 1px solid rgb(0, 102, 204); font-weight: bold; font-size: 90%; }
.InvoiceTableFooter		{ background-color: rgb(255, 255, 255); border-top: 1px solid rgb(0, 102, 204); font-weight: bold; font-size: 90%; }
.InvoiceTableEvenRow	{ background-color: rgb(255, 255, 255); font-size: 90%; }
.InvoiceTableOddRow		{ background-color: rgb(232, 244, 255); font-size: 90%; }

.BalanceTable           { border: 2px solid rgb(0, 102, 204); margin-top: 1em; margin-bottom: 1em; width: 100%; }
.BalanceTableTitle		{ font-weight: bold; text-align: left; background-color: rgb(0, 102, 204); color: white; }
.BalanceTableStart      { background-color: rgb(255, 255, 255); }
.BalanceTableEnd        { background-color: rgb(255, 255, 255); font-weight: bold; border-top: 1px solid rgb(0, 102, 204); }
.BalanceTableAdjustments{ background-color: rgb(240, 255, 240); }
.BalanceTableCalls      { background-color: rgb(240, 240, 255); }
.BalanceTableTaxes      { background-color: rgb(255, 240, 240); }

/* RMR - Added for AccountInfo.jsp */
.AcctInfoPrimaryTable	{ width: 100%; text-align: center; font-weight: bold; font-size: 14pt; margin-top: 1em; }
.AcctInfoTable			  { border: 2px solid rgb(0, 102, 204); margin-top: 1em; margin-bottom: 1em; width: 100%; }
.AcctInfoTableTitle		{ font-weight: bold; text-align: left; color: white; background-color: rgb(0, 102, 204); font-size: 90%; }
.AcctInfoTableHeader	{ background-color: rgb(255, 255, 255); border-bottom: 1px solid rgb(0, 102, 204); font-weight: bold; font-size: 90%; }
.AcctInfoTableEvenRow	{ background-color: rgb(255, 255, 255); font-size: 90%; }
.AcctInfoTableOddRow	{ background-color: rgb(232, 244, 255); font-size: 90%; }
.AcctInfoLink         { color: white; }

/* RMR - Added for changing the GIF Button parameter */
.GifLogin             { width: 80px; height: 20px; cursor: hand; }
.GifButton            { width: 80px; height: 20px; cursor: hand; }
.GifButtonLong        { width: 120px; height: 20px; cursor: hand; }


