/* main stylesheet for Generic Campaign Website Template*/

/*--------------- Generic font and element styling ----------------*/

body {
	margin: 0px;
	padding: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 62.5%;
background:  #B3B3B3 url(/internet/foodlabelling/publishing.nsf/AttachmentsByTitle/stripe.jpg/$FILE/stripe.jpg) repeat 0px 15px;
	text-align: center;
}

#form {
	border: 1px solid #E49998; 
	padding: 5px 10px 10px 20px; 
	margin: 5px; 
	background: #FFF url(/internet/foodlabelling/publishing.nsf/AttachmentsByTitle/gradient.jpg/$FILE/gradient.jpg) repeat-x 0 bottom;
}

#page {
	border: 1px solid #cc3333;
	border-width: 0 1px;
	background:  #fff;
	width: 98%;
	margin: 0 auto;
	background:  #fff;
	text-align: left;
}

html>body #page {
	margin-bottom: -9px;
}

h1 { 
	font-size: 1.3em;	
	background: transparent url(/internet/foodlabelling/publishing.nsf/AttachmentsByTitle/h1_dots.jpg/$FILE/h1_dots.jpg) no-repeat scroll 0pt center;	
	padding: 0px 0px 0px 15px;
	color: #CC3333;
}
	
h2 {
	font-size: 1.2em; 
} 

h3 { 
	font-size: 1.1em; 
	font-style: italic; 
	font-weight: bold; 
} 

h4 {
	font-size: 1em;
	font-weight: bold;	
}
	
h5 { 
	font-size: 0.9em; 
}
	
h6 { 
	font-size: 0.8em; 
} 

p {
  line-height: 1.6em;
  padding-bottom: 5px
 
 /*--------------- 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 {
	position: relative;
	width: auto;
	height: 86px;
	background-color: #fff;
}
/* 
--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;
	background-color: #fff;
	width: 223px;
	height: 86px;
	margin: 0px;
	z-index: 1;
	background-image: none;
}

#left_banner_img_container h1 {
	font-size: 1.5em;
	padding: 0px 0px 0px 15px;
	color: Black;
	font-style: italic;
	font-weight: bold;
	background-image: none;
}
/* 
--Left Banner Image End--
*/

#right_banner_img_container {
	position: absolute;
	top: 0px;
	right: 0px;
	background-color: #fff;
	width: 553px;
	height: 86px;
	margin: 0px;
	
}	

#search {
	float:right;
	text-align: right;
	position: relative;
	top: -42px;
	width: auto;
}
#search form {
	margin: 0px;
	padding: 0px;
}

/* END MAIN BANNER*/

#cntnt_top_links {
	margin: 0px;
	width: auto;
	background: #CC3333;
	height : 30px;
}


/*-- BREADCRUMB START*/
#breadcrumb_container{
	position: relative;
	top: 45px;
	width: 70%;
	margin: 0px 0px 0px 0px;
	padding: 1px 0px 35px 0px;
	text-align: left;
	line-height: 1.7em;	
	font-size: 0.8em;
}

#breadcrumb_container a:link {
	text-decoration: underline;
}

#breadcrumb_container a:visited {
	text-decoration: underline;
}

#breadcrumb_container a:hover {
	text-decoration: none;
	
}/*-- 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: 100%;
	top: 0px;
	left: 0px;
	margin-bottom: -20px;
	padding-bottom: 0px;
		
/*------------------------------------ End Mid Container ----------------------------------*/		
}
/*------------------------------------ Start left navigation ----------------------------------*/
#left_nav {
	float: left;
	width: 15%;
	/*height: auto;*/
	padding: 0px;
	margin: 0px;
	border-top: 1px solid #cc3333;
}

#left_nav ul { 
	margin: 0px; 
	padding: 0px; 
	list-style-type: none; }

#left_nav li {
	text-align: right;
}

#left_nav a:link, #left_nav a:visited {
	display: block;
	/*width: 100%;*/
	text-decoration:none;
	border-bottom: 1px solid #cc3333;
	border-right: 5px solid #cc3333;
	margin: 0px;
	padding: 8px 10px 8px 4px;
	color: #cc3333;
	font-size: 1em;
	font-weight: bold;
}

#left_nav a:hover, #left_nav a:active {
	display: block;
	/*width: 100%;*/
	text-decoration:none;
	border-bottom: 1px solid #cc3333;
	border-right: 5px solid #cc3333;
	margin: 0px;
	padding: 8px 10px 8px 4px;
	background: #cc9999;
	color: #000;
	font-size: 1em;
	font-weight: bold;
}

/*------------------------------------ End left navigation ----------------------------------*/	

/*------------------------------------ Start Content ----------------------------------*/
#content {
	position: relative;
	top: -40px;
	margin: 0;
	float: left;
	width: 84%;
	padding: 1px 0 0 0;
	font-size: 1.2em;
}
#pad {
	margin: 0 20px 0 25px;
} 
#content a:link {
	text-decoration:underline;
}

#content a:visited {
	text-decoration: underline;
}

#content a:hover {
	text-decoration: none;
	
/*------------------------------------ End Content ----------------------------------*/
}
/*------------------------------------ Start Right Teaser ----------------------------------*/
#rght {
 float: right;
 padding-right: 10px;
 padding-left: 15px;
 margin-left: 25px;
 margin-top: 0px;
 margin-bottom: 20px;
 width: 25%;
 z-index: 6;
 
}

.rghtnavblock {
	float: right;
	top: -20px;
	right: 10px;
	height: auto;
	width: 210px;
	margin: 15px 5px 15px 25px;
	font-size: 0.90em; 
	position: relative;
	border: 2px solid #cc3333;
	padding: 5px 0px 5px 5px;
	background-color:#cc9999;

}
.rghtnavblock ul {
	padding: 0;
	margin: 0px 0px 0px 3px;
	list-style-type: none;
	height: auto;
}

.rghtnavblock li {
	margin: 2px 0px 0px 0px;
	line-height: 1.6em;
}

.rghtnavblock a:link {
	
	text-decoration:underline;
}
.rghtnavblock a {
	display: block;
	width: 100%;

}
.rghtnavblock a:visited {
	text-decoration:underline;
}

.rghtnavblock a:hover {
	text-decoration:none;
/*------------------------------------ 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;
	background-color: #fff;
	margin: 20px 0 0 0;
	text-align: center;
	padding: 20px;
	clear: both;
	border-top: 1px solid #cc3333;
}

#footer a:link {
	text-decoration: underline;
	
}
#footer a:hover {
	text-decoration: none;
/*--Summary-- This controls the style for the summary within the WCMS. */
}
#summary {
	text-decoration: none;
	font-weight: 500;
	color: #000;
	line-height: 1.6em;
	padding-bottom: 12px;
}
/*
--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(/internet/foodlabelling/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(/internet/generic/publishing.nsf/AttachmentsByTitle/arrow_previous.gif/$FILE/arrow_previous.gif) no-repeat left 3px; 
}
input#searchText {
	margin-right: 5px;
}
#boolean {
	position: absolute;
	top: 2em;
	font-size: 80%;
	right: 7.7em;
}
#search legend {
	display: none;
}
#search fieldset {
	border: 0;
}
.icns {
	visibility: visible;
}
/*body Nav*/

ul.bodynav {
	border: Red solid 1px;
	width: 200px;
	margin: 0 5px 0 0;
	float: left;
}
ul.bodynav li {
	list-style: none;
	padding: 3px 3px 5px 0;
	font-size: 0.9em;
}

ul.bodynavmemb {
	border: Red solid 1px;
	width: 250px;
	margin: 0 5px 0 0;
	float: left;
	padding: 1px 1px 1px -5px;
}
ul.bodynavmemb li {
	list-style: none;
	padding: 3px 3px 5px 0;
	font-size: 0.9em;
}

/* Skip to Content styles */

a.skiplink, a.skiplink:hover, a.skiplink:visited {
	text-indent: -600em;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	width: auto;
} 
  
a.skiplink:active, a.skiplink:focus {
	background-color: #666666;
	color: #ffffff;
	display: block;
	font-weight: bold;
	padding: 10px;
	text-indent: 0.1em;
	width: auto;
	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 {
	width: 100%;
	height: 1px;
	color: #cc3333;
	border: none;
	
} /* For Internet Explorer */
	html>body hr {
	margin-left: 0;
	width: 100%;
	height: 1px;
	background-color: #cc3333;
	border: none;
	
} /* For Gecko-based browsers */
	html>body hr {
	margin-left: 0;
	width: auto;
	height: 1px;
	background-color: #cc3333;
	border: 0px solid #cc3333;
	
/* 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 #ccc;
} 
/* Page Currency
	This is the class for the styleMiddlepanePageCurrency block */
.pageCurrency {
	FONT-SIZE: 75%; COLOR: #666666;
	font-weight: normal;
}
#topImagePrint {
	height: 107px;
	background: url(/internet/foodlabelling/publishing.nsf/AttachmentsByTitle/topImagePrint.jpg/$FILE/topImgPrint.jpg);
	display: none;
}
.note {
	background:#ECECEC none repeat scroll 0 0;
	border:1px dotted #CCCCCC;
	display:block;
	margin: 0 0 20px 0;
	padding: 0 10px 12px 15px;
	width:auto;
	font-style: italic;
}
.note strong {
	background:transparent url(/internet/foodlabelling/publishing.nsf/AttachmentsByTitle/info.gif/$FILE/info.gif) no-repeat scroll 0 0;
	margin:0;
	height: 26px;
	display: block;
	padding:2px 0 0 30px;
	font-style: normal;
}

/*LYNNE */
.hiderow {display:none}
.showrow {display:block}

/*----------------------------------------*/

a.closed {
	color: Gray;
}

.pdfhelp { background: #ECECEC none repeat; border: 1px dotted #CCC; margin: 25px 0pt 25px 0; padding: 12px 10px 8px 15px; font-size: 0.9em; line-height: 1.5em; width: auto; display: block; clear: both;}
.pdfhelp p {margin-left: 10px; margin-right: 15px}
.pdfhelp a:link, .pdfhelp a:visited { color: #000; }
.pdfhelp h4 {font-size:1em;margin: 0; padding: 2px 0 0 30px;background: 0 0 url(/internet/foodlabelling/publishing.nsf/AttachmentsByTitle/info.gif/$FILE/info.gif) no-repeat; height:26px}
.pdfhelp img { border: 0px none ; margin: 0px 15px 8px 0px; float: left; }
div.pdfhelp div { margin: -10px 0 0 0; padding: 0}

#content .pdfhelp ol {margin-left: 20px}
.pdfhelp h4 a {text-decoration: none}
.pdfhelp h4 a:hover {text-decoration: underline}

#content table { border: 1px solid rgb(162, 158, 158); margin: 30px 0pt; border-collapse: collapse; font-size: 0.9em; max-width: 100%; width: auto; clear: right; }
#container > table + * { clear: left; }
#content table table { font-size: 1em; }
#content table td { border: 1px solid rgb(162, 158, 158); padding: 4px; vertical-align: top; }
#content table th { border: 1px solid rgb(162, 158, 158); padding: 4px; background-color: rgb(208, 208, 208); vertical-align: top; }
#content table caption { padding: 1em 0pt; text-align: left; font-size: 1.1em; font-weight: 700; }
#content table h1, #content table h2 { background: transparent none repeat; margin-bottom: 2px; padding-bottom: 2px; margin-top: 0pt; padding-top: 0pt; }
#content table h3 { margin-bottom: 0pt; padding-bottom: 0pt; margin-top: 0pt; padding-top: 0pt; }
#content table h4 { margin-bottom: 0pt; padding-bottom: 0pt; margin-top: 0pt; padding-top: 0pt; }
#content table h5, #main_cntnt table h6 { margin-bottom: 0pt; padding-bottom: 0pt; margin-top: 0pt; padding-top: 0pt; }

#content table tr td.tabcentrshade { background-color: #CCFFFF; }
#content table tr td.tabcentrshadedark { background-color: #99CCFF; }
