/**
* @style 	Thor sheet (2005)
* @company 	www.extro.com.au
* @author 	Michael Kelly
* @contact	mikeefreedom@gmail.com
**/

*
{
	font-family:		Verdana, Arial, Sans-Serif;
	font-size:		10px;
	color:			#343434;
	margin: 0;
	padding: 0;
	border: 0;
	text-align: justify;
}

html
{
	width: 100%;
	height: 100%;
}

body
{
	behavior:url('cssfocusandhover.htc');
	width: 100%;
	height: 100%;
	
	background-color: #D1D2D3;
}

.clearing
{
	height: 1px;
	line-height: 1px;
	display: block;
	clear: both;
}

h1
{
	font-size: 25px;
	font-family: Verdana, Arial, Sans-Serif;
	color: #707171;
}

h2
{
	font-size: 11px;
	font-family: Verdana, Arial, Sans-Serif;
	color: #6F7E8E;
	font-weight: bold;
}

a
{
	color: #6F7E8E;
}

a.nou
{
	text-decoration: none;
}

a.register
{
	text-decoration: none;
}

a.register:hover
{
	color: #000000;
	text-decoration: underline;
}

a:hover
{
	color: #000000;
}

/**
* CONTENT : colouring text
**/

.txt_blue
{
	color: #557598;
}

.txt_white
{
	color: #FFFFFF;
}

.txt_grey
{
	color: #908F8F;
}

/**
* LAYOUT : wrapper
**/

table#wrapper
{
	width: 100%;
	height: 100%;
}

table#wrapper td#wrapper_left
{
	width: auto;
}

table#wrapper td#wrapper_centre
{
	width: 800px;
}

table#wrapper td#wrapper_centre_pop
{
	text-align: center;
	width: 100%;
}

table#wrapper td#wrapper_right
{
	width: auto;
}

/**
* LAYOUT : holder
**/

table#holder
{
	width: 800px;
	background-color: #FFFFFF;
	visibility: hidden;
	margin-left: auto;
	margin-right: auto;
}

table#holder td#holder_top
{
	
}

table#holder td#holder_left
{
	width: 200px;
}

table#holder td#holder_left_pop div.content_wrapper
{
	margin: 20px;
}

div.content_wrapper, div.content_wrapper p
{
	text-align: justify;
}

table#holder td#holder_left div.content_wrapper
{
	margin-left: 15px;
	margin-right: 0px;
	margin-top: 15px;
	margin-bottom: 15px;
}

table#holder td#holder_right
{
	width: 600px;
}

table#holder td#holder_right div.content_wrapper
{
	margin-right: 30px;
	margin-left: 40px;
	margin-bottom: 10px;
}

table#holder td#holder_right div.flash_wrapper
{
	margin-right: 30px;
	margin-left: 40px;
	margin-bottom: 10px;
	text-align: center;
}

table#holder td#holder_right div.flash_wrapper div#flashcontent
{
	width: 380px;
	margin-left: auto;
	margin-right: auto;
}

table#holder td#holder_right div.flash_wrapper div#flashcontentpie
{
	width: 490px;
	margin-left: auto;
	margin-right: auto;
}

table#holder td#holder_right div.content_wrapper ul
{
	margin-left: 25px;
}

div.content_wrapper p, div.content_wrapper h1, div.content_wrapper h2
{
	padding-bottom: 10px;
}

table#holder td#holder_bottom
{
	
}

table#holder td#holder_shadow_bottom
{
	width: 10px;
	background: #D1D2D3 url(../../images/shadow.b.gif) repeat-x 0% 0%;
}

div#shadow_bl
{
	width: 15px;
	height: 15px;
	background: #D1D2D3 url(../../images/shadow.bl.gif) no-repeat 0% 0%;
}

table#holder td#holder_shadow_right
{
	height: 15px;
	background: #D1D2D3 url(../../images/shadow.r.gif) repeat-y 0% 0%;
}

div#shadow_tr
{
	width: 15px;
	height: 14px;
	background: #D1D2D3 url(../../images/shadow.tr.gif) no-repeat 0% 0%;
}

table#holder td#holder_shadow_corner
{
	width: 15px;
	background: #D1D2D3 url(../../images/shadow.br.gif) no-repeat 0% 0%;
}

table#holder td#holder_print
{
	padding: 10px;
}

/**
* LAYOUT : header
**/

table#header
{
	width: 100%;
	background-color: #FFFFFF;
}

table#header td#header_top
{
	height: 60px;
	background-color: #000000;
	text-align: right;
	background: #000000 url(../../images/logo.thor.gif) no-repeat 40px 20px;
}

table#header td#header_top_german
{
	height: 60px;
	background-color: #000000;
	text-align: right;
	background: #000000 url(../../images/logo.thor.gif) no-repeat 40px 20px;
}

table#header td#header_left
{
	width: 200px;
}

table#header td#header_right
{
	
}

table#header td#header_bottom
{
	
}

td#thin_line
{
	clear: both;
	height: 1px;
	line-height: 1px;
	background: #FFFFFF url(../../images/bg.line.gif) no-repeat 0px 0px;
}

td#header_top .link_home,
td#header_top_german .link_home
{
	float: left;
	width: 170px;
	cursor: hand;
}

td#header_top .link_home span,
td#header_top_german .link_home span
{
	float: left;
	width: 170px;
	height: 60px;
	display: block;
	cursor: hand;
}

td#holder_left .link_home, td#header_left .link_home
{
	display: block;
	width: auto;
	height: 35px;
	cursor: hand;
	background: transparent url(../../images/logo.mining.plc.gif) no-repeat 20px 10px;
}

html[xmlns] td#holder_left .link_home
{
	height: 34px;
}

/**
* LAYOUT : nav
**/

ul#nav
{
	list-style: none outside;
}

ul#nav li
{
	padding-top: 5px;
	padding-left: 15px;
	padding-bottom: 5px;
	list-style: inherit;
	width: 200px;
	background-color: #DCDDE0;
	border-top: 1px solid #F9F9FA;
	border-bottom: 1px solid #B8B9BB;
}

ul#nav li.selected
{
	background: #DCDDE0 url(../../images/bg.nav.gif) no-repeat 0px 0px;
}

html[xmlns] ul#nav li
{
	width: 190px;
}

ul#nav li.first
{
	border-top: 1px solid #D1D2D4;
}

ul#nav ul
{
	margin-top: 10px;
	padding-left: 0px;
	list-style: none outside;
}

ul#nav ul li
{
	margin-left: -15px;
	padding-left: 30px;
	list-style: none outside;
	background-color: transparent;
	border: 0px;
	width: 200px;
}

html[xmlns] ul#nav ul li
{
	width: 175px;
}

ul#nav ul ul
{
	margin-top: 10px;
	padding-left: 0px;
	list-style: none outside;
}

ul#nav ul ul li
{
	width: 200px;
	margin-left: -30px;
	padding-left: 50px;
	list-style: none outside;
	background-color: transparent;
	border: 0px;
}

html[xmlns] ul#nav ul ul li
{
	width: 155px;
}

ul#nav a
{
	text-transform: uppercase;
	text-decoration: none;
	color: #5C5E5E;
	font-family: Arial, Verdana, Sans-Serif;
}

ul#nav ul li a, ul#nav ul ul a
{
	color: #7F7E7E;
}

ul#nav li.selected a, ul#nav ul li.selected a, ul#nav ul ul li.selected a
{
	color: #FFFFFF;
}

ul#nav li.selected li a
{
	color: #7F7E7E;
}

ul#nav a:hover, ul#nav ul a:hover, ul#nav ul ul a:hover, ul#nav li.selected li a:hover
{
	color: #FFFFFF;
}

/**
* LAYOUT : footer
**/

table#footer
{
	width: 100%;
	height: 35px;
	background-color: #FFFFFF;
	border-top: 1px solid #A6A5A5;
}

table#footer td#footer_left, table#footer td#footer_left p 
{
	text-align: center;
	color: #A2A2A2;
	padding-left: 50px;
}

table#footer td#footer_left, table#footer td#footer_left_german p
{
	text-align: right;
	color: #A2A2A2;
	padding-right: 50px;
}

table#footer td#footer_right
{
	width: 120px;
	text-align: right;
}

table#footer td#footer_right_german
{
	width: 175px;
	text-align: right;
}

table#footer td#footer_right a,
table#footer td#footer_right_german a,
{
	color: #7D7D7D;
}

table#footer td#footer_right a:hover,
table#footer td#footer_right_german a:hover
{
	color: #A2A2A2;
}

table#footer td#footer_right p,
table#footer td#footer_right_german p
{
	text-align: right;
	margin-right: 5px;
}

table#footer td#footer_bottom
{
	
}

/**
* CONTENT : share price
**/

div#share_price
{
	float: right;
	width: 150px;
	text-align: left;
	margin-left: auto;
	padding: 5px;
	margin-top: 0px;
}

html[xmlns] div#share_price
{
	width: 140px;
}

div#share_price p
{
	text-align: left;
}

div#share_price a
{
	color: #557598;
	font-weight: bold;
}

div#share_price a:hover
{
	color: #8AA3B4;
}

/**
* CONTENT : news summary
**/

div.news_summary
{
	margin-bottom: 10px;
}

div.news_summary .news_link
{
	text-align: right;
	padding-bottom: 4px;
}

div.news_summary .news_link_ttl
{
	color: #6F7E8E;
	text-align: right;
	padding-bottom: 4px;
}

div.news_summary .news_title
{
	padding-left: 5px;
	color: #6F7E8E;
	font-weight: bold;
}

div.news_summary .news_date
{
	padding-bottom: 10px;
}

div.news_summary .pdf_filler
{
	padding-left: 15px;
}

div.news_summary .news_title a
{
	padding-left: 5px;
	font-weight: bold;
	color: #6F7E8E;
}

div.news_summary .news_title a:hover
{
	color: #000000;
}

div.news_summary .news_link a
{
	color: #6F7E8E;
	text-decoration: none;
}

div.news_summary .news_link a:hover
{
	color: #000000;
	text-decoration: underline;
}

div.news_summary .news_desc a
{
	color: rgb(52, 52, 52);
	text-decoration:none;
}

div.news_summary .news_desc a:hover
{
	text-decoration:underline;
}


div.news_summary p
{
	padding: 0px;
}

p.pdf_download
{
	padding: 10px;
}

p.pdf_download img
{
	vertical-align: middle;
}

/**
* LAYOUT : alt nav
**/

table#alt_nav
{
	width: 585px;
	height: 35px;
}

html[xmlns] table#alt_nav
{
	width: 100%;
}

table#alt_nav td#alt_nav_bc
{
	width: 300px;
}

table#alt_nav td#alt_nav_bc p
{
	color: #C4C4C5;
	padding-left: 40px;
}

table#alt_nav td#alt_nav_bc a
{
	color: #C4C4C5;
	text-decoration: underline;
}

table#alt_nav td#alt_nav_bc a:hover
{
	color: #000000;
}


table#alt_nav td#alt_nav_ico
{
	width: 250px;
	text-align: right;
}

table#alt_nav td#alt_nav_ico p
{
	width: 250px;
	text-align: right;
	padding-right: 2px;
}

html[xmlns] table#alt_nav td#alt_nav_ico p
{
	padding-right: 2px;
}

table#alt_nav td#alt_nav_bc a
{
	text-decoration: underline;
}

table#alt_nav td#alt_nav_bc a:hover
{
	text-decoration: none;
}

/**
* LAYOUT : display
**/

table.display
{
	
}

html[xmlns] table.display
{
	
}

table.display th
{
	width: 100px;
	text-align: center;
}

table.display td
{
	padding: 10px;
	text-align: center;
}

table.display td.pie
{
	padding: 20px;
}

table.display td p
{
	text-align: center;
}

table.display tr.even th p
{
	color: #677E9A;
	font-weight: bold;
	text-align: center;
}

table.display tr.even a
{
	color: #929597;
	text-decoration: underline;
}

table.display tr.even a:hover
{
	color: #000000;
}

table.display tr.odd th p
{
	color: #929597;
	font-weight: bold;
	text-align: center;
}

table.display tr.odd a
{
	color: #929597;
	text-decoration: underline;
}

table.display tr.odd a:hover
{
	color: #000000;
}

/**
* LAYOUT : gallery
**/

table.gallery
{
	width: 88%;
}

html[xmlns] table.gallery
{
	width: 95%;
}

table.gallery td
{
	padding: 5px;
	text-align: center;
}

table.gallery td p 
{
	text-align: center;
}

td.gallery_close
{
	text-align: right;
}

td.gallery_header
{
	height: 60px;
	background-color: #000000;
	text-align: right;
	background: #000000 url(../../images/logo.thor.gif) no-repeat 40px 20px;
}

td.gallery_header p
{
	text-align: right;
	padding-right: 10px;
}

td.gallery_header a:hover
{
	color: #FFFFFF
}

/**
* CONTENT : form input
**/

div.form_wrapper
{
	margin-top: 10px;
}

div.results_wrapper
{
	margin-top: 10px;
}

div.form_wrapper .input_hidden
{
	display: none;
	visibility: hidden;
}

div.form_wrapper .input_errors
{
	margin-bottom: 10px;
}

div.form_wrapper .input_title
{
	float: left;
	width: 100px;
}

div.form_wrapper .input_field
{
	width: auto;
	margin-bottom: 10px;
}

div.form_wrapper .input_field .txt
{
	width: 400px;
	border: 1px solid #B8B9BB;
}

div.form_wrapper .input_options
{
	text-align: right;
}

div.form_wrapper .but
{
	width: 120px;
	background-color: #DCDDE0;
	border: 1px solid #B8B9BB;
	text-align: center;
	margin-right: 13px;
}

html[xmlns] div.form_wrapper .but
{
	margin-right: 9px;
}

.form_required
{
	color: #677E9A;
	font-weight: bold;
}

/**
* CONTENT : additional
**/

.heading_image
{
	margin-left: -3px;
}

/**
* CONTENT : highlighted
**/

.highlighted
{
	display: block;
	font-size: 14px;
	color: #888686;
	margin-left: 20px;
	margin-right: 20px;
	text-align: justify;
	font-weight: bold;
}

.highlighted a
{
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}

.highlighted a:hover
{
	color: #7D7D7D;
	text-decoration: underline;
}

h5
{
	display: block;
	font-size: 14px;
	color: #888686;
	margin-left: 20px;
	margin-right: 20px;
	text-align: justify;
	font-weight: bold;
	margin-bottom: 20px;
}

h5 a
{
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}

h5 a:hover
{
	color: #7D7D7D;
	text-decoration: underline;
}

/**
* CONTENT : popup image
**/

.img_wrapper
{
	text-align: middle;
}