﻿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;
    table-layout: fixed;
	width: 100%;
	border-width: 0 1px 1px 0;
	border-color: #d0d0d0;
}

/*td:first-child, th:first-child {border-left-width: 1px; }
td:last-child, th:last-child {border-right-width: 1px; }*/
.ConferenceDay td, table.ConferenceDay th
{
    background-color: White;
    border: 1px solid #d0d0d0;
	line-height: normal;
	vertical-align: middle;
	padding: 10px 5px;
	font-size: 11.5px;
	line-height:16px;
}

.ConferenceDay a, .ConferenceDay a:visited, .ConferenceDay a:link
{
    color: #333333;
    font-weight: normal;
    border-bottom: 1px solid #d0d0d0;
    text-decoration:none;
}

.ConferenceDay #vevent_a:hover
{
    border-bottom: 1px solid #333333;
    text-decoration: none;
    }

td.Empty
{
	empty-cells:hide;
	border-width: 0 0 1px 0;
}

.ConferenceDay tr.NoHeadings td, .ConferenceDay tr.NoHeadings th
{
    border-top-width: 1px;
}

td.OtherEvent
{
	text-align: center;
}

td.Type1, .ConferenceDay th.Timeslot
{
    border-width: 0 1px;
}

td.Type1
{
    padding: 15px 5px;
    }

td.Type10, td.Type2, td.Type6, td.Type4
{
    background-color: #EDEDED;
}

td.Type4
{
    height: 90px;
}

th.TrackHeading, .TrackHeading
{
	color: white;
	text-align: center;
}

.SessionNumber
{
	padding: 3px 8px;
	font-weight: bold;
	font-style: normal;
}

.ConferenceDay .Inactive {
    opacity: 0.3;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}

/* Fixes Firefox display issue with opacity and links. Doesn't like grey with opacity. */
.ConferenceDay .Inactive a, .ConferenceDay .Inactive a:link, .ConferenceDay .Inactive a:visited
{
    color: Black;
    opacity: 0.7;
}

.ConferenceDay .AIM, .TrackHeading.AIM {
	background-color:#75a7d9;
}

.ConferenceDay .MPD, .TrackHeading.MPD {
	background-color:#db9130;
}

.ConferenceDay .MCS, .TrackHeading.MCS {
	background-color:#8cc63f;
}

.ConferenceDay .TPR, .TrackHeading.TPR {
	background-color:#cc5a5a;
}

.ConferenceDay .UAD, .TrackHeading.UAD {
	background-color:#905fd9;
}

.ConferenceDay .COR, .TrackHeading.COR {
	background-color:#353535;
}


.ConferenceDay .COR, .ConferenceDay .WRK, .ConferenceDay .UNK, .ConferenceDay .RED, .ConferenceDay .GEN, .TrackHeading.WRK, .ConferenceDay .PST, .TrackHeading.PST {
    background-color:#353535;
}

th.Timeslot span {
	white-space:nowrap;
}

th div.Time
{
    display: inline;
	float:left;
    text-align:right;
	width:60%;
}
th div.Time span
{
    display: inline-block;
	padding-right:0.5em;
}

th div.AMPM
{
    margin-left: 60%;
	text-align:left;
	white-space:nowrap
}

h3.SessionDate {
	border-bottom: none;
	margin-bottom: 0;
}

.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;
    line-height: 1.5em;
    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;}
}