/* Common CSS for all the 3Di pages */

/* to enable page to vertically fill viewport */
html, body, #wrapper {
    height: 100%;
    margin: 0;
    padding: 0;
    border: none;
}
#wrapper {
    background-color: #ffffff;
    width: 100%;
}

/* top 3Di header on main pages */
#topheader {
    height: 64px;
    background-color: #0950a0;
}
#tlimage {
    margin: 11px 0px 11px 11px; /* top-right-bottom-left */
    float: left;
}
#trimage {
    margin: 5px;
    float: right;
}

/* top-left mother and child pic */
#motherchild {
    background-color: #ca9afe;
    border-bottom: 1px solid #310e48;
    border-right: 1px solid #310e48;
}
#navheader { /* with extra bit for index.html */
    height: 170px;
}
#quotepanel { /* and again */
    background-color: #7f4fad;
    border-bottom: 1px solid #310e48;
    text-align: center;
}

/* table of navigation buttons at top */
#topbuttontable {
    background-color: #bb74ff;
    font-size: 11px;
    font-weight: bold;
    height: 30px;
}
#topbuttontable td {
    background-color: #310e48;
    text-align: center;
}
#topbuttontable td.spacer {
    background-color: #ca9afe;
}
#topbuttontable a:link {
    color: #cccccc;
    text-decoration: none;
}
#topbuttontable a:visited {
    color: #00ff00;
    text-decoration: none;
}
#topbuttontable a:hover {
    text-decoration: underline;
}
#topbuttoncurrent {
    color: #ff0000;
}
#topbuttoncurrent a:visited {
    color: #ff3300;
    text-decoration: none;
}

/* left margin for index.html */
#leftmargin {
    width: 264px;
    border-right: 1px solid #310e48;
    background-color: #ca9afe;
}

/* general stuff */
body { /* the standard 'info page' scheme */
    background-color: #ffffff;
    margin: 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 80%;
}
.content { /* gives padding around the edges of content divs */
    padding: 10px;
}
.developed { /* 'developed at ICH' text */
    color: #330033;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 80%;
}
.center {
    text-align: center;
}
.leftborder { /* indent on left with light purple */
    border-left: 265px solid #ca9afe;
}
.framed { /* puts a simple border around e.g. images */
    border: 1px solid black;
}
h4 {
    padding-top: 50px
}

