﻿body
{
    background-color:#b1db1f;
    color:#00281f;
    font-family: Arial, Helvetica, sans-serif;    
}

/* Useful CSS Enhancements */
html { overflow-y:scroll; } /* Stop FF page jump */
input[type=submit], label, select, .pointer { cursor:pointer; } /* Let the user know to click */
::selection	{ background:#B1DB1F; color:#000; /* Safari and Opera */ } /* Change Text Highlight Colour */
::-moz-selection { background:#B1DB1F; color:#000; /* Firefox */ } /* Change Text Highlight Colour */
.hide { display:none; }

.canvasWrapper
{
    margin:0 auto;
    text-align:left;
    width:848px;
 	border-left:solid 1px #fff;
 	border-right:solid 1px #fff;
 	border-bottom:solid 1px #fff;
}
.canvas
{
    background-image:url("images/white-line-bg.gif");
    background-position:left;
    background-repeat:repeat-y;
    background-color:#ffffff;
}
.copyRight
{
    width:848px;
    margin:5px auto;
    font-size:9px;
    text-align:right;
}
#printLogo, #printLogo img
{
    display:none;
    height:0;
    width:0;
}
.homeLink
{
    float:right;
    margin-right:10px;
    margin-top:9px;
}
.homeLink a
{
    color:#acc6c9;
    font-weight:bold;
    font-size:13pt;
    text-decoration:none;
}
.logoCont
{
    float:left;
    width:300px;
}
.homeLink
{
    float:left;
}
.contentCont
{
    float:right;
    width:656px;
    min-height:400px;
    padding-bottom:10px;
    z-index:90;
}
.leftCont
{
    float:left;
}
#menu
{
    text-align:right;
    float:right;
}
.zespriLogo
{
    height:140px;
}
#pageHeaderHR
{
    display:none;
}
.topCont
{
    height:112px;
    clear:both;
    border-bottom:solid 1px #fff;
    background-image:url("images/green-gold_top.jpg");
    background-repeat:no-repeat;    
    background-position:left;
    background-color:#b1db1f;
}
#goTop
{
    float:right;
    margin-right:15px;
    font-size:11px;
}
#goTop a
{
    text-decoration:none;
    color:#00281f;
}
/* Footer */
.footerCont
{
    border-top:solid 1px #fff;
    height:30px;
}
.footerFlags
{
    width:285px;
}
.footerFlag
{
    float:left;
    padding:0 5px 0 0;    
}
.flagIntro
{
    float:left;
    font-size:11px;
    color:#00281F;
    padding-top:3px;
    font-weight:bold;
    padding-right:5px;
    line-height:145%;
}
.flagCont
{
    float:right;    
}

.footerLinks
{
    font-size:11px;
    line-height:145%;
    color:#fff;
    padding-top:10px;
    padding-left:10px;
}
.mac.ff3 .footerLinks
{
	font-size:9px;
}
.footerRHS
{
    float:right;
    width:530px;
}
.footerLinks a
{
    font-size:11px;
    color:#00281F;
    text-decoration:none;
}
.footerLinks a:hover
{
    text-decoration:underline;
}
#footerLinksCont
{
    width:295px;
    float:left;
}
#footerFlagsCont
{
    padding-top:7px;
    width:260px;
    float:left;
}
#footerFlagsCont a
{
	text-decoration:none;
}
#footerSearchCont
{
    float:right;
    width:210px;
    text-align:right;
    padding-top:5px;
    padding-right:10px;
}
.js .dropDown ul
{
	display:none;
}
.dropDown
{
	width:130px;
	background:#fff;
	position:relative;
}
.dropDown ul
{
	width:130px;
	background:#fff;
	bottom:14px;
	
}
.dropDown li
{
	background:#fff;
	vertical-align:middle;
	
}
.dropDown span
{
	cursor:pointer;
	padding:2px;
	display:block;
	background-image:url(/web/design/images/dropdown-bg.gif);
	background-repeat:no-repeat;
	background-position: 117px 3px;
	font-size:10px;
	line-height:11px;
}
.dropDown li
{
	border:transparent;
}
.dropDown li img
{
	float:left;
	padding:0 4px 0 2px;
}
.dropDown li a
{	
	padding:2px 0;
	display:block;
	color:#000;	
	font-size:10px;
	line-height:15px;
	vertical-align:middle;
	float:left;
	width:130px;
}
.dropDown li a:hover
{
	background:#E93A1D;
	color:#fff;
}

.searchField
{
    width:130px;
    font-size:10px;
    height:12px;
    border:solid 1px #fff;
    float:left;
}
.searchTitle
{
    color:#00281F;
    font-size:11px;
    float:left;
    padding-top:4px;
}
.searchBtn
{
    background-color:#fff;    
    border:none;
    height:16px;
    width:20px;
    font-size:8px;
    line-height:8px;
    float:right;
    text-align:center;
    padding:0;
    margin:0;
    vertical-align:text-top;
}
.searchFormWrapper
{
    width:160px;
    float:right;
    padding-top:2px;
}
/* Error messages */
.messageCont, .messageContError, .messageContSuccess, .form
{
    margin-top:10px;
    padding:5px;    
}    
.messageCont
{    
    border:solid 1px #FFCC00;
    background-color:#FFFF99;
}
.messageCont span
{
    color:#000000;
    font-weight:bold;
}
.messageContError
{
    border:solid 1px #FF0000;
    background-color:#FFCCCC;
}
.messageContError span
{
    color:#FF0000;
    font-weight:bold;
}
.messageContSuccess
{
    border:solid 1px #336600;
    background-color:#CCFF99;
}
.messageContSuccess span
{
    color:#336600;
    font-weight:bold;
}

/*Content*/
b, strong
{
    font-weight:bold;
}
i
{
    font-style:italic;
}
#content img
{
    padding:0 5px;
}
.contentCont a
{
    color:#cc0000;
    text-decoration:underline;
}
.contentCont a:visited
{
    color:#8AB60E;
    text-decoration:underline;
}
.contentCont ul
{
    list-style-type:square;
    list-style-position:inside;
}
.contentCont ol
{
    list-style-type:decimal;
    list-style-position:inside;
}
.contentCont ol, 
.contentCont ul
{
    margin-left:5px;
    margin-bottom:8pt;
}
.contentCont li
{
    margin-left:10px;
    padding-left:5px;
}
.contentCont
{
    font-size:11px;
    line-height:145%;    
}
p
{
    padding-top:8pt;
    padding-bottom:8pt;
}
h1
{
    color:#1e4e00;
    font-size:16px;
    line-height:105%;
    font-weight:bold;
}
h2
{
    color:#cc0000;
    font-size:16px;
    line-height:105%;
    font-weight:bold;
}
h3
{
    color:#00281f;
    font-size:16px;
    line-height:105%;
    font-weight:bold;
}
h4
{
    color:#cc0000;
    font-size:13px;
    line-height:145%;
    font-weight:bold;
}
h5
{
    color:#00281f;
    font-size:13px;
    line-height:145%;
    font-weight:bold;
}
h6
{
    color:#000;
    font-size:13px;
    line-height:145%;
    font-weight:bold;
}
hr
{
    color:#b1db1f;
    background-color:#b1db1f;
    height:1px;
    clear:both;
    border:none;
    margin-left:-1px;
}
.Fontxx-Small
{
	font-size:70%;
}
.Fontx-Small
{
	font-size:80%;
}
.FontSmall
{
	font-size:90%;
}
.FontMedium
{
	font-size:100%;
}
.FontLarge
{
	font-size:110%;
}
.Fontx-Large
{
	font-size:120%;
}
.Fontxx-Large
{
	font-size:130%;
}
/* Clear fix */
.clearFix
{
    line-height:0;
    height:0;
    clear:both;
    padding:0;
    margin:0;
    font-size:0;
    border:none;
}
.newsArchive:link, .newsArchive:visited
{
	font-size:13px;
	font-weight:bold;
	line-height:145%;
	color: #cc0000 !important;
	display: block;
	padding: 8px 0;
	margin-top: 5px;
}
.newsArchive:hover
{
	text-decoration: none;
}

/*=============
Accordion
==============*/

.contentCont #accordion 
{
    margin-top:15px;
    display:block;
    padding:0;
}
body.ProductFeature #accordion, body.IndustryFeature #accordion  
{
    margin:0;
}
#accordion h6
{
    background-position: right center;
    background-repeat:no-repeat;
    background-color:#fff;
    border-bottom:1px solid #fff;
    padding:8px 15px;
    cursor:pointer;
    font-size:8pt;
    height:18px;
}
#accordion h6.ui-state-default 
{
    background-image:url(/web/design/images/accordionHeaderRowBG_default.png);
}
#accordion h6.ui-state-active 
{
    background-image:url(/web/design/images/accordionHeaderRowBG_active.png);
    background-color:#b1db1f;
}
#accordion h6:hover 
{
    background-color:#b1db1f;
}
#accordion h6 a 
{
    text-decoration:none;
}
.section
{
    margin:10px 0;
}