/*
	-----------------------------------------------------------------------------
	Title: 	Boardroom Radio v3 Partner Stylesheet
	Author: 	Matt Stone (matt@amplify.com.au)

	Version 1.0
	02/11/2007

	Copyright (c) 2007 Amplify All rights reserved.
	-----------------------------------------------------------------------------
*/
	
/* Universal Selectors 
----------------------------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}

a:link img {
	border: 0;
}

body {
    margin: 0;
	min-width: 755px;
}

a:link, a:visited {
	color: #093b76;
	text-decoration: none;
}

a:hover, a:active {
    color: #c00;
    text-decoration: underline;
}


/* Strutural Elements
----------------------------------------------------------------------------- */
#wrapper {
	margin: 0;
}

#eventbox {
	float: right;
	width: 440px;
	margin-bottom: 15px;
	
}

    #eventcalendar, #eventsearch {
    	float: left;
    	width: 220px;
    }

#intro {
	margin-right: 450px;
}

#nav {
	list-style: none;
	margin: 0;
	padding: 0;
	clear: both;
}

#results {
	display: block;
}  

#results .results_body {
	margin-right: -17px;
	width: 100% !important;
}  

#results .results_head, #results .results_footer {
	width: 100% !important;
}  
    .left {
        float: left;
        width: 49%;
        margin-right: 1%;
    }
    
    .right {
        float: right;
        width: 49%;
        margin-left: 1%;
    }
    
    .company {
        padding: 10px 15px;
    }
    
    .results_body {
        width: auto;
    	height: 600px;
    	margin-bottom: 0;
    	overflow: auto;
    	overflow-x: hidden;
    	overflow-y: auto;
    	scrollbar-3dlight-color: #D9E5F1;
    	scrollbar-arrow-color: #3D4861;
    	scrollbar-base-color: #FFFFFF;
    	scrollbar-darkshadow-color: #CDDAE7;
    	scrollbar-face-color: #CDDAE7;
    	scrollbar-highlight-color: #3D4861;
    	scrollbar-shadow-color: #3D4861;
    	scrollbar-track-color: #EDF2F7;
    }
    
    .results_pager {
        padding: 4px 6px;
    }
    
    .results_pager .results_list {
        float: left;
    }
    
    .results_pager .results_max {
        float: right;
    }

#footer {
	clear: both;
}

#trailimageid {
	height: 0px;
	left: 0px;
	position: absolute;
	top: 0px;
	visibility: hidden;
	width: auto;
	z-index: 200;
}

.presenter-thumb {
	border: 1px solid #333;
	float: right; 
	margin-right: 30px;
}

/* Lists
----------------------------------------------------------------------------- */
ul {
	list-style: square;
}

ul, ol {
	margin: 1em 0 15px 2em;
}

li {
	margin: 0 0 0 15px;
}

#nav li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}


/* Links
----------------------------------------------------------------------------- */
#nav li a {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}

.results_list a img {
	vertical-align: middle;
	margin-right: 2px;
}

a img {
    border: 0;
}


/* Typography
----------------------------------------------------------------------------- */
h1, h2, h3, h4, h5, p, ul, ol {
	margin: 1.0em 0 0.6em 0;
}

h2, .heading {
    clear: both;
    background: #fff;
    color: #082b54;
    font-size: 14px;
    font-weight: bold;
    line-height: 14px;
    margin: 0;
    padding: 15px 10px 16px 10px;
}

h3 {
    color: #082b54;
    font-size: 1.2em;
    font-weight: bold;
    margin: 0.2em 0 1.0em 0;
}


/* Images
----------------------------------------------------------------------------- */
#partnerlogo img {
    margin-bottom: 10px;
    border: 0;
}


/* Form Elements
----------------------------------------------------------------------------- */
.input {
	width: 155px;
}


/* Tables
----------------------------------------------------------------------------- */
table, td, th {
	font-size: 100%;
	text-align: left;
}

.datatable {
	width: 100%;
}

#eventcalendar .cal {
	margin-bottom: 0 !important;
}

table.cal td {
	text-align: center !important;
}

table.calendarlrg {
	width: 100%;
}

#eventcalendar .cal td, #eventcalendar .cal th {
	padding: 1px !important;
	vertical-align: middle;
	text-align: center;
}

#eventcalendar .cal td, .calendarlrg td {
	width: 21px;
}

#eventcalendar .cal td, .calendarlrg td, .cal th, .calendarlrg th {
	padding: 1px;
	text-align: center;
}


/* Clearing
----------------------------------------------------------------------------- */
.clr {
	clear: both;
	line-height: 0;
	height: 0;
}

.autoclr:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.autoclr {display: inline-block;}

/* Hides from IE-mac \*/
* html .autoclr {height: 1%;}
.autoclr {display: block;}
/* End hide from IE-mac */

#timezone_selector {
	font-size:11px;
	font-weight:normal;
	position:absolute;
	right:10px;
	top:5px;
	width: 180px;
}

#timezone_selector strong {
	color: #093B76;
}

.page-description {
	font-size: 1.2em;
	margin: 0;
}

.heading {
	position: relative;
}

#results.calendar .heading {
	line-height: 30px;
	margin-bottom: 5px;
}
