/* styles for /2013/attendee/schedule/
/* ------------------------------------------------------------------------- */

div.schedule-wrapper {
}

div.schedule-anchors {
    margin: 0 30px 30px 30px;
    color: #6e6e6e;
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
}

table.schedule-table {
    width: 890px;
    margin: 60px 30px;
}

table.schedule-table th {
    padding: 0 0 10px 0;
    color: #414141;
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
}

table.schedule-table td {
    width: 342px;
    border: 1px solid #dddcdc;
    border-bottom: none;
    padding: 10px 20px;
    vertical-align: top;
}

table.schedule-table td.time {
    width: 102px;
    border: none !important;
    padding: 10px 20px 0 0;
    color: #414141;
    font-size: 13px;
    line-height: 16px;
    font-weight: bold;
    text-align: right;
}

table.schedule-table td.darker-bg {
    background: #f1efef;
}

table.schedule-table tr.last td {
    border-bottom: 1px solid #dddcdc;
}

table.schedule-table div.title {
    margin: 0 0 3px 0;
    color: #ff8501;
    font-size: 13px;
    line-height: 16px;
    font-weight: bold;
}

table.schedule-table div.detail {
    color: #626262;
    font-size: 11px;
    line-height: 15px;
}

table.schedule-table div.detail span {
    font-weight: bold;
}

table.schedule-table div.abstract-link {
    font-size: 11px;
    line-height: 15px;
}

table.schedule-table div.abstract-content {
    display: none;
}

/* thickbox overrides
/* ------------------------------------------------------------------------- */

.TB_overlayBG {
    background-color: #4d4d4d;
}

#TB_window {
    border: 4px solid #333;
}

#TB_title {
    height: auto;
    border: none;
    border-top: 6px solid #ff8501;
    background: #fff;
}

#TB_ajaxWindowTitle {
    margin: 0;
    padding: 0;
}

#TB_closeAjaxWindow {
    float: right;
    width: 26px;
    height: 26px;
    margin: 0;
    background: url('/common/images/TBcloseButton_sm.gif') no-repeat 5px 5px;
}

#TB_closeWindowButton {
    float: right;
    width: 26px;
    height: 26px;
    text-indent: 9999px;
}

#TB_ajaxContent {
    margin: 0 5px 15px 15px;
    padding: 0 10px 0 0;
}

#TB_ajaxContent h3 {
    padding: 0 0 15px 0;
    color: #ff8501;
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
}

#TB_ajaxContent p {
    margin: 0;
    padding: 0 0 10px 0;
    color: #000;
    font-size: 13px;
    line-height: 16px;
}