﻿h4 
{
	margin-bottom: 1em;
}

div.EventTime, div.Track 
{
	/*font-size: 1.2em;*/
	margin: 10px 0;
}

div.EventTime, p.PosterTime, div.TrackSessionsList span.Time 
{
	font-weight: bold;
	text-transform: uppercase;
}

div.EventTime, p.PosterTime 
{
	/*font-size: 108%;*/
}

div.EventTime div 
{
	display: inline;
}

div.Track 
{
	font-style: italic;
}

h4.PresenterHeading 
{
	border-bottom: 1px #927b6e dotted;
}

div.Presenter h5 
{
	/*font-size: 1.2em;*/
	margin-top: 15px;
}

span.JobTitle, span.Organization 
{
	font-weight: normal;
}

div.Presenter p
{
	margin-top: 10px;
}

div.TrackSessionsList ul 
{
	font-size: 95%;
}
div.TrackSessionsList ul li {
    margin-bottom: .9em;
}

p.Biography 
{
}

p.SessionNumber 
{
	font-size: 1em;
	margin-top: 3em;
}

/*End EventDetail and tracksessions*/
table.ConferenceDay 
{
	border-collapse: collapse;    
	width: 100%;
}

td.Empty 
{
	empty-cells:hide;
	border:none;
}   
td.OtherEvent
{
	text-align: center;
}

td.Type1, td.Type2, td.Type6 /* Track Sessions, Pre and Post Workshopsa */
{
	text-align: center;
}

td.Type4, td.Type8, th.Type4, th.Type8 /* General Sessions and Special Events */
{
	/*background-color: white;*/
}

th.TrackHeading, .TrackHeading
{
	background-color: #5a4a42;
	color: white;
}

.SessionNumber
{
	padding: 3px 8px;
	font-weight: bold;
	font-style: normal;
}

th#H11,th#H21,th#H31, .APS{
	background-color:#75a7d9;
}

th#H12,th#H22,th#H32, .MMP {
	background-color:#8cc63f;
}

th#H13,th#H23,th#H33, .SOC {
	background-color:#cc5a5a;
}

th#H14,th#H24,th#H34, .TPR {
	background-color:#905fd9;
}

th#H15,th#H25,th#H35, .CON {
	background-color:#db9130;
}

th.Timeslot span {
	white-space:nowrap;
}

th div.Time 
{
	clear:both;
	float:left;
	width:47%;
	text-align:right;
	padding-right:0.5em;
}

th div.AMPM 
{
	float:left;
	width:25%;
	text-align:left;
	white-space:nowrap
}

h3.SessionDate {
	border-bottom: none;
	margin-bottom: 0;
}

td, th {
	border-color:#a19791;
	font-size: .9em;
	line-height: normal;
}

th, td {
    vertical-align: middle;
}

.ToolTip {
    display: none;
}

#tooltip {
    font-size: .9em;
    max-width: 250px;
	position: absolute;
	z-index: 3000;
	border: 1px solid #A19791;
	background-color: white;
	padding: 5px;
}
#tooltip h3
{
    background-image: none;
    padding: 0;
    min-height: 0;
    font-size: 1em;
    margin: 0;
}

#tooltip div.location
{
    font-style: italic;
}

#tooltip ul {
    margin: 0.5em 0 0 0;
    padding: 0 0 0 20px;
}

@media print 
{
    div.ToolTip {display: none !important;}
}