
	
/* Universal Selectors
----------------------------------------------------------------------------- */
body {
	background: #fff;
    color: #333;
	font-family: 'Trebuchet MS','Lucide Grande','Lucida Sans',arial,verdana,sans-serif;
	font-style: normal;
    font-weight: normal;	
	font-size: 12px;
	padding: 0;
}
	
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:#FF6600;
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:#CE000C;
outline-color:-moz-use-text-color;
outline-style:none;
outline-width:medium;
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 {
}


/* 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: 	#CE000C;
	font-size: 18px;
	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: top;
}

.results tbody td.actions img {
	margin-bottom: 10px;
	margin-left: 15px;
	margin-right: 10px;
}

.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: transparent;
color:#155961;
font-size:1.2em;

	line-height: 1.4em;
	vertical-align: middle;
	padding: 4px 8px;
	border: 0;
}

/* 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: 0.9em;
	}

.results tbody td {
	background: none;
	color: inherit;
	font-size: 0.9em;
	vertical-align: top;
	padding: 10px 15px;

	
}




.results tbody tr.light td {
	background: transparent;
	border-bottom: 1px solid #c0c0c0;
	
}

.results tbody tr.dark td {
	background: transparent;
	border-bottom: 1px solid #c0c0c0;
}




	.results tbody td.actions {
		text-align: right;
		vertical-align: middle;
		border-right: 0;
		padding: 0px;
	}

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