/* colours:
    #006bdd     blue
    #00db71     green
    #db006a     pink
    #db0400     red
    #ffae57     orange
*/


html {
    height: 100%;
}
body {
    background-color: #222;
    color: #222;
    font-family: georgia, 'times new roman', times, 'hoefler text', 'bitstream charter', 'dejavu serif condensed';
    height: 100%;
    margin: 0px;
}
table, fieldset {
    font-size: 15px;
}

sup {
    font-size: 11px;
}

h2 {
    font-size: 22px;
    margin: 0px 0px 10px 0px;
}
big {
    font-size: 20px;
}

ul.nonlist {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}
ul.nonlist li {
    margin-top: 10px;
    padding: 0px;
}

a {
    text-decoration: none;
}
a:link, a:visited {
    background-color: transparent;
    color: #49aa00;
}
a:hover, a:active {
    background-color: #d0f0a0;
    color: #360;
}
a.external {
    background-image: url('imgs/external_link.png');
    background-position: center right;
    background-repeat: no-repeat;
    padding-right: 15px;
}
a.img, a.img:link, a.img:visited, a.img:hover, a.img:active {
    background-color: transparent;
    border: none;
    text-decoration: none;
}
a img {
    border: none;
}

img.framed {
    border: 1px solid #afafaf;
    padding: 5px;
}

.alert {
    color: #c00;
    font-weight: bold;
}

.blue {
    color: #006bdd;
}
.darkgrey {
    color: #555;
}

#root {
    min-height: 100%;
}

#containertop {
    background-color: transparent;
    height: 15px;
    margin: auto;
    margin-top: 15px;
    width: 908px;
}
#container {
    background-color: #fff;
    border: 4px solid #a19886;
    border-bottom: none;
    border-top: none;
    display: block;
    height: 100%;
    position: relative;
    margin: auto;
    width: 900px;
}

#header {
    /* background-image filled in by PHP */
    background-position: top-left;
    background-repeat: no-repeat;
    cursor: pointer;
    font-size: 175%;
    height: 145px;
    padding: 8px 10px 0px 10px;
    margin: 0px;
    width: 900px;
}
#header td {
    vertical-align: bottom;
}
#header .crest {
    padding-bottom: 7px;
    width: 90px;
}
#header .logo {
    padding: 0px 0px 7px 10px;
    width: 120px;
}
#header .bg {
    height: 80px;
    padding: 0px 10px 7px 10px;
    text-align: right;
    width: 642px;
}
#header .title {
    color: #006bdd;
    padding: 0px 10px 7px 0px;
    text-align: right;
}
#header .title a {
    text-decoration: none;
}
#header .title a:link, #header .title a:visited {
    color: #006bdd;
}
#header .title a:hover, #header .title a:active {
    color: #006bdd;
}

#navigation {
    background-color: #cec6b8;
    border-top: 2px solid #8c877e;
    height: 30px;
    width: 900px;
}
#navigation td {
    text-align: center;
}
#navigation td a {
    background-image: url('imgs/nav_btn_fade.png');
    background-repeat: repeat-x;
    display: block;
    font-weight: bold;
    line-height: 30px;
    letter-spacing: 1px;
    text-decoration: none;
    width: 100%;
}
#navigation td a:link, #navigation td a:visited {
    background-color: transparent;
    color: #006bdd;
}
#navigation td a:hover, #navigation td a:active {
    background-color: #006bdd;
    color: #fff;
}
#navfade {
    background-image: url('imgs/nav_fade.png');
    height: 18px;
}

#content {
    height: 100%;
    padding: 10px 10px 65px 10px;
    width: 880px;
}

#footer {
    background-color: #c8e1ff;
    bottom: 0px;
    color: #333;
    display: block;
    font-family: arial, 'century gothic', 'lucida sans unicode', tahoma, helvetica, 'lucida grande', geneva, 'dejavu sans', 'bitstream vera sans', 'urw gothic l';
    font-size: 11px;
    left: -4px;
    padding: 5px;
    position: absolute;
    width: 898px;
}
#footer div.left {
    display: inline;
    float: left;
}
#footer div.middle {
    color: #666;
    display: inline;
    float: right;
    margin-right: 12px;
}
#footer div.credit {
    margin-right: 12px;
}
#footer div.credit a:link, #footer div.credit a:visited {
    color: #360;
}
#footer div.right, #footer div.credit {
    display: inline;
    float: right;
}
#footer a:link, #footer a:visited {
    background-color: transparent;
    color: #333;
}
#footer a:hover, #footer a:active {
    background-color: transparent;
    color: #c00;
}

/* ===== LANG SELECT ===== */
#langselecttable {
    height: 100%;
    margin: auto;
    text-align: left;
}
#langselect {
    background-color: #fff8eb;
    color: #888;
    font-size: 11px;
    padding: 15px 20px 15px 20px;
}
#langselect .title {
    color: #666;
    font-weight: bold;
    line-height: 18px;
}
#langBtns {
    height: 55px;
    margin: 15px 10px 0px 10px;
}
#langBtnENG {
    float: left;
}
#langBtnFRA {
    float: right;
}

/* ===== REGISTRATION ===== */
#registrationtable {
    border-collapse: collapse;
    margin: 20px 0px 10px 0px;
}
#registrationtable td, #registrationtable th {
    border: 1px solid #ccc;
    padding: 4px 10px 4px 10px;
}

/* ===== DEADLINES ===== */
#deadlines {
    border-collapse: collapse;
}
#deadlines th, #deadlines td{
    border: 1px solid #ccc;
    padding: 8px;
}
#deadlines th {
    color: #006bdd;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
}

/* ===== ACCOMMODATION ===== */
#accommodation_costs {
    border-collapse: collapse;
    margin: 25px 0px 18px 0px;
}
#accommodation_costs th, #accommodation_costs td {
    border: 1px solid #ccc;
    font-size: 14px;
    padding: 5px;
    text-align: left;
}

/* ===== SYMPOSIA ===== */
div.symposium {
    border-top: 2px solid #e1d9cb;
    margin: 12px 0px 0px 0px;
    padding: 17px 0px 3px 0px;
}
div.symposium big {
    color: #444;
    display: block;
    font-size: 120%;
    padding-bottom: 3px;
}
div.symposium .theme {
    color: #006bdd;
    font-size: 105%;
    font-weight: bold;
}
div.symposium .speaker {
    font-variant: small-caps;
}
div.symposium .title {
    font-weight: bold;
}
div.symposium .affiliation {
    color: #666;
    font-size: 13px;
    font-style: italic;
    padding-left: 15px;
}
div.symposium ul {
    list-style-type: square;
}
div.symposium li {
    margin-bottom: 5px;
}


/* ===== ABSTRACT ===== */
#showhideexample {
    font-size: 12px;
}
#exampleabstract {
    background-color: #eee;
    border: 3px double #999;
    display: none;
    margin: 5px 0px 15px 0px;
    padding: 8px;
}
#fform {
    margin: 15px 10px 0px 10px;
}
.errorbox {
    background-color: #ffacac;
    color: #fc0000;
    display: none;
    font-size: 13px;
    font-weight: bold;
    padding: 3px 6px 3px 6px;
    margin: 5px 0px 15px 0px;
}
#fform fieldset.alone {
    border: 1px solid #d0d0d0;
    margin-bottom: 15px;
    padding: 5px 10px 10px 10px;
    width: 600px;
}
.fabsfield {
    margin-bottom: 5px;
}
.fabsfield th {
    color: #666;
    font-style: oblique;
    font-weight: normal;
    text-align: left;
    vertical-align: top;
}
.fabsfield th small {
    margin-left: 15px;
}
#fform .note {
    font-size: 11px;
    color: #000;
}
#fbody {
    padding: 0px 15px 0px 15px;
}
#ftable {
    margin: 10px 0px 0px 0px;
    width: 600px;
}
#ftable th, #ftable td {
    padding: 3px 0px 3px 0px;
    text-align: left;
}
#ftable td {
    width: 100%;
}
#fbody .line {
    margin-bottom: 8px;
}
#fbody .bold, #fform legend, .fbodyheader {
    color: #006bdd;
    font-weight: bold;
    padding-right: 15px;
}
#ftable hr {
    background-color: #d0d0d0;
    color: #d0d0d0;
    margin: 8px 0px 8px 0px;
    size: 2px;
}
#fdatatext {
    display: block;
    margin-bottom: 12px;
    width: 600px;
}
#fform input, #fform select, #fform textarea {
    font-family: georgia, sylfaen, 'times new roman', times, 'hoefler text', 'bitstream charter', 'dejavu serif condensed';
    font-size: 12px;
}
#fAwardBox {
    border: 1px solid #d0d0d0;
    line-height: 26px;
    margin: 8px 0px 0px 15px;
    padding: 5px 10px 10px 10px;
    width: 570px;
}
#AwardEEE, #AwardCPB, #AwardPAR, #AwardCMD {
    display: none;
}
#AwardHoar {
    margin-top: 8px;
}
