/* CSS Document */

/* stylesheets for Credit Reports classes on IBank */
/* added by okozorez - 06/12/2006 */

td.creditReportsTableColumnName {
	color:6600FF;
	font-weight:bold;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

td.creditReportsTableColumnNameNR {
	color:6600FF;
	font-weight:normal;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

.creditReportsText {
	background-color:E1F0FF;
	border:solid;
	border-width:1px;
	border-color:027EAF;
	color:333333;
	font-size:11px;
	text-indent:3;
}

.creditReportsTextNR {
	background-color:F0FAFF;
	border:solid;
	border-width:1px;
	border-color:027EAF;
	color:333333;
	font-size:11px;
	text-indent:3;
}

select.creditReportsSelect {
	background-color:E1F0FF;
	color:333333;
	font-size:11px;
	text-indent:3;
}

.creditReportsTableText {
	color:333333;
	font-size:11px;
	text-indent:3;
	font-family:Arial, Helvetica, sans-serif;
}

.creditReportListItem {
	margin-left: 20px;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-right: 10px;
	font-family:Arial, Helvetica, sans-serif;
}

.creditReportList {
	color:333333;
	background-color: CEE7FF;
	font-size:11px;
	border: 6 solid CEE7FF;
}

a.purchaseReport:link {
	color: #0000FF;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:underline;
}

a.purchaseReport:visited {
	color: #0000FF;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:underline;
}

a.purchaseReport:active {
	color: #0000FF;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:underline;
}

a.purchaseReport:hover {
	color: #6600FF;
	background: #FFCCFF; font-family: Arial, Helvetica, sans-serif;
	text-decoration:underline;
}

a.purchaseReportDNB:link {
	color: #0000FF;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:underline;
}

a.purchaseReportDNB:visited {
	color: #0000FF;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:underline;
}

a.purchaseReportDNB:active {
	color: #0000FF;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:underline;
}

a.purchaseReportDNB:hover {
	color: #00369A;
	background: #CCCCCC; font-family: Arial, Helvetica, sans-serif;
	text-decoration:underline;
}


