/*
Theme Name: Investment Trends
Theme URI: http://www.investmenttrends.com.au/
Description: Investment Trends theme
Version: 1.6
Author: Investment Trends
Author URI: http://www.investmenttrends.com.au/
Tags: blue, custom header, fixed width, two columns, widgets


*/



/* Begin Typography & Colors */
body {
	text-align: left;
	/*
	border-top: 4px solid #394792;
	*/
}
* {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: small;
	color: #333333;
}




/*
@media only screen and (-webkit-min-device-pixel-ratio : 1.5), only screen and (min-device-pixel-ratio : 1.5) {
	*/
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) { 
	/* iPhone <4 */
}

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) {
	/* iPhone 5+ */
}

@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) { 
	/* iPhone 4+ */
}

@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) 
{
	/* iPhone 6 */
}

@media only screen 
and (min-device-width : 360px) 
and (max-device-width : 667px) 
{
	/* S4+ */
}


/* and (orientation: portrait) */

@media screen and (max-device-width: 400px)  {
	/* mobile */
	body * {
		font-size: 40pt;
	}
	body #header h2 {
		margin-left: 24px;
		font-size: 30pt;
		margin-top: auto;
		margin-bottom: auto;
	}
	input[type="text"] {
		font-size: 40pt;
		width: 400px;
	}
	body div.number4 input[type="text"],body div.number4 input[type="number"] {
		width: 120px;
	}
	body textarea {
		font-size: 32pt;
		width: 800px;
		height: 400px;
	}
	body select {
		font-size: 32pt;
	}
	.nextPage, .prevPage {
		margin-left: 32px;
		margin-right: 32px;
	}
	input[type="checkbox"],input[type="radio"] {
		width: 24px;
		height: 24px;
		/* ios 7 needs this... */
		-webkit-transform: scale(3);
		/* firefox */
		-moz-transform: scale(3);
	}
	.type_dropdownlist td {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.type_checkboxgrid td,.type_radiogrid td  {
		padding-top: 24px;
		padding-bottom: 24px;
	}
	.type_checkbox td,.type_radio td  {
		padding-right: 48px;
		padding-top: 32px;
		padding-bottom: 32px;
	}
	body .type_checkbox label, body .type_radio label{
		font-size: 40pt;
	}
	body h3 {
		font-size: 60pt;
	}
	body #invtrends_content {
		/* Needs padding in chrome portait view or else checkboxes will go beyond the left of screen */
		padding: 0px 0px 0px 20px;
	}
	body .invtrends_left_spacer,body .invtrends_right_spacer {
		width: 0px;
	}
	body #invtrends_content_bg {
		display: none;
	}
	body #content_br {
		display: none;
	}

	body .th8pt .label, body .th8pt th {
		font-size: 32pt;
	}
	body .th8pt .label, body .th8pt th {
		font-size: 32pt;
	}

	body .customGoodPoor .label, body .customGoodPoor th {
		font-size: 32pt;
	}
	body .customGoodPoor .label {
		width: 300px;
		display: inline-block;
	}

	div .invtrends_left_spacer {
		width: 1px;
	}

	/*
	body #header {
		min-width: 640px;
		width: 640px;
	}
	body #invtrends_content_table, body #menu_table {
		width: 640px;
	}
	*/
}

#page {
	background-color: white;
	text-align: left;
	border-top: 4px solid #000f47;
}

#header {
	background: url('images/blank_header80.png');
	min-width: 1024px;
	width: 1024px;
	height: 80px;
	text-align: left;
	color: #fff;
	}
#header h2 {
	margin-left: 120px;
	font-size: 26px;
	font-weight: normal;
	color: #fff;
	overflow: hidden;
	width: 900px;
	white-space: nowrap;
}

h2,.h2 {
	font-size: 26px;
	color: #394792;
}


textarea {
	font-size: 12px;
}

/* Begin Structure */
body {
	margin: 0 0 0 0;
	padding: 0;
	}


a:hover {
/*	color: #147; */
	text-decoration: underline;
}


#footer {
	width: 100%; 
	clear: both;
	}

#footer {
	background: #e1e1e1;
	margin: 0;
	padding: 2px 0;
	text-align: center;
	}
#footer,#footer p,#footer a {
	color: #adadad;
}
#footer p, #footer span {
	font-size: 9px;
}
#footer p {
	margin-bottom: 3px;
	margin-top: 3px;
}
.footerLarge {
	color: #adadad;
	font-size: 12px;
}
/* End Structure */


.type_description .questionTitle {
	font-weight: normal;
}

.type_description ul  {
	list-style-type: circle;
	margin-left: 20px;
}
.type_description li {
	display: list-item;
}


#menuDiv {
/*	background-color: #394792; */
}
#menuDiv ul ul {
	margin: 0px !important;
	padding: 0px !important;
}
/*
#menuDiv ul ul li {
	background-color: #e1e1e1;
}
*/
#menuDiv a {
	color: #888 !important;
	font-size: 15px;
	font-weight: normal;
}
#menuDiv a:hover {
/*	color: #fff !important; */
/*	border-bottom: 1px solid #394792; */
	text-decoration: underline;
}
/*
#menuDiv ul ul li a {
	background-color: #e1e1e1;
	color: #000000 !important;
}
*/
#menuDiv ul ul li a:hover {
	color: #394792 !important;
	background-color: #fff;
	text-decoration: none;
}
#menuDiv {
	float: right;
}

#invtrends_content_table {
}
#invtrends_content_table {
	width: 960px;
/*	min-height: 300px; */
}
#menu_table {
	width: 800px;
	margin: auto;
}
#invtrends_content_table td {
}
#menu_table td {
	vertical-align: top;
}
#invtrends_content {
	padding: 8px 96px 10px 96px;
	text-align: left;
}
.invtrends_left_spacer, .invtrends_right_spacer {
	width: 32px;
	height: 1px;
}
/*
#invtrends_content ul {
}


#invtrends_content li {
	display: block;
	padding: 0px;
	margin: 0px;
}
*/



#invtrends_content_bg {
	background: #ffffff url('images/content_bg.gif') repeat-y;
	padding: 0px;
	margin: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}
#content_br {
	padding: 0px;
	margin: 0px;
	/* remove silly while line below image. */
	font-size: 0px;
	display: block;
}

.homeTableTd {
	padding: 0px 8px 0px 0px;
	margin: 0px 8px 0px 0px;
	vertical-align: top !important;
}

#header_table {
	width: 100%;
	border-collapse: collapse;
	padding: 0px;
	margin: 0px;
	border-bottom: 8px solid #e1e1e1;
}

#header_table td {
	margin: 0px;
	padding: 0px;
}

#header_horz1_td {
	width: 50%;
}
#header_horz2_td {
	width: 50%;
}
.header_horz1 {
	background: #ffffff url('images/header_horz1.png') repeat-x;
}
.header_horz2 {
	background: url('images/header_horz2.png') repeat-x;
}


.red, .red a, .red a:hover,.red a:link,.red a:visited {
	font-weight: bold;
	color: #7f3810;
}
.red a, .red a:hover,.red a:link,.red a:visited {
	text-decoration: underline;
}

a, h3, .h3, .invBlue {
	color: #394792;
}
a {
	text-decoration: none;
}
h3,.h3 {
	font-size: 20px;
	margin: 2px 0px;
	font-weight: normal;
	padding: 0px;
}

/* For arabic text */
.h3Size24 h3,.h3Size24 .h3 {
	font-size: 24px;
}

.greyVertLine, .greyHr {
	background-color: #cfcfcf;
	color: #cfcfcf;
}

.greyVertLine {
	width: 2px;
	padding: 0px;
	margin: 0px;
}
.greyHr, .greyHrNoMargin {
	height: 2px;
	border: 0px;
	margin: 12px 0px 12px 0px;
}
.greyHrNoMargin {
	margin: 0px;
}

.greyBox {
	background-color: #c0c0c0;
	color: #fff;
}


.date {
	font-size: 9pt;
	color: #cfcfcf;
}

#contentBrImg, #headerImageSrcLeft, #headerImageSrc, #headerImageSrcHome {
	display: none;
}


.navBar, .navBar a {
	text-align: left;
	color: #afafaf;
	font-size: 11px;
}

.bannerHidText {
	display: none;
}

/*****************/
/* info box */

#InfoBoxTable {
	position:absolute;
}
.InfoBoxHidden {
	/* the hidden message */
        display: none;
}

#InfoBoxTxt {
	background: #fff;
	width: 420px;
	padding: 4px;
	color: #666666;
	min-height: 100px;
}

#InfoBoxTxt ul{
	margin-left: 18px;
}

.InfoBoxClose {
	text-decoration: none;
}
.InfoBoxClose hover {
	text-decoration: underline;
}

.box_left {
        background: url('images/box_left.gif') repeat-y;
}
.box_right {
        background: url('images/box_right.gif') repeat-y;
}
.box_bottom {
        background: url('images/box_bottom.gif') repeat-x;
}
.box_top {
        background: url('images/box_top.gif') repeat-x;
}

/*****************/

.TxtHidden {
	display: none !important;
}

/*****************/

.BottomRowImage {
	display: none;
}
.BottomRowImageShow {
	display: block;
}
#ReadMoreBottomRow td {
	vertical-align: top;
}
#HowWeWorkReadMoreRow td {
	background: #e1e1e1 !important;
}

/*****************/

.KeyPeopleTable {
	border-collapse: collapse;
}
.KeyPeopleTxtTd {
	vertical-align: top !important;
}
.KeyPeopleTxtTd p {
	margin: 0px 0px 8px 0px;
}
.KeyPeopleTable td {
	padding: 12px 20px 0px 20px !important;
	padding: 0px;
	border-bottom: 1px solid #cfcfcf;
}
.KeyPeopleImgTd td, .KeyPeopleImgTd {
	vertical-align: bottom !important;
}
.KeyPeopleRight {
	float: right !important;
}
.KeyPeopleLeft {
	float: left;
	margin-right: 20px;
}

.KeyPeopleTitle {
	color: #b2b2b2;
	font-size: 20px;
	margin-bottom: 20px !important;
}

.KeyPeopleTxtTable, .KeyPeopleTxtTable td {
	padding: 0px !important;
	border: 0px;
	vertical-align: top !important;
}

/*****************/

.FormTextArea {
	width: 320px;
}
.FormTextAreaAddr {
	width: 320px;
}
.FormText {
	width: 320px;
}
.FormTable td {
	vertical-align: top;
}

.wpcf7-response-output {
	padding: 0px;
	margin: 0px;
	display: inline;
	font-size: 14pt;
/*	position: absolute; */
}


/*****************/

#careersDiv {
	height: 336px;
	overflow: hidden;
}

/*****************/

#Testimonials {
	width: 780px;
}
#Testimonials td {
	vertical-align: top;
}
#Testimonials a {
	color:  #333333;
}
#Testimonials a:hover {
	text-decoration: none;
}
#Testimonials strong {
	color: #394792;
}
#Testimonials .blue {
	color: #394792;
}

.TestimonialsEach {
	width: 340px;
}
.TestimonialsMore {
	text-align: right;
}

/*****************/

#ClientImgs p {
	margin: 0px;
}
.ClientImg {
	display: none;
	position: absolute;
}


/*****************/

.IndustryBoxTable {
	border-collapse: collapse;
}
.IndustryBoxTable td {
	margin: 0px;
	padding: 0px;
}

.IndustryBoxRight {
        background: url('images/industrybox_right.gif') repeat-y;
}
.IndustryBoxBottom {
        background: url('images/industrybox_bottom.gif') repeat-x;
}
.IndustryBoxLeft {
	background: #c0c0c0;
}
.IndustryBoxTxt {
	background: #c0c0c0;
	padding: 8px 2px 8px 0px;
	height: 120px;
	max-width: 200px;
	width: 176px;
}
.IndustryBoxTxt td {
	text-align: left !important;
}
.IndustryBoxTxt a {
	color: #333333;
	text-decoration: none;
	font-size: 9px !important;
}
.IndustryBoxTxt a:hover {
	color: #394792;
	text-decoration: none;
}
#KeyIndustryBoxes td {
	vertical-align: top;
}
.IndustryBoxTxtTd {
	background: #c0c0c0 !important;
}
.IndustryBoxTxt2 {
}
.IndustryBoxHeaderTl {
	background: #394792;
}
.IndustryBoxHeader {
	background: #394792;
	font-size: 13px;
	white-space: nowrap;
	color: #ffffff;
	padding: 3px 1px 3px 0px !important;
}
.IndustryBoxDiv {
}

#KeyIndustryInfo {
	display: none;
}


.KeyIndustryTradingBehaviour {
	border-collapse: collapse;
}
.KeyIndustryTradingBehaviour td,.KeyIndustryTradingBehaviour th {
	margin: 0px;
	padding: 4px;
}
.KeyIndustryTradingBehaviour td img {
	vertical-align: middle;
}
.KeyIndustryTradingBehaviour span, .KeyIndustryTradingBehaviour td {
	text-align: left; 
	font-size: 9px;
}
.KeyIndustryTradingBehaviour td {
	width: 200px;
	border: 1px solid #888; 
	background-color: #c0c0c0;
	padding: 8px 4px 4px 18px;
}
.KeyIndustryTradingBehaviour th {
	font-size: 13px;
	border: 1px solid #344186; 
	text-align: center;
	color: #ffffff;
	font-weight: normal;
	background-color: #394792;
}
.KeyIndustryPopup {
	display: none;
}

.KeyIndustryTradingBehaviour td:hover {
	color: #394792;
	text-decoration: none;
}


.KeyIndustryTradingBehaviour .TradingBehaviourTick {
	margin-left: 105px;
}

/*****************/

.MediaTable td {
	vertical-align: top;
}

.newsTitle {
	font-size: 11pt;
	color: #333333;
}
.newsDesc {
	color: #666666;
}
.newsAnalyst {
	display: none;
}

/*****************/

.submitButton {
	background: url('images/submit.gif');
	width: 100px;
	height: 40px;
	border: 0px;
}


/*****************/

.MediaTable {
	border-collapse: collapse;
}
.MediaTable p {
	margin-top: 2px;
	margin-bottom: 2px;
}
.MediaTable td {
	padding-bottom: 10px;
	padding-top: 4px;
	border-bottom: 1px solid #e1e1e1;
}

.acrobatImg {
	background-image: url('images/acrobat.png');
	background-repeat: no-repeat;
	float: left;
	width: 44px;
	height: 58px;
}
.webImg {
	background-image: url('images/WebLink.png');
	background-repeat: no-repeat;
	float: left;
	width: 58px;
	height: 58px;
}

.playImg {
	background-image: url('images/PlayButton.png');
	background-repeat: no-repeat;
	float: left;
	width: 44px;
	height: 58px;
}


/*****************/


.tabbed {
	margin-left: 18px;
}

.NormalList li {
	display: list-item !important;
	margin-bottom: 10px !important;
}
.NormalList ul, .NormalList ol {
	margin-left: 18px;
}

.StaffList li {
	display: list-item !important;
}
.StaffList ul, .StaffList ol {
	margin-left: 18px;
}


.TableTextAlignTop td {
	vertical-align: top;
}

/*****************/

.KeyIndustryDoor {
	margin-right: 4px;
	margin-bottom: 4px;
}


#Testimonials div {
	display: inline;
	vertical-align: top;
	float: left;
	padding: 0px 16px 0px 0px;
	width: 340px;
	height: 56px;
}


.wpcf7-response-output {
	margin: 0px !important;
}


.French_PRTable {
	border-collapse: collapse;
	border: 1px solid #222;
}

.French_PRTable th {
	background-color: #ffcc99;
}

.French_PRTable td,.French_PRTable th {
	padding: 4px;
	border: 1px solid #222;
}



.SmallNotes {
	font-size: 9px;
}



/* awards */

#awardsTable .awardLink > img {
	float: left;
}
#awardsTable .awardLink > a {
	color: #333;
	font-size: 9px;
}
#awardsTable .awardLink {
	clear: both;
}

#awardsTable th  a {
	color: #fff;
}
#awardsTable th {
	color: #fff !important;
	background-color: #339;
	padding: 6px;
	text-align: center;
	border: 1px solid #000;
}
#awardsTable { 
	border-collapse: collapse;
	width: 720px;
}
#awardsTable td {
	padding: 6px;
	font-size: 10pt;
	border: 1px solid #000;
	background-color: #c0c0c0;
	vertical-align: top;
}
.showAllAwards b {
	display: block;
	margin: 16px 0px 16px 0px;
	font-size: 14pt;
}
.showAllAwards th {
	color: #fff !important;
	background-color: #339;
}
.showAllAwards table {
	border-collapse: collapse;
	border-spacing: 0px;
}
.showAllAwards td {
	background-color: #c0c0c0;
}
.showAllAwards td, .showAllAwards th {
	margin: 0px;
	border: 1px solid #222;
	padding: 3px;
}
#awardsTable div div {
	display: none;
}
	
.awardsCat {
}
.awardsCat b {
	font-size: 12pt;
	font-weight: bold;
	display: block;
	margin-bottom: 4px;
}
.awardsCat table {
	display: inherit;
	border-collapse: collapse;
}
.awardsCat table td,  .awardsCat table th {
	border: 1px solid #222;
	padding: 3px;
}


.flip-horizontal {
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    -ms-filter: fliph; /*IE*/
    filter: fliph; 
}

#NumberedList > ol > li > ol  .numbering {
	font-weight: bold;
}
#NumberedList > ol > li {
	font-weight: bold;
}
#NumberedList > ol > li > ol {
	font-weight: normal;
	list-style-type: none;
	padding-left: 0px;
}


.questionDiv {
	margin-top: 16px;
}
body .displaySurvey .type_page {
	margin-top: 16px;
}

ul {
	margin-top: 2px;
	list-style-type: none;
}

sup {
	font-size: 8px;
}

#logo {
/*
	margin-left: 96px;
	*/
	width: 560px;
	overflow: hidden;
	display: inline-block;
}

.logoDiv {
	background-repeat: no-repeat;
	height: 75px;
	width: 560px;
	display: inline-block;
}
#invtrends_logo {
	float: right;
}


.pricingSpan3 li,.pricingSpan3 tr {
	border-bottom: 1px solid #ccc;
	margin: 0px;
}
.pricingSpan3 td {
	padding-top: 0px;
	padding-bottom: 0px;
}
.pricingSpan3 li span,.pricingSpan3 td span {
	display: inline-block;
	vertical-align: top;
	padding: 3px;
	height: 32px;
}
.pricingSpan3 li span:nth-child(1),.pricingSpan3 td span:nth-child(1) {
	width: 50%;
}
.pricingSpan3 li span:nth-child(2),.pricingSpan3 td span:nth-child(2) {
	border-left: 1px solid #ccc;
	width: 20%;
}
.pricingSpan3 li span:nth-child(3),.pricingSpan3 td span:nth-child(3) {
	border-left: 1px solid #ccc;
	width: 20%;
}


.ProgressBar {
	background: url(images/ProgressBar.png) no-repeat;
	width: 640px;
	height: 40px;
	padding-top: 10px;
	text-align: left;
}
.ProgressBarRight {
	transform: scaleX(-1)
}
.ProgressBarBody {
	background: url(images/ProgressBarBody.png) repeat-x;
	height: 18px;
	display: inline-block;
	color: #fff;
	text-shadow: 1px 1px 1px #ccc;
	vertical-align: top;
	font-size: 14px;
}
.ProgressBarLeft {
	margin-left: 16px;
}



/* cba smsf */

.MostLeast label {
	text-align: center;
}
.MostLeast input {
	margin: 0px 40px 0px 40px;
}
.MostLeast .Most, .MostLeast .Least
{ 
	width: 70px;
	text-align: center;
}
.MostLeast label {
	width: 500px;
}
.MostLeast li {
	border-top: 1px solid #eee;
	width: 704px;
}
.MostLeast li input[type="radio"] {
	display: inline-block;
}

.pipsLabel .inputAfter:after {
	content: "pips";
}

.sum {
	font-weight: bold;
}

.td60 td {
	width: 60px;
}

.label300p .label {
	width: 300px;
}

.invtrends_main {
	margin: 0 auto;
	width: 960px;
}

div.invtrends_center {
	/*
	margin: 0 auto;
	width: 100%;
	*/
}

.tableWidth100 table {
	width: 100%;
}

