#printArea {
 font-family: Arial, Helvetica;
 white-space: pre-wrap;
}

div.sasContainer {
	/* 'align="center"' for IE */
	text-align:center;
}

table.sasTable {
	/* 'align="center"' for Mozilla */
	margin-left:auto;
	margin-right:auto;
	text-align:left;

	width:90%;
	border-collapse:collapse;
	font-family:Arial,sans-serif;
	font-size:12px;
}

table.sasTable tr.altRow {
	background-color:#EFEFEF;
}

table.sasTable th, table.sasTable td {
	padding:5px 10px 5px 10px;
	border:1px solid #999999;
}

table.sasTable th.sinkHeader {
	border:none;
	width:50%;
}

table.sasTable th.singleAppHeader {
	width:50%;
}
table.sasTable th.jointAppHeader {
	width:25%;
}

table.sasTable ul.providerList {
	margin-left:0px;
	padding-left:15px;
	margin-top:5px;
	margin-bottom:0px;
}

/* used for cross-sell offers and products */
table.checkList {
	width:100%;
	border-collapse:collapse;
	font-family:Arial,sans-serif;
	font-size:12px;
}

table.checkList th, table.checkList td {
	padding:3px 5px 3px 5px;
	border:1px solid #999999;
}

table.checkList th {
	font-size:11px;
}

/* used only for SAS override screen (for now) */
div.checkListRow {
	margin-top:5px;
	font-family:Arial,sans-serif;
	font-size:12px;
}

div.checkListCtrl {
	position:absolute;
}

div.checkListDesc {
	padding-left:25px;
}

div.actionContainer {
	text-align:center;
}

input.dmsActionBtn, input.dmsActionBtnOn {
	width:100px;
	margin:0px 10px;
	padding:5px 10px;
	background-color:#EFEFEF;
	border-color:#CCCCCC #666666 #666666 #CCCCCC;
	border-width:1px;
	border-style:solid;
	font-family:Arial,sans-serif;
	font-size:12px;
	cursor:hand;
}

input.dmsActionBtnOn {
	background-color:#99CC99;
	font-weight:bold;
}

/* raw response renderer additions */

/* EIDV: */
table.eidvTable {
	border-collapse:collapse;
	font-family:Arial,sans-serif;
	font-size:12px;
}
table.eidvTable th, table.eidvTable td {
	padding:5px 10px 5px 10px;
	border:1px solid #999999;
}
table.eidvTable th {
	font-size:11px;
}
table.eidvTable td {
	vertical-align:top;
}

/* IST: */
table.istOfacTable {
	border-collapse:collapse;
	font-family:Arial,sans-serif;
	font-size:12px;
	margin-bottom:10px;
}
table.istOfacTable th, table.istOfacTable td {
	padding:5px 10px 5px 10px;
	border:1px solid #999999;
}
table.istOfacTable td {
	vertical-align:top;
}

/* Penley: */
table.qualifileTable {
	border-collapse:collapse;
	font-family:Arial,sans-serif;
	font-size:12px;
	margin-bottom:10px;
	width:90%;
}
table.qualifileTable th, table.qualifileTable td {
	padding:5px 10px 5px 10px;
	border:1px solid #999999;
}
table.qualifileTable td {
	vertical-align:top;
}
table.subQualifileTable {
	border-collapse:collapse;
	font-family:Arial,sans-serif;
	font-size:12px;
}
table.subQualifileTable th, table.subQualifileTable td {
	padding:5px 10px 5px 10px;
	border:none;
}
table.subQualifileTable td {
	vertical-align:top;
}

/* AccountHistory: */
.ssnIndicator { font-size: 11px; font-weight: normal; margin-left: 6px; }

table.acctHistoryTable {
	border-collapse:collapse;
	font-family:Arial,sans-serif;
	font-size:12px;
	width:97%;
}
table.acctHistoryTable td {
	padding:5px 10px 5px 10px;
	color: #000000;
	border:1px solid #999999;
	vertical-align:top;
}
table.acctHistoryTable td.checkHeading {
	font-size: 14px;
	font-weight: bold;
	background-color: #DFDFDF;
}

table.acctHistoryTable td.errorInfo {
	font-size: 14px;
	font-weight: bold;
	background-color: #FFFFEF;
}

table.subAcctHistoryTable {
	border-collapse:collapse;
	font-family:Arial,sans-serif;
	font-size:11px;
	margin-top:5px;
	margin-bottom:10px;
	width:100%;
}
table.subAcctHistoryTable td {
	padding:1px 3px 1px 3px;
	color: #333333;
	border:1px solid #999999;
	vertical-align:top;
}
table.acctHistoryTable td.fieldLabel {
	font-weight: bold;
	background-color: #EFEFEF;
}
table.acctHistoryTable td.fieldValue {
	background-color: #FFFFFF;
}
table.acctHistoryTable td.errorField {
	font-weight: bold;
	color: red;
	background-color: #FFFFFF;
}

/* Submission History */
.bottomNavBG {
	background-image: url(/images/AND/bg_nav_bot.gif);
	background-repeat: repeat-x;
}

.siteShadowBG {
	background-image: url(/images/AND/bg_siteshadow.gif);
	background-repeat: repeat-y;
}

td.interiorSiteBG {
	background-image: url(/images/AND/bg_interior.gif);
	background-repeat: no-repeat;
}

table.submissionHistoryData h2 {
	margin-bottom: 2px;
	border: none;
}

table.submissionHistoryData th, table.matchData th {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: #333333;
	padding: 3px;
	border-bottom: double #D4D0C8;
}

table.matchData th {
	background-color: #efefef;
}

table.submissionHistoryData {
	margin-top: 25px;
}

table.submissionHistoryData td {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	color: #333333;
	padding: 3px;
}


table.matchData td {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	color: #111111;
	border-bottom: 1px solid #D4D0C8;
	border-left: 1px solid #D4D0C8;
	padding: 3px;
}

table.submissionHistoryData td.noLine, table.matchData td.noLine {
	border: none;
}

table.submissionHistoryData td.noLineHeading {
	border: none;
}

.reportHeader {
	font-family: Arial;
	font-size: 24px;
	font-weight: bold;
	text-align: left;
	padding-left: 10px;
	color: #336699;
}


/*============== Adverse Action styles [start] ==============*/
#provider-message { } /* placeholder */
#provider-reportdate { } /* placeholder */
#provider-contact .row { margin: 0 0 5px 0; }
#provider-contact .lbl, #provider-contact .value {
	float: left;
	font: normal 12px Arial;
}
#provider-contact .lbl {
	width: 100px;
	text-align: right;
	font-weight: bold;
}
#provider-contact .value {
	margin: 0 0 0 20px;
}
.clear { clear: both; }
/*============== Adverse Action styles [end] ==============*/


/*============== Fraud styles [start] ==============*/

td.fraudReportHeader
{
	color: white;
	font-family: Arial;
	font-size: 28px;	
	font-weight: bold;
	padding-left: 10px;
	text-align: left;
}

div.fraudSectionContainer
{
	width: 700px;
	margin: 10px;
}

div.fraudTopHeader
{
	background-color: #8A8EAD;
	color: black;
	font: bold 14px Arial;
	padding: 10px;
	margin: 0px;
}

div.fraudSubHeader
{
	background-color: #ACB0C4;
	
	border-top: 1px solid white;
	border-left: 1px solid white;
	border-right: 0;
	border-bottom: 0;
	
	padding: 5px;
	margin: 0px;
	margin-left: 15px;
	
	position: relative;
	top: -2px;
}

div.fraudDetails
{
	border: 1px solid #ACB0C4;
	border-top: 0;
	
	padding: 5px;
	padding-right: 0px;
	padding-left: 0px;
	margin: 0px;
	margin-left: 30px;
	
	position: relative;
	top: -2px;
}

p.fraudReasonsTitle
{
	font: normal 14px Arial;
	text-decoration: underline;
	margin: 0px;
	padding: 0px;
}

p.fraudReasonsDetails
{
	font: normal 14px Arial;
	
	margin: 0px;
	padding: 0px;
	padding-left: 100px;
}

table.fraudSubHeaderTable
{
	width: 674px;
	padding: 0px;
	margin: 0px;
}

table.fraudSubHeaderTable td
{
	color: black;
	font: normal 14px Arial;
	
	width: 50%;
	padding: 0px;
	margin: 0px;
}

table.fraudDetailsTable
{
	width: 668px;
	border-collapse: collapse;
	border-spacing: 0px;
}

table.fraudDetailsTable td
{
	color: black;
	font: normal 14px Arial;
	
	padding: 5px;
	margin: 0px;
	
}

table.fraudDetailsTable td.fraudDetailsTableleftRow
{
	width: 375px;
}
table.fraudDetailsTable td.fraudDetailsTablerightRow
{
	width: 325px;
}


tr.fraudTableRowBackgroundColorAlt
{
	background-color: #E3E4EA;
}

/*============== Fraud styles [end] ==============*/