/* Custom Styles for RBNZ */
/* -------------------------------------------------------------- */

p.az
{
  margin-top: 5pt;
  margin-bottom: 5pt
}

p.date {
	color : #CC0033;
}

p.footnote
{
  font-size : 80%;
}

p.contact, p.author {
    margin: 0;
    padding: 0;
}

p.author {
    margin: 0;
    padding: 0;
}

.tableinformation p
{
  margin : 15px 0 5px 0;
}

.tableinformation
  li p
  {
    margin : 0;
  }

.tableinformation
  ul
  {
    padding : 0 !important;
    margin : 0 0 15px 3px!important;
  }

.tableinformation
  li
  {
    background : none !important;
    padding : 0 !important;
    margin : 0 0 0 15px !important;
	line-height:1.4em;
  }

.tableinformation
  li img
  {
    margin : 0 0 0 -18px;
    padding : 0 3px 0 0;
    vertical-align : bottom;
  }

 .tableinformation
{
  font-weight : normal;
}

.tableinformation {
    /* border-bottom: 1px solid #cccccc;*/

}
.tableinformation ul
  {
    padding : 0 0 1.5em 0;
  }


/* Site map */  
/* level 1 sections make bold and put a bit of space between*/  
#sitemap ul li {
	font-weight:bold;
	margin-top:3px;
}
/* level 2 sections normal...*/  
#sitemap ul li ul li{
	font-weight:normal;
	margin-top:0px;
}  
/* level 3 sections... */  
#sitemap ul li ul li ul li{
	font-weight: normal;
	margin-top:0px;
}  

#staffaccess
  a
  {
    text-decoration : none;
color : #999999;

  }


/* Styles for quick links box for index pages */

#quickindex
{
  float : right;
  width : 194px;
  margin :15px 0 15px 15px;

}
#quickindex
  .block {
   background : url(/images/framework/quick_fade.gif) no-repeat;
padding-bottom:.5em;	
  }
#quickindex
  .fact
  {
    padding-bottom : 10px;
    display : block;
  }

#quickindex img
{
  float : left;
  padding-right: 5px;
}
#quickindex span
{
  font-size : 90%;
}


#quickindex
  h5
  {background : url(/images/framework/header_graphic_quick.gif) top no-repeat;
    padding : 20px 5px 5px 5px;
  }

#quickindex
  ul
  {
    margin : 5px;
    padding:0;
  }

#quickindex
  li
  {
    margin-bottom : 10px;
    background : url(/images/framework/bullet_ul-content-red.gif) no-repeat 0px 6px;
  }
#quickindex
  p
  {
    margin : 5px;
  }

/* Style to control margin for main body text so it doesn't continue under Quicklinks section on index pages */
#maincontent{
   margin-right :200px;
}

.feature, .Feature {
   background : url(/images/framework/quick_fade.gif) repeat-x;
   padding:8px;
   border:1px #f3eae2 solid;
   line-height:140%;
  }

Gridded table formatting for the AustraClear Securities pages

.gridtable table
{

  border: 1px solid #cccccc;

  border-collapse: collapse;

  padding:10px;

}

.gridtable td 

{ 

  border: 1px solid #cccccc;

}

.gridtable th 

{

  background: #e5e5e5

}