/*
	-----------------------------------------------------------------------------
	Title:  African Energy Resources Limited Company Whitelabel Stylesheet
	Author: Amplify (http://www.amplify.com.au)
	
	Version 1.0
	26/06/2009
	
	Copyright (c) 2009 Amplify All rights reserved.
	-----------------------------------------------------------------------------
*/
	
/* Universal Selectors
----------------------------------------------------------------------------- */
body {
	background: #fff;
    color: #333;
	font-family: Tahoma, 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: #92aa32;
	font-weight: bold;
	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: #92aa32;
	text-decoration: underline;
}


/* 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 {
}

.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 {
}

#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 {
	text-decoration: underline;
}


/* 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: #aa3d02;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	padding: 0;
}

h3 {
	font-size: 1.1em;
	font-weight: bold;
}

h4 {}

p.right {
	line-height: 1.4em;
	padding: 0;
	padding-top: 6px;
}

#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: 5px 0 5px;
	border: 0;
}

.results th {
	min-height: 35px;
	background: none;
	color: #373d1f;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.4em;
	vertical-align: middle;
	padding: 4px 8px;
	border: 0;
	border-bottom: 1px solid #cccccc;
}

/* bunch of hacky crap here */
.results th img.timezone {
	float: right;
	margin-top: -9px;
	margin-top: 6px\9;
}

*:first-child+html .results th img.timezone { margin-top: -9px; }
* html .results th img.timezone { margin-top: -9px; }

	.results thead th.actions {
		width: 120px;
		font-size: 1.0em;
	}

.results tbody td {
	background: none;
	color: inherit;
	font-size: 0.9em;
	text-transform: uppercase;
	vertical-align: top;
	padding: 4px 6px;
	border: 0;
	border-bottom: 1px solid #cccccc;
}

.results tbody tr.light td {
	background: none;
}

.results tbody tr.dark td {
	background: none;
}

	.results tbody td.event {
	}
	
	.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 IE6 as it does not support the :after pseudo element \*/
* html #wrapper {height: 1%;}
