body
{
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
.DIF_brs  #container
{
	width: 735px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0;
	text-align: left;
} 
.DIF_brs   #header
{
	padding: 18px 10px 5px 20px;
}
.DIF_brs  #header  hr
{
	color: #336699;
	background-color: #336699;
}
.DIF_brs  #headerRight
{
	float: right;
	text-align: right;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 1.5;
} 
#title
{
	width: inherit;
	padding: 10px 0 0 10px;
	font-size: 22px;
	color: #3399CC;
	font-weight: bold;
}  
.DIF_brs  #header  h1
{
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #666666;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
.DIF_brs  #sidebar1
{
	float: right; /* since this element is floated, a width must be given */
	width: 295px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 10px;
}
A.return:link,A.return:visited
{
	display: block;
	padding: 3px 9px 3px 0px;
	border: 1px solid #899bb7;
	color: #53647f;
	text-align: right;
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
	font-size: 12px;
	margin-bottom: 5px;
}
A.return:hover
{
	text-decoration: underline;
	background-color: #cccc99;
}
A.reportButton:link,A.reportButton
{
	display: inline;
	padding: 2px 15px 2px 15px;
	border: 1px solid #899bb7;
	color: #FFFFFF;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	background-color: #336699;
}
A.reportButton:hover
{
	text-decoration: underline;
	background-color: #3B89C5;
}
.DIF_brs  #mainContent
{
	padding: 0px 10px 0px 50px;
}  
.DIF_brs  #mainContent td
{
	font-size: 12px;
}
.DIF_brs  #mainContent BLOCKQUOTE
{
	font-size: 11px;
}
.DIF_brs  #mainContent h2
{
	display: block;
	font-size: 17px;
	padding: 0 0 6px 0;
	color: #666666;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-bottom-width: 1px;
}
.DIF_brs  #mainContent h3
{
	font-size: 14px;
	font-weight: bold;
}
.DIF_brs  #mainContent label
{
	display: block;
	font-size: 13px;
	font-weight: bold;
}
.DIF_brs  #mainContent p, ul, li, div
{
	font-size: 13px;
	color: #666666;
}
#error
{
	display: block;
	padding: 2px 15px 2px 15px;
	border:none;
	font-size: 13px;
	margin-bottom: 20px;
}
#formDataChecker
{
	display: block;
	vertical-align: middle;
	font-size: 12px;
}
.formReg
{
	display: block;
	margin-bottom: 20px;
	font-size: 13px;
	color: #666666;
}
#formIndent
{
	display: block;
	padding: 0 0 0 15px;
	margin-bottom: 20px;
	font-size: 13px;
	color: #666666;	
}
#tableHeader
{
	font-size: 13px;
	font-weight: bold;
	color: #4f4f4f;
}
#viewReport
{
	display: block;
	padding: 0 0 0 25px;
	margin-bottom: 20px;
	font-size: 13px;
	color: #666666;
	border-top: solid 1px #999999;
	border-bottom: solid 1px #999999;
}
.DIF_brs  #footer 
{
	clear:both;
	padding: 20px 10px 0 20px;
	text-align: center;
} 
.DIF_brs  #footer  p
{
	margin: 0; 
	padding: 10px 0;
	font-size: 8pt;
	font-weight: normal;
	color: #999999;
}	
.DIF_brs  #footer  hr
{
	color: #999999;
	height: 1px;
	background-color: #999999;
}
.hr50
{
    width:50%;
    margin:auto;
    height:1px;
    border-top:solid 1px #999999;
}
.hr100
{
    width:100%;
    margin:auto;
    height:1px;
    border-top:solid 1px #999999;
    padding-bottom:5px;
}
.fltrt
{ /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft
{ /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat
{
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
A.DIFLinks:link,A.DIFLinks:visited
{
    color: #3399CC;
    font-size: 100%;
	font-weight:normal;
    text-decoration: none;
}
A.DIFLinks:hover
{
    color: #999999;
    font-size: 100%;
    font-weight:normal;
    text-decoration: underline;
}
A:link,A:visited
{
    color: #3b89c5;
    font-size: 100%;
	font-weight:normal;
    text-decoration: none;
}
A:hover
{
    color: #999999;
    font-size: 100%;
    font-weight:normal;
    text-decoration: underline;
}
.DIFLinks:link,.DIFLinks:visited
{
    color: #3399CC;
    font-size: 100%;
	font-weight:normal;
    text-decoration: none;
}
.DIFLinks:hover
{
    color: #999999;
    font-size: 100%;
    font-weight:normal;
    text-decoration: underline;
}
.DIFLinksLarge:link,.DIFLinksLarge:visited
{
    color: #3399CC;
    font-size: 17px;
	font-weight:normal;
    text-decoration: none;
}
.DIFLinksLarge:hover
{
    color: #999999;
    font-size: 17px;
    font-weight:normal;
    text-decoration: underline;
}
/* THIS AREA IS FOR THE NPA CUSTOM PEER REPORT */
.NPAHeaderContainer
{
	width:670px;
	height:35px;
	position:relative;
	background-color:#c7c79a;
}
.NPAHeaderLeftContainer
{
	display:table;
	height:35px;
	width:400px;
	#position:relative;
	overflow:hidden;
	float:left;
}
.NPAHeaderRightContainer
{
	display:table;
	height:35px;
	width:265px;
	#position:relative;
	overflow:hidden;
	float:left;
}
.NPAHeaderOuter
{
	#position: absolute;
	#top: 50%;
	display: table-cell;
	vertical-align: middle;
}
.NPAHeaderTableInnerName
{
	#position: relative;
	#top: -50%;
	padding-left:10px;
	float:left;
	width:230px;
}
.NPAHeaderInner
{
	#position: relative;
	#top: -50%;
	padding-left:10px;
	width:120px;
}
.NPAHeaderMiddle
{
	vertical-align:middle;
	width:1px;
	height:35px;
	float:left;
	background-color:#ffffff;
}
.NPATableContainer
{
	width:670px;
	height:42px;
	position:relative;
}
.NPATableLeftContainer
{
	display:table;
	height:42px;
	width:400px;
	#position:relative;
	overflow:hidden;
	float:left;
}
.NPATableRightContainer
{
	display:table;
	height:42px;
	width:265px;
	#position:relative;
	overflow:hidden;
	float:left;
}
.NPATableOuter
{
	#position: absolute;
	#top: 50%;
	display: table-cell;
	vertical-align: middle;
}
.NPATableInnerName
{
	#position: relative;
	#top: -50%;
	padding-left:10px;
	float:left;
	width:230px;
}
.NPATableInnerPeriod
{
	#position: relative;
	#top: -50%;
	padding-left:10px;
	padding-top:12px;
	float:left;
	width:120px;
}
.NPATableInnerLinks
{
	#position: relative;
	#top: -50%;
	padding-left:10px;
	float:left;
	width:120px;
}
.NPATableInner
{
	#position: relative;
	#top: -50%;
	padding-left:10px;
	float:left;
	width:70px;
}
.NPATableMiddle
{
	vertical-align:middle;
	width:1px;
	height:42px;
	float:left;
	background-color:#c7c79a;
}
#DeletePopupBackground
{
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}
#DeletePopupFrame .DeleteInnerWindow
{
  position:absolute;
  left:0;
  top:0;
  width:440px;
  height:150px;
  display:none;
  z-index:9999;
  padding:20px;
  border:solid 1px #007bca;
}
#DeletePopupFrame #DeleteInnerPopup
{
  width:375px; 
  height:145px;
  padding:10px;
  background-color:#ffffff;
}
#DeleteInnerPopup a
{
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#A52A2A;
	text-decoration:none;
	cursor:default;
}
#DeleteInnerPopup a:hover
{
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#A52A2A;
	text-decoration:none;
	cursor:pointer;
}
#DeleteBranchPopupBackground
{
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}
#DeleteBranchPopupFrame .DeleteInnerWindow
{
  position:absolute;
  left:0;
  top:0;
  width:440px;
  height:150px;
  display:none;
  z-index:9999;
  padding:20px;
  border:solid 1px #007bca;
}
#DeleteBranchPopupFrame #DeleteBranchInnerPopup
{
  width:375px; 
  height:145px;
  padding:10px;
  background-color:#ffffff;
}
#DeleteBranchInnerPopup a
{
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#A52A2A;
	text-decoration:none;
	cursor:default;
}
#DeleteBranchInnerPopup a:hover
{
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#A52A2A;
	text-decoration:none;
	cursor:pointer;
}
#PeerPopupBackground
{
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}
#PeersPopupBackground
{
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}
#PeerPopupFrame .PeerInnerWindow
{
  position:absolute;
  left:0;
  top:0;
  width:440px;
  height:150px;
  display:none;
  z-index:9999;
  padding:20px;
  border:solid 1px #007bca;
}
#PeerPopupFrame #PeerInnerPopup
{
  width:375px; 
  height:145px;
  padding:10px;
  background-color:#ffffff;
}
#PeerInnerPopup a
{
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#A52A2A;
	text-decoration:none;
	cursor:default;
}
#PeerInnerPopup a:hover
{
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#A52A2A;
	text-decoration:none;
	cursor:pointer;
}
.PeerClosePopup{}
#PeersPopupFrame .PeersInnerWindow
{
  position:absolute;
  left:0;
  top:0;
  width:490px;
  height:350px;
  display:none;
  z-index:9999;
  padding:20px;
  border:solid 1px #007bca;
}
#PeersPopupFrame #PeersInnerPopup
{
  width:425px; 
  height:345px;
  padding:10px;
  background-color:#ffffff;
}
#PeersInnerPopup a
{
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#A52A2A;
	text-decoration:none;
	cursor:default;
}
#PeersInnerPopup a:hover
{
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#A52A2A;
	text-decoration:none;
	cursor:pointer;
}
.LinkButtonPeer{}
.StepHeader
{
	font-size:16px;
	font-weight:bold;
}
.Step
{
    font-size:14px;
    font-weight:bold;
}
.CreatorBankHighlight
{
	color: #666666;
	background:#CCCCCC;
	font-weight:bold;
	border-bottom:solid 1px #666666;
	border-top:solid 1px #666666;
}
.Checkbox
{
	border:none;
	padding: 0px;
	margin:0px;
	height:14px;
	width:14px;
	vertical-align:bottom;
}
.Errors
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:Red;
}
.Errors ul
{
	list-style-type:square;
	padding-left:30px;
}
.PeersListHeader
{
	background-color:#c7c79a;
	width:350px;
	font-weight:bold;
	line-height:18px;
}
.TextLeft
{
	text-align:left;
}
.CloseStyle_X
{
	float:right;
	line-height:normal;
	width:50px;
	height:25px;
	text-align:right;
}
.ClosePopupX
{
    float:right;
    line-height:normal;
    width:20px;
    height:20px;
    text-align:right;
    padding-top:2px;
    padding-right:2px;
    text-align:center;
}
.PopupHeader
{
	 float:left;
	 line-height:normal;
	 width:285px;
	 height:25px;
}
.PopupHeaderBackground
{
	width:100%;
	height:20px;
	background-color:#3B89C5;
	padding-right:0px;
}
.PopupHeaderTitle
{
	float:left;
	line-height:normal;
	width:285px;
	height:25px;
	padding-left:2px;
	padding-top:2px;
	color:White;
	font-weight:bold;
}
.PopupPeersContainer
{
	height:350px;
	width:420px;
	position:relative;
	display:block;
}
.DeleteClosePopup{}
.LinkButtonDelete{}
.LinkButtonModify{}
.CaptureClick{}
/* END NPA CUSTOM PEER REPORT */
/* ADMIN PAGE STUFF */
.AdminSectionTitle
{
	float:left;
	width:400px;
	background-image: url(../../images/extranet/backgrounds/AdminSectionTitleGradient.png);
	background-repeat:repeat-y;
	width:400px;
	height:auto;
	font-size:18px;
	font-weight:normal;
	padding: 2px;
}
.BulletListContainer
{
	padding-top:5px;
	float:left;
	width:100%;
}
.BulletList
{
	list-style-type:none;
	width:100%;
}
.BulletList li
{
	background-repeat: no-repeat;
	background-image: url(../../images/extranet/backgrounds/bullet.gif);
	background-position: -5px -4px;
    height:25px;
    padding-top:3px;
}
.BulletList a
{
	padding-left:25px;
	margin-top:13px;
}
.DIFButton
{
   font-size:11px;
   font-family:Verdana,sans-serif;
   font-weight:bold;
   color:#ffffff;
   background-color:#3B89C5;
   border:double 3px #ffffff;
   cursor:pointer;
   height:30px;
}
.DefaultAppContainer
{
	width:670px;
	position:relative;
}
.DefaultLabelSingleRow
{
    float:left;
    width:100%;
    font-weight:bold;
}
.DefaultLabelColumn
{
    float:left;
    width:150px;
    font-weight:bold;
}
.DefaultTextboxColumn
{
    float:left;
    width:516px;
}
.DefaultButtonRow
{
    float:left;
    width:670px;
    text-align:center;
}
.DefaultSpacerRow
{
    float:left;
    width:100%;
}
