

/* remove Andriod Orange tap highlight colour  */
*{
  outline: none!important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)!important;
}

/* ======= Splash Screen - Controlled by js and cookie. Currently set to expire in 30 days  ====== */

#splash{
	background-color: #999999;
	color: white;
	font-size: 1em;
	height: 900px;
	position: absolute;
	text-shadow: 0 -1px 0 #015180;
	width: 100%;
	z-index: 999;
	display: none;
}

.splashTop{
	width: 100%;
	text-align: center;
	background: #3397c8; /* Old browsers */
	background: -moz-linear-gradient(top, #3397c8 0%, #007dba 40%, #006ba0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3397c8), color-stop(40%,#007dba),
	color-stop(100%,#006ba0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #3397c8 0%,#007dba 40%,#006ba0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #3397c8 0%,#007dba 40%,#006ba0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #3397c8 0%,#007dba 40%,#006ba0 100%); /* IE10+ */
	background: linear-gradient(top, #3397c8 0%,#007dba 40%,#006ba0 100%); /* W3C */
	/*-webkit-box-shadow: 0 15px 10px rgba(0,0,0, 0.7) inset;   
	-moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7) inset;
	box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7) inset;*/
	-webkit-box-shadow: 0 15px 10px rgba(0,0,0, 0.7) inset;   
	-moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7) inset;
	box-shadow: 0 -15px 10px rgba(0, 0, 0, 0.7) inset;
	}
	
.splashTop img{
	height: 200px;
	margin-left: auto;
	margin-right: auto;
	width: 171px;
}

.splashBottom{
	background: #3397c8; /* Old browsers */
	background: -moz-linear-gradient(top, #3397c8 0%, #007dba 40%, #006ba0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3397c8), color-stop(40%,#007dba),
	color-stop(100%,#006ba0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #3397c8 0%,#007dba 40%,#006ba0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #3397c8 0%,#007dba 40%,#006ba0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #3397c8 0%,#007dba 40%,#006ba0 100%); /* IE10+ */
	background: linear-gradient(top, #3397c8 0%,#007dba 40%,#006ba0 100%); /* W3C */
	height: 100%;
	width: 100%;
	text-align: center;
}

.splashBottom p{
	padding: 4px 8px; 
	text-align: left;
}


/* ---- END Temp splash page styles ------ */

html, body, span, object, iframe, h1, h2, h3, h4, h5, h6, p, del, dfn, em, img, ins, kbd, q, samp, small, strong, b, i, dl, dt, dd, ul, li, fieldset, form, label, table, tbody, tfoot, thead, tr, th, td, article, aside, footer, header, nav, section {
  border:0;
  outline:0;
  font-size:100%;
  color:#fff;
  vertical-align:baseline;
  background:transparent;
}

html, body, div, span, object, iframe, del, dfn, em, img, ins, kbd, q, samp, small, strong, b, i, dl, dt, dd, fieldset, form, label, table, tbody, tfoot, thead, tr, th, td, article, aside, footer, header, nav, section {
  margin:0;
  padding:0;  
}

body {
  -webkit-text-size-adjust:none;
  font-family:helvetica,sans-serif;
  overflow-x: hidden !important;
  margin-top: 0px!important;
  }

#content{  
    background: #3397c8; /* Old browsers */
  	background: -moz-linear-gradient(top, #3397c8 0%, #007dba 40%, #006ba0 100%); /* FF3.6+ */
  	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3397c8), color-stop(40%,#007dba),
  	color-stop(100%,#006ba0)); /* Chrome,Safari4+ */
  	background: -webkit-linear-gradient(top, #3397c8 0%,#007dba 40%,#006ba0 100%); /* Chrome10+,Safari5.1+ */
  	background: -o-linear-gradient(top, #3397c8 0%,#007dba 40%,#006ba0 100%); /* Opera 11.10+ */
  	background: -ms-linear-gradient(top, #3397c8 0%,#007dba 40%,#006ba0 100%); /* IE10+ */
  	background: linear-gradient(top, #3397c8 0%,#007dba 40%,#006ba0 100%); /* W3C */
  	position: relative;
  	overflow: hidden;
}

#landingPage #content{
	display:none; 
}

#IB_ErrorPage #content{ 
	padding:10px;
  	overflow: hidden;
}
.panel{
	padding:0 8px;
}

#Logon_Page .panel{
	padding:0 0;
}

h1 {
	font-size:1em;
	color:#fff; 
	font-weight: bold;
	margin:0;
	padding:0.67em;
	text-align:center;
}
#logoutPage h1{
	background-color:#007DBA;
}
#logoutPage #content{
	margin-top:20px;
}
h2 {
	font-size:0.95em; 
	font-weight:bold; 
	color:#fff; 
}
h3 {
	font-size:0.9em; 
	font-weight:bold; 
	color:#fff; 
}
p{
	font-size:0.9em; 
}

a{
	color:#fff;	
}

#contact_page h2,#contact_page p{
	color:#444;

}
header{
	background-color: #003E66; 
	overflow:hidden ;
}
.bgdgrey
{
	-webkit-border-radius:	2px;
	-moz-border-radius:		2px;
	border-radius:			2px;
    background-color:                                                                                            #B9B8B6;
    background-image:                -webkit-gradient(linear, left top, left bottom, from(#F3F3F3),           to(#B9B8B6) );
    background-image:                                        -moz-linear-gradient(-90deg, #F3F3F3,               #B9B8B6);
    background-image:                                            -ms-linear-gradient(top, #F3F3F3,               #B9B8B6);
    background-image:                                             -o-linear-gradient(top, #F3F3F3,               #B9B8B6);
    background-image:                                                linear-gradient(top, #F3F3F3,               #B9B8B6);
    filter:      progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#F3F3F3', endColorstr='#B9B8B6');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#F3F3F3', endColorstr='#B9B8B6')";
    
	color:#444;
	padding:10px;
	overflow:hidden ;

}
.logo{
	background-image: url("/common/img/mobiledevice/anzLogo.jpg");
    background-repeat: no-repeat;
    background-size: 100px 36px;
    height: 36px;
    margin-left: auto;
    margin-right: auto;
    width: 100px;
	
}
.shardRight{
	 background-color: #1378B2;
	 top: 10px;
	 min-height: 20px;
	 position: relative;
	 transform:rotate(1deg);
	 -ms-transform:rotate(1deg); /* IE 9 */
	 -moz-transform:rotate(1deg); /* Firefox */
	 -webkit-transform:rotate(1deg); /* Safari and Chrome */
	 -o-transform:rotate(1deg); /* Opera */
	 width: 120%;	
	 overflow: hidden;
}
#shardLeft {
    -moz-transform: rotate(-1deg);
    -webkit-transform: rotate(-1deg);-
	-o-transform: rotate(-1deg);
	-ms-transform: rotate(-1deg);
	transform: rotate(-1deg);
    background-color: #003E66;
    margin-left: -20px;
    min-height: 40px;
    padding-bottom: 9px;
    padding-top: 1px;
    position: relative;
    width: 120%;
    z-index: 300;    
    overflow: hidden;
}
.leftCorrect {
    -moz-transform: rotate(1deg);
    -webkit-transform: rotate(1deg);-
	-o-transform: rotate(1deg);
	-ms-transform: rotate(1deg);
	transform: rotate(1deg);
}
/* -- OS specfic Advertising containers --- */ 
#osAdvert{
	color: #fff;
	text-shadow: 0px 1px 0px #000;
}
.idevice-only{display: none;}
.android-only{display: none;}
.windows-only{display: none;}
.unknown-device{display: none;}

#placeholderBanner{
	padding: 50px 10px;
	background: #1DB1FF;
	font-weight: bold;
	color: white;
	font-size: 1em;
	text-align: center;
	height: 58px;
}
/* =====  NAVIGATION  ======*/
nav{
	margin-top:-4px;
	border-top: 1px solid #fff;
	}
	
nav ul{
	list-style:none;
	margin:0;
	padding:0;
}


nav ul li a{
	text-decoration: none;
	display:block;
}


/* ====== CAll to Action ==== */
#actionContainer{
	height: auto;
	margin-left: 0px;
	background-color: #002136;
	 background-image: url("/common/img/mobiledevice/cta_gradient.jpg");
	  -moz-box-shadow: inset 1px 5px 4px -5px #000;
	 -webkit-box-shadow: inset 1px 5px 4px -5px #000;
	 box-shadow: inset 1px 5px 4px -5px #000;
	 clear: both;
	 position: relative;
	 width: 100%;
	 z-index: 650;
	 overflow-x: hidden;
}

#actionContainer a.ui-link{
	 text-decoration:none!important; 
}

.leftAction{
	border-bottom: 1px solid black;
	height: 46px;
	padding-left: 0px;
	width: 50%;
	z-index: 650;
	float:left;
	
}

.rightAction{
	border-bottom: 1px solid black;
	height: 46px;
	padding-left: 0px;
	width: 50%;
	z-index: 650;
	float:right;
}

.calltoAction{
	float: left;
	position: relative;
	width: 100%;
	background: #002136; /* Old browsers */
	background: -moz-linear-gradient(top,  #002136 0%, #002136 83%, #001e31 85%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#002136), color-stop(83%,#002136), color-stop(85%,#001e31)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #002136 0%,#002136 83%,#001e31 85%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #002136 0%,#002136 83%,#001e31 85%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #002136 0%,#002136 83%,#001e31 85%); /* IE10+ */
	background: linear-gradient(top,  #002136 0%,#002136 83%,#001e31 85%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002136', endColorstr='#001e31',GradientType=0 ); /* IE6-9 */
	background-color: #002136;
	color: #FFFFFF;
	display: block;
	font-family: arial;
	font-size: 0.75em;
	border-top: 1px solid #173547;
 }

.actionIcon{
	background-size: 45px 45px;
	float: left;
	height: 45px;
	width: 45px;
	border-left: none;
}

#landingPage .rightAction .actionIcon{
	border-left: 1px solid #173548;
}



.actionTxt{
	float: left;
	padding-left: 5px;
	padding-top: 15px;
	text-align: center;
	font-weight:normal;
}

.strapLine {
	clear:both;
	padding:8px 8px;
	
}

.strapLine p{
	margin:0; 
	color: #fff;	
}

/* --- List Styles  ---- */
.ul_info {
	list-style: none;
    display: block;
	padding: 0 0;
    text-align: left;
	position: relative;
	z-index:1000;
	margin:0;
}
.ul_info li {
	list-style: none;
	font-size: 0.9em;
	text-align: left;
}
.ul_info li a {
	text-decoration: none;
	display:block;
	line-height:45px;	
}

.ul_info .button_text{
	display:inline;
	margin-left:8px;
}


.icon {
    padding-left: 30px;
    display:inline;
    text-align:left;
}
.icon-shadow {
    border-left: 1px solid rgba(50, 50, 25, 0.5);
    box-shadow:  -1px 0 0 rgba(255, 255, 255, 0.4);
    padding-right:20px;
    display:inline;
}
/*--------------Buttons -------------
these divs were buttons but IE on windows phone ignores the href in a button tag as it expects and onclick event*/


button.blue_button, div.blue_button{

	background-color:                                                                                            #005985;
    background-image:                -webkit-gradient(linear, left top, left bottom, from(#0078b4),           to(#005985) );
    background-image:                                        -moz-linear-gradient(-90deg, #0078b4,               #005985);
    background-image:                                            -ms-linear-gradient(top, #0078b4,               #005985);
    background-image:                                             -o-linear-gradient(top, #0078b4,               #005985);
    background-image:                                                linear-gradient(top, #0078b4,               #005985);
    filter:      progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#0078b4', endColorstr='#005985');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#0078b4', endColorstr='#005985')";
    
    	
	-moz-border-radius:		4px;
	-webkit-border-radius:	4px;
	border-radius:			4px;
	border:					1px solid #243d51;
	
	-moz-box-shadow:		0px 1px 1px rgba(255,255,255,.5),		inset 0px 1px 1px rgba(0,99,149,1);
	-webkit-box-shadow:		0px 1px 1px rgba(255,255,255,.5),		inset 0px 1px 1px rgba(0,99,149,1);
	box-shadow:				0px 1px 1px rgba(255,255,255,.5),		inset 0px 1px 1px rgba(0,99,149,1);
	text-shadow:			0px -1px 1px rgba(36,61,81,1);
	
	padding:0;
	height: 45px;
	margin: auto;
	marginht: auto;
	width: 150px;
	
	color: #fff;
	font-size: 1.095em;
	/*text-shadow: 0px -1px 0 #000;*/
	
	
	
}

button.blue_button, div.blue_button:hover
{

	background-color:                                                                                            #0078b4;
    background-image:                -webkit-gradient(linear, left top, left bottom, from(#005985),           to(#0078b4) );
    background-image:                                        -moz-linear-gradient(-90deg, #005985,               #0078b4);
    background-image:                                            -ms-linear-gradient(top, #005985,               #0078b4);
    background-image:                                             -o-linear-gradient(top, #005985,               #0078b4);
    background-image:                                                linear-gradient(top, #005985,               #0078b4);
    filter:      progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#005985', endColorstr='#0078b4');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#005985', endColorstr='#0078b4')";
    
      
	-moz-box-shadow:		0px 1px 1px rgba(255,255,255,0.5),		inset 0px 2px 5px rgba(0,0,0,0.5);
	-webkit-box-shadow:		0px 1px 1px rgba(255,255,255,0.5),		inset 0px 2px 5px rgba(0,0,0,0.5);
	box-shadow:				0px 1px 1px rgba(255,255,255,0.5),		inset 0px 2px 5px rgba(0,0,0,0.5);
	text-shadow:			0px -2px 1px rgba(36,61,81,0.5),		0px 1px 0px rgba(255,255,255,0);
	
	
}

div.green_button
{

	background-color:                                                                                            #5f9f0b;
    background-image:                -webkit-gradient(linear, left top, left bottom, from(#97cc33),           to(#5f9f0b) );
    background-image:                                        -moz-linear-gradient(-90deg, #97cc33,               #5f9f0b);
    background-image:                                            -ms-linear-gradient(top, #97cc33,               #5f9f0b);
    background-image:                                             -o-linear-gradient(top, #97cc33,               #5f9f0b);
    background-image:                                                linear-gradient(top, #97cc33,               #5f9f0b);
    filter:      progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#97cc33', endColorstr='#5f9f0b');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#97cc33', endColorstr='#5f9f0b')";
    
    
    
	-moz-border-radius:		2px;
	-webkit-border-radius:	2px;
	border-radius:			2px;
	border:					1px solid #243d51;
	-moz-box-shadow:		0px 1px 1px rgba(255,255,255,0.5),		inset 0px 1px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow:		0px 1px 1px rgba(255,255,255,0.5),		inset 0px 1px 1px rgba(0,0,0,0.2);
	box-shadow:				0px 1px 1px rgba(255,255,255,0.5),		inset 0px 1px 1px rgba(0,0,0,0.2);
	text-shadow:			0px -1px 2px rgba(29,89,6,1);
	
	padding:0;
	height: 45px;
	width:100%;
	text-align:	left;
	color: #fff;
	font-size: 1.095em;
	/*text-shadow: 0px -1px 0 #1D5906;*/
	

}


div.green_button:hover
{

	background-color:                                                                                            #97cc33;
    background-image:                -webkit-gradient(linear, left top, left bottom, from(#5f9f0b),           to(#97cc33) );
    background-image:                                        -moz-linear-gradient(-90deg, #5f9f0b,               #97cc33);
    background-image:                                            -ms-linear-gradient(top, #5f9f0b,               #97cc33);
    background-image:                                             -o-linear-gradient(top, #5f9f0b,               #97cc33);
    background-image:                                                linear-gradient(top, #5f9f0b,               #97cc33);
    filter:      progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#5f9f0b', endColorstr='#97cc33');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#5f9f0b', endColorstr='#97cc33')";
    
    	
	-moz-box-shadow:			0px 1px 1px rgba(255,255,255,0.5),			inset 0px 2px 5px rgba(0,0,0,0.5);
	-webkit-box-shadow:			0px 1px 1px rgba(255,255,255,0.5),			inset 0px 2px 5px rgba(0,0,0,0.5);
	box-shadow:					0px 1px 1px rgba(255,255,255,0.5),			inset 0px 2px 5px rgba(0,0,0,0.5);
	text-shadow:				0px -1px 1px rgba(29,89,6,1),				0px 1px 0px rgba(255,255,255,1);
}

div.grey_button, div.nav_grey_button
{

	background-color:                                                                                            #cccaca;
    background-image:                -webkit-gradient(linear, left top, left bottom, from(#dedede),           to(#cccaca) );
    background-image:                                        -moz-linear-gradient(-90deg, #dedede,               #cccaca);
    background-image:                                            -ms-linear-gradient(top, #dedede,               #cccaca);
    background-image:                                             -o-linear-gradient(top, #dedede,               #cccaca);
    background-image:                                                linear-gradient(top, #dedede,               #cccaca);
    filter:      progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#dedede', endColorstr='#cccaca');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#dedede', endColorstr='#cccaca')";
    
   -moz-border-radius:		2px;
	-webkit-border-radius:	2px;
	border-radius:			2px;
    border: 1px solid #243d51;
	-moz-box-shadow: 					0px 1px 1px #e2ebf0; opacity:0.5, 0px 1px 0px #ffffff; opacity:0.3;
	-webkit-box-shadow:				 	0px 1px 1px #e2ebf0; opacity:0.5, 0px 1px 0px #ffffff; opacity:0.3;
	box-shadow:							0px 1px 1px #e2ebf0; opacity:0.5, 0px 1px 0px #ffffff; opacity:0.3;
	text-shadow:						0px 1px 0px #ffffff; opacity:1,   0px 1px 0px #ffffff; opacity:1;
	 
    
	
	color: #444;
	padding:0;
	height: 45px;
	width:100%;
	text-align:	left;
	
	font-size: 1.095em;
}

div.grey_button a, div.nav_grey_button a
{
	
	color: #444;
}

div.grey_button:hover, div.nav_grey_button.hovered
{

	background-color:                                                                                            #dedede;
    background-image:                -webkit-gradient(linear, left top, left bottom, from(#cccaca),           to(#dedede) );
    background-image:                                        -moz-linear-gradient(-90deg, #cccaca,               #dedede);
    background-image:                                            -ms-linear-gradient(top, #cccaca,               #dedede);
    background-image:                                             -o-linear-gradient(top, #cccaca,               #dedede);
    background-image:                                                linear-gradient(top, #cccaca,               #dedede);
    filter:      progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#cccaca', endColorstr='#dedede');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#cccaca', endColorstr='#dedede')";
    
 	
	-moz-box-shadow:			0px 1px 1px rgba(255,255,255,0.5),			inset 0px 2px 5px rgba(0,0,0,0.5);
	-webkit-box-shadow:			0px 1px 1px rgba(255,255,255,0.5),			inset 0px 2px 5px rgba(0,0,0,0.5);
	box-shadow:					0px 1px 1px rgba(255,255,255,0.5),			inset 0px 2px 5px rgba(0,0,0,0.5);
	text-shadow:				0px -1px 1px rgba(36,61,81,0),				0px 1px 0px rgba(255,255,255,1);
	color:#007DBC;
}

nav div.nav_grey_button
{
	border-top: 2px solid #888;
	border-bottom: 1px solid #fff;
	border-left:none;
	border-right:none;
}


nav  a{
	display:block;
}

nav  .button_text{
	line-height: 100%;
	float:left;
	position: relative;
	top:15px;
	left:8px;
}
nav .link_indicator{
	background-image: url('/common/img/mobiledevice/arrow.png');
	background-repeat: no-repeat!important;
	background-position: 0 -21px;
	width:21px;
	height:21px;
	float:right;
	font-weight:bold;
	position: relative;
	top:18px;
}
nav div.nav_grey_button.hovered .link_indicator{
	background-position: 0 0;
}

.grey_button, nav_grey_button a{
	color:#444;
}

.splashBottom button.blue_button{
}

#contact_page div.green_button{
	margin-bottom:8px;
	border: 1px solid #4b6818;
}

#contact_page div.grey_button{
	border: 1px solid #777;
}

header div.blue_button{
	 height:13px;
	 width:34px;
	 font-size:.8em;
	 font-weight:bold;
	 float:left;
	 position: relative;
	 top:8px;
	 left:8px;
	 padding:5px;	 
}
header div.blue_button:hover{
	-moz-box-shadow:		0px 1px 1px rgba(255,255,255,0.5),		inset 0px 1px 2px rgba(0,0,0,0.5);
	-webkit-box-shadow:		0px 1px 1px rgba(255,255,255,0.5),		inset 0px 1px 2px rgba(0,0,0,0.5);
	box-shadow:				0px 1px 1px rgba(255,255,255,0.5),		inset 0px 1px 2px rgba(0,0,0,0.5);
}

header div.blue_button a{
	text-decoration:none;
}


/*---------------swipe ads-------------*/

.b1{
	background-repeat: no-repeat!important;
 	background-size: 100% 158px!important;
 	border:none;
	width: 100%!important;
	overflow:hidden;
		
}

.b2{
	
	background-repeat: no-repeat!important;
 	background-size: 100% 158px!important;
    border:none;
    width: 100%!important;
	overflow:hidden;
}
.b3{
	
	background-repeat: no-repeat!important;
 	background-size: 100% 158px!important;
    border:none;
    width: 100%!important;
	overflow:hidden;
}


small {
  margin:0 10px 30px;
  display:block;
  font-size:0.9em;
}

#homeSlider ul, #singleBanner ul{
   margin:0;
   padding:0;
}

.swipe {
  height: 100%;
	border-top: 2px solid #888;
}

#singleBanner{
	border-top: 2px solid #888;
}

#position {
	  color: #697279;
	  display: block;
	  font-size: 2.8em;	
	  position: absolute;
	  text-align: center;
	  width: 100%;
	  margin-top:-57px; 
}

#position em {
    display: inline-block;
    font-family: sans-serif;
    font-style: normal;
    text-shadow: 0 1px 0 #FFFFFF, 0 -1px 0 rgba(0, 0, 0, 0.6);
    color: #003E66;
    letter-spacing:-5px;
     -moz-border-radius:		2px;
	-webkit-border-radius:	2px;
	border-radius:			2px;
}

#position em.on {
    color: #2691c5;
}

/*----------footer-------------*/

#base {
    background-color: #007DBC;
    height: 40px;
    padding-top: 6px;
}

#baseLogo {
    background-image: url("/common/img/mobiledevice/anzFooterLogo.jpg");
    background-repeat: no-repeat;
    background-size: 155px 24px;
    bottom: 50px;
    font-size: .9em;
    height: 27px;
    margin-left: auto;
    margin-top:5px;
    position: relative;
    width: 162px;
    z-index: 300;
}

footer {	
  	overflow: hidden;
}

.footer_buttons {
	background-color:#B7CEDC;
	color:#888;
	list-style: none;
    display: block;    
	padding: 8px 0 0 8px;
	margin:0;
	position: relative;
	height:35px;
}

.footer_buttons li {
	list-style: none;
	text-align: left;
	margin-right:8px;
	float:left;
}
.footer_buttons li.lastitem {
	margin-right:5px;
	padding-right:0;
	float:right;
}
.footer_buttons li a {
	color:#444;
	margin: 0px 8px;
	text-decoration: none;
	text-shadow:none!important;
	display:block;
}

.footer_buttons div.grey_button{
	font-size: 0.55em;
	height:20px;
	padding-top:8px;
	
}

.footer_disclaimer{
	font-size:0.55em;
    padding: 8px;
	color:#444;
    background-color: #FFFFFF;
}

.footer_disclaimer a{	
	color:#444;
	text-decoration:underline;
}

.copyright {
    background-color: #FFFFFF;
    color: #666;
    padding: 8px;
    position: relative;
    z-index: 600;
}

.copyright p{
    font-size:0.55em;
    color:#666;
}


.ul_info {
	list-style: none;
    display: block;
	padding: 0 0;
    text-align: left;
	position: relative;
	z-index:1000;
	margin:0;
}
.ul_info li {
	list-style: none;
	font-size: 0.9em;
	text-align: left;
}
.ul_info li a {
	text-decoration: none;
	display:block;
	line-height:45px;	
}

.ul_info .button_text{
	display:inline;
	margin-left:8px;
}


.icon {
    padding-left: 30px;
    display:inline;
    text-align:left;
}
.icon-shadow {
    border-left: 1px solid rgba(50, 50, 25, 0.5);
    box-shadow:  -1px 0 0 rgba(255, 255, 255, 0.4);
    padding-right:20px;
    display:inline;
}

#errorArea{
	background-color:#fde9d2;
	color:#f7931e;
	padding: 16px;
}
#errorArea p{
	color:#f7931e;
	font-weight:bold;
	padding: 0;
	margin: 0; 
}
#logonArea, #instructions{
	padding:8px 8px 8px 8px;
}

#logonArea input{
	height:30px;
	width:95%;
	margin-bottom:8px;
	padding-left:8px;
	-webkit-border-radius: 1px !important;
	border-radius: 1px !important;
	font-size:1em;
	-moz-box-shadow:			0px 1px 1px rgba(255,255,255,0.5),			inset 0px 2px 5px rgba(0,0,0,0.5);
	-webkit-box-shadow:			0px 1px 1px rgba(255,255,255,0.5),			inset 0px 2px 5px rgba(0,0,0,0.5);
	box-shadow:					0px 1px 1px rgba(255,255,255,0.5),			inset 0px 2px 5px rgba(0,0,0,0.5);

	border: 1px solid #005485;
	outline:0;
}

#logonArea div.grey_button{
	width:100px;
	margin:auto;	
}
#logonArea .ul_info li {
	text-align: center;
}
#logonArea .ul_info li a {
	text-align: center;
}


#logonArea label.ui-hide-label{
	position:absolute !important;
	left: -9999px;
}

.placeholder { 
	color: #aaa;
}