body {
    background: #ebebeb; /* Background color behind the panels. */ 
    margin: 0; /* No spacing between the heading and the edge of the window. */
    font-family: Calibri, sans-serif; /* One font for the whole page. */
}

div#header {
    background: #c6cad5 url('/images/supporting/blue.jpg') repeat-x; /* Background image for the title. */
    margin: 0; /* The title should align with the edge of the window. */
    padding: 0.8em 0.33em 0.4em; /* Position the title. */
    border-bottom: 5px double #557; /* A horizontal double line under the title. */
}

div#sidebar {
    position: absolute; 
    top: 6em; 
    left: 0; 
    width: 20%; 
    margin: 1em; 
    border-width: 0px;
}

div#sidebar div, div#main {
    border: 1px solid #335; /* All panels should have a border. */
}

div#sidebar div {
    margin-bottom: 1em; /* Some space between panels in the sidebar. */
    background: #c6cad5; /* Background color of the elements inside panels. */
    width: 100%; /* Make sure the links can be clicked in the entire field (IE different from FF) */
}

div#sidebar div h4 { /* Title in a sidebar panel */
    background: #64697c;
    color: #ebebeb;
    font-style: italic; 
    margin: 0;
    font-size: 120%;
    letter-spacing: 0.5em;
    padding: 0.33em 0.5em 0.167em;
    border-bottom: 1px solid #557;
}

div#sidebar div a { /* Links in a sidebar panel */
    display: block; 
    padding: 0.33em; 
    letter-spacing: 1px; 
    text-align: right; 
    font-weight: bold; 
    border-bottom: 1px solid #88B; 
    color: #2e1501; 
    text-decoration: none;
}

div#sidebar div a:hover {
    background: #ebebeb; 
}

div#sidebar div#menu div.submenu {
    border-width: 0;
    margin: 0;
}

div#sidebar div#menu div.submenu a {
    border-left: 2em solid #ebebeb;
    font-size: 85%;
    font-weight: normal;
    letter-spacing: normal;
    padding-right: 0.66em;
    padding-left: 0.125em;
}

div#sidebar div#links a {
    font-size: 90%;
}

div#sidebar div#news p {
    margin: 0;
    padding: 0.66em;
    font-size: 90%;
    color: #2e1501;
}

div#sidebar div#session p {
    line-height: 1.25em;
    padding-left: 0.66em;
    font-size: 90%;
}

div#main {
    position: absolute;
    top: 6em;
    left: 22%;
    width: auto;
    margin: 1em;
    padding: 0 1.5em 1em;
    background: #c6cad5 url('/images/supporting/bg_helmen.gif') center no-repeat fixed; 
    min-height: 400px;
    color: #2e1501;
}

div#main div#punch {
    float: right;
    margin-right: -2.2em;
    margin-top: 1em;
}

div#main h1 {
    clear: both;
    font-style: italic; 
    font-size: 150%;
    border-bottom: 1px dotted;
    font-weight: bolder;
    letter-spacing: 3px;
    margin: 1.25em 0 0;
}

div#main h2 {
    font-style: italic; 
    font-size: 130%;
    font-weight: bolder;
    letter-spacing: 2px;
    margin: 1em 0 0;
}

div#main h3 {
    font-style: italic; 
    font-size: 110%;
    font-weight: bolder;
    letter-spacing: 0px;
    margin: 0.5em 0 0;
}

div#main p {
    margin: 0.25em 0 1em;
    line-height: 1.25em;
}

div#main a, div#main img {
    border-style: none;
}

div#main form {
    display: inline;
}

div#main input, div#main select {
    background-color: transparent;
}

div#main em {
    font-weight: bold;
}

div#main textarea#html_textarea {
    white-space: pre-wrap;
}

div#main img.left {
    float: left;
    clear: left;
    margin-right: 0px;
}

div#main img.right {
    float: right;
    clear: right;
    margin-left: 0px;
}

div#main div.imagecontainer_right {
    position: relative;
    float: right;
    clear: right;
    margin: 0;
}

div#main div.imagecontainer_left {
    position: relative;
    float: left;
    clear: left;
    margin: 0;
}

div#main div#imgcontainer img {
    margin: 0;
}

div#main div.caption {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
    text-align: center;
    background: #fff;
    width: 100%;
    opacity: .55;
    filter: alpha(opacity:55);
    color: #000;
}

p.underline, span.underline {
    text-decoration: underline;
}

div#main p.error {
    background-color: #F00;
    font-weight: bold;
    font-size: 120%;
}

div#main form .icon {
    vertical-align: bottom;
}

/* Lightbox stylesheet */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/images/supporting/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/images/supporting/lightbox/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
