/*EventDetail and tracksessions*/
    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: 108%;
    }
    
    p.Biography {
    	font-size: 108%;
    	}
    	
    p.SessionNumber {
    	font-size: 1em;
    	margin-top: 3em;
    	}
    	

 /*End EventDetail and tracksessions*/
 /*schedule*/
 .inner-wrap img {
         margin-right: 10px;
     }
 
     table.ConferenceDay {
         border-collapse: collapse;    
     }
     
     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: #554840;
         color: white;
     }
     
     .SessionNumber
     {
         padding: 5px 10px;
         font-weight: bold;
         font-style: normal;
     }
     
     th#H11,th#H21, .APS {
     background-color:#75a7d9;
     }
     
     th#H12,th#H22, .MMP {
     background-color:#54bf61;
     }
     
     th#H13,th#H23, .SAC {
     background-color:#cc5a5a;
     }
     
     th#H14,th#H24, .TPR {
     background-color:#905fd9;
     }
     
     th#H15,th#H25, .UAD {
     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;
     }
     
     td, th {
     	border-color:#a19791;
    	}
/*end schedule*/
  