
/* BASIS */

body, html {
    font-family: Arial, Helvetica, sans-serif;
    background-color: #dcdcdc;
    font-variant: normal;
    font-weight: normal;
    font-style: normal;
    font-size: 10pt;
    color: black;
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
}

h1, h2 {
    margin-top: 0;
}

h1, h2, h3  {
    text-align: center;
    color: #254b6f;
}

h4 {
    text-align: left;
    color: #254b6f;
}

/* LINKS */

a:link, a:active, a:visited {
    text-decoration: none;
    color: #254b6f;
    outline: none;
}

a:hover {
    text-decoration: underline;
}

/* GLOBALS */

.color {
    color: #254b6f;
}

.bold {
    font-weight: bold;
}

.mono {
    font-family: Andale Mono, monospace;
}

.bar {
    margin-right: 5px;
    margin-left: 5px;
}

/* LAYOUT */

#background {
    background: #ffffff url('/events/esco-2010/media/img/background.gif') repeat-y scroll center top;
    position: relative;
    min-height: 100%;
    margin: 0 auto;
    width: 1010px;
}

#container {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    width: 970px;
}

#header {
    background-image: url('/events/esco-2010/media/img/header.png');
    background-color: #ffffff;
    text-align: right;
    padding: 4px 8px;
    font-size: 10pt;
    color: #000000;
}

#header a {
    color: #254b6f;
}

#banner {
    background-image: url('/events/esco-2010/media/img/banner2.png');
    width: 970px;
    height: 82px;
}

#content {
    margin-right: 190px;
    margin-left: 190px;
    font-size: 11pt;
    padding: 20px;
}

#clearer {
    visibility: hidden;
    height: 40px;
    clear: both;
}

#footer {
    background-color: #a0bbd4;
    text-align: center;
    position: absolute;
    padding: 4px 8px;
    color: #254b6f;
    right: 20px;
    left: 20px;
    bottom: 0;
}

/* CONTENTS */

#content > p {
    text-align: justify;
}

#content > table {
    border-collapse: collapse;
    border: 1px solid #d3e7f4;
    font-size: 10pt;
    margin: 0 auto;
}

#content > table td {
    padding: 4px 8px 4px 8px;
}

#content > table thead {
    background-color: #a0bbd4;
    font-weight: bold;
    color: #254b6f;
}

#content > table tbody {
    background-color: #fafdff;
}

/* ACCOMMODATION */

#map {
    width: 100%;
    height: 400px;
}

/* ABSTRACTS */

#abstracts > table {
    border-collapse: collapse;
    border: 1px solid #d3e7f4;
    background-color: #fafdff;
    margin: 0 auto 5px auto;
    table-layout: fixed;
    font-size: 10pt;
    width: 100%;
}

#abstracts > table th {
    padding: 5px 10px;
    text-align: left;
    color: #254b6f;
    width: 7em;
    margin: 0;
}

#abstracts > table td {
    padding: 5px 0;
    margin: 0;
}

#abstracts > table .bar {
    height: 5px;
    padding: 0;
    background-color: #ffffff;
}

#abstracts > table th.bar {
    border-top: 1px solid #e5e5e5;
    border-left: 1px solid #ffffff;
    border-bottom: 1px solid #e5e5e5;
}

#abstracts > table td.bar {
    border-top: 1px solid #e5e5e5;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #e5e5e5;
}

#abstracts-box {
    border: 1px solid #d3e7f4;
    background-color: #fafdff;
    margin-bottom: 5px;
    padding: 4px 8px;
}

