/****************************************************************************
 * Undo javazone2008.css
 ****************************************************************************/

img {
    border: 0;
}

ul {
    padding-left: 30px;
    margin-top: 1em;
    margin-bottom: 1em;
}

body {
    text-align: left;
}

/****************************************************************************
 * Common
 ****************************************************************************/

.clean-list {
    list-style-type: none;
}

.image-list img {
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}

.image-list li {
    clear: left;
    margin-right: 5px;
    margin-bottom: 5px;
}

.vertical-list img {
    margin-right: 5px;
    margin-bottom: 5px;
}

.vertical-list li {
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}

h1.heading-1 {
    color: #101A23;
    font-size: 20px;
    margin-bottom: 20px;
}

h2.heading-2 {
    margin-bottom: 20px;
    font-size: 16px;
}

/****************************************************************************
 * Legend
 ****************************************************************************/

#legend-misc {
    position: absolute;
    width: 250px;
    top: -30px;
    right: 0;
}

#level-legend {
/*
    border: 1px black solid;
*/
    margin-bottom: 20px;
}

#level-legend th {
    text-align: center;
}

#level-legend td {
    width: 75px;
    text-align: center;
}

#actions {
    position: absolute;
    width: 150px;
    top: 50px;
    right: 0;
}

#actions ul {
    padding-left: 0;
    padding-top: 0;
    padding-right: 0;
    margin-bottom: 10px;
    list-style-type: none;
}

#actions img {
    padding-right: 5px;
}

#main-menu {
    padding-top: 20px;
    padding-bottom: 20px;
    height: 40px;
    text-align: center;
}

#main-menu ul {
    font-weight: bold;
    font-size: 1.5em;
    list-style-type: none;
    list-style-image: none;
}

#main-menu li {
    float: left;
    padding-right: 10px;
    padding-left: 10px;
}

#main-menu p {
    clear: left;
}

/****************************************************************************
 * Wiki formatted text
 ****************************************************************************/

div.wiki .heading-1 {
  font-size: 1.2em;
}

div.wiki .paragraph {
  padding-bottom: 10px;
}

div.wiki ul {
  padding-left: 15px;
  padding-bottom: 1em;
}

/* Any nested ULs should not have any extra bottom space. */
div.wiki ul ul {
  padding-left: 15px;
  padding-bottom: 0;
  margin-top: 0.0em;
  margin-bottom: 0.0em;
}

/****************************************************************************
 * Agenda
 ****************************************************************************/

h1.agenda-day-heading {
    color: white;
    background-color: black;
    padding: 3px;
    text-align: center;
}

table.agenda td {
  vertical-align: top;
}

table.agenda td.timeslot {
    width: 100px;
    padding-bottom: 10px;
}

table.agenda div.session {
    margin-top: 0;
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 0;
}

table.agenda div.session div.title {
    font-weight: bold;
}

/****************************************************************************
 * Session index
 ****************************************************************************/

#session-index div.abstract {
    padding-left: 18px;
}

#session-index div.abstract {
    margin-bottom: 30px;
}

#session-index div.session-collapsed div.abstract {
    display: none
}

#session-index div.session-expanded div.abstract {
    display: block
}

#session-index div.session-expander {
    height: 20px;
    width: 16px;
    vertical-align: middle;
    float: left;
}

/****************************************************************************
 * Session metadata
 ****************************************************************************/

.session-metadata ul {
    float: right;
    width: 250px;
}

div#session-overlay-bg {
	background: black none repeat scroll 0% 0%;
	position: fixed; 
	width: 100%; 
	height: 100%; 
	opacity: 0.8; 
	z-index: 4999;
	offsetTop: 0px;	
}

div#session-overlay-video {
	background: white;
	border: 0px none; 
	margin: -290px 0pt 0pt -400px; 
	position: fixed;
	left: 50%;
	top: 50%;
	height: 580px;
	width: 800px;
	z-index: 9999;	
}

div#session-id {
	display: none;
}

iframe#session-video-iframe {
	border: 0px none; 
	height: 550px;
	width: 800px;
}

div#session-overlay-close {
	bottom: 7px;
	right: 10px;
	position: absolute;
}

/****************************************************************************
 * Session
 ****************************************************************************/

div.session div.title {
    font-size: 2em;
    font-weight: bolder;
    padding-bottom: 20px;
}

div.session div.lead {
    padding-bottom: 10px;
}

div.session div.speaker-bioses {
    font-size: 1.2em;
    padding-top: 20px;
    padding-bottom: 20px;
}

div.session div.speaker-bio {
    padding-top: 20px;
    padding-bottom: 10px;
    clear: left
}

div.session ul.speaker-bioses {
    margin-left: 0;
    padding-left: 0;
}

div.session ul.speaker-bioses li {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin-left: 0;
    margin-bottom: 20px;
}

div.session ul.speaker-bioses img {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    width: 100px;
}

div.session ul.legend {
    float: right;
}

div.session .speaker-bioses .speaker-name {
    font-size: 1.2em;
}

div.session .speaker-description {
    font-style: italic;
}

/****************************************************************************
 * Schedule
 ****************************************************************************/

.keyword-legend {
    padding-right: 20px;
    float: left;
}

.level-legend {
    float: left;
}

table.schedule {
    /* Clear the float from the schedule legend */
    clear: both;
    margin-top: 20px;
}

/* Matches h2 */
table.schedule th {
    text-align: center;
    font-size: 18px;
    color: #101A23;
    padding-bottom: 1.0em;
}

table.schedule tbody tr {
    height: 100px; /* Sets a default height for most session rows */
    padding-bottom: 10px;
}

a:hover {
    color: inherit;
    text-decoration: underline;
}

table.schedule .timeslot {
    text-align: center;
    vertical-align: top;
}

table.schedule td.session-spacer {
    width: 10em;
}

table.schedule td.timeslow-spacer {
/*
    height: 10px;
*/
}

table.schedule td.session {
    padding-bottom: 1.2em;
    vertical-align: top;
    width: 150px;
}

table.schedule td.session .title {
    margin-right: 2em;
}

table.schedule td.session .icon {
    background-repeat: no-repeat;
    background-position: center center;
    width: 16px;
    height: 16px;

    float: right;
    clear: both;

    padding-top: 0.1em;
    padding-bottom: 0.1em;
    padding-left: 0.5em;
}

table.schedule td.attending-session {
/*
    background-color: lightskyblue;
*/
}

table.schedule div.speakers {
    margin-top: 5px;
    font-style: italic;
}

