html {
    background: #4faddc url(../img/bg.png) 0 0 repeat-x;
}

body {
    color: #3f3f3f;     /* font color */
    padding-top: 18px;
    width: 868px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    position: absolute;
    left: 50%;
    margin-left: -434px;
}

strong {
    font-weight: bold;
}

.disabled {
    display: inline;
    float: none;
    clear: none;
    color: #C0C0C0;
}

div#header {
    background: url(../img/header-bg.png) 0 0 repeat-x;
}

div#header .border1 {
    background:  url(../img/header-r.png) 100% 0 no-repeat;
    padding-right: 20px;
}

div#header .border2 {
    background:  url(../img/header-l.png) 0 0 no-repeat;
    padding-left: 20px;
}

div#horiz-menu {
    background: url(../img/menu-bg.png) 0 0 repeat-x;
    height: 30px;
    color: white;
    text-align: center;
    font-size: 200%;
    font-weight: bold;
}

div#horiz-menu a {
    text-decoration: none;
    color: white;
}

div#horiz-menu a:hover {
    text-decoration: underline;
}

div#mainbody {
    background: #f7f7f7 none repeat scroll 0 0;
    padding: 10px 15px 15px;
}

div#clear {
    clear: both;
}

div#hdiv {
    background: url(../img/bottom-hdiv.png) 0 0 repeat-x;
    height: 7px;
    overflow: hidden;
}

div#footer {
    background: url(../img/footer-bg.png) 0 0 repeat-x;
}

div#footer .border1 {
    background: url(../img/footer-r.png) 100% 0 no-repeat;
    padding-right: 20px;
}

div#footer .border2 {
    background: url(../img/footer-l.png) 0 0 no-repeat;
    padding-left: 20px;
}

div#intro p {
    margin-bottom: 1em;
}

div#search label {
    display: block;
    width: 38%;
    float: left;
}

div#search .field {
    width: 60%;
    float: left;
}

.note {
    padding-left: 3em;
    font-style: italic;
    clear: both;
}

div#results .title {
    font-weight: bold;
}

div#results .authors {
    font-style: italic;
}

div#results .abstract {
    margin-left: 3em;
}

div#results .file {
    float: right;
    padding-left: 1em;
    padding-bottom: 1em;
}

div#details {
    clear: both;
}

div#details .label {
    width: 15%;
    float: left;
}

div#nav {
    float: right;
}

div#details .item {
    float: left;
    width: 83%;
}
div#details .panel {
    padding-top: 1em;
    clear: both;
}

div#details .paper {
    padding-top: 1em;
    clear: both;
}

div#details .paper .item .title {
    font-weight: bold;
}

div#details .paper .item .file {
    float: right;
    padding-left: 1em;
    padding-bottom: 1em;
}

div#details .abstract {
    padding-top: 1em;
    clear: both;
}

div#details .authors {
    padding-top: 1em;
    clear: both;
}

div#details .authors .item .author {
    font-style: italic;
    padding-bottom: 1em;
}

ul#events {
    margin-left: 2em;
    padding-bottom: 1em;
    list-style-type: disc;
}

ul#events li {
    list-style-type: disc;
}
