/*
  ## File:     		custom.css 							
  ## Company:  		Precinct.com.au 					
  ## Author:   		Jeremy Pitt 						
  ## Date:	   		18. September 2008 					
*/


/* -----------------------------------*/
/* ---- CUSTOM <<<-----------*/
/* -----------------------------------*/
a:focus {
	outline:none;
}

a img {
	border: 0;
}

#slider-wrapper {
	overflow: hidden;
	width: 300px;
	height: 56px;
	background:#EEEEEE none repeat scroll 0 0;
	border:1px solid #DDDDDD;
	margin-bottom:3em;
}

#slider .slide {
	float: left;
	width: 260px;
	padding: 20px;
}

#sliderTitle {
	float:left;
	background-color: #1E4164;
	height:27px;
	width:218px;
}

.stripViewer .panelContainer .panel ul {
	text-align: left;
	margin: 0 15px 0 30px;
}

.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
	margin: 0 0 20px 0;
	position: relative;
	width: 218px;
	height:205px;
	background-color: #1E4164;
}

/* These 2 lines specify style applied while slider is loading */
		.csw {
	width: 218;
	height: 120px;
	background: #fff;
	overflow:hidden;
	float:left;
	border: 1px solid #1E4164;
}

.csw .loading {
	margin: 0px 0 0px -2px;
	text-align: center;
	position:absolute;
	top:160px;
	z-index: 999;
}

.stripViewer { /* This is the viewing window */
	position: relative;
	overflow: hidden;
	/* this is the border. should have the same value for the links */
			margin: auto;
	width: 216px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	height: 120px;
	clear: both;
	background: #fff;
}

.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	list-style-type: none;
	height:120px;/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
		}

.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
	float:left;
	height: 100%;
	position: relative;
	width: 218px; /* Also specified in  .stripViewer  above */
}

.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
/* padding: 10px; */
		}

.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
	margin:11px 0px 0px 0px;
	width: 33px;
	position:absolute;
	left:169px;
}

.stripNav ul { /* The auto-generated set of links */
	list-style: none;
	width: 33px;
}

.stripNav ul li {
	float: left;
	width:9px;
	height: 11px;
	margin-right: 2px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
}

.stripNav a { /* The nav links */
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	line-height: 12px;
	/* background: #c6e3ff; */
			color: #fff;
	text-decoration: none;
	display: block;
	padding: 0 0px;
}

.stripNav li.tab1 a {
	background: url("../images/tab1_down.gif") no-repeat
}

.stripNav li.tab1 a.current {
	background: url("../images/tab1_up.gif") no-repeat
}

.stripNav li.tab2 a {
	background: url("../images/tab2_down.gif") no-repeat
}

.stripNav li.tab2 a.current {
	background: url("../images/tab2_up.gif") no-repeat
}

.stripNav li.tab3 a {
	background: url("../images/tab3_down.gif") no-repeat
}

.stripNav li.tab3 a.current {
	background: url("../images/tab3_up.gif") no-repeat
}

.stripNav li a:hover {
/*background: #333;*/
		}

/*.stripNav li a.current {
			background: #000;
			color: #fff;
		}*/
		
		.stripNavL,
.stripNavR { /* The left and right arrows */
	position: absolute;
	top: 12px;
	text-indent: -9000em;
}

.stripNavL a,
.stripNavR a {
	display: block;
	height: 10px;
	width: 10px;
}

.stripNavL {
	left: 158px;
}

.stripNavR {
	right: 7px;
}

.stripNavL {
	background: url("../images/arr_left.gif") no-repeat center;
}

.stripNavR {
	background: url("../images/arr_right.gif") no-repeat center;
}

#contentBoxes {
	background: #fff;
	border: 1px solid #1E4164;
	border-top: none;
	height: 67px;
	position:absolute;
	left: 0px;
	/*top:148px;*/
			width:216px;
}

.cPanels p {
	font: Verdana 10px;
	text-align: left;
	padding: 10px 0px 0px 5px;
	color: #1E4164;
	width:140px;
}

a.viewButtons {
	display: block;
	position: absolute;
	top:28px;
	right: 12px;
}

#cPanel1,
#cPanel2,
#cPanel3 {
	display: none;
}

.PanelPara {
	font-family:Helvetica, Arial, Helvetica, sans-serif;
	position: absolute;
	left: 0px;
}
/*
.footer .disclaimer {
	color:#000;
}
*/

.news_left_nav {
	width: 220px;
	float: left;
}

.news_left_nav ul li {
	background-color: #c0d3eb;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d8e9fe;
	font-weight: bold;
	display: block;
	text-indent: 10px;
}

.news_left_nav ul li a {
	background: url("../images/icon_arrow_left_nav.gif") no-repeat scroll 10px 13px transparent;
    padding-left: 10px;
	padding-top: 7px;
	padding-bottom: 7px;
    display: block;
}
.news_left_nav ul li a:hover {
	background: url("../images/icon_arrow_left_nav_hover.gif") no-repeat scroll 10px 13px transparent;
    display: block;
	background-color:#0096d7;
	color:#FFFFFF;
}

.news_left_nav ul li a.active {
	background: url("../images/icon_arrow_left_nav_active.gif") no-repeat scroll 10px 13px transparent;
	background-color:#0096d7;
	color:#FFFFFF;
}

#featureitem2column h2 {
	padding-top: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #1E4164;
	padding-bottom: 3px;
}

#col3 {
	width: 705px;
}

#col31 {
	width: 330px;
	margin-right: 22px;
	float: left;
	padding: 0;
}

.newsbox {
	padding: 10px;
	border: 1px solid #BDBDBD;
	width: 308px;
	height: 280px;
}

#col33 {
	width: 330px;
	margin: 0;
	float: left;
}

.newspara {
	font-weight: bold;
	color: #1E4164;
	margin-top: 10px;
	border-top: solid #BDBDBD 1px;
	padding-top: 5px;
	margin-bottom: 5px;
}

#featureitem2column img {
	margin-right: 10px;
}

#investmentnews_top {
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1E4164;
	height: 160px;
}

.yearpicker {
	background-color: #C0D3EB;
	padding: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #1E4164;
	width: 675px;
}

#investmentcols {
	/*margin-top: 20px;*/
}

#investmenttable tr td {
	margin: 0px;
	border: 0;
}

#investmenttable tr {
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #A5A5A5;
	padding-left: 0px;
	padding-right: 0px;
}

#investmenttable #topbotpadding {
	padding: 10px 10px 10px 0;
}

.paddtop {
	padding-top: 10px;
	color: #1E4164;
}

#col31Asia {
      width: 220px;
      margin-right: 22px;
      float: left;
      padding: 0;
}

.newsboxAsia {
      padding: 10px;
      border: 1px solid #BDBDBD;
      width: 198px;
      height: 360px;
}

.newsboxAsiaChi {
      padding: 10px;
      border: 1px solid #BDBDBD;
      width: 198px;
      height: 300px;
}
#col33Asia {
      width: 220px;
      margin: 0;
      float: left;
}


.newsparaAsia {
	font-weight: bold;
	color: #1E4164;
	margin-top: 10px;
	border-top: solid #BDBDBD 1px;
	padding-top: 5px;
	margin-bottom: 5px;
}

/**
 * Red arrow lists. better than using p and divs
 * but need to keep them for backwards compat.
 * use lists from now on 17 Oct 2011
 */
ul.red_arrow {
	list-style-image: url(../images/icon_arrow.gif) !important;
	margin-left: 12px;
}

.red_arrow li {
	margin-bottom: 12px;
}

