@charset "UTF-8";

/*************************  start basic data styles   *************************/
.transparentHeaderBlockFullWidth {
 width:725px;
 height:38px;
 padding-top:12px;
 padding-left:10px;
 clear:both;
}

.blueGradientHeaderBlockFullWidth {
 width:708px;
 height:38px;
 padding-top:12px;
 padding-left:17px;
 padding-right:10px;
 background-color:#e7ebee;
 background-image:url(common/blueTopFadeBox.gif);
 background-repeat:repeat-x;
 background-position:center top;
 margin:3px 0 0 0;
}

/*************************  end basic data styles   *************************/
 /*************************  start basic table styles   *************************/
.basicTable thead tr th {
 text-align:left;
 padding-top:2px;
 padding-right:3px;
 padding-bottom:3px;
 padding-left:3px;
}

.basicTable tbody tr td {
 color:#000;
 background-image:url(table/lightGreenRowGradient.gif);
 background-repeat:repeat-x;
 background-position:left top;
 padding:3px;
 text-align:left;
 vertical-align:top;
}

.basicTable tfoot tr td {
 font-size:0.7em;
 line-height:12px;
 font-weight:lighter;
 padding-top:10px;
 padding-right:3px;
 padding-bottom:3px;
 padding-left:3px;
}

/*************************  end basic table styles   *************************/
 /*************************  start basic table padding 17 styles   *************************/
.creditReportTable thead tr th {
 text-align:left;
 padding:2px 17px 5px 17px;
 font-size:.9em;
}

.creditReportTable tbody tr td {
 color:#000;
 background-image:url(table/lightGreenRowGradient.gif);
 background-repeat:repeat-x;
 background-position:left top;
 padding:2px 17px 15px 17px;
 text-align:left;
 vertical-align:top;
 font-size:.9em;
}

.creditReportTable tfoot tr td {
 font-size:0.7em;
 line-height:12px;
 font-weight:lighter;
 padding:10px 17px 5px 17px;
}


.creditReportTable th.right,
.creditReportTable td.right {
 text-align:right; 
}
 
.creditReportTable th.center,
.creditReportTable td.center {
 text-align:center; 
}

/*************************  end basic table padding 17 styles   *************************/
 /*************************  start dollar range table styles   *************************/
.creditReportTable#dollarRange thead tr th {
 padding:2px 2px 2px 17px;
 font-size:.7em;
}

.creditReportTable#dollarRange tbody tr td {
 padding:2px 2px 2px 17px;
 font-size:.7em;
 border-left:1px #CCC solid;
}

/*************************  end dollar range table styles   *************************/
 /*************************  start clean table with blue text styles   *************************/
.cleanTableBlueTxt tbody tr td,.cleanTableBlueTxt thead tr th {
 color:#002A5F;
 padding:0px 0px 5px 0px;
 text-align:left;
 vertical-align:top;
 font-size:.8em;
 line-height:13px;
}
/*************************  end clean table with blue text styles   *************************/