﻿/**
 * Keynote Presentation Styles
 */

.keynotepresentation h3 {
    margin-top: 0px;
}

.keynotepresentation {
    clear: both;
    width: 100%;
}

.keynotepresentation .keynoteleftcol {
    float: left;
    width: 300px;
    margin-right: 20px;
}

.keynotepresentation .keynoterightcol {
    float: right;
    width: 180px;
    margin-left: 0px;
    margin-bottom: 20px;
    background: #cff0ff;
    padding: 5px;
}

.keynotepresentation h4 {
    margin: 0px;
    padding: 0px;
    margin-bottom: 10px;
    font-weight: bold;
}

.keynotepresentation .keynoteleftcol .inforow {
    display: block;
    width: 100%;
    background: #fff2bf;
    margin: 0px 0px 2px 0px;
    padding: 5px 0px 5px 10px;
}

.keynotepresentation .keynoteleftcol .inforow b,
.keynotepresentation .keynoteleftcol .inforow strong {
    color: #0095da;
    width: 90px;
    display: inline-block;
    vertical-align: top;
}

.keynotepresentation .keynoteleftcol .inforow span {
    display: inline-block;
    width: 200px;
}

.keynotepresentation .keynoteleftcol .keynotecontent {
    margin-top: 10px;
    font-size: 13px;
    text-align: justify;
}

.keynotespacer {
    clear: both;
    height: 0px;
    border-bottom: 1px solid #E2E2E2;
    margin: 0px;
    margin-bottom: 10px;
    padding: 0px;
}

.keynotepresentation .keynoterightcol img {
    border: 3px solid #0095da;
    margin: 5px;
    width: 80px;
    height: 80px;
}

.keynotepresentation .keynoterightcol .presenter {
    margin-top: 3px;
    margin-left: 5px;
    color: Black;
}

.keynotepresentation .keynoterightcol .presentercontent,
.keynotepresentation .keynoterightcol .presentercontent p {
    margin: 10px 5px 0px 5px;
    padding: 0px;
    font-size: 10px;
    line-height: 15px;
}

/**
 * ATTEND ACCE Styles
 */

.attendaccespacer {
    height: 0px;
    border-bottom: 1px solid #E2E2E2;
    margin: 0px;
    margin-bottom: 10px;
    padding: 0px;
}

.attendacceleftcol {
    float: left;
    width: 330px;
    margin-bottom: 20px;
}

.attendacceleftcol .quotation {
    background: url('/acce2010/images/site/left_quote.jpg') top left no-repeat;
    padding-top: 23px;
    padding-left: 10px;
    font-style: italic;
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.attendacceleftcol .quotation p {
    margin-bottom: 0px;
}

.attendacceleftcol .quotation .quotespeaker {
    text-align: right;
    color: #0095da;
    font-size: 12px;
}

.attendacceleftcol .quotation .speakerinfo {
    text-align: right;
    font-size: 10px;
}

.attendacceleftcol h4,
.attendaccerightcol h4 {
    font-weight: bold;
    margin-bottom: 0px;
}

.attendaccerightcol {
    float: right;
    margin-left: 0px;
    width: 180px;
    margin-bottom: 20px;
}

.attendaccerightcol b,
.attendaccerightcol strong {
    margin-top: 0px;
}

.attendaccerightcol ul,
.attendaccerightcol ul li {
    margin-left: 0px;
    padding-left: 0px;
}

.attendaccerightcol ul li {
    padding-top: 2px;
}

.attendaccerightcol p {
    margin-bottom: 0px;
}

.attendaccerightcol ul {
    margin-top: 0px;
    margin-left: 15px;
    list-style-image: url('/acce2010/images/site/blue_bullet.jpg');
}

/**
 * Site Map Styles
 */

.navLevel_1 {
    margin-left: 0px;
}

.navLevel_2 {
    margin-left: 15px;
}

.navLevel_3 {
    margin-left: 30px;
}

.navLevel_4 {
    margin-left: 45px;
}

.navLevel_5 {
    margin-left: 60px;
}

/**
 * Schedule at a Glance Styles
 */

.schedulerow {
    background: #cff0ff;
    vertical-align: top;
}

.schedulerow .date {
    font-weight: bold;
    color: #0095da;
    text-align: center;
}

.schedulesession {
    background: #fff2bf;
}

.schedulespacer {
    height: 0px;
    border-bottom: 1px solid #E2E2E2;
    margin: 0px;
    margin-bottom: 10px;
    padding: 0px;
}

/**
 * Styling for column box on front page
 */

.frontpagemiddlebox h2,
.frontpagemiddlebox p,
.frontpagemiddlebox ul {
    margin-top: 10px;
    margin-bottom: 10px;
}

.frontpagemiddlebox .tablecell {
    margin: 0px;
    padding: 0px;
}