/* schedule body wrapper */
div#schedule-body { padding: 0 10px; }



/* schedule main header */

div.schedule-header-top-left {
float: left;
width: 520px;
height: 20px;
}

div#schedule-header-top-left a {
font-family: arial;
font-size: 22px;
color: #57829e !important;
margin: 0;
padding: 0;
float: left;
width: 220px;
}

div#schedule-header-top-middle {
float: right;
width: 300px;
}

div#schedule-header-top-middle p {
font-family: arial;
font-size: 12px;
font-style: italic;
color: #000;
padding-top: 3px;
}

div.schedule-header-top-right {
float: right;
width: 150px;
text-align: right;
}

/* schedule search + pdf header table */
div#schedule-header-top-right table { border-collapse: collapse; }

/* schedule search + pdf header go button spacer */
div#schedule-header-top-right td.gospacer { padding-right: 10px; }



/* sorting bar */
div#schedule-header-bar {
	padding: 3px 10px;
	margin: 10px 0;
	background: #ccc;
}

div#schedule-header-bar td { font-weight: bold; }



/* heading area */
div#schedule-header-title-left p span.topictitle {
	font-family: verdana;
	font-weight: bold;
	color: #333;
	font-size: 18px;
}

div#schedule-header-title-left p em {
	color: #666;
	font-size: 10px;
	font-weight: bold;
}



/* schedule left and right columns */
div.schedule-content-column-title {
	font-family: arial;
	font-weight: bold;
	font-size: 17px;
	color: #57829e;
}

div#schedule-content-left-column {
	float: left;
	width: 470px;
}

div#schedule-content-right-column {
	float: right;
	width: 470px;
}

/* plenary speakers box */
div.schedule-content-box-plenary { background: #ee483d; }

/* featured speakers box */
div.schedule-content-box-featured { background: #01abdf; }

/* in the classroom sessions box */
div.schedule-content-box-itc { background: #d4ae00; }

div.schedule-content-box-title {
	font-weight: bold;
	color: #fff;
	font-family: arial;
	font-size: 14px;
	padding: 2px 0 6px 4px;
}

div.schedule-content-box-title span { color: #000; }

span.speakername {
	font-size: 14px;
	font-weight: bold;
	font-family: verdana;
	color: #000;
}

span.speakername a,
span.speakername a:link,
span.speakername a:visited {
	font-size: 14px;
	font-weight: bold;
	font-family: verdana;
	color: #000;
	text-decoration: underline;
}

span.speakername a:hover { text-decoration: none; }

span.speakertitle {
	font-family: arial;
	font-size: 14px;
	font-style: italic;
	color: #000;
}

div.schedule-content-box-content-left {
	color: #000;
	font-family: arial;
	font-weight: bold;
	font-size: 12px;
}

div.schedule-content-box-content-left span.topicname {
	color: #8e7d09;
	font-family: arial;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
}

div.schedule-content-box-content-right {
	color: #333;
	font-family: verdana;
	font-weight: bold;
	font-size: 10px;
}

/* adds separator to each speaker item */
div.schedule-content-box-content-speaker {
	padding: 10px;
	border-bottom: 1px solid #ccc;
}

/* floats the speaker info when image appears */
div.schedule-content-box-content-speaker-left {
	float: left;
	width: 80px;
}

div.schedule-content-box-content-speaker-right {
	float: right;
	width: 335px;
}

/* topic positioning */
div#schedule-header-title-left { float: left; }

/* date + time positioning */
div#schedule-header-title-right { text-align: right; }

/* list view - view all area */
div.schedule-content-box-content-view-all { margin: 10px 0 10px 0; }

div.schedule-content-box-content-view-all td { padding-right: 7px; }

a.speakerfulldetails,
a:link.speakerfulldetails,
a:visited.speakerfulldetails {
	color: #666;
	text-decoration: underline;
}

a:hover.speakerfulldetails { text-decoration: none; }


div.schedule-content-box {
	padding: 5px;
	margin: 10px 0;
}

div.schedule-content-box-content {
	background: #fff;
	padding: 10px;
}

div.schedule-content-box-content-left {
	float: left;
	padding: 0 0 10px 0;
}

div.schedule-content-box-content-right {
	float: right;
	padding: 0 0 10px 0;
}

div.schedule-content-box-content-speaker p { margin-bottom: 5px; }

div.schedule-content-box-content-speaker span.topicname {
	text-transform: uppercase;
	font-weight: bold;
	color: #8e7d09;
}

div.schedule-content-box-content-speaker table { width: 100%; }

div.schedule-content-box-content-speaker td.schedule-content-box-content-speaker-left {
	width: 78px;
	vertical-align: top;
}


/* search term highlighted field */
span.schedule-highlight-term { background: #ff0; }

td input.graphicbutton { padding-top: 3px; }

span.datelist { display: none !important; }

div.entry div.inlinestyling table.schedule-bio-post-details tbody tr td a { color: #000 !important; }