/*
	-----------------------------------------------------------------------------
	Title: 	Ramelius Resources Whitelabel Stylesheet
	Author: Amplify (http://www.amplify.com.au)

	Version 1.0
	21/08/2008

	Copyright (c) 2008 Amplify All rights reserved.
	-----------------------------------------------------------------------------
*/
	
/* Universal Selectors
----------------------------------------------------------------------------- */
body {
	background: #fff;
    color: #484848;
	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: #abab4a;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted;
}

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: #000;
	text-decoration: none;
	border-bottom: 1px dotted;
}


/* Strutural Elements
----------------------------------------------------------------------------- */
#wrapper {
	width: 425px;
}

#header {
	display: none;
	background: #53534a;
	padding: 10px 15px;
}

.header-events {
}


/* Lists
----------------------------------------------------------------------------- */



/* Links
----------------------------------------------------------------------------- */
.results th a.sort-up:link, .results th a.sort-up:visited,
span#timezone a:link {
	color: #b6b683;
}

.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: #214a4b;
	font-size: 1.6em;
	font-weight: bold;
	padding: 0;
}

h3 {
	font-size: 1.1em;
	font-weight: bold;
}

h4 {}

p.right {
	color: #fff;
	line-height: 1.4em;
	padding: 0;
	padding-top: 8px;
}

#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;
	margin: 10px 0 20px;
	border: 0;
	width: 100%;
}

.results th {
	min-height: 35px;
	background: #f5f5e0;
	color: #4e4e4e;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.4em;	
	vertical-align: middle;
	padding:  6px 8px;
	border: 0;
	border-top: 5px solid #d7d7b7;
	border-bottom: 1px solid #d7d7b7;
}

.results th img.timezone {
	float: right;
	margin-top: -8px;
}

	.results thead th.actions {
		width: 100px;
		font-size: 0.8em;
	}

.results tbody td {
	background: #fff url(/images/company/bg_row_ramelius.gif) repeat-x bottom left;
	font-size: 0.9em;
	vertical-align: top;
	padding: 6px 8px;
	border: 0;
}

.results tbody tr.light td {
	background-color: #f9f9f0;
}

.results tbody tr.dark td {
	background-color: #fff;
}

	.results tbody td.actions {
		text-align: left;
		vertical-align: middle;
	}

	.results tbody td .event-summary {
		float: left;
	}

.results tfoot td {
	background: #f5f5e0;
	font-size: 0.9em;
	padding: 8px 10px 10px;
	border: 0;
	border-bottom: 5px solid #d7d7b7;
}

	.results tfoot td.num-results {
		text-align: right;
	}

.results.announcements {
	border: 1px solid #d7d7b7;
	border-bottom: 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%;}
