/*
Site-wide styles. These should be applied to every page.
Additional style sheets can be used to override styles
contained here (e.g., print styles).
*/ /* BEGIN: FONT FAMILY AND SIZE DECLARATIONS */ /*
Base font size: 12px
PX   EM
12   1.0
11   0.92
10   0.83
*/ /* set font family and base size for IE 6 / Win */
html {
	min-height: 100%;
	height: auto;
}
body {
	font-size: 75%; /* equivalent to 12px */
	font-family: Arial, Sans-Serif;
	line-height: 1em;
	behavior: url("/css/csshover3.htc");
}
body#empty { background: none; }
/* set base size for modern browsers (ie. *not* IE 6) */
html>body { font-size: 12px; }
/* Reset all the padding and margins */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
	{
	margin: 0;
	padding: 0;
}
a img,:link img,:visited img { border: none; }
div#content p {
	line-height: 1.3em;
	padding: 0 0 6px 0;
}
h1,h2,h3 { font-family: Verdana, Sans-Serif; }
h1 {
	line-height: 2em;
	margin-bottom: 10px;
}
h2 {
	line-height: 1.6em;
	margin-bottom: 10px;
	background-color: #333;
	height: 18px;
	font-size: 1em;
	text-transform: uppercase;
	color: #fff;
	font-weight: normal;
	padding-left: 5px;
	margin: 1em 0 1.5em;
}
body#home h2.homepage {
	font-size: 15px;
	text-transform: none;
}
body#home h2.view-demo,
body#home a.view-demo {
	color: #002551;
	display: block;
	font-size: 13px;
	font-weight: bold;
	height: 18px;
	line-height: 1.6em;
	margin: 1em 0 0.2em;
	text-decoration: none;
	text-transform: uppercase;
	margin-left: 100px;
}
body#home a.view-demo:hover { text-decoration: underline; }
h3 {
	line-height: 1.4em;
	padding-bottom: 6px;
	font-size: 1em;
}
h4 {
	color: #333;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.4em;	
	padding-bottom: 4px;
}
div#live_life_on_purpose img,
#window-base { behavior: url(/css/iepngfix.htc) }
div#container {
	width: 922px;
	margin: auto;
	padding: 0px;
	height: 100%;
}
div#content {
	padding: 0px;
	font-family: Verdana, Sans-Serif;
    border: none;
}
/*
/* START GENERAL ELEMENTS */
div.clearer {
	clear: both;
	height: 1px;
	overflow: hidden;
}
.as-inline-block { display: inline-block; }
div.hr {
	width: 100%;
	height: 2px;
	border-top: 1px solid #ccc;
	margin: 10px 0;
}
.highlight-text { font-weight: bold; }
.left { float: left; }
.sub-note,.author-accreditation{
	color: #666;
	font-style: italic;
}
p.uppercase-text { text-transform: uppercase; }
p.homepage { font-family: Verdana, Sans-Serif }
.tag-line { font-size: 14px; }
.right { float: right; }
#logo-small {
	display: block;
	width: 70px;
}
div#content p.quote,
div#content li.quote {
	font-style: italic;
	text-indent: 24px;
	background: url(/images/quotes.png) no-repeat 0 -4px;
	padding-bottom: 1em;
}
li { list-style: none; }
ul.bullet li {
	background-image: url(/images/list-bullet-dash.png);
	background-repeat: no-repeat;
	padding: 0 0 0 12px;
}
ul.bullet-dot,
ul.bullet-none,
ul.bullet-decimal { margin: 0.5em 0 0.5em; }
ul.bullet-dot li,
ul.bullet-none li,
ul.bullet-decimal li {
	margin-left: 1em;
	list-style-type: disc;
}
ul.bullet-none li { list-style-type: none; }
ul.bullet-decimal li,
ul.bullet-decimal-bold li {
	list-style-type: decimal;
	margin-left: 2em;
}
table#team-summary p { padding: 0 0 1px 0; }
table#team-summary td { padding-right: 10px; }
table.data { border-bottom: 1px solid #ACCDCD; }
table.data tr.row-even { background-color: #EDF1F1; }
table.data tr.header { background-color: #ACCDCD; }
table.data tr.header th { border-left: 1px solid #FFF; }
table.data tr.header th.column-left { border-left: none; }
table.data td.column { border-left: 1px solid #ACCDCD; }
table.data td.column-right { border-right: 1px solid #ACCDCD; }
table#choicestable { width: 100%; }
table.full-width { width: 100%; }
ul.bullet-decimal-bold li { font-weight:bold }
div#content ol.body-steps li {
	list-style: decimal;
	margin: 0 0 0 30px;
}
div#content ul.header-section-links {
	margin: 0 0 0 0.5em;
	padding: 0;
}
div#content ul.header-section-links li,
div#content ul.header-section-links-wide li {
	list-style: none;
	background-image: url(/images/list-bullet-arrow.png);
	background-repeat: no-repeat;
	width: 46%;
	float: left;
	padding: 0 0 5px 14px;;
	margin: 0 0 0 0;
	line-height: 1.2em;
}
div#content ul.header-section-links-wide li { width: 100%; }
div#content ul.header-section-links li a,
div#content ul.header-section-links-wide li a {
	text-transform: uppercase;
	font-size: 0.92em;
	color: #333;
	padding: 0 0 0 0;
}
div#content ul.header-section-links li a:hover { text-decoration: underline; }
a.website-urls { white-space: nowrap; }
a.anchor-top { font-weight: bold; }
a.anchor-top:hover { text-decoration: underline; }
div.beintent-logo-corporate img {
	float: right;
	border: none;
}
div.banner-contents { width: 740px; }
div.banner-contents h1 { padding: 1em 0 0 1em; }
div#live_life_on_purpose { height: 20px; }
img#logo,img.btn-more,img.btn-sign-up {
	float: right;
	clear: both;
}
h2.panel-heading {
	background: #ccc;
	color: #333;
}
/* END GENERAL ELEMENTS */ /* START forms */
label, .label {
	font-family: Verdana,Arial,Sans-serif;
	padding: 6px 10px 0 0;
	float: left;
	display: block;
	width: 150px;
	color: #333;
    text-align: right;
}
.instruction {
	color: #666;
    text-transform: none;
    font-style:italic;
}
.question-edit-option textarea,
.question-edit-option input,
.form-field-narrow textarea,
.form-field-narrow input,
.form-row textarea,
.form-row input,
.form-field textarea,
.form-field input {
    background-color: #CDE2E8;
    border-color: #AAAAAA #DDDDDD #DDDDDD #AAAAAA;
    border-style: solid;
    border-width: 1px;
	padding: 4px;
}
.form-row input[type=checkbox],
.form-field-narrow input[type=checkbox],
.form-field input[type=checkbox] {
	margin: 4px 0 0 0;
    background: #FFF;
    border: none;
}
.form-field input#register_accept,
.form-field input#signin_remember_me {
	margin: 4px 0 0 0;
    background: #FFF;
    border: none;
}
.form-row input:focus,
.form-field-narrow input:focus,
.form-field input:focus {
    border-color: #777777 #CCCCCC #CCCCCC #777777;
	background-color: #fff;
}
.form-row input:disabled,
.form-field-narrow input:disabled,
.form-field input:disabled {
    border-color: #777777 #CCCCCC #CCCCCC #777777;
	background-color: #EEE;
}
.form-row input.button:disabled,
.form-field-narrow input.button:disabled,
.form-field input.button:disabled {
    border-color: #FFF;
	background-color: #EEE;
}
.form-row select,
.form-field-narrow select,
.form-field select { margin: 2px 0 0 0; }
div.form-row {
	padding: 5px 0;
	clear: left;
	display: inline-block;
	width: 100%;
}
div.form-list {
	float: left;
	width: 210px;
}
div.form-list .form-field { width: 50px; }
fieldset.vertical {
    border: 0;
    margin: 0;
    padding: 0;	
}
fieldset.vertical .form-field { float: none; }
fieldset.vertical .form-row {
	border-bottom: none;
	float: none;
}
fieldset.vertical input { float: inherit; }
fieldset.vertical label {
	clear: none;
	width: auto;
	float: inherit;
	display: inline;
}
.form-row-error .error { color: red; }
.button {
	font-size: 0.83em;
	font-family: DIN, Verdana, Sans serif;
	text-transform: uppercase;
	background-color: #fff;
	background: url('/images/btn-95wide.png') no-repeat;
	width: 97px;
	height: 27px;
	border: none;
	padding: 0px;
	padding-bottom : 5px;
	text-align: center;
	padding-bottom: 5px;
}
.button-135 {
	font-size: .9em;
	background: url('/images/btn-135wide.png') no-repeat;
    width: 134px;
    display: block;
}
input.button {
	background-color: #fff;
    border: none;
    padding: 2px 4px 5px 4px;
}
input.disabled,
input.disabled:hover {
	background: url('/images/btn-95wide-disabled.png') no-repeat;
	color: #aaa;
}
a.button {
	padding: 7px 0 0 0;
	text-decoration: none;
	color: #333;
    display: block;
}
.button-arrow {
	float: left;
	padding-right: 4px;
	margin-top: -1px;
}
.button:hover {
	background: url('/images/btn-95wide-over.png') no-repeat;
	color: #333;
	background-color: #fff;
	cursor: pointer;
}
input.button:hover,
input.button:focus  { border: none; }
.button-135:hover { background: url('/images/btn-135wide-over.png') no-repeat; }
div.form-field {
	float: left;
	width: 290px;
}
#content p#signup-spiel {
    font-size: 1.2em;
    padding: 0 0 10px 0;
    text-align: center;
}
form#company-form div.form-field { width: 100%; }
form#company-form div#company-form-field { float: none; }
form#company-form #sc-details,
form#company-form #code-details,
form#company-form #branch-code-details,
form#company-form #company-details {
    border: 1px solid #EBF2F0;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    padding: 8px;
    margin: 10px 0 10px 40px;
    width: 500px;
}
form#company-form #sc-details div.form-field,
form#company-form #code-details div.form-field,
form#company-form #branch-code-details div.form-field,
form#company-form #company-details div.form-field { width: 330px; }
form#company-form #sc-details input[type=text],
form#company-form #code-details input[type=text],
form#company-form #branch-code-details input[type=text],
form#company-form #company-details input[type=text] { width: 300px; }
form#company-form #sc-details li { line-height: 1.6em; }
form#company-form .disabled {
    filter: alpha(opacity=40);
    opacity: 0.4;
}
form#individual-signup div.form-field { width: 460px; }
form#individual-signup input[type=text],
form#individual-signup input[type=password] { width: 200px; }
form#individual-signup div#recaptcha { margin-left: 147px; }
div.signup-box {
    width: 640px;
    border: none;
    padding: 0;
    margin: 8px auto;
}
div.signup-box-content {
    padding: 8px;
    border-left: solid 1px #ACCDCD;
    border-right: solid 1px #ACCDCD;
    border-bottom: solid 1px #ACCDCD;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
}
div.signup-box-heading {
    padding: 4px 8px;
    background-color: #EBF2F0;
    border: solid 1px #ACCDCD;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
}
div#content div.signup-box-heading p {
    font-size: 1.1em;
    font-weight: bold;
    color: #0F152D;
    padding: 0;
}
div.form-field-narrow {
	float: left;
	width: 140px;
}
div.form-field .radio_list li {
    display: block;
    clear: right;
}
div.form-field .radio_list li input{
    float: none;
    margin: 2px 10px 0 0;
    background: #FFF;
    border: none;
}
div.form-field .radio_list li label {
	margin: 0;
	padding: 0;
	float: none;
	display: inline;
}
input.cancel, 
.expired input.cancel { display:inline; }
p.expire-error { font-weight: bold; }
.expire-sorry {	color: #f00; }
div.success-row, div.error-row  {
    font-weight:bold;
    margin:5px 0;
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center; 
}
div.success-row {
    border:solid 1px #349534; 
    background-color:#C9FFCA;
    color:#008000;
    background-image: url('../images/msg-ok.png');
}
div.error-row {
    border:solid 1px #CC0000; 
    background-color: #F7CBCA;
    color:red;
    background-image: url('../images/msg-error.png');
}
/* END forms */ /* START navigation */
#signin-nav {
	float: right;
	margin: 2px 50px 0;
	line-height: 1.5em;
}
#signin-nav a {
    color: #333;
    font-weight: bold;	
    text-transform: uppercase;
}
#register-nav {
	float: right;
    margin-right: 27px;
    margin-top: 0.7em;
    color: #fff;
}
#register-nav a {
	text-transform: uppercase;
	color: #fff;
}
/* END nav */ /* START home */
body#home div#col-one img{
  margin-bottom:   10px;
  margin-right: 10px;
}
body#home h1 { padding: 40px 0 0 0; }
body#home h2 {
	margin-bottom: 10px;
	background-color: #fff;
	font-size: 1.1em;
	text-transform: uppercase;
	color: #000;
	font-weight: normal;
	padding-left: 0px;
}
body#home div#col-one {
	width: 560px;
	float: left;
}
body#home div#col-one div.col {
	width: 230px;
	padding: 20px 40px 0 0;
	float: left;
}
#homepage-content {
    height: 424px;
    margin: 30px auto 0;
    width: 922px;
}
#christchurch-content {
    margin: 30px auto 0;
    width: 922px;
}
/* END home */ /* START about */
body#about div#col-one {
	width: 580px;
	float: left;
	margin: 10px 0 0 80px;
	display:inline; 
}
body#about div#col-one div.col {
	float: left;
	margin: 5px 20px 0 0;
	padding: 0;
	width: 260px;
	display:inline; 
}
body#about div#col-one div.col.last {
	padding-left: 17px;
	background: #fff url(/images/bg-column-border.jpg) repeat-y;
}
body#about div#col-one img.col-header { padding-top: 1em; }
body#about div#col-one-centered,
body#about div#col-one-centered-enquiry {
	width: 360px;
	height: 360px;
	background: #fff url(/images/bg-account-activation.png) no-repeat;
	margin-left: 250px;
    margin-top: 60px;
	float: left;
}
body#about div#col-one-centered-enquiry { background: #fff url(/images/bg-enquiry-thanks.png) no-repeat; }
div#col-one-centered div.col-one-centered-content {
	margin: 220px 40px 0;
	padding-top: 0.5em;
}
body#about div#col-two {
	float: right;
	background: #fff url(/images/bg-column-border.jpg) repeat-y;
	padding-left: 1em;
	width: 190px;
    margin-top: 10px;
}
#about-heading { margin-top: 10px; }
h1.page-heading {
    margin-top: 20px;
    text-align: center;
    font-weight: normal;
}
#popup-logo { margin: 10px 0 0 10px; }
/* END about */
/* START video player */
body#video { overflow: hidden;	}
body#video {
	 width: 640px;
	 height: 480px;
	 overflow: hidden;
}
body#video div#container {
    padding: 0;
    margin: 0;
    border: 0;
    width: 640px;
     height: 480px;
     overflow: hidden;
}
body#video div#player { 
	display: block;
	width: 640px;
	height: 480px;
}
/* END video player */
/* START organisations */
img#header-organisation-solutions { padding-left: 50px; }
div#col-one div.organisation-challenge-box {
	font-size: 0.83em;
	width: 570px;
	margin: 0 0 0 10px;
	background: url(/images/organisation-challenge-box-middle.png) repeat-y;
}
div#col-one div.organisation-challenge-box div.organisation-challenge-box-top {
	background: url(/images/organisation-challenge-box-top.png) no-repeat;
	height: 12px;
}
div#col-one div.organisation-challenge-box div.organisation-challenge-box-bottom {
	background: #fff url(/images/organisation-challenge-box-bottom.png) no-repeat;
	height: 12px;
}
div#col-one div.organisation-challenge-box div.narrow {
	float: left;
	width: 110px;
	margin: 0 10px 0 12px;
}
div#col-one div.organisation-challenge-box div.wide {
	float: left;
	width: 360px;
	margin: 0 10px 0 24px;
}
div#organisation-links { margin: 0 0 10px 0; }
div#organisation-links div.col li { width: 97%; }
div.chart-organisation img {
	float: left;
	padding: 0 40px 0 0;
}
div.chart-organisation p {
	margin: 30px 0 0 0;
	padding: 0; 
	width : 130px;
	float: left;
	display: block;
	width: 180px;
}
div.chart-organisation h4 {
	float: left;
	display: block;
	width: 180px;
}
/* END organisations */ /* START you */
div#col-one div.col-panel {
	float: left;
	width: 135px;
	padding-right: 10px;
}
div#col-one div.col-panel img { margin-bottom: 15px; }
/* END you */ /* START testimonials */
div#col-one p#icon-testimonial-westpac {
	text-align: center;
	padding-bottom: 12px;
}
div.testimonials h4 { margin-top: 10px; }
div.testimonials h4.no-margin-top { margin-top: 0px; }
div.testimonials p{ margin-bottom: 10px; }
/* END testimonials */ /* START how this site works */
img.image-indent {
	float: left;
	padding: 0 2em 2em 0;
}
/* END how this site works */ /* START mypage */
div#launch-lifejourney { height: 92px; }
#launch-lifejourney-icon { float: left; }
p#mypage-lifejourney {
    margin-left: 8px;
    float: left;
    width: 500px;
}
div#mypage-heading {
    margin: 20px auto;
    width: 113px;
}
div#profile-heading {
    margin: 20px auto;
    width: 158px;
}
div#membership-heading {
    margin: 20px auto;
    width: 223px;
}
.mypage-button {
    margin-right: 50px;
    text-decoration: none;
    cursor: pointer;
    float: left;
    width: 170px;
    height: 204px;
}
div#content p#edit-hint { padding: 10px 8px 6px 8px; }
div#content p#edit-hint img { vertical-align: bottom; }
a#mypage-download-button { background: url(/images/mypage_download_button_hover.png) no-repeat; }
a#mypage-download-button:hover img { display: none; }
a#mypage-launch-button { background: url(/images/mypage_launch_button_hover.png) no-repeat; }
a#mypage-launch-button:hover img { display: none; }
div#content p.mypage-text { padding-left: 24px; }
#icon-heading {
    width: 300px;
    float: left;
}
div.module_subscription {
	background: url('/images/subscription_background.png') no-repeat;
	height: 135px;
	width: 770px;
	overflow: auto;
    padding: 15px 15px 0 15px;
    margin: 0 auto 10px 0;
}
#modules div.module_subscription p,
#modules div.module_subscription a {
    padding: 0;
    margin: 0 0 6px 0;
    display: block;
}
div#membership_corporate_info { margin-bottom: 10px; }
form.auto_extend_form { margin-top: 10px; }
form.auto_extend_form label {
    padding: 0 8px 0 0;
    width: 180px;
}
#mypage-settings label { width: 360px; }
/* END mypage */ 
/* START admin */
div.admin-box {
    width: 448px;
    border: none;
    float: left;
    padding: 0;
    margin: 8px 8px 0 0;
    min-height: 105px;
}
div.admin-box-wide {
    width: 904px;
    border: none;
    padding: 0;
    margin: 8px 8px 0 0;
    min-height: 80px;
}
div.admin-box-narrow {
    width: 296px;
    float: left;
    border: none;
    padding: 0;
    margin: 8px 8px 0 0;
}
#admin-box-members {
    width: 600px;
    float: left;
}
div.admin-box-content {
    padding: 8px;
    border-left: solid 1px #ACCDCD;
    border-right: solid 1px #ACCDCD;
    border-bottom: solid 1px #ACCDCD;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
}
div.admin-box-table-content { border: none; }
div.admin-box-heading {
    clear: both;
    padding: 4px 8px;
    background-color: #EBF2F0;
    border: solid 1px #ACCDCD;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
}
div#module-box-content { height: 250px; }
div#content div.admin-box-heading p {
    font-size: 1.1em;
    font-weight: bold;
    color: #0F152D;
    padding: 0;
    display: inline;
}
div#content div.admin-box-heading a {
    float: right;
    line-height: 16px;
}
div#content div.admin-box-heading a img { padding-right: 4px; }
table.report-table { margin-bottom: 14px; }
div.report-row {
    height: 22px;
	padding-top: 4px;
	clear: left;
	display: inline-block;
	width: 100%;
}
div.detail-row {
    padding: 0.5em 0 0.5em 8px;
	clear: left;
}
div.detail-row-editable {
    padding: 0.5em 0 0.5em 8px;
	clear: left;
    cursor: pointer;
}
div.detail-row-editable:hover { background-color: #EDF1F1; }
div.detail-row label {
    line-height: 1.5em;
    float: none;
    vertical-align: top;
    display: inline-block;
    zoom: 1;
    *display: inline;
}
div.detail-row-editable label {
    line-height: 1.5em;
    float: none;
    vertical-align: top;
    display: inline-block;
    zoom: 1;
    *display: inline;
    cursor: pointer;
}
div.report-row-value {
    float: left;
    padding-top: 4px;
}
label.detail-label {
    padding-top: 0;
    text-align: left;
    font-weight: bold;
    color: #555;
    width: 160px;
}
.detail-row input,
.detail-row input:focus { margin-top: 0.4em; }
div.detail-row .detail-value,
div.detail-row-editable .detail-value {
    line-height: 1.5em;
    max-width: 480px;
    vertical-align: top;
    display: inline-block;
    zoom: 1;
    *display: inline;
}
div.detail-row-editable .edit,
div.detail-row-editable .edit-checkbox,
.edit-date,
.edit-textarea,
.edit-select {
    line-height: 1.5em;
    max-width: 480px;
    vertical-align: top;
    display: inline-block;
    zoom: 1;
    *display: inline;
    cursor: pointer;
}
.icon-edit {
    height: 16px;
    width: 16px;
    background: url(/images/icon_edit.png) no-repeat 0 0;
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.detail-row-editable .edit-textarea textarea,
.detail-row-editable .edit-textarea textarea:focus,
.detail-row-editable .edit input,
.detail-row-editable .edit input:focus {
    border-width: 1px;
    border-style: solid;
    border-color: #AAAAAA #DDDDDD #DDDDDD #AAAAAA;
    background-color: #CDE2E8;
    padding: 2px;
    outline: none;
}
.detail-row-editable .edit-checkbox input,
.detail-row-editable .edit-checkbox input:focus {
    border-width: 1px;
    border-style: solid;
    border-color: #AAAAAA #DDDDDD #DDDDDD #AAAAAA;
    background-color: #FFFFFF;
    padding: 2px;
    outline: none;
}
.detail-row-editable .edit-textarea button,
.detail-row-editable .edit-select button,
.detail-row-editable .edit-date button,
.detail-row-editable .edit button { line-height: 14px; }
table#motivatorgrouptable .edit {
    float: left;
    cursor: pointer;
    display: inline;
    padding-top: 2px;
}
form#addresource textarea#maintext,
form#addresource input#title,
form#addresource input#publish_source,
form#addresource input#tooltip { width: 600px; }
#thumbnail_row,
#change_thumbnail_row,
#resource_file_row,
#change_resource_file_row,
#change_intent_row {
    height: auto;
    padding-bottom: 4px;
}
#resource_file_change_confirm #confirm_change,
#thumbnail_change_confirm #confirm,
#intent_change_confirm #confirm { margin-left: 150px; }
#resource_file_change_image,
#thumbnail_change_image,
#intent_change_image {
    margin-left: 150px;
    margin-top: 20px;
}
#resource_file_change_image img {
    border: 1px solid #888;
    padding: 25px;
}
#intent_change_image embed {
    width: 150px;
    border: 1px solid #888;
    padding: 25px;
}
form.wysiwyg label {
    float: none;
    width: auto;
    text-align: left;
}
form.wysiwyg input[type=text] { width: 260px; }
div.report-row-open {
	padding: 5px 0;
	clear: left;
	border-bottom: none;
	display: inline-block;
	width: 100%;
}
label.report-row-label {
	float: left;
	width: 500px;
    text-align: left;
}
table#motivatorSelectionsHeadings th { text-align: left; }
table#intenttable th { text-align: left; }
table#intenttable td { text-align: left; }
.edit-report .form-row textarea,
.edit-report .form-row input[type=text],
form#schedulereport .form-row textarea,
form#schedulereport .form-row input[type=text] { width: 600px; }
div.schedule-item {
    background: #FFF;
    border: 1px solid #DDDDDD;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 0 1px 0 #AAAAAA;
    width: 800px;
    margin: 9px;
    padding: 8px;
    position: relative;
}
.schedule-item-details {
    vertical-align: top;
    padding-left: 10px;
    display: inline-block;
    /* IE hack */
    *display: inline;
    zoom: 1;
}
.schedule-item-remove {
    position: absolute;
    right: 3px;
    top: 3px;
    width: 16px;
}
.schedule-item label { width: auto; }
.motivator-thumbnail {
    width: 106px;
    height: 74px;
    background-image: url(/images/slider_thumbnail_shadow.png);
    background-repeat: no-repeat;
    background-position: left top;
    display: inline-block;
    zoom:1; /* trigger IE hasLayout */
    *display:inline;
    position: relative;
}
.motivator-thumbnail img {
    margin: 7px 8px 0 5px;
    width: 85px;
    height: 60px;
}
div.team-week-states { height: 320px; }
div.team-week-states table.teamFromStatesTable {
    float: left;
    margin-right: 30px;
}
div.team-week-states table.teamToStatesTable { float: left; }
p.teamStatesDate { font-weight: bold; }
#daily-reminder-label { width: 230px; }
#daily-reminder-setting { margin-right: 10px; }
div#member-schedule div.form-field,
div#team-schedule div.form-field {
    width: auto;
    float: none;
}
div#team-schedule .otherFrequencyInput,
div#member-schedule .otherFrequencyInput { display: none; }
#subscribe-to {
    float: none;
    width: auto;
    margin: 4px 0;
}
a.remove-date-ends,
a.moduleRemoveExpired { float: right; }
a.cross-link { margin-left: 8px; }
td.expireDate { width: 120px; }
td.expireDate input { width: 90px; }
div.admin-setting { height: 2.4em; }
div.admin-business-setting label {
    width: 240px;
    text-align: left;
    padding-top: 2px;
}
a.setting-link { padding-right: 10px; }
div.admin-row {
    padding: 10px;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    margin: 0 0 10px 0;
    box-shadow: 0 1px 0 #AAAAAA;
    position: relative;
}
div.news-item { height: 182px; }
div.news-item-row-details {
    float: left;
    margin-right: 20px;
}
div.admin-row-details {
    float: left;
    width: 550px;
}
.news-item div.admin-row-details { padding-top: 10px; }
div.admin-row-details-fixed {
    width: 220px;
    float: left;
    margin-right: 20px;
}
div.report-row-details {
    float: left;
    padding-right: 15px;
    width: 230px;
}
div.admin-row-icons { height: 80px; }
div.news-item-row-data {
    width: 600px;
    float: left;
}
div.news-item-row-data input.date-ends { margin: 0; }
div.news-item-row-data a.ui-icon {
    float: none;
    vertical-align: top;
    display: inline-block;
}
div.module-row-icon {
    display: inline;
    float: left;
    width: 87px;
}
div.admin-row-icon {
    display: inline;
    float: left;
    width: 70px;
    padding: 4px;
}
div.icon-right { float: right; }
div.admin-row-icon-wide {
    display: inline;
    float: left;
    width: 100px;
    padding: 4px;
}
div.report-row-icon { padding: 0 8px; }
div.module-row-icon a,
div.admin-row-icon a,
div.admin-row-icon-wide a,
div.report-row-icon a {
    display: block;
    text-align: center;
    text-decoration: none;
    color: #000;
    line-height: 1.2em;
}
div.module-row-icon a:hover,
div.admin-row-icon a:hover,
div.admin-row-icon-wide a:hover,
div.report-row-icon a:hover { text-decoration: underline; }
input.edit-report-button { float: left; }
div#dialog-report-form { font-size: 12px; }
div#preview-report-dialog {
    font-size: 12px;
    display: none;
}
div#preview-report-dialog-loading { padding: 100px 0 100px 400px; }
div.report-row-details h3 { font-size: 1.1em; }
div#my-team-heading {
    margin: 20px auto;
    width: 122px;
}
div#my-company-heading {
    margin: 20px auto;
    width: 175px;
}
div#admin-heading {
    margin: 20px auto;
    width: 362px;
}
div.hidden-members { display: none; }
div.show-hidden-members {
    padding: 0.5em 0;
    text-align: center;
}
div.member-namecard {
    width: 146px;
    height: 42px;
    margin: 6px;
    padding: 4px 0 4px 2px;
    background: #FFF;
    border: 1px solid #DDDDDD;
    border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px;
    box-shadow: 0 1px 0 #AAAAAA;
    cursor: pointer;
    overflow: hidden;
    display: inline-block;
    zoom:1; /* trigger IE hasLayout */
    *display:inline;
    position: relative;
}
div.business-namecard {
    width: 240px;
    height: 42px;
    margin: 9px;
    padding: 4px;
    background: #FFF;
    border: 1px solid #DDDDDD;
    border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px;
    box-shadow: 0 1px 0 #AAAAAA;
    cursor: pointer;
    overflow: hidden;
    display: inline-block;
    zoom:1; /* trigger IE hasLayout */
    *display:inline;
    position: relative;
}
div.member-namecard:hover,
div.business-namecard:hover {
    border: 1px solid #BBB;
    box-shadow: 0 0 4px #999;
}
#team-members-view-only div.member-namecard { cursor: default; }
#team-members-view-only div.member-namecard:hover {
    cursor: default;
    border: 1px solid #DDDDDD;
    box-shadow: 0 1px 0 #AAAAAA;
}
div.member-namecard img {
    width: 32px;
    height: 32px;
    border: 0 none;
    float: left;
    margin: 5px 2px;
}
div.business-namecard img {
    width: 32px;
    height: 32px;
    border: 0 none;
    float: left;
    margin: 5px;
}
div.namecard-text {
    padding: 10px 4px 2px 4px;
    word-wrap: break-word;
    font-size: 0.9em;
}
div.namecard-text-long {
    padding: 4px 0 2px 4px;
    word-wrap: break-word;
    font-size: 0.9em;
}
.namecard-admin {
    display: none;
    position: absolute;
    right: 3px;
    bottom: 3px;
    overflow: hidden;
    width: 120px;
}
.namecard-admin-input {
    font-size: 0.8em;
    color: #999;
    background: #FFF;
    border: none;
    float: right;
    cursor: auto;
}
.namecard-admin-label {
    font-size: 0.8em;
    color: #999;
    float: right;
    display: inline;
    padding: 0 4px 0 0;
    width: auto;
}
.namecard-remove {
    display: none;
    position: absolute;
    right: 3px;
    top: 3px;
    width: 16px;
}
.member-namecard:hover .namecard-remove,
.business-namecard:hover .namecard-remove { display: block; }
div#team-members-droppable {
    min-height: 71px;
    border: 1px dashed #BBB;
}
div#potential-team-members-droppable { min-height: 71px; }
div#team-members-height-prop,
div#potential-team-members-height-prop {
    height: 42px;
    width: 1px;
    margin: 9px 0;
    display: inline-block;
    zoom:1; /* trigger IE hasLayout */
    *display:inline;
    vertical-align: bottom;
}
div#team-members-droppable div.ui-draggable-dragging,
div#potential-team-members-droppable div.ui-draggable-dragging { z-index: 1; }
/* Organisation chart */
#organisational-chart-container {
    margin: 0 auto;
    position: relative;
}
#infovis {
    position:relative;
    width:890px;
    height:600px;
    margin:auto;
    overflow:hidden;
    background: none #FFF;
    cursor: move;
}
div.chart-node {
    width: 140px;
    height: 64px;
    padding: 4px;
    background: #FFF;
    border: 1px solid #DDDDDD;
    border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px;
    box-shadow: 0 1px 0 #AAAAAA;
    cursor: pointer;
    overflow: hidden;
    display: inline-block;
    zoom:1; /* trigger IE hasLayout */
    *display:inline;
    position: relative;
}
div.chart-node:hover {
    border: 1px solid #BBB;
    box-shadow: 0 0 4px #999;
}
div.chart-node-text {
    padding: 10px 4px 2px 4px;
    word-wrap: break-word;
    font-size: 0.9em;
    line-height: 1.4em;
}
.chart-node-remove {
    display: none;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 16px;
}
.chart-node-add {
    display: none;
    position: absolute;
    left: 71px;
    bottom: 1px;
    width: 16px;
}
.chart-node:hover .chart-node-add,
.chart-node:hover .chart-node-remove { display: block; }
#businesses .ui-dialog,
#businesses .ui-dialog-buttonpane { background: #FFFFFF; }
#add-node-label { width: auto; }
#add-node-name { width: 300px; }
/* Questionnaire Styles */
body#questionnaire { background: #92D2F5 url(/images/questionnaire_top.jpg) center top no-repeat; }
body#questionnaire div#container { width: 800px; }
#questionnaire-bottom {
    background: #92D2F5 url(/images/questionnaire_bottom.jpg) center top no-repeat;
    height: 167px;
}
div.questionnaire-container {
    padding: 20px;
    width: 700px;
    background: #FFFFFF;
    margin: 140px auto 0;
}
#questionnaire-copyright {
    color: #6C7174;
    font-size: 9px;
    text-align: center;
    width: 760px;
    padding-top: 1em;
}
#questionnaire-submit { padding-top: 1em; }
.questionnaire-complete-message {
    margin: 1.5em 0;
    text-align: center;
    display: block;
}
div.question-edit {
    position: relative;
    display: none;
    background-color: #EDF1F1;
}
div.question-admin,
div.question-container { position: relative; }
div.question-admin-hover { background-color: #EDF1F1; }
div.question-edit-actions {
    position: absolute;
    right: 1em;
    top: 0.5em;
}
div.question-admin-actions {
    display: none;
    position: absolute;
    right: 1em;
    top: 0.5em;
}
.question-remove-option { padding-left: 10px; }
div.questionnaire-add,
div.question-add { padding: 1em; }
div.questionnaire-add a,
div.question-add a { vertical-align: middle; }
div.question-admin-hover div.question-admin-actions { display: block; }
.question-edit-input { width: 540px; }
div.question-edit-options { display: none; }
div.question-edit-option { padding: 0.3em 0; }
.question-edit-option-text { width: 700px; }
form.question-edit-form,
div.question-entry { padding: 1em; }
div.question-add-option-button { margin-top: 0.3em; }
div.questionnaire-container .form-field,
div.question-entry .form-field {
    float: none;
    width: 100%;
}
div.questionnaire-container .form-field .questionnaire-text-input,
div.question-entry .form-field .questionnaire-text-input {
    float: none;
    width: 650px;
}
div.questionnaire-container .form-row label,
div.question-entry .form-row label {
    float: none;
    padding: 0.5em 0;
    text-align: left;
    width: auto;
    font-weight: bold;
}
div.questionnaire-container .form-row .radio_list label,
div.question-entry .form-row .radio_list label {
    padding: 0;
    font-weight: normal;
}
div.questionnaire-container .form-row .checkbox_list label,
div.question-entry .form-row .checkbox_list label {
    padding: 0;
    display: inline;
    font-weight: normal;
}
div.questionnaire-container .form-row .checkbox_list input,
div.question-entry .form-row .checkbox_list input { margin-right: 4px; }
div.questionnaire-container .form-row .checkbox_list li,
div.questionnaire-container .form-row .radio_list li,
div.question-entry .form-row .checkbox_list li,
div.question-entry .form-row .radio_list li { line-height: 1.5em; }
/* Workbook admin */
.workbook-page-embedded {
    width: 560px;
    height: 800px;
    position: absolute;
    top: 0;
    left: 0;
}
div#content .workbook-question-correct-text { padding-top: 1em; }
.carousel {
    border: none;
    outline: none;
    cursor: pointer;
}
.carousel li {
    float: left;
    display: inline;
    overflow: hidden;
    text-align: center;
    position: relative;
}
.carousel .workbook-content-LANDSCAPE {
    width: 560px;
    height: 390px;
}
.carousel .workbook-content-PORTRAIT {
    width: 560px;
    height: 800px;
}
.carousel-controls {
    width: 540px;
    height: 38px;
    margin-top: 2px;
}
.carousel-control::-moz-focus-inner,
.carousel-page::-moz-focus-inner {
  border: 0;
}
.carousel-control,
.carousel-control:focus,
.carousel-control:hover {
    overflow: hidden;
    width: 36px;
    height: 36px;
    cursor: pointer;
    border: none;
    outline: none;
}
.carousel-next {
    float: right;
    background: url(/images/arrow_right.png) no-repeat 0 0;
}
.carousel-previous {
    float: left;
    background: url(/images/arrow_left.png) no-repeat 0 0;
}
.carousel-controls .disabled {
    background: #FFF;
    background-image: none;
    cursor: default;
}
.carousel-pagination {
    text-align: center;
    margin-top: 2px;
    width: 466px;
    float: left;
}
.carousel-pagination .carousel-page {
    background: none repeat scroll 0 0 #F6F6F6;
    color: #808285;
    padding: 3px 0;
    font-size: 9px;
    font-weight: bold;
    cursor: pointer;
    width: 19px;
    height: 18px;
    border: 1px solid #808285;
    margin-right: 3px;
}
.carousel-pagination .active {
    background: #E33324;
    color: #FFF;
    border: 1px solid #E33324;
}

/* END admin */
img#header-mytools { margin-top: -100px; }

/* END mytools */ /* START myfix */
h1.fix-title { color: #fff;	}
#myfix-container { padding: 10px 30px; }
/* END myfix */ /* START signin */
form#changepassword,
form#signin {
	width: 320px;
	height: 322px;
	background-image: url(/images/background-login.png);
	background-repeat: no-repeat;
	padding: 60px 30px 0 30px;
	margin-left: 80px;
    margin-top: 40px;
}
img#signin-heading {
    margin: 0 auto 10px;
    display: block;
}
div#forgot-password {
    margin-top: 60px;
    margin-bottom: 60px;
}
form#changepassword label,
form#signin label {
	width: 90px;
	clear: left;
}
form#changepassword input#change_password_new_password,
form#changepassword input#change_password_confirm_password,
form#signin input#signin_user_name,
form#signin input#signin_password { width: 200px; }
form#changepassword .form-field,
form#signin .form-field { width: 200px; }
.signinForm { width: 300px; }
form#signin .forgot-password { padding: 20px 0 0 90px; }
input#forgotpassword_email { width: 250px; }
/* END signin */ /* START signup */
div.btn-sign-up-container { margin: 50px; }
input#contact_number_of_employees,input#contact_number_of_employees_with_computers { width: 40px; }
input.dob-day-input { width: 20px; }
/* END signup */ 
/* START technical support */
div#content div#tech-support-contact-details {
	padding: 1em 1.5em;
	background: #fcfcfc;
	border-left: solid 3px #E7E7E7;
	border-bottom: solid 3px #E7E7E7;
	border-right: solid 2px #F5F5F5;
	border-top: solid 2px #F5F5F5;
}
div#content div#callcentrefeedtext {
  float: left;
  width: 160px;
  padding-right: 20px;
}	
/* END technical support */ 
/* START footer */
#footer {
	margin: 25px auto 15px auto;
	width: 922px;
    height: 2.2em;
}
#footer p#footer_links {
    float: left;
    width: 580px;
    padding-top: 0.5em;
}
#footer p#footer_links a {
    text-decoration: none;
    font-size: 1em;
    color: black;
}
#footer p#footer_links a:hover { color: #666; }
/*END footer */
#slider {
    width: 560px; /* important to be same as image width */
    height: 390px; /* important to be same as image height */
    position: relative; /* important */
    overflow: hidden; /* important */
}
#sliderContent {
    width: 560px; /* important to be same as image width or wider */
    position: absolute;
    top: 0;
    margin-left: 0;
}
.sliderImage {
    float: left;
    position: relative;
    display: none;
    width: 560px;
}
.sliderImage span {
    position: absolute;
    padding: 10px 13px;
    width: 534px;
    background-color: #000;
    filter: alpha(opacity=70);
    opacity: 0.7;
    color: #fff;
    display: none;
    line-height: 1.2em;
}
.slider-clear { clear: both; }
.sliderImage span strong { font-size: 14px; }
.slider-top {
    top: 0;
    left: 0;
}
.slider-bottom {
    bottom: 0;
    left: 0;
}
.slider-left {
    top: 0;
    left: 0;
    width: 120px !important;
    /*note: not sure why this height needs to be 5 pixels less than the height of slider image*/
    height: 385px;
}
.slider-right {
    right: 0;
    bottom: 0;
    width: 120px !important;
    /*note: not sure why this height needs to be 5 pixels less than the height of slider image*/
    height: 385px;
}
div#intentThumbnails .intentcontainer {
    height: 68px;
    width: 110px;
    float: left;
    padding-bottom: 18px;
    margin: 5px;
}
div#intentThumbnails .intentcontainer .toolTipApproved img,
div#intentThumbnails .intentcontainer .toolTipUnapproved img,
div#intentThumbnails .intentcontainer .toolTipUnseen img {
	  width: 85px;
	  height: 59px;
	  border: 5px solid green;
}
div#intentThumbnails .intentcontainer .toolTipUnapproved img { border: 5px solid red; }
div#intentThumbnails .intentcontainer .toolTipUnseen img { border: 5px solid orange; }
div#intentThumbnails .intentcontainer a {
    height: 60px;
    width: 85px;
}
div#showintent img,
div#showintent embed {
    height: 390px;
    width: 560px;	
}
div#moodreportimage img { width: 906px; }
div#teamstategraph img {
    width: 906px;
    height: 577px;
}
div.pagernav {
    padding: 10px 0px;
    line-height: 1.5em;
}
div.pagernav a {
    color: #2200CC;
    font-weight: bold;
    padding: 0 3px;
    display: inline-block;
    /* IE hack */
    *display: inline;
    zoom: 1;
}
div.pagernav a.pagelink {
    color: black;
    font-weight: normal;
}
div.pagernav a.currentpagelink {
    color: #2200CC;
    text-decoration: none;
}
table#branchmemberstable { margin-left: 20px; }
div.hidden-details {
    display: none; 
    padding: 5px 0;
    border-bottom: 1px dashed #ccc;
}
select#userid {
    margin-top: 8px;
    margin-bottom: 8px;
    width: 400px;
}  
#addTeamMemberButton { margin-bottom: 8px; }
.download_step {
    width: 333px;
    float: left;
}
#col_download {
	width: 805px;
	margin: 10px 0 0 80px;
}
#col_download .clearer {
	border-top: dotted 1px black;
	margin: 10px 30px 10px 0;
}
.download_heading { margin-top: 30px; }
.download_step h3 { color: red; }
.pc_screenshot {
	float: right;
	margin: 10px 30px 25px 0;
}
.mac_screenshot { float: right }
.download_button {
    margin-left: -10px;
    margin-top: 20px;	
}
#flash_download_button {
    margin-top: 20px;
    margin-bottom: 20px;   
}
#auto_download_box {
	margin: 30px 110px 0 30px;
	border: solid 1px black;
	background-color: #E1E3E7;
}
#auto_download_box h3,
#auto_download_box p{ margin: 10px 20px; }
#mac_screenshot_1 { margin-right: 10px; }
#mac_screenshot_2 { margin-right: 8px; }
#mac_screenshot_3 { margin-right: -1px; }
#mac_screenshot_4 { margin-right: 13px; }
#mac_screenshot_5 { margin-right: 7px; }
#mac_screenshot_6 { margin-right: 6px; }
.resource-tile {
    width: 130px;
    padding-right: 10px;
    display: inline-block;
    margin-bottom: 16px;
    vertical-align: top;
    /* IE hack */
    *display: inline;
    zoom: 1;
}
.motivatorCategory {
    width: 160px;
    padding-right: 10px;
    display: inline-block;
    margin-bottom: 6px;
    vertical-align: top;
    /* IE hack */
    *display: inline;
    zoom: 1;
}
#content .resource-tile p,
#content .motivatorCategory p {
    padding: 0px;
    line-height: 1.3em;
    font-size: 0.9em;
}
#content .resource-tile p.title,
#content .motivatorCategory p.title { font-weight: bold; }
.categoryApproved { color: green; }
.categoryUnapproved { color: red; }
.categoryUnseen { color: orange; }
.resource-thumbnail-container img {
    width: 71px;
    height: 74px;
}
.resource-thumbnail-container {
    width: 71px;
    height: 74px;
    background: #F0F1F2;
    padding: 3px;
}
.thumbnailContainer img {
    margin: 7px 0 0 5px;
    width: 85px;
    height: 60px;
}
.thumbnailContainer {
    width: 95px;
    height: 75px;
    background-image: url(/images/slider_thumbnail_shadow.png);
    background-repeat: no-repeat;
    background-position: left top;
}
.select_checkboxes_link {
	float: right;
	margin-right: 25px;
}
.motivatorCategoryInput { width: 673px; }
#addBranchMotivatorButtons {
    margin-bottom: 5px;
    padding: 5px 0;
}
#addGroupMotivator { padding: 5px 0 0 0; }
#editcategorydiv {
	display: none;
	margin-top: 10px;
	margin-bottom: 25px;
	border-bottom: 1px dashed #CCCCCC;
}
#editcategorydiv h3 {
    margin-top: 10px;
    margin-bottom: 5px;
}
#launch {
    margin: 20px auto 0;
    display: block;
    width: 517px;
    height: 327px;
}
#launch_image_container {
    width: 517px;
    height: 327px;
    cursor: pointer;
	background-image: url("/images/myday/thumb_shadow_big.png")
}
a:hover #launch_image_container  { background-image: url("/images/myday/thumb_shadow_orange_big.png") }
#launch_be_intent_image {
    width: 502px;
    height: 312px;
}
#launch_text {
	font-size: 16px;
	margin: 30px 20px 0 25px;
}
#shared_intent {
    margin: 0 auto;
    display: block;
    width: 560px;
    height: 390px;
}
#shared_intent_text {
    font-size: 16px;
    margin: 30px 45px 0 25px;
    width: 500px;
    float: left;
}
#shared_intent_join {
    width: 178px;
    float: left;
    margin: 25px 0 0 0;
}
#mypage_beintent_screenshot { margin: 0 42px; }
#mypage_image_div {
   margin: 10px 0 0 120px;
   height: 224px;
}
#mypage_icons_div { margin-top: 40px; }
#showaddremovecategorydiv { margin-top: 10px; }
.live-life-on-purpose {
    margin: 2px 0 0 20px;
    float: left;
}
#site-heading {
    font-size: 18px;
    margin-top: 40px;
}
#what-works { margin-left: 100px; }
#pricing-heading { margin-left: 105px; }
#pricing-table { margin-left: 115px; }
#pricing-equation { margin: 30px 0 0 150px; }
#pricing-signup {
    margin: 30px 0 0 130px;
    height: 50px;
}
#group_filter { margin: 10px 0 20px 0; }
.homepage_col {
	width: 350px;
	float: left;
	margin: 0;
    padding-top: 18px;
}
.homepage-intro { width: 250px; }
div#homepage-content .homepage-intro p {
    font-size: 1.3em;
    line-height: 1.7em;
    padding: 0 0 1.6em 0;
    color: #444;
}
a#homepage_join_now {
    text-decoration: none;
    background: url('/images/homepage_join.png') no-repeat 0 0;
    float: left;
    width: 253px;
    height: 52px;
}
a#homepage_join_now:hover { background: url('/images/homepage_join.png') no-repeat 0 -52px; }
a#christchurch_join_now {
    text-decoration: none;
    background: url('/images/christchurch_join_now.png') no-repeat;
    width: 253px;
    height: 39px;
    margin-bottom: 20px;
    display: block;
}
a#christchurch_join_now:hover { background: url('/images/christchurch_join_now_hover.png') no-repeat; }
#christchurch_header { margin: 20px -10px 20px 0; }
a#homepage_southerncross {
    text-decoration: none;
    background: url('/images/southerncross_button.png') no-repeat;
    float: left;
    width: 302px;
    height: 78px;
    margin-left: 80px;
}
a#homepage_southerncross:hover { background: url('/images/southerncross_hover.png') no-repeat; }
#homepage_blue_banner {
	background: #accdcd;
    border-top: 2px dotted #888;
}
#homepage_banner_content {
    width: 922px;	
    height: 300px;
    margin: auto;
    padding-top: 20px;
}
#homepage_banner_content_in {
    width: 922px;	
    height: 220px;
    margin: auto;
    padding-top: 20px;
}
#christchurch_banner_content {
    width: 922px;   
    height: 85px;
    margin: auto;
    padding-top: 20px;
}
#content #homepage_features {
    width: 922px;
    height: 100px;
}
#content #homepage_features p {
    color: #0c132c;
    font-size: 1em;
    line-height: 1.4em;
    font-family: Verdana,Sans-Serif;
    padding: 0;
}
.homepage_feature {
    width: 200px;
    float: left;
}
#content #homepage_features .homepage_feature a { text-decoration: none; }
#content #homepage_features .homepage_feature a:hover p { color: #ffffff; }
#homepage_feature_1 { width: 228px; }
#homepage_feature_2 { width: 212px; }
#homepage_feature_3 { width: 138px; }
#homepage_feature_4 { width: 240px; }
#content #homepage_features p.homepage_feature_heading {
    color: #db4727;
    font-weight: bold;
    font-size: 1.1em;
    line-height: 1.1em;
    margin-bottom: 1em;
}
div.homepage_feature_divider {
    width: 1px;
    height: 56px;
    float: left;
    margin: 6px 20px 0 10px;
    background: url('/images/white_dot.png') repeat;
}
#homepage_quote { padding-left: 226px; }
#homepage_kaizer_logo {
    margin-bottom: 38px;
    padding: 15px 0 0 145px;
    float: left;
}
#homepage_kaizer_logo a { float: left; }
#homepage_kaizer_text {
    color: #0c132c;
    float: left;
    font-size: 1.2em;
    line-height: 1.2em;
    padding-left: 10px;
    float: left;
    width: 220px;
}
#homepage_kaizer_text a {
    color: #0c132c;
    text-decoration: none;
}
#homepage_kaizer_logo_in {
    float: left;
    width: 280px;
    height: 53px;
    margin-top: 16px;
    padding: 0 56px;
}
#homepage_kaizer_logo_in a { float: left; }
#homepage_kaizer_text_in {
    color: #0c132c;
    float: left;
    font-size: 1.2em;
    line-height: 1.2em;
    float: right;
    width: 135px;
}
#homepage_kaizer_text_in a {
    color: #0c132c;
    text-decoration: none;
}
.social_media_icon img {
    width: 26px;
    height: 26px;
    float: left;
}
#homepage_footer {
	margin: 15px auto;
	width: 922px;
    height: 2.2em;
}
#homepage_footer p {
    float: left;
    width: 580px;
    padding-top: 0.4em;
}
#homepage_footer a {
    text-decoration: none;
    font-size: 1em;
    color: black;
}
#homepage_footer a:hover { color: #666; }
#social_media_icons {
    float: right;
    width: 80px;
    padding-left: 40px;
}
    
div.social_media_icon img { margin-left: 8px; }
#hompage_nav_container {
    background: #accdcd;
    height: 74px;
}
#homepage_nav_border {
    width: 100%;
    border-top: 2px dotted #888;
    height: 0;
    line-height: 0;
}
#homepage_nav_content {
    margin: auto;
    width: 922px;
}
#homepage_nav_content a {
    font-family: Verdana, Sans-serif;
    margin-left: 22px;
    margin-top: 38px;
    font-size: 14px;
    text-decoration: none;
    float: left;
    color: #0c132c;
}
#homepage_nav_content a:hover { color: #666; }
#homepage_logo {
    float: left;
    height: 74px;
}
#homepage_signout {
    float: right;
    color: #0c132c;
    font-size: 12px;
    margin-left: 20px;
    margin-top: 35px;
}
#homepage_signout p {
    font-family: Verdana, Sans-serif;
    line-height: 1.5em;
}
#homepage_signout a {
    font-size: 12px;
    float: none;
    margin: 0;
}
.homepage_join_button {
    float: right;
    margin: 30px 0 0 0;
    padding-left: 34px;
}
#homepage_nav_content .homepage_join_button a { margin: 0; }
a#homepage_join_button {
    width: 94px;
    height: 24px;
    background: url('/images/homepage_login_join.png') no-repeat 0 -48px;
}
a#homepage_join_button:hover { background: url('/images/homepage_login_join.png') no-repeat 0 -72px; }
a#homepage_login_button {
    width: 94px;
    height: 24px;
    background: url('/images/homepage_login_join.png') no-repeat 0 0;
}
a#homepage_login_button:hover { background: url('/images/homepage_login_join.png') no-repeat 0 -24px; }
a#beintent_logo {
    margin: 0;
    float: none;
}
#sub_nav_container {
    background: #ECF2F2;
    height: 40px;
}
#sub_nav_content {
    margin: auto;
    width: 922px;
}
#sub_nav_content div.sub_nav_button { float: left; }
body#mypage div#sub_nav_button_mypage,
body#profile div#sub_nav_button_profile,
body#membership div#sub_nav_button_membership,
body#corporateadmin div#sub_nav_button_corporateadmin,
body#corporatesettings div#sub_nav_button_corporatesettings,
body#corporatebranches div#sub_nav_button_corporatebranches,
body#corporateteams div#sub_nav_button_corporateteams,
body#corporatecontent div#sub_nav_button_corporatecontent,
body#teamadmin div#sub_nav_button_teamadmin,
body#teamdetails div#sub_nav_button_teamdetails,
body#teammembers div#sub_nav_button_teammembers,
body#teamcontent div#sub_nav_button_teamcontent,
body#admin div#sub_nav_button_admin,
body#businesses div#sub_nav_button_businesses,
body#tools div#sub_nav_button_tools,
body#members div#sub_nav_button_members,
body#exercises div#sub_nav_button_exercises,
body#motivators div#sub_nav_button_motivators,
body#reports div#sub_nav_button_reports,
body#intents div#sub_nav_button_intents { background: url('/images/nav_arrow.png') no-repeat scroll 50% 100% transparent; }
#sub_nav_content span {
    padding-left: 27px;
    display: block;
}
#sub_nav_content span#nav-corpadmin { background: url('/images/business_small.png') no-repeat scroll 0 50% transparent; }
#sub_nav_content span#nav-settings { background: url('/images/business_details_small.png') no-repeat scroll 0 50% transparent; }
#sub_nav_content span#nav-branches { background: url('/images/list_small.png') no-repeat scroll 0 50% transparent; }
#sub_nav_content span#nav-teams { background: url('/images/teams_small.png') no-repeat scroll 0 50% transparent; }
#sub_nav_content span#nav-content { background: url('/images/thumbnail_small.png') no-repeat scroll 0 50% transparent; }
#sub_nav_content span#nav-personal { background: url('/images/personal_small.png') no-repeat scroll 0 50% transparent; }
#sub_nav_content span#nav-membership { background: url('/images/membership_small.png') no-repeat scroll 0 50% transparent; }
#sub_nav_content span#nav-admin { background: url('/images/admin_small.png') no-repeat scroll 0 50% transparent; }
#sub_nav_content span#nav-intents { background: url('/images/thumbnail_small.png') no-repeat scroll 0 50% transparent; }
#sub_nav_content span#nav-exercises { background: url('/images/exercises_small.png') no-repeat scroll 0 50% transparent; }
#sub_nav_content span#nav-motivators { background: url('/images/thumbnail_small.png') no-repeat scroll 0 50% transparent; }
#sub_nav_content span#nav-members { background: url('/images/members_small.png') no-repeat scroll 0 50% transparent; }
#sub_nav_content span#nav-businesses { background: url('/images/business_small.png') no-repeat scroll 0 50% transparent; }
#sub_nav_content span#nav-tools { background: url('/images/network_small.png') no-repeat scroll 0 50% transparent; }
#sub_nav_content span#nav-reports { background: url('/images/report_small.png') no-repeat scroll 0 50% transparent; }
#sub_nav_content a {
    padding-right: 20px;
    font-size: 1.1em;
    text-decoration: none;
    float: left;
    color: #001125;
    overflow: visible;
    line-height: 40px;
    height: 40px;
    font-family: Verdana, Sans-Serif;
}
#sub_nav_content a:hover { color: #666; }
input#cc_proceed,
a#process_payment {
    background: url('/images/process_payment.png') no-repeat 0 0;
    width: 240px;
    height: 70px;
    text-decoration: none;
    display: block;
    margin: 18px auto;
}
input#cc_proceed:hover,
a#process_payment:hover { background: url('/images/process_payment.png') no-repeat 0 -70px; }
#mycompany-tiles { padding-left: 200px; }
.mycompany-tile {
    text-decoration: none;
    display: block;
    background: #F2E8E3;
    border: 1px solid #F2E8E3;
    width: 500px;
    margin: 0 0 10px 0;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    cursor: pointer;
}
.team-tile:visited,
.mycompany-tile:visited {
    background: #F2E8E3;
    border: 1px solid #F2E8E3;
}
.team-tile:hover,
.mycompany-tile:hover {
    border: 1px solid #F3F2F0;
    background: #F3F2F0;
}
.mycompany-tile-icon {
    width: 66px;
    padding: 13px 4px;
    text-align: center;
    text-decoration: none;
    color: #000;
    line-height: 1.2em;
    display: inline-block;
    zoom:1; /* trigger IE hasLayout */
    *display:inline;
    vertical-align: top;
}
.team-tile-icon {
    width: 70px;
    padding: 14px 4px 0 4px;
    text-align: center;
    text-decoration: none;
    color: #000;
    line-height: 1.2em;
    display: inline-block;
    zoom:1; /* trigger IE hasLayout */
    *display:inline;
    position: relative;
    vertical-align: top;
}
.mycompany-tile-details {
    color: #000;
    width: 418px;
    padding-top: 10px;
    text-decoration: none;
    display: inline-block;
    zoom:1; /* trigger IE hasLayout */
    *display:inline;
}
a.team-tile .team-tile-details p,
a.mycompany-tile .mycompany-tile-details p { text-decoration: none; }
#team-tiles {
    padding-left: 100px;
    margin-top: 10px;
}
.team-tile {
    text-decoration: none;
    display: block;
    background: #F2E8E3;
    border: 1px solid #F2E8E3;
    width: 700px;
    margin: 0 0 10px 0;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    cursor: pointer;
    position: relative;
}
.team-tile-details {
    color: #000;
    width: 590px;
    padding: 10px 0 0 10px;
    text-decoration: none;
    display: inline-block;
    zoom:1; /* trigger IE hasLayout */
    *display:inline;
    position: relative;
}
.team-tile-details  .detail-row .detail-value { width: 400px; }
.team-tile-details .admin-row-details {
    width: 590px;
    float: none;
}
.team-remove {
    position: absolute;
    width: 16px;
    right: 3px;
    top: 3px;
    display: none;
}
.team-tile div,
.team-tile label { cursor: pointer; }
.team-tile:hover .team-remove { display: inline; }
form#addteamform .form-field { width: 330px; }
form#addteamform .form-field input#teamname { width: 300px; }
#location_list_holder {
    width: 214px;
    float: right;
    margin-bottom: 2.2em;
}
#location_list li.main {
    width: 200px;
    padding: 6px;
    height: 1em;
}
#location_list ul.innderBox li { width: 200px; }
#location_list li.main a {
    display: block;
    font-size: 1em;
    width: 200px;
    padding: 6px;
}
.flag-icon {
    width: 16px;
    height: 11px;
    float: left;
    margin-right: 6px;
}
.flag-NZ { background: url('/images/location_sprites.png') no-repeat -16px 0; }
.flag-IN { background: url('/images/location_sprites.png') no-repeat -32px 0; }
#change_location {
    float: left;
    width: 100px;
}
#location_list div.shadowbox1,
#location_list div.shadowbox2,
#location_list div.shadowbox3 { background: none; }
.icon_arrow_down {
    width: 16px;
    height: 11px;
    float: right;
    background: url('/images/location_sprites.png') no-repeat 0 0;
}
.strong { font-weight: bold; }
#activate-box { margin-bottom: 40px; }
#activate-heading {
    padding: 0;
    margin: 10px 0 20px 0;
    text-align: center;
}
div.signup-box-content#activate-content p { padding: 6px 30px; }
/*START PRODUCTS PAGE*/
div#select_product {
	background: url('/images/products_background.png') no-repeat;
	height: 578px;
	width: 685px;
	overflow: auto;
    padding-top: 50px;
    margin: 0 auto 20px auto;
}
div#shop_product {
	background: url('/images/product_tea_background.png') no-repeat;
	height: 154px;
	width: 685px;
	overflow: auto;
    padding-top: 30px;
    margin: 0 auto;
    display: none;
}
div#products_heading {
    background: url('/images/products_heading.png') no-repeat;
    height: 52px;
    width: 646px;
    margin: 20px auto;
}
div#products_sub_heading {
    background: url('/images/products_sub_heading.png') no-repeat;
    height: 52px;
    width: 646px;
    margin: 20px 0 20px 90px;
}
div#products_info_box {
    background: url('/images/product_info_box.png') no-repeat;
	width: 685px;
    height: 166px;
	margin: 0 auto 20px auto;
	overflow: auto;
}
div#products_info_bullet_text {
	width: 520px;
    padding-left: 100px;
	margin-bottom: 10px;
}
div#products_page p#products_info_intro {
	margin: 10px 0 0 20px;
	width: 510px;
	padding: 0;
}
div#products_info_box p#products_info_box_text {
	margin: 10px 0 0 0;
	line-height: 1em;
	font-weight: bold;
}
div#products_info_box p.indent_bullet {
	margin-left: 60px;
	line-height: 1em;
}
div.product {
	width: 297px;
	height: 119px;
	float: left;
	margin: 0 0 80px 0;
	padding-left: 29px;
	cursor: pointer;
}
div.selectproduct {
	width: 297px;
	height: 119px;
	float: left;
	margin: 0 0 80px 0;
	padding-left: 29px;
}
div.product_wide { width: 620px; }
div.product_last_row { margin: 0 0 0 0; }
#shop_product div.product {
    width: 320px;
    margin: 0;
}
div.product:hover p.product_find_out_more { text-decoration: underline; }
div.selectproduct p.product_confirm:hover { text-decoration: underline; }
div.product_icon {
	height: 122px;
	width: 74px;
	float: left;
	margin-right: 14px;
}
p.product_heading { font-size: 13px; }
p.product_find_out_more {
	font-size: 13px;
	color: #FF0000;
}
p.product_confirm {
    cursor: pointer;
	font-size: 13px;
	color: #FF0000;
}
p.product_description { margin: 4px 0; }
div#product_subscribe_icon { background: url('/images/product_subscribe_icon.png') no-repeat; }
div#product_southern_cross_icon { background: url('/images/product_southern_cross_icon.png') no-repeat; }
div#product_goals_icon { background: url('/images/product_goals_icon.png') no-repeat; }
div#product_weight_loss_icon { background: url('/images/product_weight_loss_icon.png') no-repeat; }
div#product_wellness_icon { background: url('/images/product_wellness_icon.png') no-repeat; }
div#product_yoga_icon { background: url('/images/product_yoga_icon.png') no-repeat; }
div#product_tea_icon { background: url('/images/product_tea_icon.png') no-repeat; }
/*END PRODUCTS PAGE*/
/* PRODUCTS LISTED ON MEMBERSHIP PAGE */
div.available_module { cursor: pointer; }
div.available_module:hover p.product_find_out_more { text-decoration: underline; }
/*START PRODUCT DETAILS PAGE*/
div#product_details_page {
    width: 685px;
    margin: 0 auto;
}
div.product_icon_col {
    width: 74px;
    height: 557px;
    margin: 65px 35px 0 0;
    padding-left: 50px;
    float: left;
}
div#southern_cross_details_col {
	float: left;
	width: 500px;
}
div.product_details_icon {
    width: 74px;
    height: 119px;
}
div#product_details {
    background: url('/images/product_details_background.png') no-repeat;
    height: 622px;
    width: 685px;
    overflow: auto;
}
div.product_col_goals { height: 445px; }
div.product_col_subscription { height: 290px; }
div.product_col {
	width: 140px;
	margin-top: 65px;
	padding-right: 30px;
	float: left;
}
input.product_subscription_input { margin-right: 8px; }
div.product_subscription_choice {
	float: left;
	margin-top: 20px;
	width: 260px;
}
div.selectproduct_subscription_choice {
	float: left;
	margin-bottom: 12px;
	width: 260px;
}
div.bonus_product_subscription_choice {
	float: left;
	margin-top: 20px;
	width: 130px;
}
div.southern_cross_subscription_choice { padding: 0.5em 0; }
p.product_details_text { font-size: 11px; }
p.product_details_heading {
    margin-bottom: 5px;  
    font-size: 13px;
    font-weight: bold;      
}
div#product_details_submit_button { background: url('/images/products_buy_now_button.png') no-repeat; }
div#product_details_membership_button,
div#product_details_back_button { background: url('/images/products_back_button.png') no-repeat; }
div#product_details_submit_button:hover { background: url('/images/products_buy_now_button_hover.png') no-repeat; }
div#product_details_membership_button:hover,
div#product_details_back_button:hover { background: url('/images/products_back_button_hover.png') no-repeat; }
div.product_details_button {
    width: 146px;
    height: 22px;
    cursor: pointer;
    float: right;
    margin: 40px 50px 0 0;
}
p#southern_cross_heading {
	font-size: 14px;
	font-weight: bold;
	margin-top: 65px;
}
div#content p#southern_cross_or {
    padding: 1em 0 1em;
    font-weight: bold;
}
div#product_details_page p.southern_cross_text {
	margin-top: 10px;
	width: 500px;
	line-height: 1.5em;
}
div.bonus_product_subscription_choice div.product_details_icon { margin-bottom: 8px; }
div#product_details p.product_icon_heading {
	font-weight: bold;
	margin-top: 10px;
	font-size: 13px;
	line-height: 1.5em;
	padding: 0;
}
div#products_info_box ul li {
    list-style: disc outside none;
    margin-left: 40px;
    line-height: 1.3em;
}
/*END PRODUCT DETAILS PAGE*/
.italic { font-style: italic; }
th.module_column { width: 80px; }
div#christchurch_blurb p {
	font-size: 14px;
	width: 801px;
	margin-bottom: 20px;
	line-height: 170%;
}
#christchurch_tools { height: 150px; }
.christchurch_tool { float: left; }
.christchurch_tool a { display: block; }
.christchurch_download { text-align: center; }
.quote { position: relative; }
.quote p { padding: 5px 40px 0; }
.quote_open {
    background: url('/images/quote_open.png') no-repeat;	
    width: 23px;
    height: 22px;
    top: 0;
    left: 0;
    position: absolute;
}
.quote_close {
    background: url('/images/quote_close.png') no-repeat;  
    width: 23px;
    height: 22px;  
    bottom: 0;
    right: 0;
    position: absolute;
}
div.office_yoga_float {
    height: 240px;
    width: auto;
}
div.office_yoga_float img { float: left; }
div.office_yoga_float p {
    width: 375px;
    _width: 320px;
    float: left;
    margin: 30px 0 0 30px;
}
p.yoga_exercise_divider {
    margin: 20px 0;
    text-align: center;
}
div#office_yoga_motivators img { margin: 20px 0; }
div#features-heading {
    margin: 40px auto;
    width: 487px;
}
div#features-main-four {
    height: 220px;
    overflow: hidden;
}
a.feature-link {
    text-decoration: none;
    float: left;
    width: 228px;
    height: 220px;
}
a#feature1-link { background: url('/images/feature1.png') no-repeat; }
a#feature1-link:hover { background: url('/images/feature1_hover.png') no-repeat; }
a#feature2-link { background: url('/images/feature2.png') no-repeat; }
a#feature2-link:hover { background: url('/images/feature2_hover.png') no-repeat; }
a#feature3-link {
    background: url('/images/feature3.png') no-repeat;
    width: 219px;
}
a#feature3-link:hover { background: url('/images/feature3_hover.png') no-repeat; }
a#feature4-link {
    background: url('/images/feature4.png') no-repeat;
    width: 240px;
}
a#feature4-link:hover { background: url('/images/feature4_hover.png') no-repeat; }
div#features-other {
    height: 250px;
    margin-top: 20px;
    padding-left: 21px;
}
div.feature-panel {
    width: 210px;
    height: 60px;
    padding: 40px 30px 0 0;
    float: left;
}
div.feature-panel-col3 { width: 158px; }
div.feature-panel-col4 { padding: 40px 0 0 0; }
p.feature-panel-title {
    color: #0C132C;
    font-weight: bold;
    font-size: 1.1em;
    line-height: 1.1em;
    margin-bottom: 1em;
    text-transform: uppercase;
}
p.feature-panel-text {
    color: #0C132C;
    line-height: 1.5em;
}
div.feature-title { margin: 40px auto 0 auto; }
div#goal-setting-title { width: 437px; }
div#personalised-title { width: 488px; }
div#learning-title { width: 462px; }
div#corporates-title { width: 492px; }
div.feature-content { margin: 20px 0 40px 0; }
div#learning-content { height: 320px; }
div#goal-setting-content,
div#personalised-content { height: 280px; }
img#goals-screenshot,
img#learning-screenshot,
img#example-intent {
    float: right;
    margin-right: 40px;
}
img#corporates-stickies {
    float: right;
    margin-right: 60px;
}
div#personalised-content p {
    width: 400px;
    line-height: 1.5em;
}
#feature-spiel {
    width: 400px;
    margin: 0 0 0 24px;
    padding: 2em 0;
    text-align: center;
}
div#feature-spiel p {
    font-size: 1.2em;
    line-height: 1.4em;
    padding: 0;
}
a#presentation-button {
    background: url('/images/presentation_button.png') no-repeat;
    margin: 20px 0 0 120px;
    text-decoration: none;
    width: 239px;
    height: 29px;
    float: left;
}
a#presentation-button:hover { background: url('/images/presentation_button_hover.png') no-repeat; }
img#business-logos {
    margin: 0 auto;
    display: block;
}
.feature-points {
    padding: 22px 0 0 15px;
    margin: 0 0 0 36px;
    width: 440px;
}
.feature-content ul li {
    list-style: disc outside none;
    font-size: 1.2em;
    line-height: 1.3em;
    margin-bottom: 1.2em;
}
div.characterCount { margin-top: 1em; }
.hint {
    display: none;
    background: transparent url(/images/myday/black_arrow.png) no-repeat;
    height: 100px;
    font-family: Verdana, sans-serif;
    line-height: 1.1em;
    width: 176px;
    padding: 0 24px 0 15px;
    color: #EEE;
    z-index: 1000;
}
.hint-bottom {
    display: none;
    background: transparent url(/images/myday/black_arrow_bottom.png) no-repeat;
    height: 100px;
    font-family: Verdana, sans-serif;
    line-height: 1.1em;
    width: 176px;
    padding: 30px 24px 0 15px;
    color: #EEE;
    z-index: 1000;
}
.hint p,
.hint-bottom p {
    text-align: center;
    padding: 0.4em 0;
}
a#membercsvdownload { margin-top: 10px; }
#expose-change-password { margin: 8px 0; }
#expose-change-password a { padding-left: 8px; }
div.code {
    background: none repeat scroll 0 0 #EEEEEE;
    border: 1px solid #CCCCCC;
    font-family: monospace;
    overflow: auto;
    padding: 8px 12px;
    white-space: pre;
}
/* Clickmenu Styles - Used primarily for the location selector. */
div.cmDiv {
	border: 1px solid black;
	background-color: #eee;
}
.clickMenu {
	margin: 0;
	padding: 0;
	cursor: default;
}
.clickMenu, .clickMenu ul { list-style: none; }
.clickMenu ul {
	margin: 0;
	padding: 2px;
	border: 1px solid black;
	background-color: #eee;
	min-width: 100px; /* ie doesnt know this :/ */
	//float: left;/*ie again*/
	//width: 100%;/*and again*/
}
.clickMenu div.outerbox {
	display: none;
	min-width: 106px; /* firefox produces animation-flickering when the box is bigger than this :/ */
}
.clickMenu div.inner {
    top: 0;
	left: 0;
	margin: 0;
}
.clickMenu div.inner div.outerbox {
	margin: 0;
	left: 98px;
	//left: 90px; /* for ie */
	top: -3px;
}
.clickMenu ul.innerBox {
    position: relative;
    padding: 0;
    width: 210px;
}
.clickMenu ul.innerBox li { padding: 0; }
.clickMenu li {
	position: relative;
	padding: 0 20px 0 2px;
	/*white-space: nowrap; does not really work in ie */
}
.clickMenu li.main {
	float: left;
	padding: 0 10px;
	background-color: #eee;
	//height: 20px; /* for ie */
}
.clickMenu li.main li {
	z-index: 2;
	min-width: 78px;
}
.clickMenu li.hover {
	z-index: 1 !important; /* the hover z-index has to be below the normal one the hovering items may be drawn over a submenu */
	background-color: #aaa;
}
.clickMenu img.liArrow {
	position: absolute;
	right: 5px;
	top: 0.41em;
}
.clickMenu a {
	text-decoration: none;
	color: black;
	cursor: default;
}
/* thats for the shadowbox */
html>body div.outerbox { padding: 0 5px 5px 0; }
html>body div.shadowbox1 {
	position: absolute;
	right: 0;
	bottom: 5px;
	width: 5px;
	height: 100%;
	background: url(myshadow.png) no-repeat right top;
}
html>body div.shadowbox2 {
	position: absolute;
	bottom: 0;
	right: 5px;
	height: 5px;
	width: 100%;
	background: url(myshadow.png) left bottom;
}
html>body div.shadowbox3 {
	position: absolute;
	bottom: 0;
	right: 0;
	height: 5px;
	width: 5px;
	background: url(myshadow.png) no-repeat right bottom;
}
html>body .innerbox {
	margin: 0;
	display: inherit;
}
/* jQueryUI overrides */
#reports .ui-dialog { background: #FFFFFF; }

