body {
    background: #444;
    font-family: Arial, sans-serif;
    font-size: 14px;
    margin: 0;
}

p {
    margin-right: 2em;
    margin-top: .2em;
}

a img {
    border: 1px solid #888;
    padding: .5em;
}

h1 {
    margin-top: 20px;
}

h2 a {
    border-bottom: 5px solid;
    text-decoration: none;
}

.infobox h2 {
    margin: 0 0 .5em 0 !important;
}

h3 {
    margin-bottom: 0;
    padding-bottom: 0;

}

.subheading {
    font-weight: bold;
}

ul{
padding-left: 1.5em;}
li {
margin-bottom: .5em;

}
#site {
    float: left;
    margin-left: 10px;
    margin-top: 1em;
    clear: both;
    background: white;
    width: 750px;
}

#main {
    float: left;
    width: 65%;
    padding: 1em;
}

#colLeft {
    float: left;
    width: 35%;
    text-align: right;
    display: none;
}

#colRight {
}

.infobox {
    background: #eee;
    text-align: left;
    padding: 1em;
    margin: 1em 0 0 5.5em;
}

#header {
    background: no-repeat 41% 50% white url( "../../gfx/logo_grey.png" );
    height: 42px;
    width: 750px;
    margin-top: 1em;
    margin-left: 10px;
    float: left;

}

#footerDiv {
    float: left;
    width: 100%;
    text-indent: 20px;
    padding: .5em 0em .5em 0;
    margin-top: 2em;
    background: #ddd;
}

#menu {
    width: 500px;
    float: left;
    background: white;
    margin: 0em 0em 3em 10em;
    font-size: 90%;
    padding-right: 1em;
}

#left_menu {
    margin-top: 2.5em;
    float: left;
    text-align: right;
    width: 24%;
    font-size: 100%;
    margin-right: 1em;
    border-right: 7px solid orange;
}

.menuItem {
    padding: .2em .7em .2em .2em;
    float: right;

}

.menuItem h2 {
    margin-top: .2em;
    margin-bottom: .4em;
}

.menuItem a {
    font-weight: bold;
    font-size: 90%;
    color: blue;
}

.menuItemSelected {
    background: orange;
}

.menuItemSelectedEnd {
    background: no-repeat 50% 103% url( "../../gfx/arrow.gif" );
}

.menuItemSelected a {
    color: white;
    text-decoration: none;
}

.menuItem.heading {
    margin-top: 1em;
    font-weight: normal;
    font-size: 85%;
    text-transform: uppercase;
}

.large {
    font-size: 150%;
}

.goLeft {
    float: left;
}

.goRight {
    float: right;
}

.clear {
    clear: both;
}

.spacer {
    margin-top: .5em;
}

.alert {
    background: yellow !important;
}

table {
    font-size: 100%;
    border-collapse: collapse;
    border: 0;
    margin-top: 1em;
}

table td, th {
    padding: .3em;
    text-align: left;
    vertical-align: 0%;
    border-top: 1px solid #bbb !important;
}

table th {
    font-size: 100%;
    font-weight: bold;
    border-top: 3px solid #000 !important;
}

}

table td {
    padding-top: .5em;
    border-top: 1px #bbb;
}

table td.label {
    vertical-align: middle;
}

#programme tr {
    padding-bottom: 2em !important;
}

#programme td, #programme th {
    text-align: center;
}

#programme .keynote {
    background: yellow;
    border: 0 !important;

}

#programme .session {
    font-weight: bold;
    font-size: 95%;
    border: 2px solid !important;

}

#programme .event {
    background: yellowgreen;
    border: 2px solid !important;
}

#programme .break, #programme .transport {
    font-size: 90%;
    text-transform: uppercase;
    border: 0 !important;
    padding: .7em 0;
}

#programme .session.tutorial, #programme .session.dc {
    background: #eee;
}

#programme .dayends {
    padding: .5em;
}

.label {
    vertical-align: top !important;

}

.pdf {
    background-image: url( "../../gfx/pdf.gif" );
    background-repeat: no-repeat;
    background-position: 0 0;
    padding: 0em 0 0.5em 1.7em;

}















