/*
	-----------------------------------------------------------------------------
	Title: 	North Queensland Metals Whitelabel Stylesheet
	Author: Amplify (http://www.amplify.com.au)

	Version 1.0
	10/10/2008

	Copyright (c) 2008 Amplify All rights reserved.
	-----------------------------------------------------------------------------
*/
	
/* Universal Selectors
----------------------------------------------------------------------------- */
body {
	background: #fff;
    color: 	#5E5A5A;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
}

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:#008C99;
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:#CCCCCC;
text-decoration:none;
}


/* Strutural Elements
----------------------------------------------------------------------------- */
#header {
	display: none;
}

.header-events, .header-announcements {
	border-bottom: 1px dashed #ccc;
	padding-bottom: 2px;
}


/* 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 {
}

.results td a:hover, .results td a:active,
.results td div.headline a:hover, .results td div.headline a:active {
}

.results td.actions a:link, .results td.actions a:visited {
	border: 0;
}


/* 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: #018d9a;
	font-size: 1.4em;

	padding: 0;
}

h3 {
	font-size: 1.1em;
	font-weight: bold;
}

h4 {}

p.right {
	line-height: 1.4em;
	padding: 0;
	padding-top: 4px;
}

#header p {
	color: #fff;
	margin: 0 0 0.5em;
}

.results th span.timezone {
	font-weight: normal;
}

.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: #f5f6f1;
	color: #666;
	font-size: 1.1em;

	line-height: 1.4em;
	text-transform: uppercase;
	vertical-align: middle;
	padding: 2px 8px;
	border: 0;
	border-right: 1px solid #fff;
}

.results th img.timezone {
	float: right;
	margin-top: -8px;
}

	.results thead th.actions {
		font-size: 0.8em;
		border-right: 0;
	}

.results tbody td {
	background: none;
	font-size: 0.9em;
	vertical-align: top;
	padding: 6px 8px;
	border: 0;
}

.results tbody tr.light td {
	background-color: #fff;
}

.results tbody tr.dark td {
	background-color: #f3f3f3;
}

	.results tbody td.actions {
		text-align: left;
		vertical-align: middle;
	}

	.results tbody td .event-summary {
		float: left;
		width: 198px;
	}

.results tfoot td {
	font-size: 0.9em;
	background: none;
	padding: 8px 10px;
	border: 0;
	border-top: 1px dashed #ccc;
}

	.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%;}
