/*
	-----------------------------------------------------------------------------
	Title:  Mincor Resources NL Company Whitelabel Stylesheet
	Author: Amplify (http://www.amplify.com.au)
	
	Version 1.0
	29/04/2008
	
	Copyright (c) 2009 Amplify All rights reserved.
	-----------------------------------------------------------------------------
*/
	
/* Universal Selectors
----------------------------------------------------------------------------- */
body {
	background: #b5aa9a;
    color: #000;
	font-family: Arial, Helvetica, sans-serif;
}

a:link, a:visited,
.results td a:link, .results td a:visited,
.results td div.headline a:link, .results td div.headline a:visited {
	color: #fff;
	text-decoration: none;
}

a:hover, a:active,
.results td a:hover, .results td a:active,
.results td div.headline a:hover, .results td div.headline a:active {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dashed #fff;
}


/* Strutural Elements
----------------------------------------------------------------------------- */
#header {
	display: none;
}

.header-events, .header-announcements {
}


/* Links
----------------------------------------------------------------------------- */
.results th a.sort-up:link, .results th a.sort-up:visited {
	background: url(/images/company/icon_sort_up_lightgrey.gif) no-repeat 2px center;
	text-decoration: underline;
	padding-left: 10px;
}

.results th a.sort-down:link, .results th a.sort-down:visited {
	background: url(/images/company/icon_sort_down_lightgrey.gif) no-repeat 2px center;
	text-decoration: underline;
	padding-left: 10px;
}

.results th a.sort-up:hover, .results th a.sort-up:active,
.results th a.sort-down:hover, .results th a.sort-down:active {
	text-decoration: none;
}

.results td a:link, .results td a:visited,
.results td div.headline a:link, .results td div.headline a:visited {
	font-weight: bold;
}

.results td a:hover, .results td a:active,
.results td div.headline a:hover, .results td div.headline a:active {
	font-weight: bold;
}

.results td.actions a:link, .results td.actions a:visited {
}

#timezone a:link, #timezone a:visited {
}

#timezone a:hover, #timezone a:active {
}

p.right a:link, p.right a:visited {
}

p.right a:hover, p.right a:active {
}


/* Typography
----------------------------------------------------------------------------- */
h1 {
	color: #fff;
	font-size: 1.7em;
	font-weight: bold;
	padding: 0 0 1.2em;
	margin: 0 0 0.6em;
	border-bottom: 1px solid #fff;
}

h2 {
	color: #e6e0ce;
	font-size: 1.4em;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0;
}

h3 {
	font-size: 1.1em;
	font-weight: bold;
}

h4 {}

p.right {
	line-height: 1.4em;
	padding: 0;
	padding-top: 2px;
}

#header p {
	color: #fff;
	margin: 0 0 0.5em;
}

.results th.actions span#timezone-heading {
	display: inline;
}

.results .headline {
	color: #f6931d;
}


/* Images
----------------------------------------------------------------------------- */
.results tbody img.presenter-thumb {
	float: left;
	margin: 1px 10px 0 0;
	border: 1px solid #000;
	height: 50px;
	width: 50px;
}

.results tbody td.actions img {
	vertical-align: middle;
}

.results tbody td.actions img {
	margin-bottom: 2px;
}

.results tfoot td.pager img {
	vertical-align: middle;
	margin-right: 1px;
}


/* Tables
----------------------------------------------------------------------------- */
table.results {
	clear: both;
	width: 100%;
	margin: 10px 0 5px;
	border: 0;
}

.results th {
	min-height: 35px;
	background: #99937a;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.4em;
	vertical-align: middle;
	padding: 2px 6px;
	border: 0;
}

.results th img.timezone {
	float: right;
	margin-top: -16px;
}

	.results thead th.actions {
		width: 120px;
		font-size: 0.9em;
	}

.results tbody td {
	background: none;
	color: inherit;
	font-size: 0.9em;
	vertical-align: top;
	padding: 4px 6px;
	border: 0;
	border-bottom: 1px solid #e6e0ce;
}

.results tbody tr.light td {
	background: transparent;
}

.results tbody tr.dark td {
	background: transparent;
}

	.results tbody td.actions {
		text-align: left;
		vertical-align: middle;
		border-right: 0;
	}

	.results tbody td .event-summary {
		float: left;
		width: 198px;
	}

.results tfoot td {
	font-size: 0.9em;
	background: none;
	padding: 8px 10px;
	border: 0;
}

	.results tfoot td.num-results {
		text-align: right;
	}

.results.announcements {
	border: 0;
}


/* Form Elements
----------------------------------------------------------------------------- */
.results tfoot td.num-results select {
	padding: 1px 0 1px 2px;
	border: 1px solid #a2a2ae;
	color: #484a45;
	font-size: 1.0em
}


/* Autoclearing
----------------------------------------------------------------------------- */
.clr {
	clear: both;
	line-height: 0;
	height: 0;
}

#wrapper:after {
    content: "."; 
    display: block;
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* patch for IE as it does not support the :after pseudo element \*/
* html #wrapper {height: 1%;}
