/*@charset "utf-8";*/
/* CSS Document */

/*LICENCE --------------------------------------
WorldNZ Limited
4th November 2010
*/

/*NOTES ----------------------------------------

Insert notes here

UPDATE INFO ------------------------------------

Revision number: 1.0

CONTENTS ---------------------------------------
=1: Reset all elements to a common value
=2: Default classes
=3: Accessibility
=4: Interface Style
=5: Typography
=6: Navigation
=7: Featured News
=8: Stylised Buttons SI Files
=9: CMS Edit Form
*/

/*	-------------------------------------------------------------
	=1: CSS Reset
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
body
{
    color: #000;
    background: #FFF;
    min-width: 880px;
}
/*
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td
{
    margin: 0;
    padding: 0;
}
*/
table
{
    border-collapse: collapse;
    border-spacing: 0;
}
fieldset, img
{
    border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var
{
    font-style: normal;
    font-weight: normal;
}
li
{
    list-style: none;
}
caption, th
{
    text-align: left;
}
h1, h2, h3, h4, h5, h6
{
    font-size: 100%;
    font-weight: normal;
}
q:before, q:after
{
    content: "'";
}
abbr, acronym
{
    border: 0;
    font-variant: normal;
}
sup, sub
{
    line-height: -1px;
    vertical-align: text-top;
}
sub
{
    vertical-align: text-bottom;
}
input, textarea, select
{
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}

/*	-------------------------------------------------------------
	=2: Default Classes
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
.adminheading
{
    font-size: 2.5em !important;
    color: #6a4e36;
    margin-top: 30px !important;
    margin-left: 20px !important;
}
.adminsubheading
{
    font-size: 2em !important;
    color: #ff6e04;
    margin-left: 20px !important;
    text-transform: none !important;
}
.capitalise
{
    text-transform: capitalize !important;
}
.nocapitals
{
    text-transform: none !important;
}
.center
{
    text-align: center !important;
}
.right
{
    text-align: right !important;
}
.left
{
    text-align: left !important;
}
.small
{
    font-size: 0.9em;
}
.smallitalic
{
    font-size: 0.9em;
    font-style: italic;
    color: #FF6600;
}
.smaller
{
    font-size: 0.8em !important;
}
.block
{
    display: block !important;
    clear: both !important;
}
.bold
{
    font-weight: bold !important;
}
.boldgrey
{
    font-weight: bold;
    color: #4d4d4d;
}
.grey
{
    color: #4d4d4d;
}
.red
{
    color: #ee3224;
}
.white
{
    color: #FFF;
}
.boldbrown
{
    font-weight: bold !important;
    color: #6a4e36;
}
.boldbrownitalic
{
    font-weight: bold !important;
    color: #6a4e36;
}
.boldred
{
    font-weight: bold !important;
    color: #ff6e04 !important;
}
.boldorange
{
    font-weight: bold !important;
    color: #ff6e04 !important;
}
.boldorangeitalic
{
    font-weight: bold !important;
    color: #ff6e04 !important;
    font-style: italic !important;
}
.bolditalic
{
    font-weight: bold !important;
    font-style: italic !important;
}
.italicorange
{
    font-style: italic !important;
    color: #ff6e04 !important;
}
.imgLeft
{
    float: left;
    padding-right: 20px;
}
.imgRight
{
    float: right;
    padding-left: 20px;
}
.imgPad
{
    float: left;
    padding: 10px;
}
.trophy
{
    padding: 2px 2px 0 2px;
}
.imgBlock
{
    display: block;
    clear: both !important;
    padding: 10px;
    margin-left: 20px;
}
.floatRight
{
    float: right;
}
.floatLeft
{
    float: left;
}
.marginbottom
{
    margin-bottom: 35px;
}
.clear
{
    clear: both;
}
.uppercase
{
    text-transform: uppercase;
}
.italic
{
    font-style: italic;
}
.normal
{
    padding: 5px;
}
.halfCol
{
    float: left;
    width: 45%;
    padding: 0 5px 0 5px;
}
.oneCol
{
    float: left;
    width: 100%;
    padding: 34px 5px 0 5px;
}
.LeftCol
{
    float: left;
    width: 440px;
    padding: 5px;
}
.LeftCol_460
{
    float: left;
    width: 460px;
    padding: 34px 5px 0 5px;
}
.LeftCol_720
{
    float: left;
    width: 720px;
    padding: 34px 5px 25px 5px;
}
.RightCol
{
    float: right;
    width: 508px;
    padding: 5px;
}
.RightCol_260
{
    float: right;
    width: 260px;
    min-height: 500px;
    height: auto !important;
    height: 500px;
}
.blockquote
{
    width: 80%;
    padding: 10px;
    display: block;
    border: 3px solid #999;
    background-color: #E6E6E6;
    font-family: Georgia, "Times New Roman" , Times, serif;
    color: #999;
    text-transform: none;
    font-style: italic;
    margin-left: 20px;
}
.blockquote p
{
    font-size: 12px;
    line-height: 16px;
}
.bigquote
{
    width: 90%;
    margin: 10px !important;
    padding: 5px;
    font-family: Georgia, "Times New Roman" , Times, serif !important;
    color: #6a4e36 !important;
    font-weight: bold !important;
    font-style: italic !important;
    font-size: 1.4em !important;
}
.nomargin
{
    margin: 0 !important;
    padding: 0 !important;
}
.greybg
{
    background-color: #E6E6E6 /*999*/;
}
div.label
{
    float: left;
    width: 120px;
}
div.address
{
    float: left;
    width: 200px;
    margin: 0 0 10px 0;
}
div.mapbox
{
    float: right;
    padding-bottom: 20px;
}
.marginleft
{
    margin-left: 20px;
}

/*	-------------------------------------------------------------
	=3: Accessability
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
.aural
{
    position: absolute;
    left: -9999px;
    font-size: small;
}

.hide
{
    display: none;
}


/*	-------------------------------------------------------------
	=4: Interface Layout
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
html, body
{
    /* THIS CODE HELPS KEEP THE FOOTER ANCHORED */
    height: 100%;
}

body
{
    /*font: 62.5%/1.4 sans-serif;*/ /* set font size to 10px (a nice round number) - 1.4 line height */
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height: 16px;
    font-family: Helvetica, Arial, sans-serif;
    background: #FFF url('../Images/bg.jpg') repeat-x;
}


.fluid
{
    width: 100%;
    float: left;
}

/*img, div { behavior: url(../scripts/iepngfix.htc)!important; }*/

#container
{
    /* keep the layout together and centered */
    min-height: 100%;
    margin-bottom: -90px;
    position: relative;
}

#content_container, #nav
{
    /*behavior: url(../scripts/iepngfix.htc)!important; */
}

.header
{
    width: 968px;
    margin: 0 auto;
    overflow: hidden; /*--We add the overflow hidden to keep floating elements from breaking out of this container--*/
}

.container
{
    width: 968px;
    margin: 0 auto;
    overflow: hidden; /*--We add the overflow hidden to keep floating elements from breaking out of this container--*/
}

.fluid
{
    width: 100%;
    float: left;
}

#header_section
{
    height: 135px;
}

#navigation
{
    width: 968px;
    height: 53px;
    z-index: 500;
}


#content
{
    float: left;
    margin-left: 96px;
}

#content_container {
    /*float: left;*/
    margin: 0 /* 0 0 47px*/;
    /*width:*/ /*951*/ /*968px;*/
    min-height: 500px; /*  THIS HELPS MIN-HEIGHT ACROSS ALL STUBBORN BROWSERS */
    height: auto !important;
    height: 500px;
}

#footer_section
{
    height: 53px;
    background-color: #B5B5B4 /*c2c2c0*/;
    margin-bottom: 5px;
}
.footer_section_container
{
    /*float: left;*/
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 968px;
    height: 53px;
}

div.scroller
{
    float: left;
    position: relative;
    height: 24px;
    width: 700px;
    display: block;
    overflow: hidden; /*border:#CCCCCC 1px solid;*/
    margin: 16px 0 0 20px;
}
div.scrollingtext
{
    position: absolute;
    white-space: nowrap;
    color: #FFF;
}
.scrollingtext h2
{
    margin: 0 0 20px 0;
}

h2.inthenews
{
    margin: 16px 0 0 0;
    color: #4d4d4d;
    display: inline;
    float: left;
}


#body_section
{
    /*height: 100%;*/
}

#footer
{
    height: 52px;
    position: relative;
    background-color: #ee3224;
}

.clearfooter
{
    height: 53px;
    clear: both;
}

/*	-------------------------------------------------------------
	=5: Typography
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

h1
{
    font-family: Helvetica, Arial, sans-serif;
    line-height: 26px;
    font-size: 20px;
    color: #ee3224;
    margin: 0 0 5px 0;
    padding: 0;
    font-weight: bold;
}

h2
{
    font-family: Helvetica, Arial, sans-serif;
    line-height: 24px;
    font-size: 16px;
    color: #ee3224;
    margin: 10px 0 5px 0;
    padding: 0;
    font-weight: normal;
}

h3
{
    font-family: Arial, Helvetica, sans-serif;
    line-height: 22px;
    font-size: 16px;
    color: #ee3224;
    margin: 10px 0 5px 0;
    padding: 0;
    font-weight: normal;
}

h4
{
    font-family: Helvetica, Arial, sans-serif;
    line-height: 18px;
    font-size: 14px;
    color: #ee3224;
    margin: 0;
    padding: 0;
    font-weight: normal;
}

h5
{
    font-family: Helvetica, Arial, sans-serif;
    line-height: 16px;
    font-size: 12px;
    color: #ee3224;
    margin: 0;
    padding: 0;
    font-weight: normal;
}

h6
{
    font-family: Arial, Helvetica, sans-serif;
    line-height: 15px;
    font-size: 11px;
    color: #4d4d4d;
    margin: 0;
    padding: 0;
    font-weight: normal;
}

p, li
{
    font-family: Helvetica, Arial, sans-serif;
    line-height: 18px;
    font-size: 12px;
    text-align: left;
    color: #4d4d4d;
}
p
{
    margin: 0 0 10px 0;
}

table
{
    font-family: Helvetica, Arial, sans-serif;
    line-height: 18px;
    font-size: 12px;
    text-align: left;
    color: #4d4d4d;
    margin: 0 0 10px 0;
}
td
{
    vertical-align: top;
    margin: 0 0 10px 0;
}
tr
{
    margin-bottom: 10px !important;
}


a:link
{
    color: #4d4d4d;
}
/* unvisited link */
a:visited
{
    color: #4d4d4d;
}
/* visited link */
a:hover
{
    color: #ee3224;
}
/* mouse over link */
a:active, a.active
{
    color: #ee3224;
}
/* selected link */
 
::selection
{
    background: #c2c2c0; /* Safari */
}
::-moz-selection
{
    background: #c2c2c0; /* Firefox */
}

a
{
    text-decoration: none;
}

    a.standardlink:link {
        text-decoration: underline;
    }

ul.list, ol.list
{
    margin: 0 auto;
    padding: 0;
}
ul li.list
{
    font-family: Helvetica, Arial, sans-serif;
    font-size: 1.4em;
    text-align: justify;
    color: #333;
    margin: 10px;
    padding: 0;
    list-style-type: disc;
    list-style-position: inside;
}
ol li.list
{
    font-family: Helvetica, Arial, sans-serif;
    font-size: 1.4em;
    text-align: justify;
    color: #333;
    margin: 10px;
    padding: 0;
    list-style-type: decimal;
    list-style-position: inside;
}

.bulletlist
{
    margin: 1em;
    width: 80%;
    padding: 0;
}
.bullet ul
{
    margin-left: 0;
    padding-left: 10px;
    text-indent: -10px;
}
.bullet li
{
    padding-left: 10px;
    text-indent: -15px;
    list-style-type: disc;
    list-style-position: inside;
    margin-bottom: 10px;
}
.bullet li li
{
    font-family: Helvetica, Arial, sans-serif;
    font-size: 1.4em;
    color: #333;
    line-height: 1.5em !important;
}

pre
{
    color: #6a4e36 !important;
    font-size: 1.5em;
    font-style: italic;
    font-weight: bold;
    margin-left: 160px !important;
    width: 80%;
}


a.white
{
    color: #fff;
}
.welcome-text h1
{
    margin-top: 42px;
    margin-bottom: 18px;
}
.welcome-text h2
{
    margin-bottom: 40px;
}


/*	-------------------------------------------------------------
	=6: Navigation
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.header ul.nav
{
    float: right;
    margin: 25px 80px 0 0;
    padding: 0;
    height: 28px;
}

.header .nav li
{
    list-style-type: none;
    position: relative;
    float: left;
    width: auto;
    white-space: nowrap;
    padding: 0; /*background:transparent; */
}

.header .nav li a
{
    display: block;
    color: #fff;
    font-size: 14px;
    margin: 0;
    padding: 5px 20px;
    background: transparent;
    border-right: 1px solid #fff;
}
.header .nav li a.first
{
    border-left: none;
}
.header .nav li a.last
{
    border-right: none;
}

.header .nav li a:hover
{
    color: #ee3224;
    background-color: #FFF;
    border-bottom: none;
}

.header .nav li a.selected
{
    color: #4d4d4d;
    background-color: #FFF;
}

.header h1
{
    float: left;
    position: relative; /*top:27px;*/
    margin: 27px 0 20px 0;
    padding: 0;
    width: 258px;
    height: 35px;
    text-indent: -9999px;
    background: transparent url("../Images/logo.png") no-repeat top left;
}

img.secondlogo
{
    padding-top: 12px;
    float: left;
}

img.crisworkslogoright
{
    padding-top: 36px;
    float: right;
}

.searchbox
{
    float: left;
    background: transparent url("../Images/searchbox.png") no-repeat top left;
    width: 227px;
    height: 32px;
    margin: 38px 0 0 427px;
    padding: 2px 0 0 5px;
}
/*END NAVIGATION*/

/*START FOOTER NAVIGATION*/

.footercontainer .footernav ul
{
    float: left;
    margin: 0;
    padding: 0;
}
.footercontainer .footernav li
{
    list-style-type: none;
    position: relative;
    float: left;
    width: auto;
    white-space: nowrap;
    padding: 0;
    background: transparent;
}
.copyright
{
    color: #ffffff;
    margin-top: 14px;
    padding: 5px 20px;
    display: block;
    margin-left: 400px !important;
    border-right: none !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.footercontainer .footernav li a
{
    display: block;
    color: #fff;
    font-size: 12px;
    margin-top: 14px;
    padding: 5px 20px;
    background: transparent;
    border-right: 1px solid #fff;
}
.footercontainer .footernav li a.last
{
    border-right: none;
}

.footercontainer .footernav li a:hover
{
    color: #ee3224;
    background-color: #FFF;
    border-bottom: none;
}

.footercontainer .footernav li a.selected
{
    color: #4d4d4d;
    background-color: #FFF;
}

.footercontainer
{
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 968px;
    height: 90px;
}


/*	-------------------------------------------------------------
	HACKS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.clearfix
{
    display: inline-block;
}

.clearfix:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Hide from IE Mac \*/
.clearfix
{
    display: block;
}
/* End hide from IE Mac */

.clear
{
    clear: both;
}

/*	-------------------------------------------------------------
	HOMEPAGE
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
.promobox
{
    float: left;
    margin: 0;
    width: 511px;
}
.promobox-top
{
    width: 511px;
    height: 15px;
    float: left;
    background: url(../Images/promo-box-top.png) top left no-repeat;
}
.promobox-fill
{
    width: /*511*/ 488px;
    float: left;
    background: url(../Images/promo-box-fill.png) top left repeat;
    padding: 0 10px;
}
.promobox-fill h4
{
    font-weight: bold;
    margin-bottom: 5px;
}
.promobox-fill p
{
    line-height: 20px;
}
.promobox-bot
{
    width: 511px;
    height: 17px;
    float: left;
    background: url(../Images/promo-box-bot.png) top left no-repeat;
    margin: 0;
    padding: 0;
}
a.findoutmore
{
    float: right;
    display: block;
    text-indent: -99999px;
    background: url(../Images/Find-Out-More.png) top left no-repeat;
    width: 78px;
    height: 27px;
    margin-top: -15px;
    margin-right: 5px;
}
a.findoutmore:hover
{
    background-position: 0 -27px;
}

/* LOGIN PAGE */

#login-area
{
    float: left;
    width: 414px;
    height: 220px;
    margin-top: 26px;
    padding-left: 12px;
}

.login-logo
{
    float: left;
    width: 158px;
    height: 59px;
    background: url(../Images/login-logo.png);
}

ul.form-list, ul.short-form-list
{
    list-style: none;
    padding-left: 0;
}

ul.form-list li, ul.short-form-list li
{
    clear: left;
    margin-top: 3px;
    padding-bottom: 6px;
    margin-left: 0;
}
ul.short-form-list li label
{
    font-weight: bold;
}
/*ul.form-list li.required {
	color: #c00;
}*/

ul.form-list li label
{
    float: left;
    text-align: right;
    width: 69px;
    font-weight: bold;
    padding-top: 5px;
}
ul.form-list li input
{
    float: left;
    width: 140px;
    height: 14px;
    padding: 2px;
    margin-top: 3px;
    margin-left: 4px;
    font-size: 10px;
}
input.goBtn, input.searchGoBtn
{
    float: right;
    display: block;
    text-indent: -99999px; /*color: transparent;*/
    text-transform: capitalize;
    width: 21px !important;
    height: 21px !important;
    background: url(../Images/goBtn.png) top left no-repeat;
    padding: 0 !important;
    border: none;
}
input.goBtn
{
    margin-top: -32px !important;
    margin-left: 235px !important;
}
input.searchGoBtn
{
    margin-top: -27px;
    margin-left: 180px;
}
input.goBtn:hover, input.searchGoBtn:hover
{
    background-position: 0 -21px;
}
.searchbox label
{
    width: 36px;
    float: left;
    text-align: right;
    font-weight: bold;
    padding-top: 5px;
    padding-right: 5px;
    color: #4D4D4D;
}
.searchbox input
{
    float: left;
    width: 140px;
    height: 14px;
    padding: 2px;
    margin-top: 3px;
    margin-left: 5px;
    font-size: 10px;
}

ul.short-form-list li label
{
    display: block;
}

ul.form-list li label.error, ul.short-form-list li label.error
{
    float: none;
}

ul.form-list li label.inline-label, ul.short-form-list li label.inline-label
{
    float: none;
}
input.form-submit
{
    margin-left: 130px;
}
li.loginbg
{
    width: 230px;
    height: 27px;
    background: url(../Images/username-input.png) top left no-repeat;
}
.login-box
{
    float: left;
    width: 256px;
}
.login-box
{
    height: 100px /*67px*/;
}
.warning-text
{
    float: left;
    width: 264px;
    height: 80px;
    margin: 10px 0 0 20px;
    background: url(../Images/warning-text.png) top left no-repeat;
}
.warning-text p
{
    padding: 8px;
    color: #4D4D4D;
    font-size: 9px;
    line-height: 12px;
}
.verisign-logo
{
    float: left;
    width: 120px;
    height: 75px;
    z-index: 0; /*position: relative;*/
}
span.LogInMessage
{
    float: left;
    z-index: 100;
    display: block;
    color: #FFF !important;
    background-color: #EE3224 !important;
    padding: 0 5px 0 5px; /*position: relative;*/
}


/*	-------------------------------------------------------------
	ABOUT PAGE
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#sidebarMenu
{
    float: left;
    width: 212px;
    background-image: url(../Images/cog.png);
    background-repeat: no-repeat;
    background-position: 0px  50px;
    min-height: 475px;
    height: auto !important;
    height: 475px;
    padding-top: 24px;
    margin-bottom: 10px;
}
.cog
{
    width: 190px;
    height: 340px;
}
#sidebarMenu ul
{
}
#sidebarMenu li
{
    font-family: Arial, Helvetica, sans-serif;
    line-height: 24px;
    font-size: 13px;
    color: #ee3224;
    margin: 0;
    padding: 0;
    font-weight: normal;
}
#sidebarMenu ul li
{
    background: url(../Images/grey-arrow-bullet.png) top left no-repeat;
    list-style-position: inside;
    margin-top: 2px;
    margin-left: 5px;
    padding-left: 15px;
    text-indent: 5px;
}
#sidebarMenu ul li.selected
{
    background: url(../Images/red-arrow-bullet.png) top left no-repeat;
    list-style-position: inside;
    margin-top: 2px;
    margin-left: 5px;
    padding-left: 15px;
    text-indent: 5px;
}
#sidebarMenu ul li.selected a
{
    color: #ee3224;
}

.ronniebox
{
    float: left;
    width: 100%;
    height: 124px;
    margin-top: 34px;
    background-color: #F2F2F2;
}
.ronniebox p
{
    float: left;
    margin-top: 90px;
    margin-left: 10px;
    font-weight: 600;
}

/*	-------------------------------------------------------------
	styles from old cw.css
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.TableTitle
{
    font-size: 18px;
	color: #ee3224;
	text-align: left;
	vertical-align:top;
	padding: 2px;
	padding-top: 5px;
	/* padding-top: 25px; */
}

.TableRowHeading
{
	width: 200px;
	text-align: left;
	vertical-align:top;
	padding: 2px;
	font-weight: bold;
}

.TableColumnHeading
{
	font-weight: bold;
	height: 22px;
	background-color: #F0F0F0;
	vertical-align: middle;
}

.TableDataField
{
	vertical-align:top;
	padding: 2px;
}
.TableDataField_alt
{
	background-color: #F0F0F0;
	vertical-align:top;
	padding: 2px;
}

#SectionTitle
{
    font-size: 20px;
    font-weight: bold;
	color: #ee3224;
	text-align: left;
	vertical-align:top;
	padding: 2px;
	padding-top: 25px;
}

#divLoading {
    display: none;
    background-image: url('/Images/ajax_loader_red_350.gif');
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.4;
}

    #divLoading.show {
        display: block;
        position: absolute;
        z-index: 100;
        background-image: url('/Images/ajax_loader_red_350.gif');
        background-repeat: no-repeat;
        background-position: center;
        left: 0;
        bottom: 0;
        right: 0;
        top: 0;
    }

.errorHeader {
    font-size: 16px;
    color: darkred;
}

.successMessage {
    font-size: 16px;
    color: black;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
}

.errorMessage {
    font-size: 16px;
    color: red;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
}

.decision-direct {
    font-size: 14px;
    font-weight: bold;
}

.decision-direct-value {
    position: absolute;
    right: 0px;
}

.td-edit-table {
    padding: 5px;
}

.industry-processing-table tr:nth-child(even) {
    background: #F0F0F0;
}

.industry-processing-table tr:nth-child(odd) {
    background: #FFF;
}

.industry-processing-bottom {
    width: 100%;
}

.industry-processing-table-header {
    font-weight: bold;
}

.industry-report-table tr:nth-child(even) {
    background: #EFEEEE;
}
    