/* Agenda styles */
h5 {
    margin: 18px 0;
}

h4 {
    margin: 18px 0;
}

table.events {
    margin: 0  0 0 10px;
    width: 667px;
}

table.events td {
    padding: 18px 0 10px 0px;
    vertical-align: top;
    border-bottom: 2px solid #848484;
} 

table.events td p {
    margin: 0 !important;
    padding: 0 0 0 10px;
    color: #000000 !important;
    font-size: 11px !important;
}

table.events td.first {
    padding-top: 0; 
}

table.events td.break {
    padding-left: 10px;
    color: #010101;
    font-size: 13px;
    font-weight: bold;
    background: #FFD39D;
}

table.events td:first-child {
    padding-right: 24px;
    color: #848484;
}


table.events td h1 {
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    font-size: 13px;
    font-weight: bold;
    color: #010101;
    background: url(i/backgrounds/content/agenda/back.gif) left bottom repeat-x;
}

table.events tr {
    border-bottom: 2px solid #848484;
}

span.day {
    font-size: 13px;
    font-weight: bold;
    color: #000000;
}

span.dayname {
    font-size: 13px;
    color: #000000;
}

.workshops, .workshops b  {
    font-size: 12px;
    color: #848484;
}

.workshops b {
    font-weight: bold;
}

.workshop-item {
    padding: 5px 0 0 0;
    font-size: 12px;
}

ol.workshop-details {
    margin-left: 35px;
    list-style-type: decimal;
    list-style-position: outside;
}

ol.workshop-details li {
    padding: 0 0 10px 0px;
    color: #010101;
    font-size: 12px;
    font-weight: bold;
}

ol.workshop-details li b {
    font-size: 12px;
}

.normal-weight {
    font-weight: normal;
    color: #848484;
    font-size: 12px;
}