/* CSS Document */
@import url('/common/css/W3Cheader.css');
@import url('/common/css/W3Cfooter.css');

/*---------- HTML Tag Styles ----------------*/

body {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 0.8em;
	padding:0;
	margin:0;
}

h1, h2 {
	font-size: 0;
	color: #fff;
	text-indent: -2000px;
}

.small {
	font-size:11px;
}

textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;	
}

.clearLft{
	clear: left;
}

#wrapper {
	background: #fff url(/Money-Manager/images/1px_bg.gif) left top repeat-x;
}

#content, #footerNS {
	width:926px;
	margin:auto;
	padding:0px;
	text-align:left;
	background: #fff;
}

.boxFLft{
	float:left;
	/*border:1px solid red;*/
}

/*---------- Nav bar Tag Styles ----------------*/
#tabmenu ul {
	list-style: none;
	margin:0;
	background:url(/Money-Manager/images/bgBox_top.gif) top left no-repeat;
	height:80px;
	font-size: 0;
	color: #fff;
	text-indent: -2000px;
}
	
#tabmenu li {
	float: left;
	display: block;
}

#tabmenu a {
	display: block;
	outline: none;
}

#tabmenu .tab_ANZlogo {
	background: #fff url(/Money-Manager/images/logo_ANZ.gif) top left no-repeat;
	margin-left: 10px;
	height: 42px;
	width: 94px;
}

#tabmenu .tab_ANZMM_on {
	background: #fff url(/Money-Manager/images/tab_ANZMM.gif) top left no-repeat;
	height: 60px;
	width: 200px;
	margin-top:20px;	
}

#tabmenu .tab_ANZMM {
	background: #fff url(/Money-Manager/images/tab_ANZMM.gif) left bottom no-repeat;
	height: 60px;
	width: 200px;
	margin-top:21px;
	margin-left: 20px;
}

#tabmenu .tab_ANZMM:hover {
	background-position: left -62px;
}

#tabmenu .tab_IB_on {
	background: #fff url(/Money-Manager/images/tab_IB.gif) left top no-repeat;
	margin-top:20px;
	height: 60px;
	width: 176px;
	margin-left:0px;
}

#tabmenu .tab_IB {
	background: #fff url(/Money-Manager/images/tab_IB.gif) left bottom no-repeat;
	margin-top:21px;
	height: 60px;
	width: 176px;
	margin-left: 0px;
}

#tabmenu .tab_IB:hover {
	background-position: left -62px;
}

#tabmenu .tab_Securities_on {
	background: #fff url(/Money-Manager/images/tab_Securities.gif) left top no-repeat;
	height: 60px;
	width: 181px;
	margin-top:20px;
	margin-left: 0px;
}
#tabmenu .tab_Securities {
	background: #fff url(/Money-Manager/images/tab_Securities.gif) left bottom no-repeat;
	height: 60px;
	width: 181px;
	margin-top:21px;
	margin-left: 0px;
}

#tabmenu .tab_Securities:hover {
	background-position: left -62px;
}

#tabmenu .tab_Feedback_on {
	background: #fff url(/Money-Manager/images/tab_Feedback.gif) left top no-repeat;
	height: 60px;
	width: 176px;
	margin-top:20px;
	margin-left: 0px;
}
#tabmenu .tab_Feedback {
	background: #fff url(/Money-Manager/images/tab_Feedback.gif) left bottom no-repeat;
	height: 60px;
	width: 176px;
	margin-top:21px;
	margin-left: 0px;
}

#tabmenu .tab_Feedback:hover {
	background-position: left -62px;
}

/*---------- End Nav bar Tag Styles ----------------*/

#conBox {
	background: url(/Money-Manager/images/bgBox_left.jpg) left top no-repeat;
	width:902px;
}

#conBoxright {
	background: url(/Money-Manager/images/bgBox_right.jpg) right top no-repeat;
	width:926px;
}

#mapIB, #mapFB {
	padding:0;
	width: 916px;
	height: 600px;
	margin:0px 0px 0px 10px;
}

#mapFB{
	height: 500px;
}
.mapimage {
	border: 0px;
	float:left;
}

#mapSecure {
	width: 916px;
	height: 468px;
	margin-left:10px;
}

#maplinks {
	margin-left:500px;
}

#maplinks ul {
	list-style: none;
	height: 300px;
	width: 200px;
	background-color:#fff;
}

#maplinks li {
	width: 150px;
	height: 20px;
	padding-left: 40px;
}

#maplinks li a {
	color: #0066CC;
	text-decoration: none;
}

#maplinks li a:hover {
	text-decoration: underline;
}

#hdr_security {
	background:url(/Money-Manager/images/hdr_Securities.gif) left top no-repeat;
	width:452px;
	height:102px;
}

#detailsBox {
	position:absolute;
	background:url(/Money-Manager/images/detailsbox_bg.gif) left top repeat-x;
	width:200px;
	height:63px;
	border: 1px solid #737373;
	padding-left: 5px;
	padding-right:5px;
	padding-bottom:0px;
	padding-top:2px;
	margin:0;	
}

#detailscorner {
	background:url(/Money-Manager/images/detailsbox_speechbubblecorner.gif) right bottom no-repeat;
	width:15px;
	height:11px;
}

.initial {
	position:absolute;
	top:212px;
	left:289px;
}

.initialCorner {
	position:absolute;
	top:274px;
	left:389px;
}

/*---------- Yellow nav bar Tag Styles ----------------*/
#menuAction {
	float: left;
}

#menuAction ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	height:25px;
	width:295px;
	font-size: 0;
	color: #fff;
	text-indent: -2000px;
}

#menuAction li {
	float: left;
	display: block;
}

#menuAction a {
	display: block;
	height: 23px;
	outline: none;
}
	
#menuAction .menuActionLearn {
	background: #fff url(/Money-Manager/Internet-Banking/images/IB_learnmore_btn.jpg) left bottom no-repeat;
	margin-top:0px;
	height: 25px;
	width: 105px;
}

#menuAction .menuActionSwitch {
	background: #fff url(/Money-Manager/Internet-Banking/images/IB_switch_btn.jpg) left bottom no-repeat;
	margin-top:0px;
	height: 25px;
	width: 92px;
}

#menuAction .menuActionRegister {
	background: #fff url(/Money-Manager/Internet-Banking/images/IB_register_btn.jpg) left bottom no-repeat;
	margin-top:0px;
	height: 25px;
	width: 98px;
}
/*---------- End Yellow nav bar Tag Styles ----------------*/

#footerNS {
	font-family:Tahoma,Verdana,Arial,Helvetica,sans-serif;
	font-size: 0.88em;
	color:#000;
	text-align: center;
	line-height:1.4em;
	border-top:4px solid #CCEAFF;
	padding: 10px 0 50px 0;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	width: 100%;	
}

#footerNS a{
	text-decoration: underline;
	color:#003399;
}
