
body {
	width: 100%; /* fixes display at portrait view 320px*/
	background:#fff none repeat scroll 0% 0%;
	color:black;
	font-family:Helvetica,Verdana,Arial,sans-serif;
	font-size:17px;
	margin:0px;
	overflow-x:hidden;
	-webkit-user-select: none;
	-webkit-text-size-adjust: none;
}

/* landscape orientation width */
body[orient="landscape"] {
	width: 480px;
}

/* profile orientation width */
body[orient="profile"] {
	width: 320px;
}
a{
	color:#039;
}
.indentLink a{
	text-decoration:none;
	color:#039;
}

/* DO NOT DELETE */
.iphone_page {
	position: absolute;
	width: 100%;
}

/* DO NOT DELETE - Content container */
#iphone_body {
	position: relative;
	overflow: hidden;	
	width: 100%;
	min-height: 332px; /*352px;*/
	clear:both;
}

/* iPhone body minimum height when in landscape */
body[orient="landscape"] > #iphone_body {
    min-height: 268px;
}

/* general styling for content within the iphone_body */
.panel {
	padding-top:0px;
	margin-top:0px;
	margin-bottom:10px;
	padding-left: 10px;
	padding-right: 10px;
	background: #fff;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.content {
	padding-top:0px;
	margin-top:0px;
	margin-bottom:0px;
	background: #fff;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

/* DO NOT DELETE - Footer container*/
#iphone_footer {
	position: relative;
	color:#fff;
	font-size:11px;
	font-weight:bold;
	padding:10px 0;
	text-align:left;
	clear:both;
	width:100%;
	float:center;
	height:19px;
	background-color:#424449;
}

/* DO NOT DELETE - Header container. Contains header and menubar 
#iphone_header {
	height:100px;
	margin:0px;
	padding:0px;
	left: 0px;
	top: 0px;
}
*/
/* DO NOT DELETE - Header container. Contains header and shadow*/
#iphone_header {
	height:48px;
	margin:0px;
	padding:0px;
	left: 0px;
	top: 0px;
}

.toolbar {
	margin: 0;
	padding: 0;
	height: 70px; /* was 104px */
}


/* Header */
#Header {
	background:transparent url(/common/img/mobileDevice/apple/anz_header_slice.gif) repeat-x scroll 0% 0%;
	height:22px;
	padding:10px 0px;
	width:100%;
}

#Header .ANZlogo {
	width:80px;
	margin: 0 auto;
	display:block;
	float:none;
	margin-top:-10px;
	border:none;
}
/* Fixes logo issue when opening in other browsers, no effect in safari */
#Header .logo {
	border: none;
}


label {

	/*position: absolute;*/
	display:block;
	line-height: 24px;
	font-size: 20px;
	font-weight: bold;
	padding: 0;

}

.logout {

	display: block;
	text-align:right;
	line-height: normal;
	padding: 0px;
	color: #FFFFFF;
	margin-right: 10px;
	text-decoration: none;

}



/*Menu Bar - not required except in IB */
#menu_bar {
	background:url(/common/img/mobileDevice/apple/menu_bar_slice.gif) repeat-x;
	height:58px;
	margin-top:-6px; /* to cover the header shadow when it is not needed */
}

#menu_bar img {
	border:0px none;
	float:left;
	padding:0px 3px;
}

#menu_bar h2 
{
	padding-top: 15px;
	margin: 0;
	color:#FFFFFF;
	padding-left: 10px;
	font-size: 20px;
	/*background: url(/common/img/mobileDevice/apple/title_bar_pixel_stretch.gif) repeat-x;*/
	font-weight: bold;
	vertical-align: middle;
}
.shadow {
	background:url(/common/img/mobileDevice/apple/Shadow.png) repeat-x;
	height:6px;
}


/* Placeholder - not required except in IB */
#miLinks {
	display:none;
}

/* List styles */

ul.panel li{
	list-style:none;
}
ul.logon li{
	list-style:none;
}


		
li {
	/*border-bottom:1px solid #E0E0E0;*/
	font-size:17px;
	font-weight:normal;
	/*padding:8px 0 8px 10px;*/
	padding-right:10px;
	margin:0px -10px;
	position:relative;
	min-height:22px;
}



/* all list content that exceed the width of the content width, would be clipped to that length with an ellipsis - i.e. no wrapping. */
li > * {
	text-overflow: ellipsis;
	white-space:nowrap;
	overflow:hidden;
}

/* gradient background for clickable items */
li.clickItem {
	background-color:#C8C8C8;
	background-image:url(/common/img/mobileDevice/apple/gradient_menu.png);
	background-position:left top;
	background-repeat:repeat-x;
	height:auto;
	text-overflow: ellipsis;
	white-space:nowrap;
	overflow:hidden;
}
/* gradient background for Menu items */
li.MenuItem {
	background-color:#C8C8C8;
	background-image:url(/common/img/mobileDevice/apple/pixel_stretch_01.gif);
	background-position:left top;
	background-repeat:repeat-x;
	height:56px;
	text-overflow: ellipsis;
	white-space:nowrap;
	overflow:hidden;
}

/* plain background for plain items */
li.plainItem {
	background:#EAEAEA;
	font-size:17px;
	font-weight:normal;
	height:auto;
	overflow:auto;
}

/* button background for button items */
li.buttonItem a {
	webkit-border-image:url(/common/img/mobileDevice/apple/greenButton.png)0 24 0 24;
	font-size:17px;
	height:auto;
	overflow:auto;
	
}

/* separator line for the lists */
li.separator {
	background:#C8C8C8 url(/common/img/mobileDevice/apple/separator.gif) repeat-x;
	min-height:2px;
}



li.group {
    position: relative;
    top: -1px;
    margin-bottom: -2px;
    border-top: 1px solid #7d7d7d;
    border-bottom: 1px solid #999999;
    padding: 1px 10px;
    background: url(/common/img/mobileDevice/apple/listGroup.png) repeat-x;
    font-size: 17px;
    font-weight: bold;
    text-shadow: rgba(0, 0, 0, 0.4) 0 1px 0;
    color: #FFFFFF;
}

li.group:first-child {
    top: 0;
    border-top: none;
}

/* list item images are left aligned and centered */
li > img {
	float:left;
	height:29px;
	margin:-3px 10px 0 0;
}

.advert{
   margin:0;
   padding;0;
}

.adbanner{
	margin:10px 0;
	}
	
.adbanner >a >img{
	margin:auto;
	display:block;
	
}

.alert{
	float:right;
	position:absolute;
	top:0px;
	right:30px;
}

.backButtonOn{
	float:left;
	position:absolute;
	top:10px;
	left:10px;
}

.backButtonOn{
	float:left;
	position:absolute;
	top:10px;
	left:10px;
}

.extraItem{
	padding:20px 0;
	}

.extraItem > a{
	display:block;
	height:45px;
}
.extraItem img{
	float:left;	
}

.extraItem span.info{
	padding-bottom:10px;
}

.disclaimer{
	font-size:14px;
	font-style:italic;
}
.footer_disclaimer{
	font-size:12px;
	margin:5px 5px;
	color:#666;
}

.info{
	font-size:12px;
	text-align:center;
	margin:10px auto 25px auto;
	display:block;
}


li.clickItem  img {
	float:left;
	height:52px;
	margin:-3px 10px 0 0;
}


.default
{
	width: auto;
	color: black;
	margin-top: 10px;

}

/*start button stuff*/


.homeButton 
{
		background:transparent  url(/common/img/mobileDevice/apple/home_jpg.jpg) no-repeat right center;
		width:96px;
		height:25px;
		float:left;	
		text-indent:-9999em;
		display:block;
		margin-left:5px;
}

.backButton 
{
		background:transparent  url(/common/img/mobileDevice/apple/back_jpg.jpg) no-repeat right center;
		width:96px;
		height:25px;
		display:block;		
		text-indent:-9999em;
		float:left;
		margin-left:5px;
}
a#SignonButton 
{
		background:transparent  url(/common/img/mobileDevice/apple/logo_on_jpg.jpg) no-repeat right center;
		width:122px;
		height:32px;
		margin:auto;
		display:block;
		text-indent:-9999em;
}

a.phoneButton
{
		background:transparent  url(/common/img/mobileDevice/apple/phone_jpg.jpg) no-repeat right center;
		width:178px;
		height:45px;
		margin:auto;
		display:block;
}
a.downloadButton
{
		background:transparent  url(/common/img/mobileDevice/apple/download_button.gif) no-repeat right center;
		width:221px;
		height:45px;
		margin:auto;
		padding-top:10px;
		display:block;
		padding-left:0px;
		padding-right:0px;
		padding-bottom:0px;
}
a.logoutButton
{
		background:transparent  url(/common/img/mobileDevice/mobile_ib_logout.png) no-repeat right center;
		width:120px;
		height:122px;
		margin:auto;
		padding-top:10px;
		display:block;
		padding-left:0px;
		padding-right:0px;
		padding-bottom:0px;
		
}
.extraItem h3{
	text-indent:-9999em;
}
/* end of button stuff


/* remove text decoration for links */
li > a { 
	color: inherit;
	display: block;
	/*margin: -8px 10px -8px -10px;*/
	padding: 8px 32px 8px 10px;
	text-decoration: none;
	background:transparent  url(/common/img/mobileDevice/apple/Arrow.png) no-repeat right center;
}



li > a > .primary{
	font-size:18px;
	font-weight:bold;
	/*padding-left: 60px;*/
}

li > a.more {
	background-image:none;
    color: cornflowerblue;
	font-size:17px;
	font-weight:bold;
	vertical-align: middle;
	text-decoration:none;
}
li.clickItem > a { 
	padding: 0px 32px 0px 10px;
}

li.clickItem .primary {
	line-height:49px
}


li .amount {
	float:right;
	padding-right:10px;
	font-weight:bold;
}


ul.horizontallist{
	margin:0;
	padding:0;
}

ul.horizontallist li {
	display: inline;
}

ul.horizontallist li > a {
	background-image: none;
	font-size:14px;
	color:#039;
	display: inline;
}
ul.horizontallist li > a:visited {
	color:#039;
}
ul.horizontallist li > a:hover {
	color:#06c;
}
ul.pipedlist li,ul.nonpipedlist li {
	border-right: 1px solid black;
	padding-left: 10px;
	padding-right: 5px;
}

ul.pipedlist li.lastlistitem {
	border-right: 0 !important;
}



/* DO NOT DELETE - Loading container */
#iphone_loading_page {
	display: none;
}

/* DO NOT DELETE - styles for load more content link. i.e. links that extends a list. */
.load_more {
	display: block; 
	height: 17px; 
	padding: 8px 32px 8px 10px; 
	font-weight: bold; 
	font-size: 14px;
	text-decoration: none;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.load_more_loading {
	display: block; 
	height: 17px; 
	padding: 8px 32px 8px 23px; 
	font-weight: bold; 
	font-size: 14px; 
	background:url(/common/img/mobileDevice/apple/progress-small.gif) no-repeat 1% center;
	text-decoration: none;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	color: white;
}

a.load_more_loading:after {
	content: "Loading...";
}

.logoninfo  >a:visited{
	color:#00e;
}
	
.load_info_msg {
	font-size:18px;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
	height:300px;
	width:100%;
	margin-bottom:150px;
	margin-top:100px;
}

/* Headings */
h2 {
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	font-size: 20px;
	font-weight: bold;
	vertical-align: middle;
}

h2 > a  {
	background: url(/common/img/mobileDevice/apple/back_arrow.png) no-repeat left center;
	font-size: 18px;
	text-decoration: none;
	color: black;
	padding-left: 20px;
}
h3 {
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	font-size: 17px;
	font-weight: bold;
	vertical-align: middle;
}


.boldText{
	font-weight:bold;
	}
.phonenumber{
	/*font-weight:bold;*/
	white-space:nowrap;
	}	
	
body .dialog {
    top: 0;
    width: 100%;
    min-height: 417px;
    z-index: 2;
    background: rgba(0, 0, 0, 0.8);
    padding: 0;
    text-align: right;
}

/* Dialog */
.dialog > fieldset {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    margin: 0;
    border: none;
    border-top: 1px solid #6d84a2;
    padding: 10px 6px;
    background: url(/common/img/mobileDevice/apple/toolbar.png) #7388a5 repeat-x;
}

.dialog > fieldset > h1 {
    margin: 0 10px 0 10px;
    padding: 0;
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    text-shadow: rgba(0, 0, 0, 0.4) 0px -1px 0;
    text-align: center;
}

.dialog > fieldset > label {
    position: absolute;
    margin: 16px 0 0 6px;
    font-size: 14px;
    color: #999999;
}

/* Button Styles - not required except for IB*/
.toolbarButton {
	background:transparent;
	border:0px;
	color: #FFFFFF;
    font-family: inherit;
    font-size: 12px;
    font-weight: bold;
    text-shadow: rgba(0, 0, 0, 0.6) 0px -1px 0;
    text-overflow: ellipsis;
    text-decoration: none;
}

#logoutForm {
    overflow: hidden;
	float:right;
    margin: -3px 5px 0px;
    
    border-width: 0px 5px;
    padding: 0px 3px;
    width: auto;
    height: 30px;
    line-height: 30px;
    color: #FFFFFF;
    white-space: nowrap;
    -webkit-border-image: url(/common/img/mobileDevice/apple/ButtonLight_blue.png) 0 5 0 5;
}
/*login form */


input, select {
	font-size: 17px;
	line-height: 25px;
	margin-bottom: 2px;
	margin: 0;
	padding: 3px 3px 3px 3px;
	font-weight: normal;
	display: block;
	margin-left: -15px;
}



label {
	/*position: absolute;*/
	display:block;
	/*line-height: 20px;*/
	font-size: 18px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	margin-left:-15px;
	
}

.error {
	color:#CC0000;
	font-size:14px;
	font-weight:bold;
}
		
.errorDescription {
	color:#CC0000;
	font-size:14px;
}
	
/* end of login form */


/* locator styles */

td, p, .header1, .header2, .header3, .header4, .header5, .header7, .header8, .header9, .header10, .headergrey, .text1, .text2, .text3, .text9, .textgrey{
font-size:17px;
}
.textfooter1,{
	font-size:14px;
}


/* end of locator styles */

/* round border pages eg contact us*/
#colorBgd #iphone_body, #colorBgd #iphone_body .panel{
	background-color:#eaeaea;
}

#iphone_body .panel fieldset {
	margin:0;
	padding:0;
	border:none;
}

#iphone_body .panel fieldset label {
    display:block;
	font-size:17px;
	font-weight:bold;
	color:#000;
	margin-left:0px;
}

#iphone_body .panel fieldset ul {
    width:100%;
    display:block;
    padding:0;
	margin:10px 0;
	font-weight:bold;
	border-width:1px;
	border-style:solid;
	border-color:black;
/*	border-color:#a9acaf;	*/
	-webkit-border-radius:9px;
	background-color:#fff;
}

#iphone_body .panel fieldset ul > li {
    margin:0px;
	font-size:17px;
	list-style-type:none;
	border-color:inherit;
	line-height:22px;
	padding:6px 8px;
	border-top:1px solid #000;
}

#iphone_body .panel fieldset ul > li:first-child {
    border-top:none;
}

#iphone_body .panel fieldset ul > li:last-child {
    border-bottom:none;
}
#iphone_body .panel fieldset .contactLink{
	line-height:29px;
	}
/* end round bordered pages*/

p.indentLink{
	margin-left:10px;
}


.footerLinks {
	padding-left:10px;
}

.footerLinks ul{
	list-style:none;
	font-size:17px;	
	color:blue;
	padding:0;
	margin:0;
	
}
.footerLinks ul li{
	border-top:#000 1px solid;
	line-height:30px;
}
.footerLinks ul li a{
	text-decoration:none;
}
.footerLinks ul li > a:not(a[href="javascript:void();"]) {
	background: none;
}



/* Preloader */
#preloader {
    display: none;
	background-image: url(/common/img/mobileDevice/apple/progress-large.gif), url(/common/img/mobileDevice/apple/progress-medium.gif),  
		url(/common/img/mobileDevice/apple/progress-small.gif),url(/common/img/mobileDevice/apple/anz_logo.gif), 
		url(/common/img/mobileDevice/apple/ButtonGreen.png),url(/common/img/mobileDevice/apple/ButtonLightBlue.png),
		url(/common/img/mobileDevice/apple/ButtonLeft_Toolbar.png),url(/common/img/mobileDevice/apple/ButtonToolbar.png),
		url(/common/img/mobileDevice/apple/blueButton_light_blue.png), url(/common/img/mobileDevice/apple/back_arrow.png);
}


#downloadapp
{
    background-color: #65747B;
    height: 46px;
    margin-top: -10px;
    padding-left: 10px;
    padding-right: 10px;
   padding-top: 10px;
   padding-bottom: 10px;
}
#iphone
{

margin: auto;
height: 46px;
}

#android
{
width: 133px;
margin: auto;
height: 46px;
}