﻿th{
	text-align:left;
	padding:5px 0px 5px 5px;
color:#333333;
}

td{
	padding:10px 5px;
	border-bottom:1px solid #CCCCCC;
	color:#333333;
}

tr:hover{
	background:#fff;
}

.pdf_download{
	background:transparent url(icon_pdf.gif) no-repeat center center;
	display:block;
	height:16px;
	width:16px;
}

#asx_wrapper,
#nzx_wrapper{
	clear:both;
	float:none;
	margin-bottom:20px;
	min-height:1px;
}

#asx_wrapper:after,
#nzx_wrapper:after{
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	clear: both;
	}
	
	
/* tabbed market styles */

#market_tabs{
	min-height:1px;
	margin-top:20px;
	display:none;
}

* html #market_tabs{
	height:1px;
}

#market_tabs:after{
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	clear: both;
}

#market_tabs h2{
	margin:0;
	color:#777777;
}


#market_tabs ul{
	background:url(ul_shasdow.gif) repeat-x 0 bottom;
	height:31px;
}

#market_tabs ul,
#market_tabs ul li{
	padding:0;
	margin:0;
	list-style:none;
}

#market_tabs li{
	float:left;
	background:none;
}

#market_tabs li a{
	display:block;
	width:65px;
	padding:5px;
	text-align:center;
	height:20px;
}

#market_tabs li a:hover,
#market_tabs li a:hover h2{
	color:#003873;
	
}

#nzx_tab{
	border-left:1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
	margin-left:10px;
	background:url(inactive_tab_nzx.gif) no-repeat right bottom;
}
#asx_tab{
	border-top:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	background:url(inactive_tab_asx.gif) no-repeat 0 bottom;
}

#markets_wrapper{
	border-top:1px solid #bababa;
	padding-top:10px;
}

.nzx_active #nzx_tab{
	position:relative;
	background:#eee;
	height:21px;
	margin-bottom:-1px;
	margin-top:-5px;
	padding-top:10px;
	border-left:1px solid #bababa;
	border-top:1px solid #bababa;
	border-right:1px solid #bababa;
}

.asx_active #asx_tab{
	position:relative;
	background:#eee;
	height:21px;
	margin-bottom:-1px;
	margin-top:-5px;
	padding-top:10px;
	border-left:1px solid #bababa;
	border-top:1px solid #bababa;
	border-right:1px solid #bababa;
}


.nzx_active #nzx_tab h2,
.asx_active #asx_tab h2{
	color:#003873
}

.ASX_wrapper,
.NZX_wrapper{
	display:none;
}

.asx_active .ASX_wrapper,
.nzx_active .NZX_wrapper{
	display:block;
}

