body
{
    background-color: #F4F4F4;
    font-family: Verdana;
    font-size: 80%;
}

A, A:visited
{
    color: blue;
    text-decoration: none;
}

A:hover
{
    text-decoration: underline;
}

img
{
    border: none;
}

#top_nav
{
    background-color: #4040C0;
    text-align: center;
    padding-right: 3em;     /* to centre the menu */
}

#mainlevel-nav a, #mainlevel-nav a:visited
{
    color: white;
    padding-left: 1em;
    padding-right: 1em;
}

#mainlevel-nav a:hover
{
    text-decoration: none;
    background-color: #808080;
}

#mainlevel-nav
{
    list-style: none;
    display: inline;
    font-weight: bold;
    border-right: solid 2px white;
}

#mainlevel-nav li
{
    display: inline;
    border-left: solid 2px white;
}

.banner_separator
{
    font-size: 40%;
    background-color: #4040C0;
}

#main
{
    width: 750px;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    border: solid 1px #808080;
}

#main_table
{
}

#side_nav
{
    width: 150px;
    background-color: #CFC0E8;
    vertical-align: top;
    border-right: solid 1px #808080;
    padding: 5px;
    padding-bottom: 10px;
}

#side_nav h3
{
    font-size: 100%;
    font-weight: bold;
    margin-bottom: 0.5em;
}

#side_nav .moduletable table
{
    padding-left: 1em;
}

#side_nav .moduletable table tr
{
    padding-bottom: 0.3em;
}

#side_nav .mainlevel, #side_nav .mainlevel:visited, #side_nav .sublevel, #side_nav .sublevel:visited
{
    color: black;
}

#active_menu
{
    font-weight: bold;
}

#side_nav .mainlevel:hover, #side_nav .sublevel:hover
{
    text-decoration: none;
    color: white;
    background-color: #808080;
}

.moduletable-login_form form
{
    padding-left: 1em;
    margin-top: 0em;
    font-size: 80%;
}

.moduletable-login_form .button
{
    margin-top: 1em;
}

/* Hide 'Lost password? message */
.moduletable-login_form A
{
    display: none;
}

/* Leave some whitespace above Logout button */
.moduletable-login_form div
{
    margin-top: 1em;
}

#body_text
{
    vertical-align: top;
    padding: 5px;
    padding-bottom: 10px;
}

#footer
{
    width: 750px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    font-size: 70%;
}

.box
{
    border: 1px solid;
    padding: 0.5em;
}

.componentheading, .componentheading-links
{
    text-align: center;
    font-size: 125%;
    font-weight: bold;
    margin-top: 0.5em;
    margin-bottom: 1em;
}

/* Extend background colour behind item titles across width of window */
.contentpaneopen
{
    width: 100%;
}

/* was: .event_heading_1 */
.contentheading
{
    font-size: 125%;
    font-weight: bold;
    color: #000040;
    background-color: #e0e0ff;
}

.event_heading_2
{
    font-weight: bold;
    color: #000040;
    margin-bottom: 0.5em;
}

.article_seperator
{
    line-height: 2.5em;
}

.blog-links .article_seperator
{
    line-height: 1em;
}

.xcontentpane-links td img
{
    display: none;
}

.table_image
{
    padding-top: 0.3em;
}

.inline_image_left
{
    float: left;
    padding-right: 0.5em;
    padding-top: 0.3em;
    padding-bottom: 1em;
}

.inline_image_right
{
    float: right;
    padding-left: 1em;
    padding-top: 0.3em;
    padding-bottom: 1em;
}

.image_cell, .image_cell_last
{
    vertical-align: bottom;
}

.image_cell
{
    padding-right: 10px;
}

.image_caption,
{
    vertical-align: top;
    padding-right: 40px;
    padding-bottom: 1.5em;
}

.image_caption_last
{
    vertical-align: top;
    padding-right: 10px;
    padding-bottom: 1.5em;
}

.gallery_background
{
    background-color: #D0D0D0;
    vertical-align: top;
}

.biography
{
    height: 450px;
    width: 200px;
    background-color: #CFC0E8;
    vertical-align: top;
    border-right: solid 1px #808080;
    padding: 5px 5px 5px 5px;
    overflow-x: auto;
    overflow-y: auto;
}

.gallery_backdrop
{
    height: 450px;
    vertical-align: top;
}

.gallery_row
{
    vertical-align: top;
}

.gallery_cell
{
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
}

.thumbnail, .gallery_image
{
    border: solid 1px #808080;
    filter: progid:DXImageTransform.Microsoft.Shadow (Color=#404040, Direction=135, Strength=3);
}    
