/* Default */
body
{
    background-color: #cdcdcd;
    font-family: Helvetica;
    font-size: 15px;
    line-height: 1.667em;
    overflow-y: scroll;
    padding: 0em 0.533em;
}

div
{
    padding: 0em;
}

h1
{
    font-size: 110%;
}

a img
{
    border: none;
}

a
{
    text-decoration: none;
}


/* Page */
#page
{
    margin: 1.200em auto;
    max-width: 1100px;
}


/* Navigation menu */
#header
{
    text-align: center;
    background-color: #ffffff;
    width: 100%;
}

#header ul
{
    display:inline-block;
    font-size: 150%;
    list-style-type: none;
    margin: 0em;
    overflow: hidden;
    padding: 0em;
}

#header li
{
    float: left;
}

#header a
{
    color: #000000;
    display: block;
    font-size: 80%;
    font-weight: bold;
    padding: 0.606em 0.303em;
    text-align: center;
    text-decoration: none;
    width: 8.485em;
}

#header a:hover
{
    color: #87ceeb;
}

#header a.current
{
    background-color: #87ceeb;
    color: #ffffff;
}


/* Page contents */
#main
{
    background-color: #ffffff;
    width: 100%;
}

#contents
{
    background-color: #ffffff;
    margin: auto;
    padding: 3.333em 1.000em;
}

#contents a.button
{
    font-size: 100%;
}

#contents div.publications-header
{
    font-size: 110%;
    font-weight: bold;
    margin: 0.606em 0em 0em 0em;
}

#contents ul.publications-rows
{
    margin: 0.667em 0em;
    padding: 0em 0em 0.667em 0em;
}

#contents div.publications-icon
{
    background-image: url(publications_files/acrobat-file.png);
    background-repeat: no-repeat;
    float: left;
    line-height: 1.133em;
    margin-top: 1.000em;
    padding-top: 0em;
    width: 3.333em;
}

#contents div.publications-icon a
{
    padding: 0em 0em 0em 1.333em;
}

#contents div.publications-publication
{
    margin: 0em 0em 0em 3.667em;
    padding: 0.200em 0em;
}

#contents div.publications-abstract
{
    line-height: 1.133em;
    padding: 0em 1.000em 0em 3.667em;
}

#contents div.publications-abstract p
{
    cursor: pointer;
    font-size: 90%;
    margin: 0.148em 0em 0em 0em;
    text-decoration: underline;
}

#contents div.publications-abstract p.show-abstract
{
    height: 1.259em;
}

#contents div.publications-abstract p.hide-abstract
{
    height: 2.222em;
}

#contents div.publications-abstract div.publications-abstract-content
{
    font-size: 85%;
    display: none;
}

#contents div.publications-separator
{
    height: 1.200em;
}

#contents th.table_header
{
    background-color: #87ceeb;
    font-size: 50%;
}

#contents td
{
    padding: 0.300em;
    font-size: 50%;
}

#contents td.table_schedule0
{
    background-color: #c3c3c3;
}

#contents td.table_schedule1
{
    background-color: #f0f0f0;
}

#contents td.table_break
{
    background-color: #c3ffc3;
}

#contents td.table_problems
{
    background-color: #ffe6ff;
}

#contents td.table_session
{
    background-color: #f0dc82;
}


/* Page footer */
#footer
{
    background-color: #ffffff;
    height: 1.400em;
    width: 100%;
}

#copyright
{
    font-size: 70%;
    margin: auto;
    width: 18.571em;
}