/***********************************************/
/* print.css                                   */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Verdana,Arial,Helvetica,Georgia,sans-serif;
	color: #333;
	line-height: 1.166;	
	background-color: #222;
	margin: 0;
	padding: 0;
}

a{
	color: #047;
	text-decoration: none;
	cursor: pointer;
}

a:link{
	color: #047;
	text-decoration: none;
}

a:visited{
	color: #047; /* #069; */
	text-decoration: none;
}

a:hover{
	color: #069;
	text-decoration: underline;
}

h1{
font-family: Verdana,Arial,sans-serif;
font-size: 120%;
/* color: #334d55;  */
color: #000;
margin: 0;
padding: 4px 0 0 0;
}

h2{
font-family: Verdana,Arial,sans-serif;
font-size: 116%;
color: #000;
margin: 0;
padding: 0;
}

h3{
font-family: Arial,sans-serif;
font-size: 100%;
color: #334d55;
margin: 0;
padding: 0;
}

h4{
font-family: Arial,sans-serif;
font-size: 100%;
font-weight: normal;
color: #333;
margin: 0;
padding: 0;
}

h5{
font-family: Verdana,Arial,sans-serif;
font-size: 100%;
color: #334d55;
margin: 0;
padding: 0;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}

.aoh3{
 font-family: Arial,sans-serif;
 font-size: 125%;
 color: #334d55;
 margin: 0;
 padding: 25px;
}

.captionXXX{
	color: #0d6;
	text-align:left;
	font-weight: bold;
	padding: 4px 0 2px 8px;
	background: #777 url(../images/caption-background.gif) no-repeat top left;
	border-bottom: 1px solid #555;
}

img {
	border: 0;
}

.roleLabel {
	color: #06d;
	font-weight: bold;
	font-size: 110%;
}


thead tr th {
   color: #0d6;
   text-align:left;
   font-weight: bold;
   font-size: 110%;
   padding: 6px 0 6px 14px;
   background: #fff url(../images/table-header.gif) no-repeat top left;
   border-bottom: 1px solid #555;
}

thead tr th:hover {
   color: #fc0;
}

tfoot tr th {
   height: 0.3em;
   color: #00f;
   text-align:left;
   font-weight: bold;
   padding: 4px 0 15px 8px;
   background: #fff;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	display:none;
}

/* temp */
.mastheadTable{	
	display:none;
}

#navBar{
	display:none;
}

#headlines{
	display:none;
}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	display:none;
}

#helpSection {
	display: none;
}

.activeNavigation a{
	background-color: #fc1; /* #fb0; */
	color: #000;
}

/*********** .relatedLinks styles ***********/

.relatedLinks{
	visibility: collapse;
}

/************** #headlines styles **************/

#headlines{
	visibility: collapse;
}



#switchLanguage {
	visibility: collapse;
}


#content{
  float: left;
  width: 98%;
/*  background-color: #222; */
}

#page {
	background-color: #fff;
}
#pageDark {
	background-color: #222;
}


/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	background: #777;
	color: #fff;
	padding: 5px;
}

.header{
	background: #777;
	color: #fff;
	padding: 5px;
}

#logo{
	width: 180px;
	padding: 2px;
}
/************* #globalNav styles **************/

#globalNav{
	padding: 0 0 5px 10px;
	/* border-bottom: 1px solid #CCC; */
	color: #cccccc;
	text-align:right;
}

#globalNav img{
	display: block;
}

#globalNav a {
	font-size: 90%;
	color: #fc6;
	padding: 0 4px 0 0;
}

#tableNav{
	padding: 0;
	/* border-bottom: 1px solid #CCC; */
	color: #cccccc;
	text-align:right;
}

#tableNav img{
	display: block;
}

#tableNav a {
	font-size: 90%;
	color: #fc6;
	padding: 0 8px;
}

/*************** #pageName styles **************/

#pageName{
	color: #fff;
	/* background-color: #ddd; */
	margin: 0;
	/* padding: 0px 0px 0px 10px; */
	padding: 4px 5px;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	clear: both;
	font-size: 80%;
	padding: 2px 0 0 0;
	color: #fff;
	padding: 0 0 6px 0;
}

#breadCrumb a{
	color: #fc6;
	padding: 0 6px;
}



.tdCenterA {
	width: auto;
}

.tdRightA {
	width: 380px;
	text-align: right;
}

#tdA{
	font-size: 125%;
	font-weight:bold;
	background: #777;
	color: #fff;
	padding: 5px;
	background: #777 url(../images/header-background.gif) no-repeat top left;
}
#tdB{
	width: 360px;
	text-align: right;
	font-size: 125%;
	font-weight:bold;
	background: #777;
	color: #fff;
	padding: 5px;	
	background: #777 url(../images/header-background.gif) no-repeat top left;	
}
#tdC{
	width: auto;
	color: #fff;
	margin: 0;
	font-family: Arial,sans-serif;
	font-size: 114%;
	padding: 5px;
}
#tdD{
/*	min-width: 200px;
	width: 40%; */
	background: #777 url(../images/cell-background.gif) no-repeat bottom left;
	text-align: right;
	color: #cccccc;
	text-align:right;
	padding: 5px 0;
}

#tdD span {
	font-size: 90%;
	color: #fc6;
	padding: 0 8px;
}

#tdD a {
	font-size: 90%;
	color: #fc6;
	padding: 0 8px;
}

#tdE{
	font-size: 80%;
	padding: 2px 0px 0 0;
	color: #fff;
	padding: 0 0 6px 0;
}

#tdE a{
	color: #fc6;
	padding: 2px 6px;
}

#tdF {
	text-align:right;
	font-size: 70%;
	padding: 2px 0px 0 0;
	color: #fff;
	padding: 0 0 6px 0;
}

#tdF a{
	color: #fc6;
	padding: 2px 6px;
}


.tdRightBack {
	background: #777 url(../images/cell-background.gif) no-repeat bottom left;
	text-align: right;
}

.fontsm{
	font-size: 60%;
/*	vertical-align:text-top; */
}

.font80 {
	font-size: 80%;
}

/************** .feature styles ***************/

.feature{
	padding: 0 0 10px 10px;
	font-size: 80%;
}

.feature h3{
	padding: 30px 0 5px 0;
	text-align: center;
}

.feature img{
	float: left;
	padding: 10px 10px 0 0px;
}

.featureAuthentication {
	font-size: 135%;
}

.featureAuthentication, .featureAuthentication h3{
	color: #fc0;
	padding: 25px;
	background-color: #222;
}

.featureAuthentication a{
	color: #0c0;
}

.featureMap {
	padding: 15px;
}

/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0 0 10px;
	font-size: 80%;
}

.story p{
	padding: 0 0 10px 0;
}


/************* #siteInfo styles ***************/

#siteInfo{
	text-align: center;
	clear: both;
	/* border: 1px solid #cccccc; */
	font-size: 75%;
	color: #ccc;
	padding: 10px;
}

#siteInfo img{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}

#siteInfo a{
	color: #930;
	padding: 3px;
}

/************* #search styles ***************/

#search{
	padding: 5px 0 5px 10px;
	border-bottom: 1px solid #f7c224;
	font-size: 90%;
}

#search form{
 margin: 0;
 padding: 0;
}

#search label{
	display: block;
	margin: 0;
	padding: 0;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


.activeNavigation a{
	background-color: #fc1; /* #fb0; */
	color: #000;
}

/*********** .relatedLinks styles ***********/

.relatedLinks{
	visibility: collapse;
}

/************** #headlines styles **************/

#headlines{
	visibility: collapse;
}


.btop{
	border-top: 1px solid #ccc;
}

/*
#tableTop{
	background: #333;
	padding: 10px 0 0 6px;
}
*/



.tableCats {
}
.tableCats td{
	padding: 0 0 0 2px;
	width: 15%;
}


thead tr th {
	color: #0d6;
	text-align:left;
	font-weight: bold;
	font-size: 110%;
	padding: 6px 0 6px 14px;
	background: #777 url(../images/caption-background.gif) no-repeat top left;
	border-bottom: 1px solid #555;
}

thead tr th:hover {
	color: #fc0;
}

tfoot {
	height: 0.3em;
	color: #0d6;
	text-align:left;
	font-weight: bold;
	padding: 4px 0 2px 8px;
	background: #222;
}

.tableCat {
}
.tableCat td{
	padding: 2px 0 2px 3px;
	width: 15%;
}

#tableCat1, #tableCat2, #tableCat3, #tableCat10, #tableCat15, #tableCat16, 
#tableCat20, #tableCat30, #tableCat50, #tableCat60, #tableLogs, #tableStats, 
#tableGeneric, #tableVendorPf {
	width: 100%;
}
/*
#tableCat20 .mouseOver, #tableCat20 .mouseOver:hover {
	cursor: pointer;
}
*/

#tableCat1 td, #tableCat2 td, #tableCat3 td, #tableCat10 td, #tableCat15 td, #tableCat16 td,
#tableCat20 td, #tableCat30 td, #tableCat50 td, #tableCat60 td, #tableGeneric td {
	padding: 2px 0 2px 3px;
/*	width: 13%; */
}

#tableLogs td, #tableStats td, #tableVendorPf td {
	padding: 8px 0 8px 3px;
}

#tableGuarantor, #tableFraud, #tableGuarantorDemographics, #tableGuarantorCredit, #tableGuarantorProbabilities,
#tableGuarantorGeographics, #tableAdditionalGeographics, #tableMetroNet, #tableEDA, 
#tableGuarantorApprovals, #tableEmployer, #tableAdmin, #tableGuarantorPhones {
	width: 100%;
}

#tableGuarantor td, #tableFraud td, #tableGuarantorDemographics td, #tableGuarantorCredit td,
#tableGuarantorProbabilities td, #tableGuarantorGeographics td, #tableAdditionalGeographics td,
#tableMetroNet td, #tableEDA td, #tableGuarantorApprovals td, #tableEmployer td, #tableGuarantorPhones td {
	padding: 1px 0 1px 2px;
	width: 25%;
}

#tableLogin{
	font-size: 80%;
	width: 100%;
	background-color: #fff;
}

#tableLogin td{
	font-size: 80%;
	padding: 1px 0 1px 2px;
	width: 25%;
}
#tableLogin th{
	font-size: 90%;
}

.rowHeader {
	color: #000;
	font-weight: bold;
}
.rowHeaderInternal{
	color: #000;
	text-align: left;
	font-weight: bold;
	padding: 2px 0;
	background: #777;
}
.rowCategory{
	background: #222 url(../images/caption-background.gif) no-repeat top left;
	color: #ddd;
	text-align:left;
	font-weight: bold;
	padding: 4px 0 2px 6px;
	background: #777;
}
/*
.rowName {
	color: #fc6;
	border-left: 1px solid #fff;
}
*/
.colWidth{
	width: 160px;
}

.lRow{
	background-color:#fff;
}
.lRow:hover{
	color: #06f;
	background-color:#ff9;
}

.dRow{
	background-color:#dde;
}
.dRow:hover{
	color: #06f;
	background-color:#ff9;
}

.grey {
	background-color:#222;
}


.lastpaystandard {
}

.lastpayhighlight {
	color: #096;
}
.lastpaywarn {
	color: #f00;
}

.linkIcon {
	border: 0;
	padding: 0 0 0 4px;
}

.center, .ct {
	text-align: center;
}

.left, .lt {
	text-align: left;
}

.right, .rt {
	text-align: right;
}

#lightTable{
	width: 100%;
	background-color: #fff;
}

#lightTable td{
	padding: 4px;
}

/*
#lightTable tr{
	border: 1px solid #000;
}
*/

/*
#lightTable .totals {
	border-top: 1px solid #000;
}
*/

/*
#transmitter {
	background-color: #222;
}
*/

.padSpace, #transmitter .padSpace {
	padding: 5px 10px 3px 10px;
	background-color: #222;
	color: #fff;
	text-align: center;
}

#sectionTitle {
	padding: 10px;
	background-color: #222;
	color: #fff;
	text-align: center;
}

#navBackForward, #navBackForward a {
	display: none;
	background-color: #222;
	font-size: 95%;
	text-align: left;
	padding: 2px 6px;
	color: #fc6;
	width: 25%;
}
#title {
	width: 65%;
}
#titleMiddle {
	width: 55%;
}
#title h1, #titleMiddle h1 {
	text-align: right;
}

#downloadIcons {
	display: none;
	width: auto;
	text-align: right;
	background-color: #222;
}
#downloadIcons img {
	text-align: right;
	padding: 2px 3px;
	border: 0;
}

#downloadIcons a img {
	text-align: right;
}

.totals {
	font-weight: bold;
	/* text-decoration: overline; */
}

.darkFiller {
	height: 2px;
	background-color: #222;
}


.mouseOver{
	cursor: pointer;
}

.right50Cell {
	width: 50%;
	text-align: right;
}

#naviPointers, #naviPointers a {
	color: #fc6;
	padding: 6px;
	/* font-size: 150%; */
	font-weight: bold;
}

#currentPage {
	text-decoration:overline;
	padding: 6px;
	color:#0d6;
}

.searchFields label {
	color: #fff;
	font-size: 90%;
}

.editField {
	color: #096;
	font-weight: bold;
}

.alert {
	color: #FF3333;
}

.name {
	width: 22%;
}

.bolder {
	font-size: 110%;
	font-weight: bold;
	font-style: italic;
}
.bolder:hover{
	text-decoration: underline;
	color: #06f;
	background-color:#ff9;
}

.centeralert {
	text-align: center;
	color: #FF3333;
}

.centergreat {
	text-align: center;
	color: #009933;
}

#helpOverBackground {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 50;
   background-color: #000;     /* the background native color */
   filter:alpha(opacity=65);   /* Internet Explorer           */
   -moz-opacity:0.65;          /* Mozilla 1.6 and below       */
   opacity: 0.65;              /* newer Mozilla and CSS-3     */
	visibility: hidden;
}

#helpOverForeground {
	padding: 10px;
	position: absolute;
	left: 20%; /* 250px; */
	top: 15%; /* 250px; */
	width: 65%; /* 400px; */
	height: 65%; /* 200px; */
	z-index: 100;
	background: #fff;
	border: 1px solid #000099;
/*   filter:alpha(opacity=100);
   -moz-opacity:1.0;
   opacity: 1.0;  */
	visibility: hidden;
}

.lRow{
   background-color:#fff;
}
/*
.lRow:hover{
   color: #06f;
   background-color:#ff9;
}
*/
.dRow{
   background-color: #ffa; /* #dde; */
}
/*
.dRow:hover{
   color: #06f;
   background-color:#ff9;
}
*/

#lightTable{
   width: 100%;
   background-color: #fff;
}

#lightTable td{
   padding: 4px;
}

