

#ie {
	display:none;	
}



.back-to-sessions {
	height:31px;
	width:201px;
	margin-right:15px;
	margin-top:25px;
	text-align:right;
}

.event {
	margin-bottom:25px;	
}

.event-intro {
	font-size:14px;
	font-family:Arial;
	color:#666;
	margin-top:25px;
	padding-bottom:20px;
}

.event-nav {
	width:735px;	
	text-align:left;
	margin-left:17px;
	margin-top:25px;
}

/* Event Title Container */
.event-top {
	background: url(/include/images/evt-top.png) no-repeat;
	height:15px;
	width:750px;
	margin:0;
	padding:0;
	
}

.event-body {
	background: url(/include/images/evt-bg.png) repeat-y;
	width:750px;
	margin:0;
	padding:0;
}

.event-footer {
	background: url(/include/images/evt-bottom.png) no-repeat;
	height:15px;
	width:750px;
	margin:0;
	padding:0;
	margin-bottom:10px;
}


.event-body-header {
	font-size:18px;
	font-family:Arial;
	color:#676767;
	padding-left:20px;
}

.event-title-header {
	font-size:24px;
	font-family:Arial;
	color:#375e7f;
	padding-left:20px;
}

.event-title-header a:link, .event-title-header a:visited {
	text-decoration:none;
	color:#375e7f;
}

.event-title-header a:hover {
	text-decoration:underline;	
	color:#375e7f;
}

.event-locdate-details {
	
	color:#333;
	margin:5px 20px 0px 20px;
	font-size:14px;
	font-family:Arial;

}

.event-session-details {
	color:#333;
	margin:0px 20px 0px 20px;
	font-size:14px;
	font-family:Arial;
}

.event-date {
	float:left;
	background:url(/include/images/session-count.png) no-repeat;
	width:201px;
	height:32px;
	line-height:32px;
	color:#fff;
	text-align:center;
	margin-top:2px;

}

.event-location {
	float:right;
	margin-top:1px;
}
/* Event Title Container */


/* Session Listings */
.session-listing {
	margin:5px 20px 0px 20px;	
	font-size:14px;
	font-family:Arial;
	position:relative;
	border-top:1px solid #e0e0e0;
	padding-top:15px;
	padding-bottom:15px;
	background:#f0f0f0;
}


.session-listing-thumb {
	float:left;
	margin-left:15px;
	width:130px;
	height:97px;
	border:1px solid #ccc;
	background:#dedede;
	
}

.session-listing-details {
	float:left;
	width:510px;
	margin-left:15px;
	margin-right:15px;
}

.session-listing-title {
	font-size:18px;
	font-family:Arial;
	color:#375e7f;
	margin-bottom:5px;
}

.session-listing-title a:link, .session-listing-title a:visited {
	text-decoration:none;
	color:#375e7f;
}

.session-listing-title a:hover {
	text-decoration:underline;	
	color:#375e7f;
}

.session-listing-meta {
	font-size:13px;
	color:#333;
	margin-bottom:3px;
	clear:both;
	
}

.session-listing-dtl {
	float:left;
	width:140px;
}

.session-listing-dtl-value {
	float:left;
	padding-bottom:2px;
	
}
/* End Session Listings */


#sessions{
	width:750px;
	height:569px;
	display:block;
	background:url(/include/images/bg-main.png) no-repeat top left;
	margin: 0 auto;
	position:relative;
	color:#1a1f27;
	
}

#sessions-bottom{
	height:39px;
	background:url(/include/images/bg-main.png) no-repeat bottom left;	
	width:750px;
	position:absolute;
	left:0;
	bottom:0;
}
#session-type-nav{
	margin:0;padding:0;border:0;font-weight:normal;font-style:normal;text-align:left;
	width:227px;
	margin-top:20px;
	float:left;
	font-size:14px;
	font-weight:bold;
	color:#dce7fa;
	margin-left:2px;
	border-top:1px solid #1e3548;
	position:relative;
	list-style:none;
}



#session-type-nav li{
	width:227px;
	height:41px;
	background:url(/include/images/project-nav-bg.png) no-repeat top left;
}

#session-type-nav li a{
	width:227px;
	height:41px;
	display:block;
	overflow:hidden;
	cursor:pointer;
}

#session-type-nav li a span{
	width:200px;
	height:17px;
	display:block;
	text-indent:-99999em;
	margin-left:10px;
	margin-top:12px;
	background-repeat:no-repeat;
	background-position:bottom left;
	background-position:top left;	
	position:relative;
	z-index:50;
	opacity: 0.65;
}
	
#session-type-nav li.presenter a span{	background-image:url(/include/images/text-info.png);}	
#session-type-nav li.video a span{	background-image:url(/include/images/text-video.png);}	
#session-type-nav li.audio a span{	background-image:url(/include/images/text-media.png);}	
#session-type-nav li.docs a span{	background-image:url(/include/images/text-bios.png);}	

#session-type-nav li.current{
	position:absolute;
	width: 237px;
	height: 44px;
	display:block;
	background:url(/include/images/project-nav-current-bg.png) no-repeat top left;
	top:-1px;
	left:-5px;
} 

.session-dots {
	position:absolute;
	left:240px;
	bottom:14px;
}

.session-dots a{
	width:12px;
	height:12px;
	display:block;
	background:url(/include/images/icon-dot.png) no-repeat top left;
	text-indent:-99999em;
	margin-right:5px;
	float:left;
}

.session-dots a.active{
	background:url(/include/images/icon-dot.png) no-repeat bottom left;
}


.session-dots a.active:hover{
	opacity:1;
}

.button-next-project{
	position:absolute;
	right:1px;
	bottom:1px;
	width:153px;
	height:39px;
	background: url(/include/images/button-next.png) no-repeat top right;
	text-indent:-99999em;
	cursor: pointer;
}


.button-next-project:active{
	background: url(/include/images/button-next.png) no-repeat bottom right;	
}	

	var radioGrp = document['forms']['form_name_or_id']['radio_grp_name'];
	for(i=0; i < radioGrp.length; i++){
	    if (radioGrp[i].checked == true) {
	        var radioValue = radioGrp[i].value;
	    }
	}
/***************************************************************************
**************************** PROJECT LISTING *******************************
***************************************************************************/

.session {
	width:480px;
	height:500px;
	position:relative;
	margin-right:20px;
	}



.session-image-wrap .overlay{
	position:absolute;
	top:0;
	left:0;
	width:480px;
	height:308px;
	background: url(/include/images/overlay-image.png) no-repeat top left;
}

.session h3.session-title{
	font-size:25px;
	font-weight:bold;
	left:32px;
	bottom:18px;
	color:#1b1d20;
	text-shadow: 0px 1px 0px #e0e8f5;
	padding-left:3px;
}

.session-image-wrap a{
	position:absolute;
	left:10px;
	top:9px;
	width:570px;	
	height:288px;
	background: url(/include/images/button-zoom.png) no-repeat bottom right;
	text-indent:-9999em;
	opacity:0;
	border:0;
}

.session-text{
	color:#1a1f27;
	font-size:12px;
	text-shadow: 0 1px 0 #c6cbd5;
	line-height:19px;
	margin-top:5px;
	margin-left:3px;
	padding-right:12px;
}

.session-text p{
	margin-bottom:0.5em;
}

.view-the-site-link {
	text-indent:-99999em;
	display:block;
	height:25px;
	width:105px;
	background:url(/include/images/button-view-the-site.png) no-repeat top left;
	margin-top:10px
	

}
.view-the-site-link:active{
	background-position: bottom left;
}

/***************************************************************************
**************************** SCROLLER STUFF ********************************
***************************************************************************/

#scroller-window,
#scroller-presenter-window,
#scroller-video-window,
#scroller-audio-window,
#scroller-docs-window{
	height:500px;
}

#scroller-window {
   position:relative; 
   overflow:hidden;          
   width: 500px;     
   float:right;
   margin-top:18px;
   margin-right:12px;	
   margin-bottom:9px;
   fbackground-color:#f00;
}

#scroller-fade-left,
#scroller-fade-right{
	position:absolute;
	width:10px;
	height:100%;
	top:0px;	
}

#scroller-fade-left{
	left:0px;
	background: url(/include/images/scroller-fade.png) repeat-y top right;
}


#scroller-fade-right{
	right:0px;
	background: url(/include/images/scroller-fade.png) repeat-y top left;
}

#scroller-presenter-window{ 
overflow:hidden;          
   width: 600px;     
}

#scroller-presenter-wrap{
	width:10000em;
	position:absolute;
}


#scroller-video-window{
   overflow:hidden;          
   width: 600px;     
 
}

#scroller-video-wrap{
	width:10000em;
	position:absolute;
}

#scroller-audio-window{
   overflow:hidden;          
   width: 600px;     
 
}

#scroller-audio-wrap{
	width:10000em;
	position:absolute;
}

#scroller-docs-window{
   overflow:hidden;          
   width: 600px;     
 
}

#scroller-docs-wrap{
	width:10000em;
	position:absolute;
}

#scroller-window .session{
	float:left;
}


#scroller-vertical{
	position:absolute;
	top:0;
	left:10px;
	height: 1380px;
	width:600px;
}
/* End scroller */




/* Presenter Bio Tab */
.presenter-bio-img {
	float:left;
	padding:9px;
	margin-right:15px;
	margin-bottom:5px;
	background: url(/include/images/bio-bg.png) no-repeat;



}

.presenter-bio-img img {
	margin:0;
	padding:0;
	border:1px solid #cdcdcd;
	
}

.presenter-bio-name {
	font-size:24px;
	font-family:Arial;
	color:#375e7f;
	margin-bottom:5px;
}

.presenter-bio-titles {
	font-size:14px;
	font-family:Arial;
	color:#333;
	line-height:16px;
	margin-bottom:15px;
}

.presenter-bio-bio {
	font-size:14px;
	font-family:Arial;
	color:#666;
	line-height:18px;
}
/* End Presenter Bio Tab */







/* Session Media Tab */

.media-links-container {
	margin-top:85px;
}

.media-links {
	font-size:14px;
	font-family:Arial;
	color:#375e7f;
	margin-left:54px;
	margin-top:20px;
}

.media-links a:link, .media-links a:visited{
	text-decoration:none;
	color:#375e7f;
}

.media-links a:hover {
	text-decoration:underline;
	color:#375e7f;
}
/* End Session Media Tab */



/* Session Video Tab */
#session-video {
	position:absolute;
	top:2px;
	left:2px;
	
}



/* Session Info Tab */
.presentation-title {
	font-size:18px;
	font-family:Arial;
	color:#375e7f;
	margin-left:10px;


}

.presentation-details {
	font-size:14px;
	font-family:Arial;
	color:#333;

	padding:10px;

}

.presented-by {
	font-size:16px;
	font-family:Arial;
	color:#474747;
	padding:0px 10px 0px 10px;
}


.small-presenter {
	margin-top:10px;
	margin-left:10px;
}


.small-presenter-bio-img {
	float:left;
	background: url(/include/images/small-bio-bg.png) no-repeat;
	margin-right:15px;
	padding:8px;
}

.small-presenter-bio-img img {
	margin:0;
	padding:0;
	border:1px solid #cdcdcd;
	
}

.small-presenter-bio-name {
	font-size:18px;
	font-family:Arial;
	color:#375e7f;

}

.small-presenter-bio-titles {
	font-size:14px;
	font-family:Arial;
	color:#333;
	line-height:16px;
	margin-bottom:15px;
}
/* End Session Info Tab */


.spacer {
	padding:20px;	
}







