/* --------------------
Template: /siteroot/WebAssets/styles/site/extras.css
Description: Site page extras layout
Created: 01/10/2009 Chris Stevenson (christopher.stevenson@aihw.gov.au)
Modified: 17 Feb 2011 Andrew Smith update for corporate colours
-------------------- */

/* --------------------
Extras layout
-------------------- */
	 
/*classes for simple table listing*/
.simpletablelistingtextalign { text-align:left;	}
.simpletablelistingcolor { color:#005e8c; }

/* classes for ContentBlock with Image Alignment */
.boxLeft { padding-right: 10px; float: left; padding-bottom: 10px; }
.boxRight { padding-left: 10px; float: right; padding-bottom: 10px; }
.boxCenter { text-align: center; }
.imageBlock { padding-bottom: 10px; }
.captionText{ margin: 0px; font-size: smaller; border: 1px solid #CCC; }
.captionText div { margin: 3px; }


/* inline CSS removed from Ektron-built templates (remove if possible) */

.ektronSearch div.searchWrapper div#advancedTerms ul li span {
    display: block;
    float: left;
    width: 15em; }

#sitemap ul {
	list-style-type: disc;
	margin-left: 0;
	margin-top: 0;
	padding-left:35px; }

/* --------------------
Home page highlights
-------------------- */

#highlight { position: relative; width: 100%; height: 240px; background: #004466; margin: 1em 0 ; }
#highlight-topleft {position: absolute; top: 0; left: 0; z-index: 20; height: 8px; width: 8px; background: transparent url(../../images/site/highlight-topleft.gif) no-repeat;}
#highlight-botleft {position: absolute; bottom: 0; left: 0; z-index: 20; height: 8px; width: 8px; background: transparent url(../../images/site/highlight-botleft.gif) no-repeat;}
#highlight-botright {position: absolute; top: 0; right: 0; z-index: 20; height: 8px; width: 8px; background: transparent url(../../images/site/highlight-topright.gif) no-repeat;}
#highlight-topright {position: absolute; bottom: 0; right: 0; z-index: 20; height: 8px; width: 8px; background: transparent url(../../images/site/highlight-botright.gif) no-repeat;}


/* These styles create a primary ad and secondary adds in a column down the right.
#highlight #highlight-prime {width: 365px; height: 100%; position: absolute; background: url(../../images/site/ah10-cover.jpg) left top no-repeat; overflow: auto;}

#highlight #highlight-prime p { display: block; position: absolute; left: 0; bottom: 0; margin: 0; padding: 0; background: #004466; font-weight: bold; width: 100%;}
#highlight #highlight-prime p a { display: block; color: white; text-decoration: none; padding: 0.5em 1em; border: 0; }
#highlight #highlight-prime p a:hover { display: block; background: #005e8c; text-decoration: underline; border: 0; }



#highlight-links {float: right; width: 194px; height: 100%; margin: 0; padding: 0; border-left: 1px solid white; background: transparent url(../../images/site/highlight-links-bkgd.gif); z-index: 10;}

#highlight-links ul {display: block; width:100%;  0; padding: 0; list-style-type: none; }
#highlight-links ul li {display: block; padding: 0; height: 73px; border-top: 1px solid white; width:100%;}
#highlight-links ul li:first-child { border: 0; }
#highlight-links ul li a {display: block; height: 73px; padding: 6px 6px 0 12px; color: white; text-decoration: none; border: 0; width: auto;}
#highlight-links ul li a:hover { display: block; background: #0b78ae; text-decoration: underline; } */


/* --------------------
Home page links
-------------------- */

.square-leader { border: 0; padding-left: 20px; background: transparent; }

