/* main stylesheet for Pandemic Influenza Website */
/*--------------- Generic font and element styling ----------------*/
body { margin: 0px;padding: 0px;font-family: verdana, arial, helvetica, sans-serif;font-size: 65%;}
h1 { font-size: 1.7em; }
h2 {font-size: 1.5em; } 
h3 { font-size: 1.3em; font-style: italic;font-variant: normal; } 
h4 {font-size: 1.1em;font-weight: bold;	}
h5 { font-size: 1em; }
h6 { font-size: 0.8em;} 
p {line-height: 1.3em;}
#page {min-width:970px; width: 100%; background: #FFF; border-left: #848484 1px solid; border-right: #848484 1px solid}
 /*--------------- END Generic font and element styling ----------------*/ 
 
 /* --Main Banner Styles - 	Main Banner is a container to hold both a left and right banner image(s). -- */
#main_banner_container {
	width: auto;
	height: 110px;
	background: #4a8aa5 url(/internet/healthemergency/publishing.nsf/AttachmentsByTitle/banner-bg.jpg/$FILE/banner-bg.jpg) repeat-x;
}
#banner {
	width: auto;
	height: 80px;
	}
/* --Left Banner Image - To insert your Left Banner Image within this container you it must be placed in the blockheaderheader. It must be an image not a background. --*/
#left_banner_img_container {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 80px;
	margin: 0px;
	width: 479px;
	background-color: #4a8aa5;
}
/* --Left Banner Image End-- */
#right_banner_text_container {
	position: absolute;
	top: 0px;
	right: 0px;
	margin: 0px;
	padding: 15px 10px 0 0;
	background: #4a8aa5 url(/internet/healthemergency/publishing.nsf/AttachmentsByTitle/banner-bg.jpg/$FILE/banner-bg.jpg) repeat-x;
	font: verdana;
	font-size: 18pt;
	font-weight: bold;
	color: #ffffff;
	height: 80px;
text-align:center;

}	
#right_banner_text_container .small{
font-weight:normal;
color:#EFF0FD;
}
.bigbox{
display:block;
line-height:1.8em;
margin: 10px 5% 10px 5%;
width: 90%;
background:#262561 url(/internet/healthemergency/publishing.nsf/AttachmentsByTitle/stripe.gif/$FILE/stripe.gif) 0 0 repeat;
border:1px solid #262561;
color:#fff;
text-align:center;
clear:all;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-moz-box-shadow: 5px 5px 5px #888;
-webkit-box-shadow: 5px 5px 5px #888;
}

.bigbox h2{
margin: 10px 0 10px 0;
text-transform:uppercase;
text-shadow: 2px 2px 2px #000;
}
#central .bigbox h2 a{
color:#fff
}

 /*-------END Top Banners-----------*/
 /* ---- Primary Navigation layout - these are the TABS at the top ---- */
  #primary-nav {
font: verdana;
background:#262561;
position:relative;
top:0px;
left:0px;
height:30px;
margin:0;
padding:0;
}

/*#primary-nav ul {
list-style-type: none;
margin:0;
padding:0;
height:30px;
}

#primary-nav li {
float:left;
margin: 0;
padding: 0px 15px 0px 15px;
border-right: 1px solid #fff;
height:30px;
}
#primary-nav a {
float:left;
padding-top:10px;
   	display: block;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
margin:0;
}
#primary-nav a:hover {
   color: #ebebeb;
	text-decoration: underline;
	}
#primary-nav .current {
color:#fff;
}
#primary-nav .current a {
  	color: #fff;
}
#primary-nav .current a:hover {
	text-decoration: none;
  color: #ebebeb;
}*/
/* ---- END TOP TABS - Primary Navigation layout - these are the tabs at the top ---- */

/* --- left-wrapper contains left column and central (content) column ------------- */
 #left-wrapper {
width:99%;
margin:0;
padding:0;

}

 /*-- Homepage intro --*/
.intro {
 	margin: 0 0 0 0;
	padding: 5px 0 5px 5px;
	font: verdana;
	font-size: 1.0em;
	color: #000000;
	line-height: 1.3em;
}
/* ---- Left column styling --------------------------------------------- */
 #left-column {
position:absolute;
top:110px;
left:0px;
margin:0;
padding:0;
width:235px;
}
  
 /* Nav Block is left menu for About and Govt - Preparing has its own CSS---*/
#nav-block {
padding: 0;
left: 0;
top: 0;
margin: 0;
font-size: 0.9em;
font-weight:600;	
}

 
#nav-block ul {	
list-style: none;
margin:0;
}

#nav-block ul li {
margin: 0 0 0 -40px;
padding: 0;
background: #eeeeee;
 }

 
#nav-block ul li.space {
padding-bottom : 0px;
border-bottom: 1px solid #262561;
}
 
 #nav-block a {
display:block;
text-decoration: none;
color: #000000;
padding: 5px 3px 5px 5px;
border-right: 1px solid #262561;
background-color: #eeeeee;
}

 #nav-block a:hover{
display:block;
text-decoration: none;
color: #fff;
background:#262561;
}

  #nav-block ul li .summary {
 	padding-right: 3px;
	margin-bottom: 20px;
	padding-left: 7px;
	font-size: 0.95em;
	font-weight: bold;
	text-decoration: none;
 }
/*----------------------------END left column-----------------------------------*/
/* ---- Central column styling ------------------------------------------------- */
/*-- BREADCRUMB START ---------------------------------------- */
#breadcrumb_container{
	position: relative;
	float: left;
	width: 100%;
	margin: 10px 0 0 0;
	font-size: 0.8em;
	color: #2e6e89;
	padding-bottom:10px;
clear:right;
	/*border: 2px solid black;*/
}
#breadcrumb_container a {
	color: #2e6e89;
	text-decoration: underline;
	font-size: 100%;
}
/*-- END breadcrumb-----------------------------*/
#central {
	font: verdana,arial,helvetica,sans-serif;
	font-size: 1.1em;
	line-height: 1.8em;
	color: #000000;
	/*border:2px solid black;*/
	margin: 5px 20px 0 250px;

}
#central a {
	color: #2e6e89;
	text-decoration: underline;
	font-size: 1.0em;
}
#central-home {
    position: relative;
	float: right;
	clear:both;	
	margin: 5px 5px 5px 5px;
	font: verdana;
	font-size: 1.0em;
	color: #000000;
}
#central h1 {
 	margin: 0 0 0 0;
	font-size: 1.5em;
	font-weight: bold;
	color: #4a8aa5;
 }
#central-home h1 {
 	margin-top: 0;
	font-size: 1.5em;
	font-weight: bold;
	color: #4a8aa5;
 }
  
#central p {
margin:0;

 }
  
 /*--Summary-- This controls the style for the summary within the WCMS. --*/

.summary {
	padding-bottom: 12px;
	text-decoration: none;
	color: #000;
	line-height: 1.6em;
}
 
 /* ---- Feedback form styling ---- */ 
#feedback-form {
   display: block;
	margin: 0 0 0 0;
}

#feedback-form form {
   border: 1px solid #CCCCCC;
	background: #ECECEC;
	padding: 0 0 5px 10px;
	margin-top: 0;
}

 /* ---- Page Currency ---- */
.currency {
	margin: 10px 0 0 0;
	padding: 10px;
	font-size: 80%;
	color: #666;
	background-color: #eeeeee;
	font-weight: normal;
}
/*---------------------------------------END Left and middle colums-----------------------------------*/

/* ------------------------------------------------- Right column styling --------------------------- */
 #right-column-wrapper {
    position: relative;
	float: right;
	clear:all;
	width: 180px;
	margin: 5px 5px 5px 5px;
	/*border:2px solid black;*/
 }
 
 #right-teaser {
	border: 1px solid #000;
	font-size: 1em;
	padding: 5px;
	margin-top: 10px;
}
/*--------------------SEARCH and toolbar stuff-----------------------*/ 
#search-toolbar-wrapper	{
	position: relative;
	float: right;
	clear:both;
	height:auto;
	width: 180px;
	margin: 50px 5px 5px 5px;
	}
 #search legend {
	display: none;
}
#search fieldset {
	border:0;
}

#toolbar-landing {
	position: relative;
	float: right;
	clear: left;
	height: 50px;
	width: 175px;
	margin: -50px 0 10px 16px;
	
}
#toolbar-landing p {
	margin-top: 0;
	font: verdana;
	font-size: 12pt;
	color: #2d6d88;
	line-height: 1em;
}

#search {
	height: 20px;
	margin-top: 5px;
margin-bottom: 5px;
	text-align: left;
float:right;
	
}
#search form {
	margin-right: 2px;
	padding: 0;
}
#searchSubmit{background: #4a8aa5;
color:#FFF;

}
/*-------------------END SEARCH stuff------------------------------------------*/
 
    /* ---- PREPARING FOR PANDEMIC TAB LANDING PAGE body styling -----------------------------------*/ 
 
  #pandemic_landing_wrapper	{
  position:relative;
  float:left;
  clear:all;
  left:0px;
  width:80%;
  }
 
/* Skip to Content styles */

a.skiplink, a.skiplink:hover, a.skiplink:visited {
	
	position: absolute;
	left: 0;
	top: 0;
	width: auto;
	text-indent: -600em;
	z-index: 1;
} 
  
a.skiplink:active, a.skiplink:focus {
	display: block;
	width: auto;
	padding: 10px;
	background-color: #666666;
	color: #ffffff;
	font-weight: bold;
	text-indent: 0.1em;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

hr {
	height: 1px;
	width: 100%;
	color: #bbb;
	border: none;
}

a.top {
	clear: both;
	padding-left: 17px;
	font-size: 0.9em;
	float: right;
	margin: 10px 0px 10px 15px;
}

a.top:link, a.top:visited, a.top:active, a.top:hover {
	color: #2e6e89;
	text-decoration: none;
}

 /* For Internet Explorer */
	html>body hr {
	height: 1px;
	width: 100%;
	margin-left: 0;
	background-color: #bbb;
	border: none;
}
/* For Gecko-based browsers */
	html>body hr {
	height: 1px;
	width: auto;
	margin-left: 0;
	background-color: #bbb;
	border: 0px solid #bbb;
}
/* For Opera and Gecko-based browsers */	
 
/* Disclaimer
	This is the class for the styleDisplayContentDownload block */
.disclaimer {
	padding-top: 20px;
	font-size: 80%;
	color: #666666;
	border-top: 1px solid #ccc;
}



#topImagePrint {
	height: 107px;
	display: none;
	}

/* -------------------------------------- Start Footer ------------------------ */

#footer {
	clear: both;
	height: auto;
	width: 100%;
	margin: 18px 0 2px 0;
	padding: 0;
	background-color: #ffffff;
	text-align: left;
	float: left;
}

#footer hr {
	color: #4a8aa5;
	height: 1px;
	width: 100%;
	margin-top: 0;
}
#footer p {
	margin-top: 5px;
	padding-left: 7px;
	color: #9b9c9d;
	font-weight: normal;
}
#footer a:link, #footer a:visited {
	color: #9b9c9d;
	text-decoration: none;
	font-size: 0.95em;
	font-weight: normal;
}
#footer a:hover {
	text-decoration: underline;

}

#central table { background-color: #FFF; border: 1px solid #666; margin: 10px 0pt; border-collapse: collapse; font-size: 0.95em; width: 93%; color:#000;}
#container > table + * { clear: left; }
#central table td { border: 1px solid #666; padding: 3px; vertical-align: top; }
#central table th { border: 1px solid #666; padding: 3px; background-color: #3F1312;  vertical-align: top; color: #fff; font-weight: bold; }
#central table caption { padding: 1em 0pt; text-align: left; font-size: 1.1em; font-weight: 700; }
#central table h1, #right table h2 { background: transparent none repeat; margin-bottom: 2px; padding-bottom: 2px; margin-top: 0pt; padding-top: 0pt; }
#central table h3 { margin-bottom: 0pt; padding-bottom: 0pt; margin-top: 0pt; padding-top: 0pt; }
#central table h4 { margin-bottom: 0pt; padding-bottom: 0pt; margin-top: 0pt; padding-top: 0pt; }
#central table h5, #right table h6 { margin-bottom: 0pt; padding-bottom: 0pt; margin-top: 0pt; padding-top: 0pt; 
}

html>/**/body .foo, x:-moz-any-link, x:default { } /* Only FireFox 3 */
/* PDF/large file warning styles */
.pdfhelp { background: #EFF0FD; border: 1px dotted #2D6DB5; margin: 25px 0; padding: 12px 10px 8px 15px; line-height: 1.8em; display: block; clear: none; font-size: 0.9em}
.pdfhelp p {margin: 5px}
.pdfhelp a:link, .pdfhelp a:visited { color: #000; }
.pdfhelp h4 {
	font-size: 1em;
	margin: 0 0 10 0;
	padding: 0 0 5px 30px;
	line-height: 1.6em;
	background: 0 0 url(http://www.health.gov.au/internet/main/publishing.nsf/AttachmentsByTitle/info.gif/$FILE/info.gif) no-repeat;
}


#search2 { float: right; margin: 5px 0px 5px 0; padding: 0;width: 250px;}
#search2 form {margin: 0; padding:0;}
#search2 fieldset { border: 0pt none; padding: 0pt; }
#search2 .searchbox { font-size: 0.9em; height: 20px; border: 1px solid #2B2669; padding: 2px; background: #FFF; color: #000; width: 140px; }
#search2 .searchbutton { border: 1px solid #FFF; margin: 0pt; padding: 0 ; background: #262561 none repeat; color: rgb(255, 255, 255); letter-spacing: 0.75px; font-size: 1em; }

.pdfhelp{
clear:both;}
.pdfhelp h4+p {margin-top: 0}
.pdfhelp img { border: 0px none; margin: 0px 15px 8px 0px; float: left; }

#content .pdfhelp ol {margin-left: 30px; margin-bottom:15px}
.pdfhelp h4 a {text-decoration: none}
.pdfhelp h4 a:hover {text-decoration: underline}

fieldset {
border: 1px solid #2B2669; 
color: #2B2669;
padding:10px;
}
legend{
border: 1px solid #2B2669; 
color: #2B2669;
font-weight:bold;
font-size:1.3em;
background:#EFF0FD;
}
label{
color: #2B2669;
font-weight:bold;
font-size:1.1em;
}

#print{
float:right;
}
#print a img{
border:0;
background:#fff;
margin:0;
padding:0;
}
#printfooter{
display:none;
}

