/**
 * Content Modules - en AU
 */
@import url(modules_en.css);
@import url(modules_au.css);
@import url(sdmenu.css);


.buttonPWDReset {
	background: url(/repository/images/help/general/button_send_me_my_password.gif) no-repeat 0 0; width:158px; height:22px; border:0px; cursor:pointer; 
}

/**
 * N1: Primary Navigation
 */
#primaryNav li#paymentWithdrawl a { 
	width: 178px; background-image: url(/repository/images/help/nav/primary_nav/tnav_payment.gif); background-position: 0 0;
}
#primaryNav li#cfdTradingSoftware a {
	width: 161px; background-image: url(/repository/images/help/nav/primary_nav/tnav_cfd_tradingsw.gif); background-position: 0 0;
}
#primaryNav li#stbTradingSoftware a {
	width: 178px; background-image: url(/repository/images/help/nav/primary_nav/tnav_stb_tradingsw.gif); background-position: 0 0;
}
#primaryNav li#mobileSetup a {
	width: 101px; background-image: url(/repository/images/help/nav/primary_nav/tnav_mobile_setup.gif); background-position: 0 0;
}
#primaryNav li#documents a {
	width: 90px; background-image: url(/repository/images/help/nav/primary_nav/tnav_documents.gif); background-position: 0 0;
}
#primaryNav li#background {
	width: 190px; background-image: url(/repository/images/help/nav/primary_nav/tnav_fill.gif);	background-repeat: repeat-x;
}

#primaryNav li#paymentWithdrawl a:hover,
#primaryNav li#cfdTradingSoftware a:hover,
#primaryNav li#mobileSetup a:hover,
#primaryNav li#documents a:hover,
#primaryNav li#stbTradingSoftware a:hover{
	background-position: 0 -34px;
}

#primaryNav li#paymentWithdrawl a.selected, 
#primaryNav li#cfdTradingSoftware a.selected, 
#primaryNav li#mobileSetup a.selected,
#primaryNav li#documents a.selected,
#primaryNav li#stbTradingSoftware a.selected  {
	background-position: 0 -68px;	
}

#primaryNav li#paymentWithdrawl a.selected:hover, 
#primaryNav li#cfdTradingSoftware a.selected:hover, 
#primaryNav li#mobileSetup a.selected:hover, 
#primaryNav li#documents a.selected:hover, 
#primaryNav li#stbTradingSoftware a.selected:hover  {
	background-position: 0 -102px;	
}


/* for collapsed DIV */
div .collapsedContent {
	display: none;
	padding-left:20px;
}

div .expandedContent {
	display:block;
	padding-left:20px;
}

h2 {
	font-size:1.6em; padding-bottom:8px;
}

.t_orange {
	width: 100%;
	background:url(/repository/images/help/general/orangedot.gif) 0 0 repeat-x;
}
/*.t {
	min-height: 247px;
	height: auto !important;
	height: 247px;
}*/
.b_orange { background:url(/repository/images/help/general/orangedot.gif) 0 100% repeat-x; width: 100%; height: 100%; }
.r_orange { background:url(/repository/images/help/general/orangedot.gif) 100% 0 repeat-y; width: 100%; height: 100%; }
.l_orange { background:url(/repository/images/help/general/orangedot.gif) 0 0 repeat-y; width: 100%; height: 100%; }
.tr_orange { background:url(/repository/images/help/general/orangecorner.gif) 100% 0 no-repeat; width: 100%; height: 100%; }

img.titleIcon {
	vertical-align:middle; padding: 4px 8px 4px 0;
}

div.contentDiv {
	padding-left: 50px;
}


