/* CSS Document */
/*** Stylehseet used to setup the color schema ***/
/*** for the Remote Deposit Capture pages
/*****************************/
/*****************************/
#rdc_border_header
/* BRAND: background-color=BannerBackground */
/* BRAND: border-color=BannerBorderColor */
{
 background-color: #ffffff; /* Changes the background color of the header */
 border-width:5px; 
 border-color:#a8a9ad;
 border-style:solid;
 border-right-width:0; /*Hides the right border*/
 border-left-width:0; /*Hides the left border*/
 border-top-width:0; /*Hides the top border*/
 border-bottom-width:0; /* Uncomment the border-bottom-width:0 statement if you */
 						/* don't want the black line below the header to be displayed */
}

/* BRAND: background-color=BannerBackground */
/* BRAND: color=UtilityLinkForeground */
/* BRAND: border-right=UtilityLinkForeground */
.rdc_UtilityLink, .rdc_LastUtilityLink
{
	background-color:#ffffff;
	color:#393939;
	font-family:Arial;
	font-size:8pt;
	border-right:1px solid #393939;
	padding: 0px 7px 0px 6px;
}

.rdc_LastUtilityLink
{
	font-weight:bold;
	border-right:none;
}

#rdc_subMenu
{
	padding:5px 0px 5px 16px; /* position of menu options from left */
					       /* (ie: padding is added to original padding set in the Navigation DIV) */
	font-family:font-family: Verdana, Arial, Helvetica, sans-serif;; 
	font-weight:normal; 
	font-style:normal;	
	height: 1%;
	font-size: 70%; 
	/* text-decoration:none */
}

#rdc_subHeader
{
	padding-left:5px; /* position of menu options from left */
					       /* (ie: padding is added to original padding set in the Navigation DIV) */
	font-family:arial; 
	font-weight:bold;
	font-style:normal;
	background-color:Silver;
	/* text-decoration:none */
}

#rdc_main_content_align
{
	padding-top:5px; /* Adjust space between the Header and the Main content */
	padding-left:30px; /* Adjust the space between the Navigation and the Main content */
}

/* Billpay subtotal style */
/* BRAND: background-color=ReportSubheaderBackground */
.tableSubTotal
{
	background-color: #ffffff; /*Subtotal row color*/
	font-family: Arial;
   font-weight: normal;
   font-size: 10pt;
}

#rdc_faq_navigation,{
	background-color:#ffffff;
	width:150px;	   /* width of the navigation menu */
	font-family:Arial; 
	font-size:10pt; /*Text size*/
	font-weight:bold; 
	font-style:normal;
	height:100%;
	border-width:1px; 
 	border-color:#C0C0C0;
 	border-style:solid;
 	/* border-right-width:0; */  /*Hides the right border*/
	border-left-width:0; /*Hides the left border*/
 	border-top-width:0; /*Hides the top border*/
 	border-bottom-width:0;
}

#rdc_faq_navigation #rdc_faq_navMainAlign {
	padding-top:20px;  /* position of menu options from top */
	padding-left:5px; /* position of menu options from left */
}

#rdc_faq_subMenu
{
	padding-left:15px; /* position of menu options from left */
					       /* (ie: padding is added to original padding set in the Navigation DIV) */
	font-family:arial;
	font-size:10pt; /*Text size*/
	font-weight:normal; 
	font-style:normal; 
	/* text-decoration:none */
}

#rdc_faq_subMenu a
{
	color:#000000; /* color of menu links */
   /*	text-decoration:none;  */ /* Stops the underline of text that is automatically applied to an "A" tag */
	line-height:24px; /* creates spacing between menu links */
}

#rdc_faq_main_content_align
{
	padding-top:5px; /* Adjust space between the Header and the Main content */
	padding-left:10px; /* Adjust the space between the Navigation and the Main content */
}