/***********/
/* General */
/***********/
.open {
    background: url('../_images/open.gif') no-repeat left top;
}
.open p{
    display: block;
}
.closed {
    background: url('../_images/closed.gif') no-repeat left top;
}
.closed p{
    display: none;
}

/**********************/
/* Presentation Items */
/**********************/
#tblPresLinks {
    width: 100%;
    padding-bottom: 1em;
    margin-bottom: 2em;
    border-bottom: 1px dashed #A5A08C;
}

#tblPresLinks td {
    width: 50%;
}

#divAgenda h2 {
    text-transform: uppercase;
    color: #C16C2F;
    color: #663366;
    font-size: 22px;
    /*font-family: Arial, Helvetica, sans-serif;
    font-family: Verdana, Geneva, sans-serif;*/
}

#divAgenda h2 span{
    text-transform: none;
    color: #C16C2F;
    color: #663366;
    font-size: 18px;
    /*font-family: Arial, Helvetica, sans-serif;
    font-family: Verdana, Geneva, sans-serif;*/
}

#divAgenda span {
    padding-left: 2em;
}

#divAgenda h2:first-letter {
    font-size: 26px;
    font-weight: bold;
    /*font-style: italic;*/
}

#divPresentation {
    padding-left: 1em;
    padding-bottom: 1em;
    /*border-bottom: 1px dashed #A5A08C;*/
}

#divPresentation table {
    width: 95%;
}

#divPresentation td {
    margin:0;
    padding:0;
}

#divPresentation div, h4 {
    padding-left: 2em;
}

#divPresentation h3 {
    color: #246e93;
    color: #4c5eaa;
    letter-spacing: 0px;
    font-size: 1.3em;
    /*font-family: Arial, Helvetica, sans-serif;*/
}

#divPresentation .room {
    width: 20%;
    vertical-align: top;
}

/*#divPresSpeakerBio p{
    padding-top: 0.5em;
}*/

.expand {
    padding-right: 3px;
}


/*****************/
/* Section Items */
/*****************/
#divSection {
    padding-bottom: 1em;
}

/*****************/
/* Speaker Items */
/*****************/
#divSpeaker {

}

/*****************/
/* Sponsor Items */
/*****************/
#divSponsor {
    width: 96%;
    min-height: 60px;
    margin: auto;
    padding-bottom: 1em;
}

#divSponsor div, #divSponsor img {
    float: left;
}

#divSponsor div {
    width: 79%;
    padding-right: 1em;
}

#divSponsor p{
    padding-left: 1em;
    font-size: 12px;
}

/*********************/
/* Registration Form */
/*********************/
#tblRegForm, #tblScholForm {
    width: 95%;
}

#tblRegForm span {
    color: red;
}

#tblScholForm td {
    padding-bottom: 1em;
}

#divSubmit {
    float: right;
    padding: 0em 7em 1em 0;
}

.required {
    color: red;
    font-weight: bold;
    font-style: italic;
}

/*************/
/* Slideshow */
/*************/
.fadein {
    position:relative;
    width:300px;
    height:200px;
    float:right;
}

.fadein img { 
    position:absolute;
    left:0;
    top:0;
}