@charset "utf-8";
/* CSS Document */

{
	margin:0;
	padding:0;
}

/* -------------- PAGE -------------- */
/* general page settings */
body { 
	margin: 0px 0px 0px 0px; 
	font-size:100%;
}
h1 {
	font-size:1.3em;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
}
h2 {font-size:1.2em}
h3 {
	font-size:1em;
	color: #999;
}
h4 {
	font-size:1em;
	margin: 0;
}

table {
	border-collapse:collapse;
	margin:0;
}

table, td {
	vertical-align:middle;
}

p {
	padding-left:10px;
	padding-right:10px;
}
img {
	border:0px;
}

/* -------------- TOP NAVIGATION -------------- */
/* navigation */
.navigation {
	background-image:url(../images/nav_bg.png);
	background-repeat:repeat-x;
	height:40px;
	width:100%;
	text-align:center;
	padding:0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #FFF;
	display:table;
	padding-top:5px;
}
.nav-menu {
	display:table-cell;
}
.navigation ul {
	list-style:none;
	padding-top:5px;
	padding-left:0;
	margin:0;
	white-space:nowrap;
	width:100%;
}
.navigation li {
	display:block;
	float:left;
	text-align:center;
}
.navigation li:hover {
	background-color: #06F;
}


/* -------------- BASIC TABLE -------------- */
/* Single selection cells */
#list-container {
	width:100%;	
	padding:0;
}
#list-container ul {
	list-style:none;
	margin:0;
	padding:0;
}
#list-container li {
	border-bottom:thin #CCC solid;
	background-image:url(../images/arrow.png);
	background-repeat:no-repeat;
	background-position:right;
}
.single-item {
	text-align:center;
	font-size:1.5em;
	padding:15px;
}

#list-container a:link, #cell-sel a:visited {
	text-decoration:none;
}
#list-container  a:hover, #cell-sel a:active {
	color:#aaa;
}
.single-item:hover, .single-item:active {
	background:#06F;
}

/* -------------- AGENDA TABLE -------------- */
/* Curl image on left, Title in 2 rows, time and loc */
/* Right arrow to right, entire cell highlights on select */
.agenda-item {
	width:100%;
	border-bottom:thin #CCC solid;
	background-image:url(../images/arrow.png);
	background-repeat:no-repeat;
	background-position:right;
	display:table;
}
.v-align {
	display:table-cell;
	vertical-align:middle;
	padding-right:20px;
	width:100%;
}
.agenda-item:hover, .agenda-item:active {
	background-color: #06F;
}
.agenda-item img {
	float:left;
	width:auto;
	height:auto;
}
.agenda-title {
	text-align:left;
	font-size:1.2em;
	height:2.2em;
	margin:0;
	padding-right:50px;
	padding-top:5px;
	padding-left:10px;
	overflow:hidden;
}
/* Location and time cell in Agenda and Session */
.timetext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	color: #09F;
	margin: 0;
	padding-right:50px;
	padding-bottom:3px;
	padding-left:10px;
}

/* -------------- DETAIL VIEW -------------- */
/* Title of session, speaker, etc. */
#session-title {
	font-size:1.3em;
	border-bottom:thin #CCC solid;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	font-weight:bold;
}
#location {
	text-align:right;
	color:#999;
}
.pictline {
	display:table;
	border-bottom:thin #CCC solid;
	border-top:thin #CCC solid;
	width:100%;
	height:auto;
	padding-top: 5px;
	padding-bottom:5px;
	padding-right:0px;
}
.pictline-icon {
	display:table;
	border-bottom:thin #CCC solid;
	border-top:thin #CCC solid;
	width:100%;
	height:auto;
	padding-top: 5px;
	padding-bottom:5px;
	padding-right:0px;
}
#drilldown {
	background-image:url(../images/arrow.png);
	background-repeat:no-repeat;
	background-position:right;
}
#drilldown:hover, #drilldown:active {
	background-color:#06F;
}
/* uses v-align class to set up like table for v-middle alignment for speaker name and org */
/* Speaker image, speaker name, org, right arrow */
.pictline img {
	float:left;
	width:auto;
	height:auto; 
	width:5em;
	padding-right:20px;
	
}
.pictlineimg {
	padding-left:10px;
	border:0;
}

.pictline-title {
	font-size:1.2em;
	text-align:left;
	font-weight:bold;
	margin:0;
	padding-left:5px;
	overflow:hidden;
	padding-top:10px;
}
.pictline-subtitle {
	font-size:1.0em;
	color:#999;
	margin:0;
	padding-left:5px;
	font-weight:bold;
	overflow:hidden;
}
/* SlidePilot links */
#section_table_session_handout {
	overflow: hidden;
    width: 100%;
}
a.button, a.button:visited {
	background: transparent url('../images/ep_slides.png') no-repeat;
	background-position:left;
	margin:10px;
	float:left;
	padding-left:40px;
	height:30px;
}
a.button:active, a.button:hover {
	background: transparent url('../images/ep_slides.sel.png') no-repeat;
	color:#06F;
}
/* Company link for exhibitors */
.www {
	background-color:#CCC;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	border: 1px solid #666;
	text-align:center;
	padding:5px;
	font-size:1.1em;
	margin:10px;
	overflow:hidden;
}
.www a:link {
	color:#900;
}
.www:hover, .www:active {
	background-color:#06F;
}
.www a:hover, .www a:active {
	color:#FFF;
}

.papers-subitem {
	color: #999;
	font-style:italic;
	margin-left: 5px;
}

/* detail description */
#description {
	font-size:1em;
	padding:10px;
	border-bottom:thin #CCC solid;
}
/* advertisement */
#ad {
	text-align:center;
}

/* -------------- LINKS GENERAL -------------- */
/* links */ 
a:link {
	text-decoration:none;
	color:#000;
}
a:visited {
	text-decoration:none;
	color:#000;
}
a:active {
	text-decoration:none;
Å
}
a:hover {
	text-decoration:none;
	
}

/* -------------- FOOTER -------------- */
/* In views where the Ad does not display */
#footer {
	font-size:1em;
	text-align:right;
	padding:10px;
}
#footer a:link, #footer a:visited {
	color:#666
}
#footer a:active, #footer a:hover {
	color:#03F;
}

/* -------------- ABOUT PAGE -------------- */
/* Position of the logo */
#logo {
	background-image:url(../images/ativ_logo.png);
	background-repeat:no-repeat;
	background-position:right;
}
/* -------------- MAP PAGE -------------- */
/* container for large image to ensure 100% display of nav bar */
#map-container {
	/*overflow: auto; /* zooming anymore doesn't allow */
	/*overflow: scroll;*/
} 
#nav-type {
	overflow:auto;
}

/* -------------- MORE PAGE -------------- */
/* lists additional items and links to custom pages */
.more-title {
	font-size:1.2em;
}
