body, div, p, a, li, dd, h1, h2, h3, h4, h5 {font-family:"Source Sans Pro";}

body {padding-top:12px !important;}

@media print{    
    .no-print, .no-print *{
        display: none !important;
    }
}

.legend div{width:20px;height:40px;display:block;float:left;margin-right:6px;}

#contentSchedule{padding:20px 10px 10px 10px;}
#contentSpeakers{padding:20px 10px 10px 10px;}

.tab{width: 160px;
        bottom: 0px;
        text-shadow: none;
        display: block;
        text-align: center;
        position: absolute;
        padding: 7px;
        -webkit-border-top-left-radius: 4px;
        -webkit-border-top-right-radius: 4px;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        background:rgba(255,255,255,.3);
        color:#FFFFFF;
        font-weight:normal;
        z-index:100;}
.tab:hover{color:#FFFFFF;font-weight:bold;}
.tab.active {background:#FFFFFF;font-weight:bold;color:#444444;box-shadow:2px 2px 6px 0px rgba(0, 0, 0, 0.3)}

.tab .icons {background-position: left center;}

#tabTitle {position:absolute;left: 10px;width: 500px;z-index:0}        
#tabFloorplan {left:0px;}
#tabFloorplan .icons {padding-left: 35px;background-size: 24% auto;}
#tabSchedule {left:161px;}
#tabSchedule .icons {padding-left: 26px;background-size: 22% auto;}
#tabSpeakers {left:322px;}
#tabSpeakers .icons {padding-left: 33px;background-size: 26% auto;}   
        
                        
#topBar{border-bottom:2px solid #FFFFFF;
	position:fixed;
	top:0px;
	z-index:1000;
	display:block;
    height:44px !important;-webkit-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.2);
	width:100%;
}
#topBar #innerLeft{position:absolute;
	left:0px;top:0px;
    font-family: "Source Sans Pro";
    font-size: 18px;
    font-weight: bold;
    color: #FFF;
    padding: 4px 0px 4px 9px;
    text-shadow: 1px 1px 1px #333;
    line-height:33px;height:43px;overflow:hidden;width:100%;display:block;
}
#topBar .button1, #topBar .button2{position:absolute;
	right:0px;top:0px;
	border-left: 1px solid rgba(0,0,0, 0.4);
	padding:0px;
	height: 40px;
	cursor:pointer;
	width:200px;}
#topBar .button2{right:200px;}
    
#topBar .button1 div, #topBar .button2 div{
	border-left: 1px solid rgba(255, 255, 255, 0.4);
	font-family: "Source Sans Pro";
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	padding: 12px 0px 4px 47px;
	text-shadow: 1px 1px 1px #333;
	height: 40px;
	cursor:pointer;
	width:200px;}
	
.block1, .block2{display:none;position:absolute;background:#FFFFFF;width:195px;right:5px;top:0px;z-index:995;padding: 40px 12px 12px 12px;
	min-height: 106px;
	border:1px solid #eeeeee;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	-webkit-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.4);
	box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.4);}

.block2{right:205px;}

.block1 a, .block2 a{font-weight: bold;
	font-size: 14px;
	padding: 14px 0px;
	border-bottom: 1px dashed #DDD;
	display: block}
	
#topBar .listIcon {background-repeat: no-repeat;
	background-position: 10px 12px;
	display: block;
	height: 40px;}				


#sideBarButton{-webkit-box-shadow: 1px 3px 6px -3px rgba(0,0,0,0.5);
    -moz-box-shadow: 1px 3px 6px -3px rgba(0,0,0,0.5);
    box-shadow: 1px 3px 6px -3px rgba(0,0,0,0.5);
    -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomright: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    background:#FFFFFF;
    padding:15px 11px;
    position:absolute;
    left:220px;top:47%;
    cursor:pointer;
    z-index:100;}
    
#sideBarButton.closed {left:0px !important;}    

#sideBarButton.open::after{
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    border-width: 7px;
    border-style: solid;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    border-color: transparent #9D9D9D transparent transparent;
    position: absolute;
    right: 12px;
    top: 14px;
    }

#sideBarButton.closed::after{
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    border-width: 7px;
    border-style: solid;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    border-color: transparent transparent transparent #9D9D9D;
    position: absolute;
    left: 8px;
    top: 14px;
    }
    	

#bottomBar{
	border-top:2px solid #FFFFFF;
	position:fixed;
	bottom:0px;
	z-index:1000;
	display:block;
	height:27px;
	width:100%;}
	
#bottomBar #innerLeft{float:left;padding:4px;font-family:"Source Sans Pro";font-size:14px;}
#bottomBar #innerLeft a{color:#FFFFFF;text-decoration:none;}
#bottomBar .innerRight{float:right;margin-top:4px;}
#bottomBar #innerRightTwitter{float:right;margin-top:4px;}

#innerBox {width:570px;height:450px;display:none;background:#F7F7F7;position:fixed;left:50%;padding:8px;border:2px solid #FFFFFF;
    top:50%;
    margin:-250px 0 0 -285px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.5);
	z-index:10000;}
	

.tabs.contained {height:30px !important}

.tabs.contained dd a{
	color: #666666;
	display: block;
	font-size: 14px;
	height: 30px;
	line-height: 20px;
	padding: 6px 14px;
	font-weight: bold;}

.tabs dd.active {border-top:3px solid #E6E6E6;}
.tabs dd.active a{color:#000000;}

.tabs-content.contained {background:#FFFFFF;}
.tabs-content.contained li {height:359px;padding:4px;}
.tabs-content.contained li .content{overflow-y:scroll;overflow-x:hidden;display:block;height:100%;font-size:14px;}				

.featureIcon {background-repeat: no-repeat;
	background-position: left 7px;
	padding-left: 31px;
	display: block;
	height: 43px;
	margin: 0px;
	padding-top: 10px;
	font-size: 18px;}
    
    
/*********************************************************************************/    
/* SCHEDULE STYLES */
/*********************************************************************************/    
.printSchedule {font-size: 16px;display: block;margin: 10px 0px 20px;line-height: 30px;}
.printSchedule img {float: left;margin-right: 5px}
.eventSearch{font-size: 16px !important;height: 36px !important;margin: 0px !important;}
.scheduleHeader{padding:10px;font-size:20px;font-weight:bold;background:#C5C5C5;
        text-transform: uppercase;color:#FFFFFF;
        text-shadow: 1px 1px rgba(0, 0, 0, 0.6);
        -webkit-border-top-left-radius: 4px;
        -webkit-border-top-right-radius: 4px;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        border-bottom: 1px solid #999999;
        cursor:pointer;}

.scheduleTable{padding:4px 0px 0px 20px;margin-bottom:20px;}
.scheduleTable table tr th, .scheduleTable table tr td {font-size:16px;}
.scheduleTable a {border-bottom:1px dotted #4E7994;}

.searchRow {cursor:pointer;}
div.tracks {float:right;margin-top:6px;}
.trackButton {display:inline-block;margin-right:4px;margin-bottom:4px;-webkit-border-radius: 3px;border-radius: 3px;padding:2px 10px !important;color:#FFFFFF;font-size:12px !important;}
.trackButton:hover, .trackButton:visited, .trackButton:active {color:#FFFFFF !important;}
.trackButton.seeThrough{filter: alpha(opacity=50);
    	-moz-opacity:0.5;
    	-khtml-opacity: 0.5;
    	opacity: 0.5;}    
.hideTime {display:none;}        
/*********************************************************************************/





    
/*********************************************************************************/    
/* SPEAKER STYLES */
/*********************************************************************************/
.speakerBox {
        position:relative;
        margin-right:40px;
        margin-bottom:14px;
        padding:5px 130px 5px 16px;
        -webkit-border-radius: 6px;
        border-radius: 6px;
        border:1px solid #EEEEEE;
        width:370px;
        display:block;
        background:#FFFFFF;
        height:190px;
        float:left;
        -webkit-box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.4);
        -moz-box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.4);
        box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.4);
        cursor:pointer;
}

.speakerBox h6 {font-size: 12px !important; margin-top: 4px !important; margin-bottom: 4px !important;}
.speakerBox hr {margin:15px 0px 15px !important;}
                    
.speakerImage{
        -webkit-border-radius: 80px;
        border-radius: 80px;
        padding:10px;
        border:8px solid #FFF;
        position:absolute;
        right:-30px;
        top:8px;
          -webkit-background-size: cover;
          -moz-background-size: cover;
          -o-background-size: cover;
          background-size: cover;
        height:150px;
        width:150px;
        display:block;
        box-shadow:1px 1px 2px 0px rgba(0, 0, 0, 0.4);
}

.speakerBox .keynote{background:#FFE900;position:absolute;width:368px;bottom:0px;
        -webkit-border-bottom-right-radius: 6px;
        -webkit-border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px;
        border-bottom-left-radius: 6px;
        padding:5px 5px 5px 16px;
        left:0px;
        color:#715A00;
}    
/*********************************************************************************/    