/*universal styles go here*/
*{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
}
body
{
	color: #818285;
}
h1
{
	font-size: 17px;
	margin-top: 0px;
	margin-left: 15px;
	margin-bottom: 10px;
	color: #5B2856;
}
h2
{
	font-size: 11px;
	margin-left: 5px;
	margin-top: 15px;
	margin-bottom: 5px;
	color: #5B2856;
	fpage-break-before: always;
}
.section2 h2
{
	margin-left: 0px;
}
h2 span
{
	font-size: 8px;
}
h3
{
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}
input
{
	font-size: 10px;
	line-height: 12px;
	height: 12px;
	background-color: transparent;
}
em
{
	font-style: italic;
}
.upper, em
{
	text-transform: uppercase;
}
.breakAfter
{
	page-break-after: always;
}
.breakBefore
{
	page-break-before: always;
}
.indent
{
	padding: 0px 15px 0px 15px;
}
strong
{
	font-size: 11px;
}
p
{
	margin-top: 10px;
	margin-bottom: 0px;
}
.subSection
{
	overflow: hidden;
}
/*styles to define skeleton of outlined boxes*/
/*do not attempt to set heights or widths on the skeleton.
  Apply to a container inside the skeleton and it will
  expand around it.*/
.box01 input
{
	border: 1px solid #818285;
}
.box01 img
{
	position: absolute;
	z-index: -1;
}
.box01 .tl
{
	top: 0px;
	left: 0px;
}
.box01 .tr
{
	top: 0px;
	right: 0px;
}
.box01 .br
{
	bottom: 0px;
	right: 0px;
}
.box01 .bl
{
	bottom: 0px;
	left: 0px;
}
.box01
{
	overflow: hidden; 
	position: relative; 
	color: #000000;		
	height: 1%;
}
.box02
{
	 padding-top: 5px; 
	 foverflow: hidden; 
	 position: relative; 	 
	 height: 1%;
}
*:first-child+html .box02
{
	 padding-top: 3px; 
}
*html .box02
{
	 padding-top: 3px; 
}
.box03
{
	position: relative; 
	overflow: hidden; 
	padding-right: 5px;	
	height: 1%;
}
.box04
{
	overflow: hidden; 
	position: relative; 
	padding-left: 5px; 
	padding-bottom: 10px;	
	height: 1%;
}
.box01 .content
{
	overflow: hidden;
}
.box01 .content img
{
	position: static;
}
/*styles for TYPE1 (Account access - page 3) content*/
.type1 table
{
	width: 100%;
	border-collapse: collapse;
	position: relative;
	color: #4C1F4E;
}
.type1 td
{
	padding: 0px;
	padding-top: 5px;
}
*+html:first-child .type1 td
{
	padding-top: 3px;
}
*+html .type1 td
{
	padding-top: 3px;
}
.type1 th
{
	text-align: left;
	padding: 0px;
}
.type1 .accounts1 th,
.type1 .users th
{
	border-bottom: 1px solid #4C1F4E;
}
.type1 .users
{
	margin-top:10px;
}
.type1 .users th
{
	border-top: 1px solid #4C1F4E;
}
.type1 .users td.lastCol
{
	font-weight:bold;
}
.type1 .users td.lastCol span
{
	white-space:nowrap;
}
.type1 .accounts1 .col1,
.type1 .accounts2 .col1
{
	width: 40%;
}
.type1 .accounts1 .col1 input,
.type1 .accounts2 .col1 input
{
	width: 200px;
}
.type1 .accounts1 .col2,
.type1 .accounts2 .col2
{

}
.type1 .accounts1 .col2 input,
.type1 .accounts2 .col2 input,
.type1 .accounts1 .col3 input.inputstyle01
{
	width: 15px;
	text-align: center;
}
.type1 .accounts1 .col2 input.inputstyle03
{
	width: 50px;
}
.type1 .accounts1 .col2 input.inputstyle05
{
	width: 100px;
}
.type1 .accounts1 .col2 input.inputstyle06
{
	width: 50px;
}
.type1 .accounts1 .col3 input
{
	width: 100px;	
}
.type1 .accounts2 .col3
{
	width: 20%;
}
.type1 .col4 input
{
	width: 50px;	
}
/*styles for TYPE2 (Section intro - originally dark purple) content*/
.type2
{
	margin-bottom: 10px;
	color: #5B2856;
}
.type2 ul
{
	margin: 0px;
	margin-left: 10px;
	padding: 0px;
}
.type2 li
{
	list-style: none;
	display: block;
	margin-top: 4px;
	line-height: 8px;
}
/*styles for TYPE3 (User permissions - second page) content*/
.type3 h2
{
	margin-top: 0px;
	margin-left: 0px;
}
.type3 .instruction
{
	font-weight: bold;
}
.type3 .fields
{
	margin-top: 10px;
	margin-left: 30px;
	margin-bottom: 10px;
}
.type3 input
{
	border: none;
}
.type3 table
{
	width: 100%;
	margin-top: 10px;
}
.type3 td
{
	width: 100px;
}
.type3 td.spacer
{
	width: auto;
}
.type3 td div, .test
{
	padding: 5px 0px 5px 0px;
	text-align: center;
	width: 100px;
	height: 20px;
	line-height: 20px;
	position: relative;
	overflow: hidden;	
	sborder: 1px solid red;
}
.type3 td div img, .test img
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 300px;
	height: 300px;
}
html > body .type3 td div input
{
	vertical-align: middle;
}
/*TYPE4 - (page 1) cover page*/
.type4
{
	page-break-after: always;
	margin-right: 5px;
}
.type4 .top_right
{
	float: right;
	width: 240px;
	padding-right: 15px;
	height: 500px;
}
.type4 .top_right h2
{
	font-size: 17px;
	margin-left: 0px;
	margin-top: 45px;
}
.type4 .top_right h3
{
	font-size: 12px;
	margin: 0px;
}
.type4 .top_right .help
{
	float: right;
	width: 175px;
}
.type4 .top_right img
{
	float: left;
}
.type4 .top_right span
{
	display: block;
	margin-bottom: 8px;
	font-size: 12px;
}
.type4 .top_right .intro p
{
	margin-left: 65px;
	font-size: 12px;	
}
.type4 .top_right .intro
{
	border-top: 1px solid #69416A;
	border-bottom: 1px solid #69416A;
	margin-bottom: 15px;
	padding-bottom: 10px;
}
.type4 .title_cont
{
	float: right;
	clear: right;
	width: 100%;
	height: 350px;
}
.type4 .title_strip
{
	padding-top: 18px; 
	padding-bottom: 10px; 
	border: 1px solid  #5B2856; 
	width: 100%; 
	position: relative;
	overflow: hidden;
}
.type4 .title_strip .bg
{
	width: 2000px;
	height: 300px;
	position: absolute;
	top: 0px;
	left: 0px;
}
.type4 .title_strip .title
{
	margin-left: 25px;
}
.type4 .tag
{
	font-size: 14px;
	margin-left: 25px;
}
.type4 .logo
{
	position: absolute;
	bottom: 20px;
	right: 20px;
	font-size: 16px;
	font-weight: bold;
}
.type4 .logo img
{
	vertical-align: baseline;
	position: relative;
	top: 14px;
	
}
/*Styles for TYPE5 - these boxes live on page 4*/
.type5 h3
{
	margin: 0px 0px 5px 15px;
}
.type5 table
{
	width: 100%;
}
.type5 input
{
	width: 100%;
}
.type5 who td{
	color: #5B2856;
}
.type5 .sub
{
	margin-left: 20px;
}
.type5 .terms1 th
{
	padding-left: 5px;
}
.type5 .terms1 td{
	padding-left: 10px;
	padding-right: 15px;
}
.type5 .terms1 th
{
	width: 20%;
	text-align: right;
	font-weight: normal;
	text-transform: uppercase;
}
.type5 .terms1  .tln
{
	width: 10%;
}
.type5 .terms1  .pa
{
	width: 50%;
}
.type5 .terms1  .t
{
	width: 20%;
}
.type5 table.terms2
{
	padding-left: 10px;
	padding-right: 10px;
}
.type5 .terms2 th
{
	text-align: left;
}
.type5 .terms2 th,
.type5 .terms2 td
{
	padding-left: 30px;
	padding-right: 30px;
}
.type5 .sig
{
	position: relative;
	left: -10px;
}
.type5 .terms2 img,
.type5 .sig img
{
	left: -10px;
	z-index: 100;
}
.type5 .terms2 .sig input
{
	padding-left:10px;
}
.type5 hr
{
	margin-left: 15px;
	margin-right: 15px;
	display: block;
	border: none;
	border-top: 1px solid #000;
	height: 1px;
	line-height: 0px;
}
/*box1 - special box that contains hexagonal USER boxes (page 2 section 1.1)*/
.box1
{
	height: 120px;
	margin-bottom: 10px;
}
.box1 table
{
	width: 100%;
	border-collapse: collapse;
}
.box1 td
{
	position: relative;
	width: 110px;
} 
.box1 td.spacer
{
	width: auto;
}
.box1 img
{
	position: absolute;
	display: block;
}
.box1 .container
{
	position: relative;
	width: 100px;
	height: 100px;
	margin-left: 5px;
	margin-right: 10px;
}
.box1 .content
{
	position: relative;
	padding: 5px;
	color: #231F20;
}
.box1 h3
{
	margin: 0px;
	text-align: center;
	text-transform: uppercase;	
	margin-bottom: 2px;
}
.box1 .upper
{
	line-height: 10px;
	display: block;
	height: 20px;
}
.box1 input
{
	width: 90px;
	font-size: 10px;
	border: 1px solid #818285 !important;
}
*:first-child+html .box1 input
{
	width: 88px;
}
.box1 .fields
{
	position: absolute;
	top: 40px;
}
/*Footer*/

/*A page would normally always be expected to break after this element*/

.foot{
	width:100%;
	fpage-break-after:always;
	color:#5B2856;
	text-align:center;
	margin:15px auto;
}
.foot img
{
	float:left;
	position:relative;
	left:50px;
	top:5px;
}
.nonPrint,
.aibStepBar,
a.closeWindow
{
	display:none;
}
.nonHidePrint
{
	display:block!important;
}
.printStuff input.inputstyle04
{
	width:250px;
	margin:2px 0px 5px 0px;
}
.printStuff .bankUse,
.printStuff .bankUse02
{
	margin-top:10px;
}
.printStuff .bankUse table.terms2,
.printStuff .bankUse02 table.terms2
{
	float:left;
	width:270px;
	padding:0px;
	margin:8px 0px 5px;
}
.printStuff .bankUse table.seperator
{
	border-right: #CCC 2px solid;
}
.printStuff .bankUse table.terms2 td
{
	margin:0px;
	padding:0px 7px;
}
.printStuff .bankUse table.terms2 td label,
.printStuff .bankUse table.terms2 td input
{
	clear:both;
	float:left;
}
.printStuff .bankUse02 table.terms2
{
	width:600px;
}
.printStuff .bankUse02 table.terms2 td
{
	margin:0px;
	padding:2px 0px 0px 10px;
}
.printStuff .bankUse02 table.terms2 td input
{
	float:left;
	margin-right:10px;
}
.printStuff .bankUse02 table.terms2 td.lastCol p
{
	width:200px;
	margin-left:310px;
}
.printStuff .bankUse02 table.terms2 td.lastCol p
{
	padding:3px 10px 80px;
	border:#818285 1px solid;
	font-size:93.75%;
	color:#999;
}
.printForm table th
{
	padding:5px 0px;
}
.printForm input
{
	height:15px;
	padding:5px;
	color: #000;
}
.printForm input.spInput
{
	color: #888 !important;
}
.inputstyle02, .inputstyle03, .inputstyle04{
	border: 1px solid #818285 !important;
}
.printForm p,
.printForm ul li
{
	color: #000;
	line-height:16px;
}
.box01 ul.printStuff li,
.aibBox02 .box01 ul li,
.printStuff .bankUse table.terms2 td
{
	line-height:16px!important;
	padding-bottom:5px;
}
.aibContent table.certified td input,
.aibContent table.tableStyle01 td input
{
	width:220px;
}
.aibContent table.tableStyle01 td.col2 input
{
	width: 15px;
	text-align: center;
}
h1 span.printStuff
{
	font-size:125%;
}
table input.inputstyle05
{
	width:80px!important;
}
.sig{
	position: relative !important;
	left: 10px !important;
}
.sig input
{
	padding-left:15px;
	border: 2px solid #5B2856 !important;
}
.aibContent textarea
{
	margin:10px 10px 0;
	width:575px;
	height:400px;
}
#progressBar{
	display: none;
}
.checkList li{
	padding-left: 40px;
	fbackground: url(/futuretense_cs/AIB_IE_Business/images/print/tick.gif) no-repeat;
	margin-top: 10px;
	font-size: 11px;
}
.checkList li img{
	margin-left: -40px;
	margin-top: -5px;
}
.bankOnly{
	border: 1px solid #000;
	overflow: hidden;
	position: relative;
}
.bankOnly p{
	font-size: 11px;
}
.bankOnly td{
	font-size: 11px !important;
	padding-bottom: 0px !important;
}
table.seperator{
	border-right: 2px solid #000 !important;
}
.bankOnly02{
	position: relative;
	padding: 10px;
}
h3.textStyle02 strong{
	font-size: 110% !important;
}
h3.textStyle02{
	margin-top: 0px;
}
.greybg{
	position: absolute;
	width: 1000px;
	height: 1000px;
}




