/* main stylesheet for standby Campaign Website Template*/

/*--------------- standby font and element styling ----------------*/

body {
	margin: 0px;
	padding: 0px;
	font-family: arial, verdana, sans-serif;
	font-size: 62.5%;
	height: 100%;
	font-style: normal;
	
}
 a:link {
	color:#2D6DB5;
}
 a:active{
	color:#2D6DB5;
}
a:visited {
	color:#444444;
}

a:hover {
	text-decoration: none;
color:#000000;
}
h1 { 
margin-top:50px;
margin-bottom:34px;
font-size: 1.5em;
color:#000;
line-height:1.3em;
	
}
	
h2 {
margin-top:30px;
font-size: 1.4em; 
color:#000;
line-height:1.3em
} 

h3 { 
font-size: 1.2em; 
font-style: italic; font-variant: normal; 
color:#000;
line-height:0.9em
} 

h4 {
font-size: 1.1em;
font-weight: bold;	
color:#2D6DB5;
}
	
h5 { 
margin-top:30px;
font-size: 1em; 
line-height:1.3em
}
	
h6 { 
font-size: 0.8em; 
} 


#content li{
padding-left:19px;
padding-bottom:1.1em;
}

.footnote {
	font-size: 90%; 
	color: #666;
	margin-top: 5px;
}
 /* 
--Main Banner Styles 
	Main Banner is a container to hold both a left and right banner image(s).
*/
#topImagePrint {
	height: 60px;
	}
#main_banner_container {
	position: relative;
margin:0px;
	width: auto;
	height: 94px;
	background-repeat: no-repeat;
	
}
#right_banner_img_container {
display:none;
}
#left_banner_img_container {
	display:none;
}
.toptext {
	color: #000;
	font-weight: bolder;
	z-index: 1;
	position: relative;
	padding-right: 20px;
	top: 35px;
	font-size: 1.8em;
	} 
.toptext a{
	color: #000;
text-decoration:none;
}
.toptext A:hover {	
color: #000;
text-decoration:underline;
}
.toptext a:visited{
	color: #000;
text-decoration:none;
}
#search {
	display:none;
}
#search form {
	display:none;
}

/* END MAIN BANNER*/

/*-- BREADCRUMB START*/
#breadcrumb_container{
	/*position: relative;*/
	top: 45px;
	width: 70%;
	margin: 10px 0px 0px 0px;
	padding: 35px 0px 20px 0px;
	text-align: left;
	line-height: 1.7em;	
	font-size: 0.8em;
}

#breadcrumb_container a:link {
	text-decoration: underline;
color:#000;
}

#breadcrumb_container a:visited {
	text-decoration: underline;
color:#000;
}

#breadcrumb_container a:hover {
	text-decoration: none;
color:#000000;
	
}/*-- breadcrumb End*/

/*
-- Mid Container Styles 
	Mid Container, holds the Left nav and content. It is positioned relatively to allow for a footer to be
	placed 100% of the screen width underneath the content and left nav
*/


#mid_container {
	position: relative;
	width: 99%;
	top: 0px;
	left: 0px;
	margin-bottom: -20px;
	padding-bottom: 0px;
			
/*------------------------------------ End Mid Container ----------------------------------*/		
}
/*------------------------------------ Start left navigation ----------------------------------*/
/* LEFT NAVIGATION */
#left{
	display:none;
}

#left_navigation {
display:none;
}




#logo_container {
	display:none;
	}

/*------------------------------------ Start Content ----------------------------------*/
#content {
	position: relative;
	margin: 0px 0px 0px 0px;
	padding-top: 1px;
	padding-bottom: 0px;	
	font-size: 1.2em;
line-height:1.4em;
}
* html #content {
  height: 1%;
}
#content p, ul, li{color:#000;
}
#content a:link {
	text-decoration:underline;
color:#2D6DB5;
}
#content a:active {
	text-decoration:underline;
color:#2D6DB5;
}
#content a:visited {
	text-decoration: underline;
color:#444444;
}

#content a:hover {
	text-decoration: none;
color:#000000;
	
/*------------------------------------ End Content ----------------------------------*/
}
/*------------------------------------ Start Right Teaser ----------------------------------*/
#rght {
 float: right;
clear:right;
 padding-left: 15px;
 margin-left: 0px;
 margin-top: 0px;
 margin-bottom: 20px;
 z-index: 6;
}

.rghtnavblock {
	top: 0px;
	height: auto;
	width: 210px;
	margin: 10px 0px 0px 20px;
	font-size: 0.9em; 
	position: relative;
	padding: 5px 5px 5px 3px;
	background-position: bottom;
	border: 1px solid #2D6DB5;
	border-top: 4px solid #2D6DB5;
	background-repeat: repeat-x;
	background-color: #FFF;

}
.rghtnavblock ul {
	padding: 0;
	margin: 0px 0px 0px 0px;
	list-style-type: none;
	height: auto;
}

.rghtnavblock li {
	margin: 2px 0px 0px 0px;
	
}

.rghtnavblock a:link {
	
	text-decoration:underline;
}
.rghtnavblock a {
	display: block;
	width: 100%;

}
.rghtnavblock a:visited {
	text-decoration:underline;
}

.rghtnavblock a:hover {
	text-decoration:none;
	}
	.rghtnavblock h4 {
	text-align:center;
	}
	
/*------------------------------------ End Right Teaser ----------------------------------*/

/*------------------------------------ Start Footer ----------------------------------
--Footer
	Can be either a container or its own element.. 
	Use it as a container if you want to display more then 1 content type within	
*/
#footer {
	position: relative;
	top: 0px;
	width: auto;
	height: auto;
border-top: 1px #2d6db5 solid;
	margin: 20 0 0 0;
	text-align: center;
	padding: 20px;
	clear: both;
}

#footer a:link {
	text-decoration: underline;
	color:#000;
	
}
#footer a:hover {
	text-decoration: none;
	color:#000000;
/*--Summary-- This controls the style for the summary within the WCMS. */
}
#summary {
	text-decoration: none;
	color: #666;
	line-height: 1.6em;
	margin-top: 40px;
}
/*
--Classes
*/
/* SEARCH RELATED */
ul.searchresults {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.searchresults li {
	margin-bottom: 20px;
}
ul.searchresults li a {
	margin: 0;
}
p.scoreresults {
	margin: 0 0 -6px 0;
	padding: 0;
}
p.stopwords{
	margin-top:-10px;
	font-size:0.8em;
	line-height:1.5em;
}
.currpage {
	font-weight: bold;
	color: #000;
	border: 1px solid #000;
	padding: 3px 5px 3px 5px;
}

p.searchnav {
	margin-top: 25px;
}
p.searchnav a {
	text-decoration: underline;
	color: #0000FF; 
}
a.search_next:link, a.search_next:hover, a.search_next:active, a.search_next:visited {
	PADDING: 0 18px 0 10px;
	FONT-WEIGHT: bold; 
	BACKGROUND: url(http://content.webarchive.nla.gov.au/gov/wayback/20140213192905/http://www.cancerscreening.gov.au/internet/screening/publishing.nsf/AttachmentsByTitle/arrow_next.gif/$FILE/arrow_next.gif) no-repeat right 3px; 
}
a.search_prev:link, a.search_prev:hover, a.search_prev:active, a.search_prev:visited {
	PADDING: 0 10px 0 18px;
	FONT-WEIGHT: bold; 
	BACKGROUND: url(http://content.webarchive.nla.gov.au/gov/wayback/20140213192905/http://www.cancerscreening.gov.au/internet/screening/publishing.nsf/AttachmentsByTitle/arrow_previous.gif/$FILE/arrow_previous.gif) no-repeat left 3px; 
}
input#searchText {
letter-spacing: 0.1em;
	font-size: 0.85em;
	color: #5D6E5C;
	border: 0.1em solid #2D6DB5;
	padding:2px;
	height:1.9em;
	width: auto;
	margin-right: 2px;
	background-position: bottom;
	background-repeat: repeat-x;
}

input#searchSubmit {
letter-spacing: 0.1em;
	float: none;
	font-size: 0.85em;
	color: #FFF;
	background-color: #2D6DB5;
	border: 0.1em solid #000000;
	letter-spacing: 0.1em;
	padding: 2px;
	height:1.9em;
}
#boolean {
display:none;
}
#search legend {
	display: none;
}
#search fieldset {
	border: 0;
}
.icns {
	display:none;
}
/* Skip to Content styles */

a.skiplink, a.skiplink:hover, a.skiplink:visited {
display:none;
} 
  
a.skiplink:active, a.skiplink:focus {
display:none;
	
}	
hr {
	width: 100%;
	height: 1px;
	color: #2d6db5;
	border: none;
	
} /* For Internet Explorer */
	html>body hr {
	margin-left: 0;
	width: 100%;
	height: 1px;
	background-color: #2d6db5;
	border: none;
	
} /* For Gecko-based browsers */
	html>body hr {
	margin-left: 0;
	width: auto;
	height: 1px;
	background-color: #2d6db5;
	border: 0px solid #554B7D;
	
/* For Opera and Gecko-based browsers */	
} 
/* Disclaimer
	This is the class for the styleDisplayContentDownload block */
.disclaimer {
	FONT-SIZE: 80%;
	COLOR: #666666;
	padding-top: 20px;
	border-top: 1px solid #000;
	font-weight: bold;
	clear:both;
} 
/* Page Currency
	This is the class for the styleMiddlepanePageCurrency block */
.pageCurrency {
	FONT-SIZE: 75%; COLOR: #000;
	font-weight: normal;
}

.left {
	float: left;
	padding: 4px;
	font-weight: bold;
	margin: 0px;
	vertical-align: bottom;
padding: 5px 5px 5px 5px;


}

.right {

	padding-right:10px;

}

/* Top of page links */
#content A.top {
display:none;
}

/*---------------------------------------Order form styles

form#resourcemenu {
font-weight:bold;
	margin:15px 0 15px 0;
	width: auto;
	padding:20px 15px 25px 15px;
	border:1px solid #000;
	background-image: url(http://content.webarchive.nla.gov.au/gov/wayback/20140213192905/http://www.cancerscreening.gov.au/internet/screening/publishing.nsf/AttachmentsByTitle/grad.jpg/$FILE/grad.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
#resourcemenu a.title {
	PADDING: 1px 0 1px 25px;
	background: url(http://content.webarchive.nla.gov.au/gov/wayback/20140213192905/http://www.cancerscreening.gov.au/internet/screening/publishing.nsf/AttachmentsByTitle/arrowbig.gif/$FILE/arrowbig.gif) no-repeat left center;
}
table#resources {
	border: 1px solid #2D6DB5;
	border-collapse: collapse;
	line-height: 1em;
font-size:0.9em;
	margin-bottom: 10px;
}
html>body table#resources {
	line-height: 1.25em;
border: 1px solid #2D6DB5;
}
html>body table#resources {
border: 1px solid #2D6DB5;
}
table#resources th {
	padding: 8px;
	border: 1px solid #2D6DB5;
	line-height: 1.2em;
background:#2D6DB5;
color:#fff;
}
html>body table#resources th {
	border: 1px solid #2D6DB5;
}
table#resources td {
	padding: 8px;
	border: 1px solid #2D6DB5;
}
table#orderlist {
	border: 1px solid #2D6DB5;
	border-collapse: collapse;
	line-height: 1.2em;
	margin-bottom: 10px;
}
table#orderlist th {
	padding: 8px;
	border: 1px solid #808080;
	line-height: 1.2em;
}
table#orderlist td {
	padding: 8px;
	border: 1px solid #808080;
}

#content a:link.orderbutton, #content a:visited.orderbutton, #content a:active.orderbutton {
	display: block;
border: 1px solid #000;
	float: right;
	color: #FFF;
	padding: 7px 25px 7px 7px;
	font-size: 0.9em;
	text-decoration: none;
font-weight:bold;
	background: #2D6DB5 url(http://content.webarchive.nla.gov.au/gov/wayback/20140213192905/http://www.cancerscreening.gov.au/internet/screening/publishing.nsf/AttachmentsByTitle/arrowrighton.gif/$FILE/arrowrighton.gif) no-repeat right center;
}
#content a:hover.orderbutton {
border: 1px solid #000;
	display: block;
	float: right;
	color: #2D6DB5;
	padding: 7px 25px 7px 7px;
	font-size: 0.9em;
	text-decoration: none;
font-weight:bold;
	background: #EFF0FD url(http://content.webarchive.nla.gov.au/gov/wayback/20140213192905/http://www.cancerscreening.gov.au/internet/screening/publishing.nsf/AttachmentsByTitle/arrowrightoff.gif/$FILE/arrowrightoff.gif) no-repeat right center;
}
#content a:link.resetbutton, #content a:visited.resetbutton, #content a:active.resetbutton {
	display: block;
	float: right;
	color: #FFF;
	padding: 7px;
	font-size: 0.85em;
	text-decoration: none;
border: 1px solid #000;
	background-color: #2D6DB5;
	margin: 10px 0;
	clear: both;
font-weight:bold;
}
#content a:hover.resetbutton {
font-weight:bold;
	display: block;
	float: right;
	color: #2D6DB5;
	padding: 7px;
	font-size: 0.85em;
	text-decoration: none;
	background-color:#EFF0FD;
border: 1px solid #000;
	margin: 10px 0;
	clear: both;
}
.basket {
	background: url(http://content.webarchive.nla.gov.au/gov/wayback/20140213192905/http://www.cancerscreening.gov.au/internet/screening/publishing.nsf/AttachmentsByTitle/basket.gif/$FILE/basket.gif) no-repeat left center;
	padding-left: 20px;
	display: block;
}
---------------------------------------*/





/*
     FILE ARCHIVED ON 19:29:05 Feb 13, 2014 AND RETRIEVED FROM THE
     AN OPENWAYBACK INSTANCE ON 10:17:10 Jul 14, 2017.
     JAVASCRIPT APPENDED BY OPENWAYBACK, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
