div.autocomplete {
    width: 32em;
    background: #ffffff;
}

div.autocomplete ul {
    border: 1px solid #888888;
    margin: 0;
    padding: 0;
    width: 100%;
    list-style-type: none;
}

div.autocomplete ul li {
    margin: 0;
    padding: 3px;
}

div.autocomplete ul li.selected {
    color: white;
    background-color: #333366;
}

div.autocomplete ul strong.highlight {
    color: #800; 
    margin: 0;
    padding: 0;
}

div.autocomplete .informal {
    display: none;
}

.content td {
    font-family: Verdana, Arial;
    font-size: 10pt;
    color: gray;
}

.content input, .content textarea, .content select {
    font-family: Verdana, Arial;
    font-size: 10pt;
}

.center {
    text-align: center;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.bold {
    font-weight: bold;
}

.italic {
    font-style: italic;
}

img {
    border: 0;    
}


a.external {
    /* TODO: complete this class */
}

a.mailto {
    /* TODO: complete this class */
}

.mandatory {
    color: red;
}

.boldblue {
    color: #333366;
    font-weight: bold;
}

/********************
 * Workshop Styling *
 ********************/

table.workshop_programme {
    width: 100%;
}

table.workshop_programme th {
    font-style: italic;
    font-weight: normal;
}

table.workshop_programme td {
    vertical-align: top;
}

td.workshop_programme_hour {
    font-weight: bold;
}

div.abstract_list_item {
    border: 1px solid #d3d3d3;
    padding: .5em;
    margin: 0 0 2ex 0;
}

div.abstract_list_item p {
    padding: 0;
    margin: 0 0 .5ex 0;
}
