/*
	-----------------------------------------------------------------------------
	Title: 	BRR Mobile Stylesheet
	Author: Amplify (http://www.amplify.com.au)

	Version 1.0
	26/08/2008

	Copyright (c) 2008 Amplify All rights reserved.
	-----------------------------------------------------------------------------
*/
	
/* Universal Selectors 
----------------------------------------------------------------------------- */
body {
  background-color: #fff;
  color: #000;
  margin: 0;
  padding: 0;
}

body, div, td {
	font-size: 11px; 
	font-family: arial; 
	text-align: left;
}

a:link, a:visited {
	color: #ff8000;
	text-decoration: none;
}

a:hover, a:active {
	color: #ff8000;
  text-decoration: underline;
}

hr {
  background: #e5e5e5; 
  color: #e5e5e5;
  margin: 0;
  border: 0;
  clear: both;
}

img {
  border: 0;
}

form, ol, ul, li {
	margin: 0px;
	padding: 0px;
}

ol, ul {
  list-style: none;
}

.form_error {
    color: red;
    font-size: 0.9em;
}

.msg {
	background-color: #F5FFFA;
	border: 1px solid #228B22;
	color: #000;
	padding: .42em;
	margin-bottom: 1em;
}

.error {
	background-color: #FFFAFA;
  border-color: #FF0000;
  border-style: solid;
  border-width: 0 0 1px;
  color: #000000;
  margin: 0 0 1em;
}

.imgleft {
	float: left;
	margin: 0 10px 10px 0;
}

.imgright {
	float: right;
	margin: 0 0 10px 10px;
}

/* Strutural Elements
----------------------------------------------------------------------------- */
#container {
	/*max-width: 345px;*/
}

#header {
	background: #656563 url(http://www.brr.com.au/images/bg_header.png) repeat-x scroll 50% 60%;
  padding-bottom: 5px;
}

#header ol {
	list-style-type: none;
	margin: 5px 10px;
  padding: 0;
}

#logo a {
  margin-left: 10px;
}
	
#search-mobile {
  margin-left: 30px;
	width: 315px;
}

#content h1 {
  border-bottom: 1px solid #4c4e4b;
}

#content h3 {
  padding: 5px 10px;
}

#content li {
  background: url(../../images/mobile/bg_results_li.gif) repeat-x left bottom;
  padding: 5px 10px;
  border-bottom: 1px solid #e2e2e2;
}

#content li a,
#content li a:hover {
  color: #000;
}

#content li div {
  float: right;
  font-size: 80%;
  margin-left: 10px;
  padding-left: 10px;
}

#content li div a.button-listen-mobile {
  display: block;
  background: url(../../images/mobile/button_listen_mobile.png) no-repeat;
  width: 65px;
  height: 24px;
  text-indent: -999em;
  margin-top: 10px;
}

#content li div a.button-watch-mobile {
  display: block;
  background: url(../../images/mobile/button_watch_mobile.png) no-repeat;
  width: 65px;
  height: 24px;
  text-indent: -999em;
  margin-top: 10px;
}

#content li div dt,
#content li div dd {
  font-weight: bold;
  padding: 2px 0 2px 2px;
}

#content li div dd {
  margin: 0;
  font-weight: normal;
  font-style: italic;
}

#content li h3 {
  margin: 0.5em 0 0.2em 0;
  padding: 0;
}

#content li h3 a {
  color: #FF8000;
}

#content li p {
  padding: 0;
}

#content p {
  padding: 5px 10px;
}

#content p.meta {
  margin: 0;
  font-size: 80%;
  padding: 0;
}

#content p.metaco {
  color: #FF8000;
  font-style: italic;
}

#content img.cc_logo {
  float: right;
  margin-bottom: 10px;
  margin-right: -10px;
}

#content div.paged_nav,
#content div.calendar_nav {
  background: #4C4E4B;
  padding: 5px 10px;
  color: #fff;
  min-height: 15px;
}

#content div.paged_nav h2,
#content div.paged_nav a.linkup,
#content div.calendar_nav a.linkup {
  margin: 0;
  float: left;
  font-size: 1em;
  font-weight: bold;
}

#content div.paged_nav ul {
  text-align: right;
  margin-left: 70px;
}

#content div.calendar_nav ul {
  text-align: center;
  margin: 0;
}

#content div.paged_nav li,
#content div.calendar_nav li {
  display: inline;
  background: none;
  border: none;
  color: #fff;
}

#content div.calendar_nav li {
  text-align: center;
  padding: 5px 20px;
  font-weight: bold;
}

#content div.calendar_nav li.prev {
  text-align: left;
  font-weight: normal;
  padding: 5px 0;
}

#content div.calendar_nav li.next {
  text-align: right;
  font-weight: normal;
  padding: 5px 0;
}

#content div.paged_nav li a,
#content div.calendar_nav li a {
  color: #fff;
}

#content div.paged_nav li a.active,
#content div.paged_nav li span.active {
  color: #000;
  padding: 2px 5px;
  background-color: #fff;
}

#content table.calendar {
  border-spacing: 3px;
  border-collapse: separate;
}

#content table.calendar tr th {
  background-color: #FBD2A1;
  border: 1px solid #FBD2A1;
  color: #333333;
  height: 30px;
  text-align: center;
  vertical-align: middle;
}

#content table.calendar tr td {
  background-color: #f5f5f5;
  border: 1px solid #DDDDDD;
  min-height: 90px;
  padding: 5px;
  width: 14%;
  text-align: center;
  vertical-align: middle;
}

#content table.calendar tr td.broadcast {
  background-color: #FDE4C6;
}

#content table.calendar tr td a {
  color: #000;
}

#content form {
  margin: 20px 0;
  font-size: 1.2em;
}

#content form input {
  border-color: #888 #D5D5D5 #ccc #888;
  border-style: solid;
  border-width: 1px;
  font-size: 0.9em;
  padding: 2px 5px 3px;
  width: 150px;
}

#content form input.search-button {
  border: none;
  padding: 0;
  width: auto;
  margin-left: 20px;
}

#content form label {
  display: block;
  float: left;
  width: 100px;
}

#content form fieldset {
  border: none;
  margin: 0 0 20px 0;
  padding: 0;
}

#content form fieldset legend {
  margin-bottom: 5px;
  padding-left: 10px;
  font-weight: bold;
}

#content form fieldset label {
  float: none;
  width: auto;
}

#content form fieldset p {
  margin: 0;
  width: 44%;
  float: left;
}

#content form fieldset p.full {
  width: auto;
  float: none;
}

#content form fieldset input {
  margin-right: 10px;
  vertical-align: bottom;
  width: auto;
}

#content form fieldset input#srch_code {
  width: 80%;
}

	#content .company .left {
		float: left;
		margin-right: 20px;
		width: 360px;
	}	

	#content .company .right {
		float: left;
		width: 360px;
	}	
  
		body#subpage #content {
			border: 0;
			line-height: 1.6em;
			font-size: 0.9em;
		}
		
	.featured {
		float: left;
		width: 357px;
		min-height: 220px;
		padding: 3px;
		margin-bottom: 12px;
		border: 1px solid #ccccc8;
	}
	
		.featured.left {
			margin-right: 15px;
		}
	
		.featured.full {
			width: 738px;
			background: #fff url(http://www.brr.com.au/images/bg_results_cell.gif) repeat-x left bottom;
			margin-bottom: 18px;
			min-height: 10px;
		}
		
			.featured.full .main {
				width: 543px;
				float: left;
			}
			
			.featured.full .tools {
				float: right;
				width: 192px;
				text-align: center;
			}
	
			.featured.full .tools .media {
				height: 366px;
			}

		.featured .header {
			background: #f6931e url(http://www.brr.com.au/images/bg_featured.gif) repeat-x;
			padding: 6px 6px 8px 8px;
			min-height: 100px;
		}

			.featured.full .header {
				margin-bottom: 3px;
				min-height: 10px;
			}
		
		.featured .presenter-image {
			float: left;
			line-height: 0.1em;
			padding: 3px;
			margin: 10px 5px 5px;
			border: 1px solid #d0d0cc;
		}
		
		.featured .presenter-image img {
			height: 72px;
			width: 72px;
		}
		
		.featured .actions {
			float: right;
			width: 240px;
			min-height: 72px;
			list-style-type: none;
			background: url(http://www.brr.com.au/images/divider_featured.gif) repeat-y;
			padding: 4px 8px;
			margin: 10px 5px 5px;
		}
        
 		.featured .presenter {
			border: 1px solid #CCCCC8;
            width: 178px;
            padding: 6px;
		}       
        
 		.featured .presenter p.label {
			padding: 0 5px;
            font-size: 0.9em;
            margin-bottom: 0.5em;
		}     
		
	.content-navigation {
		float: left;
		min-height: 130px;
		height: auto !important;
		height: 130px;
		background: #f6931e url(http://www.brr.com.au/images/bg_content_navigation.png) no-repeat center top;
		padding: 10px;
		width: 748px;
	}
	
	.content-navigation.light {
		background: #e2e2e1 url(http://www.brr.com.au/images/bg_content_navigation_light.png) no-repeat center top;
		margin: 0;
	}

	.results-tabs {
		clear: both;
	}
	
		.results-tabs ul {
			list-style-type: none;
			margin: 0;
		}
		
		.results-tabs ul li {
			float: left;
		}
		
		.results-tabs ul li a:link, .results-tabs ul li a:visited {
			display: block;
			float: left;
			height: 24px;
			background: url(http://www.brr.com.au/images/bg_results_tabs_link_right.gif) no-repeat top right;
			line-height: 24px;
			color: #fff;
			font-size: 0.9em;
			font-weight: bold;
			padding-right: 8px;
			margin-right: 2px;
		}
		
		.results-tabs ul li a:link span, .results-tabs ul li a:visited span {
			display: block;
			background: url(http://www.brr.com.au/images/bg_results_tabs_link_left.gif) no-repeat;
			padding-left: 8px;
		}
		
		.results-tabs ul li.current a:link, .results-tabs ul li.current a:visited {
			background: url(http://www.brr.com.au/images/bg_results_tabs_active_right.gif) no-repeat top right;
		}
		
		.results-tabs ul li.current a:link span, .results-tabs ul li.current a:visited span {
			background: url(http://www.brr.com.au/images/bg_results_tabs_active_left.gif) no-repeat;
		}
	
		.forms-tabs ul li.current a:link, .forms-tabs ul li.current a:visited {
			color: #ff8000 !important;
		}

		.results-tabs p {
			clear: both;
			background: #f6941f;
			color: #fff;
			font-size: 0.9em;
			padding: 4px 10px;
			margin: 0;
		}

#flashhead {
	float: right;
	width: 250px;
}

	#navigation {
		list-style-type: none;
		margin: 0;
		border-top: 1px solid #cbccc7;
	}
	
	#sections {
		list-style-type: none;
		margin: 4px 0 0;
		border: 1px solid #cbccc7;
		border-bottom: 0;
	}

	.switcher {
		position: relative;
		color: #fff;
		background: #474a46;
		padding: 4px;
		margin-top: 4px;
		border: 1px solid #cececa;
	}

#presentation {
	border-bottom: 1px solid #cfcfcb;
	min-width: 454px;
	max-width: 540px;
}
	
#register {
	float: left;
	background: #fde4c6 url(http://www.brr.com.au/images/bg_register.gif) repeat-x;
	width: 768px;
}

	#register .register-details {
		float: left;
	}
	
	#register .register-form {
		float: right;
		width: 350px;
		margin: 40px 40px 0 0;
	}
	
		.register-form .register-submit {
			padding: 0 0 5px;
		}

#footer {
	clear: both;
	padding: 10px;
	background: #484a47;
	color: #fff;
}
	
#footer li {
  display: inline;
  padding: 5px;
}
	
	#footer .brr-webcasts {
		clear: both;
		float: left;
		width: 918px;
		margin-bottom: 4px;
		padding: 8px 10px;
		background: #515350;
	}
	
	#footer .links {
		float: right;
		width: 770px;
		margin-bottom: 4px;
		padding:  8px 10px 8px 158px;
		background: #515350;
	}

#stats {
	display: none;
}

#haveyoursay {
	background: #f69521 url(http://www.brr.com.au/images/have-your-say-bg.png) top repeat-x;
	border: 1px solid #cfcfcb;
}

	#haveyoursay div {
		border: 3px solid #fff;
	}

#webcasts .countdown {
	color: #f00;
	font-size: 10px;
	font-weight: bold; 
	margin: 0;
	padding: 5px;
}

#audio_info, #video_info {
	background-color: #484a47;
	color: #fff;
	padding: 0 0 5px 0;
	text-align: left;
}

#audio_info p, #video_info p {
	padding: 5px 5px 0 5px;
	margin: 0;
}
	
/* Lists
----------------------------------------------------------------------------- */
#header li {
  display: inline;
	padding-left: 5px;
	margin-right: 0.2em;
	font-size: 10px;
}

#header li a {
  padding-right: 10px;
}

	#header li.last {
		background: none;
	}

#navigation li ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: 0;
	background: #fcdbb5 url(http://www.brr.com.au/images/bg_subnavigation.gif) repeat-x bottom left;
}

#navigation li a.current ul {
}

#sections li {
	border-bottom: 1px solid #cbccc7;
}

.featured .actions li {
	font-size: 0.9em;
}

.content-navigation ul {
	float: left;
	margin: 0;
	list-style-type: none;
}

.featured.full .tools ul {
	width: 191px;
	list-style-type: none;
	margin: 0;
	border-top: 1px solid #cfcfcb;
}

.featured.full .tools ul li {
	text-align: left;
}

.results-tabs ul {
	list-style-type: none;
	margin: 0;
}

.results-tabs ul li {
	float: left;
}

#sidebar .rss-feed ul {
	list-style-type: none;
	margin: 6px 10px 4px 5px;
}

#sidebar .rss-feed ul li {
	line-height: 1.0em;
	padding: 2px 0;
}

#footer .brr-webcasts ul {
	float: right;
	list-style-type: none;
	margin: 2px 0 0;
}

#footer .brr-webcasts ul li {
	display: inline;
	padding: 0 8px;
}

#footer .links ul {
	float: left;
	list-style-type: none;
	margin: 0 0 0 25px;
}

#footer .links ul li {
	margin: 0;
	padding: 0;
	line-height: 1.4em;
	color: #ff8000;
	font-size: 0.9em;
	font-weight: bold;
}

#webcasts_top {
	background-color: #666;
	clear: both;
	display: inline;
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 746px;
}

#webcasts_top li {
	display: inline;
}

#webcasts_top li a:link, #webcasts_top li a:visited {
	color: #fff;
	display: block;
	float: left; 
	font-size: 1.2em;
	font-weight: bold;
	padding: 3px 8px;
}

#webcasts_top li a:hover, #webcasts_top li.current a {
	background-color: #333;
	color: #ff8000;
	text-decoration: none;
}

#webcast_list {
	border: 1px solid #cfcfcb;
	border-top-width: 0;
	clear: both;
	margin: 0 0 10px 0;
	list-style-type: none;
	padding: 10px;
}

#webcast_list a:visited {
	color: #666;
}

dl.content-faq {
	font-family: inherit;
	margin: 0;
}

.content-faq dt {
	margin: 0.3em 0;
}

.content-faq dd {
	display: none;
	text-indent: 0;
	margin: 0;
	padding: 0;
}


/* Links
----------------------------------------------------------------------------- */
#header li a:link, #header li a:visited {
    color: #fff;
	font-weight: bold;
}

#header li a:hover, #header li a:active {
	color: #ff8000;
	text-decoration: none;
}

	#header li a.header-podcast:link, #header li a.header-podcast:visited {
		background: url(/images/icon_rss_small.png) no-repeat right 2px;
		padding-right: 16px;
	}

#navigation li a:link, #navigation li a:visited {
	display: block;
	width: 164px;
	padding: 3px 7px;
	border-bottom: 1px solid #cccdc8;
	border-left: 1px solid #cccdc8;
	border-right: 1px solid #cccdc8;
	background: url(http://www.brr.com.au/images/bg_navigation_link.gif) repeat-x bottom left;
	line-height: 1.2;
	color: #484a47;
	font-weight: bold;
}

#navigation li a:hover, #navigation li a:active {
	color: #ff8000;
	text-decoration: none;
}

#navigation li > a.current:link, #navigation li > a.current:visited {
	border-bottom: 1px solid #d49051;
	background: #f9b769 url(http://www.brr.com.au/images/bg_navigation_active.gif) repeat-x bottom left;
}

#navigation li > a.current:hover, #navigation li > a.current:active {
	color: #484a47;
}

#navigation li li > a.current:link, #navigation li li > a.current:visited {
	color: #000;
	font-weight: bold;
}

	#navigation li ul li a:link, #navigation li ul li a:visited {
		display: block;
		width: 164px;
		padding: 3px 7px;
		border: 0;
		background: transparent;
		line-height: 1.2;
	    color: #484a47;
		font-weight: normal;
	}

	#navigation li ul li li a:link, #navigation li ul li li a:visited {
		width: 145px;
	}
	
	#navigation li ul li a:hover, #navigation li ul li a:active {
		color: #ff8000;
		text-decoration: none;
	}
	
	#navigation li ul li a.current:link, #navigation li ul li a.current:visited {
		border: 0;
		background: transparent;
	}
	
	#navigation li ul li a.current:hover, #navigation li ul li a.current:active {
	}
    
    #navigation li ul ul {
        padding-left: 20px;
    }

#modalbox a:link, #modalbox a:visited {
	font-weight: bold;
	text-decoration: underline;
}
	
#sections li a:link, #sections li a:visited {
	display: block;
	width: 178px;
	height: 48px;
	text-indent: -5000px;
}
	
	#sections li a.live:link, #sections li a.live:visited {
		background: #f9f9f9 url(http://www.brr.com.au/images/bg_section_live.jpg) no-repeat bottom left;
	}
	
	#sections li a.insiders:link, #sections li a.insiders:visited {
		background: #f9f9f9 url(http://www.brr.com.au/images/bg_section_insiders.jpg) no-repeat bottom left;
	}
	
	#sections li a.calendar:link, #sections li a.calendar:visited {
		background: #f9f9f9 url(http://www.brr.com.au/images/bg_section_calendar.jpg) no-repeat bottom left;
	}
	
	#sections li a.round-table:link, #sections li a.round-table:visited {
		background: #f9f9f9 url(http://www.brr.com.au/images/bg_section_roundtable.jpg) no-repeat bottom left;
	}
	
	#sections li a.wraps:link, #sections li a.wraps:visited {
		background: #f9f9f9 url(http://www.brr.com.au/images/bg_section_wraps.jpg) no-repeat bottom left;
	}
	
	#sections li a.alerts:link, #sections li a.alerts:visited {
		background: #f9f9f9 url(http://www.brr.com.au/images/bg_section_alerts.jpg) no-repeat bottom left;
	}
	
	#sections li a.entrepreneurs:link, #sections li a.entrepreneurs:visited {
		background: #f9f9f9 url(http://www.brr.com.au/images/bg_section_entrepreneurs.jpg) no-repeat bottom left;
	}
	
	#sections li a.upcoming:link, #sections li a.upcoming:visited {
		background: #f9f9f9 url(http://www.brr.com.au/images/bg_section_upcoming_dates.jpg) no-repeat bottom left;
	}
	
	#sections li a.experts:link, #sections li a.experts:visited {
		background: #f9f9f9 url(http://www.brr.com.au/images/bg_section_experts.jpg) no-repeat bottom left;
	}
	
	#sections li a.podcast:link, #sections li a.podcast:visited {
		background: #f9f9f9 url(http://www.brr.com.au/images/bg_section_podcast.jpg) no-repeat bottom left;
	}
	
.featured .actions li a:link, .featured .actions li a:visited {
	display: block;
	line-height: 20px;
	padding-left: 25px;
}

	.featured .actions li.add-alert a:link, .featured .actions li.add-alert a:visited {
		background: url(http://www.brr.com.au/images/button_alert.png) no-repeat center left;
	}
	
	.featured .actions li.add-playlist a:link, .featured .actions li.add-playlist a:visited {
		background: url(http://www.brr.com.au/images/button_playlist.png) no-repeat center left;
	}
	
	.featured .actions li.more-like a:link, .featured .actions li.more-like a:visited {
		background: url(http://www.brr.com.au/images/button_morelike.png) no-repeat center left;
	}
	
	.featured .actions li.email-presenter a:link, .featured .actions li.email-presenter a:visited {
		background: url(http://www.brr.com.au/images/button_email.png) no-repeat center left;
	}
	
	.featured .actions li.podcast-event a:link, .featured .actions li.podcast-event a:visited {
		background: url(http://www.brr.com.au/images/icon-podcast.gif) no-repeat 1px center;
	}

	.featured .header a {
		color: #333;
	}

	.featured .headline a {
		color: #fff;
	}

.results th a.sort-up:link, .results th a.sort-up:visited {
	padding-left: 8px;
	background: url(http://www.brr.com.au/images/icon_sort_up.gif) no-repeat center left;
}

.results th a.sort-down:link, .results th a.sort-down:visited {
	padding-left: 8px;
	background: url(http://www.brr.com.au/images/icon_sort_down.gif) no-repeat center left;
}

.results td a:link, .results td a:visited {
	color: #000;
}

.results td div.headline a {
	color: #ff8000;
}

.content-navigation ul li a:link, .content-navigation ul li a:visited {
	color: #fff;
	font-size: 0.9em;
	font-weight: bold;
}

.content-navigation ul li a:hover, .content-navigation ul li a:active,
.content-navigation ul li.current a:link, .content-navigation ul li.current a:visited {
	color: #474a46;
	text-decoration: none;
}

.content-navigation.light ul li a:link, .content-navigation.light ul li a:visited {
	color: #474a46;
}

.content-navigation.light ul li a:hover, .content-navigation.light ul li a:active,
.content-navigation.light ul li.current a:link, .content-navigation.light ul li.current a:visited {
	color: #ff8000;
}

.results-tabs ul li a:link, .results-tabs ul li a:visited {
	display: block;
	float: left;
	height: 24px;
	background: url(http://www.brr.com.au/images/bg_results_tabs_link_right.gif) no-repeat top right;
	line-height: 24px;
	color: #fff;
	font-size: 0.9em;
	font-weight: bold;
	padding-right: 8px;
	margin-right: 2px;
}

.results-tabs ul li a:link span, .results-tabs ul li a:visited span {
	display: block;
	background: url(http://www.brr.com.au/images/bg_results_tabs_link_left.gif) no-repeat;
	padding-left: 8px;
}

.results-tabs ul li.ui-tabs-selected a:link, .results-tabs ul li.ui-tabs-selected a:visited {
	background: url(http://www.brr.com.au/images/bg_results_tabs_active_right.gif) no-repeat top right;
}

.results-tabs ul li.ui-tabs-selected a:link span, .results-tabs ul li.ui-tabs-selected a:visited span {
	background: url(http://www.brr.com.au/images/bg_results_tabs_active_left.gif) no-repeat;
}

#register a:link, #register a:visited {
	color: #f16333;
	text-decoration: underline;
}

#register a:hover, #register a:active {
	text-decoration: none;
}

.featured.full .tools ul li a:link, .featured.full .tools ul li a:visited {
	display: block;
	width: 175px;
	padding: 0 7px;
	border-right: 1px solid #cfcfcb;
	border-bottom: 1px solid #cfcfcb;
	border-left: 1px solid #cfcfcb;
	background: url(http://www.brr.com.au/images/bg_navigation_link.gif) repeat-x bottom left;
	line-height: 22px;
    color: #484a47;
	font-size: 0.9em;
	font-weight: bold;
}

.featured.full .tools ul li a:hover, .featured.full .tools ul li a:active {
	color: #f8931d;
	text-decoration: none;
}

#sidebar .rss-feed ul li a:link, #sidebar .rss-feed ul li a:visited {
	display: block;
	background: url(http://www.brr.com.au/images/bullet_footer.gif) no-repeat left 6px;
	color: #fff;
	font-size: 0.8em;
	padding-left: 8px;
}

#footer .brr-webcasts ul li a:link, #footer .brr-webcasts ul li a:visited {
	color: #ff8000;
	font-size: 1.2em;
}

#footer .links ul li a:link, #footer .links ul li a:visited {
	padding: 0 8px;
	background: url(http://www.brr.com.au/images/bullet_footer.gif) no-repeat center left;
	color: #fff;
	font-weight: normal;
}

	#footer .links ul li a.first:link, #footer .links ul li a.first:visited {
		display: block;
		padding: 0 0 4px 8px;
		background: none;
		color: #ff8000;
		font-weight: bold;
	}


/* Typography
----------------------------------------------------------------------------- */
h1 {
	color: #474a46;
	font-size: 1.7em;
	font-weight: bold;
	background: #fff url(http://www.brr.com.au/images/bg_h1.gif) repeat-x bottom left;
	padding: 8px 5px 3px 5px;
	margin: 0;
}

h1 a.logout {
	display: block;
	float: right;
	font-size: 12px;
	margin: 10px 10px 0 0;
	text-decoration: underline;
}

	body#subpage h1 {
		border: 0;		
	}

h2 {
   font-size: 1.7em;
	font-weight: normal;
}

#register h2 {
	width: 130px;
	height: 21px;
	padding: 10px 0 0 10px;
	margin-bottom: 0.2em;
	background: url(http://www.brr.com.au/images/text_brrregister.png) no-repeat 10px center;
	text-indent: -5000px;
}

	.featured.full .tools h2 {
		width: 75px;
		height: 28px;
		margin: 0 0 6px 6px;
		background: url(http://www.brr.com.au/images/text_brrtools.png) no-repeat;
		text-indent: -5000px;
	}

h3 {
	font-size: 1.1em;
	font-weight: bold;
}

	#sidebar div.the-australian h3 {
		height: 36px;
		margin: 0 0 0 -5px;
		background: url(http://www.brr.com.au/images/text_theaustralian.gif) no-repeat 10px center;
		text-indent: -5000px;
	}
	
	#sidebar div.newscom h3 {
		width: 100%;
		height: 36px;
		margin: 0 0 0 -5px;
		background: url(http://www.brr.com.au/images/text_newscom.gif) no-repeat 10px center;
		text-indent: -5000px;
	}
	
	#footer div.brr-partners h3 {
		width: 100%;
		height: 36px;
		margin: 0;
		background: url(http://www.brr.com.au/images/text_brrpartners.png) no-repeat 10px center;
		text-indent: -5000px;
	}
	
	#footer div.brr-webcasts h3 {
		float: left;
		width: 120px;
		height: 28px;
		margin: 0;
		background: url(http://www.brr.com.au/images/text_brrwebcasts.png) no-repeat;
		text-indent: -5000px;
	}
	
	h3.case-header{
		margin: 1.0em 0 0.8em;
	}

h4 {
  margin: 0.5em 0 0 0;
}

	.featured .header h4 {
		font-weight: bold;
		line-height: 1;
		margin: 0 0 5px;
	}

h1 span {
	color: #ff8000;
	font-size: 0.9em;
}

small {
	font-size: 0.9em;
}

span.title {
	color: #ff8000;
}

.featured .header p {
	font-size: 0.9em;
	line-height: 1.2em;
	margin: 0;
}

.featured .header p.headline {
	line-height: 1.0em;
	color: #fff;
	font-weight: bold;
	margin: 0em 0 0.5em;
}

.content-navigation p {
	float: right;
	width: 470px;
	margin-right: 35px;
	line-height: 1.2em;
	color: #fff;
	font-size: 1.7em;
}

.content-navigation.light p {
	color: #ff8000;
}

.data-form p.required {
	color: #ff8000;
	font-weight: normal;
	margin: 0 0 10px;
}

#register p {
	padding: 0 0 0.8em 0.8em;
	margin: 0;
	font-size: 0.9em;
}

.results td.actions p.hint {
	line-height: 1.0em;
	color: #f1592a;
	text-align: left;
	margin: 0;
}

.results th span.timezone {
	font-weight: normal;
}

.results td span.headline {
	color: #f6931d;
}

p.tab-description {
	clear: both;
	background: #f6941f;
	color: #fff;
	font-size: 0.9em;
	padding: 4px 10px;
	margin: 0;
}

.featured.full .tools p.company-logo {
	margin-bottom: 27px;
}

#footer .copyright {
	clear: both;
	margin: 0;
	color: #bfc0be;
	font-size: 0.8em;
}

#modalbox {
	text-align: left;
}

#modalbox h1 {
	line-height: 1.2;
}

#tooltip {
	color: #333;
	font-size: 10px;
	position: absolute;
	z-index: 3000;
	border: 1px solid #666;
	background-color: #fff;
	padding: 2px 5px;
	opacity: 0.85;
}

#event_disclaimer_text {
	height: 350px;
	overflow: auto;
	padding: 10px;
	text-align: left;
}

/* Images
----------------------------------------------------------------------------- */
.featured .header .button-listen {
	float: right;
	margin: 0px 0 0 8px;
}

.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;
}

#footer .brr-partners .partner-logos img {
	margin: 0 10px;
	vertical-align: middle;
}


/* Tables
----------------------------------------------------------------------------- */
table.results {
	clear: both;
	width: 100%;
	border: 1px solid #cccdc8;
}

.results th {
	padding: 6px 6px 6px;
	background: #494b48 url(http://www.brr.com.au/images/bg_results_heading.gif) repeat-x;
	color: #fff;
	font-size: 0.9em;
	line-height: 1;	
	font-weight: bold;
	min-height: 35px;
	vertical-align: middle;
}
.results th img.timezone {
	float: right;
	margin-top: -8px;
}

	.results thead th.actions {
		font-size: 0.8em;
	}

.results tbody td {
	padding: 6px 8px 8px;
	background: #fff url(http://www.brr.com.au/images/bg_results_cell.gif) repeat-x bottom left;
	font-size: 0.9em;
	vertical-align: top;
}

	.results tbody td.actions {
		text-align: left;
		vertical-align: middle;
	}

	.results tbody td .event-summary {
		float: left;
		width: 198px;
	}

.results tfoot td {
	padding: 8px 10px 10px;
	background: #fff;
	font-size: 0.9em;
}

	.results tfoot td.num-results {
		text-align: right;
	}

.data-form table td {
	vertical-align: middle;
	padding: 3px 8px 5px 0;
}

table.process-table {
	border-top: 1px solid #cccdc8;
	border-left: 1px solid #cccdc8;
}

table.process-table th {
	width: 20%;
	background: #f2f2f2;
	font-weight: bold;
	padding: 4px 6px;
	border-bottom: 1px solid #cccdc8;
	border-right: 1px solid #cccdc8;
}

/* unique content tables */
table.process-table td {
	padding: 6px 6px 0;
	border-bottom: 1px solid #cccdc8;
	border-right: 1px solid #cccdc8;
}

table.case-table td {
	text-align: center;
	padding: 0 6px;
}

table.increase-table th {
	vertical-align: top;
}

table.increase-table td {
	width: 25%;
	padding: 0 6px;
}

table.youspeak-table td {
	vertical-align: top;
	padding: 0 6px;
}

table.pr-table td {
	width: 33%;
	padding: 0 10px;
}

table.press-table td {
	padding: 0 10px;
}


/* Form Elements
----------------------------------------------------------------------------- */

#alert_company {
	width: 350px;
}

#search-mobile fieldset {
	float: left;
}

#search-mobile .search-field {
	width: 200px;
	height: 28px;
	background: url(http://www.brr.com.au/images/bg_field_search.png) no-repeat;
	color: #484a45;
	font-size: 1.8em;
	line-height: 28px;
	vertical-align: middle;
	padding: 2px 10px 0 32px;
	border: 0;
}

#search-mobile .search-select {
	width: 240px;
	color: #484a45;
	font-size: 1.0em;
	padding: 1px 0 1px 3px;
	border: 1px solid #a2a2ae;
  vertical-align: middle;
}

#search-mobile .search-button {
	margin-left: 15px;
	vertical-align: middle;
}

.results tfoot td.num-results select {
	width: 148px;
	padding: 1px 0 1px 2px;
	border: 1px solid #a2a2ae;
	color: #484a45;
	font-size: 1.0em
}

.data-form {
}

.data-form fieldset {
	background: #fff url(http://www.brr.com.au/images/bg_results_cell.gif) repeat-x bottom left;
	padding: 10px 15px;
	margin-bottom: 10px;
}

	#presenterForm.data-form fieldset, 
	#friendForm.data-form fieldset {
		float: left;
		background: none;
		padding: 10px 8px 1px;
		margin-bottom: 0;
	}

.data-form label {
	font-weight: normal;
}

	.data-form label.register-remember {
		font-size: 0.9em;
	}

	.register-form .register-submit label {
		vertical-align: top;
	}

.data-form input, .data-form select, .data-form textarea {
	width: 150px;
	background: #fff url(http://www.brr.com.au/images/bg_field_data.gif) no-repeat;
	font-size: 0.9em;
	padding: 2px 5px 3px;
	border-width: 1px;
	border-style: solid;
	border-top-color: #888888;
	border-right-color: #d5d5d5;
	border-bottom-color: #ccc;
	border-left-color: #e2e2e2;
}

	.register-form .register-submit input {
		vertical-align: top;
	}

	.data-form .buttons input, .data-form .button {
		width: auto;
		background: none;
		padding: 0;
		border: 0;
	}

	.register-form .button {
		margin: 2px 0 0 66px;
	}

.data-form select {
	width: 163px;
	padding: 1px 0 1px 3px;
}

.data-form .checkbox {
	width: auto;
	padding: 0;
	background: none;
	border: 0;
}

.data-form textarea {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	padding-right: 1px;
	padding-bottom: 1px;
	
}

	#contactForm.data-form textarea {
		width: 700px;
		height: 120px;
	margin-left: -2px;
}

	#presenterForm.data-form textarea {
		width: 400px;
		height: 50px;
		margin-top: 6px;
	}

	#login.data-form label {
		display: block;
		width: 135px;
	}

	#login.data-form input {
	}

.data-form p.legend,
#send_to_friend p.legend {
	background: #494b48 url(http://www.brr.com.au/images/bg_results_heading.gif) repeat-x;
	line-height: 33px;
	color: #fff;
	font-weight: bold;
	padding: 0 15px;
	margin: 0;
}

	#presenterForm.data-form p.legend,
	#friendForm.data-form p.legend, 
    #send_to_friend p.legend {
		background: #f6941f url(http://www.brr.com.au/images/bg_player_heading.gif) repeat-x;
		line-height: 22px;
		font-size: 0.9em;
		padding: 0 8px;
	}

#email_presenter #contactprogress, 
#email_presenter #contactresult {
	color: green;
	height: 35px;
	padding: 35px 0 0 0;
	width: 110px;
} 

#email_presenter #contactprogress {
	color: #666;
	display: none;
}	

.user_comment {
	/* Spam trap */
	display: none;
}

.buttons {}

	#presenterForm.data-form .buttons {
		float: right;
		margin: 0;
		width: 110px;
	}
	#friendForm.data-form .buttons {
		float: right;
		margin: 0;
        position: relative;
        top: 30px;
        right: 20px;
	}
	
	#login .buttons {
		margin: 1.0em 0 0;
	}

/* login form styling */
#login label {
	display: block;
}

#login input, #login select {
	width: 300px;
	color: #666;
	font-size: 1.2em;
	letter-spacing: -1px;
	padding: 2px 0pt 3px 2px;
	border-width: 1px;
	border-style: solid;
	border-color: #ddd #bbb #bbb #ddd;
}

#login select {
	width: 305px;
	padding: 1px 0 1px 3px;
}

#login .buttons input {
	display: block;
	width: auto;
	background: #f5fffa url(http://www.brr.com.au/images/icon_arrow_right.png) no-repeat 3px center;
	color: #333;
	font-size: 1.1em;
	line-height: 16px;
	padding: 3px 5px 3px 23px;
	margin: 0 0.5em 0 0;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc #999 #999 #ccc;
}

#login div.checkbox {
	display: block;
	margin: 0.4em 0;
}

#login div.checkbox label {
	display: inline;
}

#login div.checkbox input {
	width: auto;
}

span.required {
	color: #ff8000;
}

	
/* Tabs
----------------------------------------------------------------------------- */
.ui-tabs-hide { display: none; }
.ui-tabs-panel { clear: both; }


/* Switcher
----------------------------------------------------------------------------- */
div#image-current {
	clear: both;
    width: 100%;
    height: 170px;
    text-align: center;
	margin-top: 36px;
}

div#image-current img {
	width: 170px;
	height: 170px;
	text-align: center;
	display: inline !important;
}

    div.loading {
        background: url(http://www.brr.com.au/images/ajax_loader.gif) no-repeat center center;
    }

.image-list {
	position: absolute;
	float: left;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.image-list li {
    float: left;
}

.image-list li a {
	display: block;
	line-height: 11px;
}

.image-list li a:active {
    outline: none;
}

.image-list li a img {
}

.switcher h3 {
	line-height: 1.3em;
	margin: 4px 2px 2px 6px;
}

.item-details {
	line-height: 1.3em;
	font-size: 0.9em;
	margin: 0 2px 8px 8px;
}
	
.item-link {
	margin: 0 0 5px;
	}

.item-link a {
	width: 170px;
	display: block;
	text-indent: -5000px;
}

.item-link a.Watch {
	height: 41px;
	background: url(http://www.brr.com.au/images/button_watch_large.png) no-repeat center center;
}

.item-link a.Listen {
	height: 41px;
	background: url(http://www.brr.com.au/images/button_listen_large.png) no-repeat center center;
}

/* Autocomplete
----------------------------------------------------------------------------- */
.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url('../images/indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #0A246A;
	color: white;
}


/* Modal windows
----------------------------------------------------------------------------- */
.jqmWindow {
    display: none;
    
    position: fixed;
    top: 17%;
    left: 50%;
    
    margin-left: -300px;
    width: 800px;
    
    background-color: #EEE;
    color: #333;
    border: 1px solid black;
    padding: 12px;
}

.jqmOverlay { background-color: #000; }

/* Autoclearing
----------------------------------------------------------------------------- */
.clr {
	clear: both;
	line-height: 0;
	height: 0;
}

#header:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* patch for IE as it does not support the :after pseudo element \*/
* html #header {height: 1%;}

/* alerts lightbox styles */

#modal  .alert_next ul {
    margin:0;
}

#modal  .alert_next ul li {
    display:inline;
}

#modal  .alert_next ul li a {
	background: #F6931E url(http://www.brr.com.au/images/bg_featured.gif) top left repeat-x;
	border:1px solid #000000;
	color:#000;
	display:block;
	float:left;
	font-size:1.1em;
	font-weight:bold;
	height:130px;
	line-height: 1.2;
	margin: 1%;
	padding: 1%;
	text-decoration:none;
	width: 28%;
}
#modal .alert_next ul li a:hover {
    background: #F6931E;
}
#modal  .alert_next ul li a span {
	display:block;
	color:#fff;
	font-weight:normal;
	height:120px;
	line-height: 1;
	margin:auto;
}

a.modal-close-link:link, a.modal-close-link:visited {
	position: absolute;
	top: 26px;
	right: 22px;
	width: 16px;
	height: 16px;
	background: url(http://www.brr.com.au/images/icon_modal_close.png) no-repeat;
	text-decoration: none;
	text-indent: -5000px;
}

a.modal-close-link:hover, a.modal-close-link:active {
	background: url(http://www.brr.com.au/images/icon_modal_close_hover.png) no-repeat;
}

/* Conference page intro paragraph
----------------------------------------------------------------------------- */
#conference-intro {
    padding: 1em;
    padding-bottom: 0;
    border-left: 1px solid #CBCCC7;
    border-right: 1px solid #CBCCC7;
}

#conference-intro .img {
   float: right;
	margin: 0 0 0 20px;
}    

#conference-intro .img img {
}  


/* -------------------------------------------------------------- 
  
   Buttons.css
   * Gives you some great buttons for many purposes.
   
   Created by Kevin Hale [particletree.com]
   * particletree.com/features/rediscovering-the-button-element
   
   W3C: "Buttons created with the BUTTON element function 
   just like buttons created with the INPUT element, 
   but they offer richer rendering possibilities."
   
   Usage:
   
   <button type="submit" class="button positive">
     <img src="css/blueprint/lib/img/icons/tick.png" alt=""/> Save
   </button>

   <a class="button" href="/password/reset/">
     <img src="css/blueprint/lib/img/icons/textfield_key.png" alt=""/> Change Password
   </a>

   <a href="#" class="button negative">
     <img src="css/blueprint/lib/img/icons/cross.png" alt=""/> Cancel
   </a>
   
   
-------------------------------------------------------------- */

a.button, button {
  display:block;
  float:left;
  margin:0 0.583em 0.667em 0;
  padding:5px 10px 6px 7px;   /* Links */
  
  border:0.1em solid #dedede;
  border-top:0.1em solid #eee;
  border-left:0.1em solid #eee;

  background-color:#f5f5f5;
  font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
  font-size:100%;
  line-height:130%;
  text-decoration:none;
  font-weight:bold;
  color:#565656;
  cursor:pointer;
}
button {
  width:auto;
  overflow:visible;
  padding:4px 10px 3px 7px;   /* IE6 */
}
button[type] {
  padding:5px 10px 5px 7px;   /* Firefox */
  line-height:17px;           /* Safari */
}
*:first-child+html button[type] {
  padding:4px 10px 3px 7px;   /* IE7 */
}
button img, a.button img{
  margin:0 3px -3px 0 !important;
  padding:0;
  border:none;
  width:16px;
  height:16px;
}


/* Button colors
-------------------------------------------------------------- */

/* Standard */
button:hover, a.button:hover{
  background-color:#dff4ff;
  border:0.1em solid #c2e1ef;
  color:#336699;
}
a.button:active{
  background-color:#6299c5;
  border:1px solid #6299c5;
  color:#fff;
}

/* Positive */
.positive {
  color:#529214;
}
a.positive:hover, button.positive:hover {
  background-color:#E6EFC2;
  border:0.1em solid #C6D880;
  color:#529214;
}
a.positive:active {
  background-color:#529214;
  border:0.1em solid #529214;
  color:#fff;
}

/* Negative */
.negative {
  color:#d12f19;
}
a.negative:hover, button.negative:hover {
  background:#fbe3e4;
  border:0.1em solid #fbc2c4;
}
a.negative:active {
  background-color:#d12f19;
  border:0.1em solid #d12f19;
  color:#fff;
}

