body {
    font-size: 11pt;
    font-family: 'lucida grande', geneva, 'deja vu sans', 'bitstream vera sans', freesans, sans-serif;
    color: black;
    background: white;
    padding: 5px;
    text-align: center;
    margin: 0;
    padding: 0;
}

#container {
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    font-size: 11pt;
    min-width: 8em;
    max-width: 50em;
    text-align: left;

}

table.container_table {
    margin-left: auto;
    margin-right: auto;
    padding-top: 7px;
    text-align: center;
    font-size: 11pt;
    border: 0px dashed green;
    min-width: 690px;
    max-width: 60em;
    width: 60em;
}

table.container_table td{
    font-size: 13pt;
    text-align: left;
    min-width: 9em;
}

div.fullscreen{
    /*set the div in the top-left corner of the screen*/
    position:fixed;
    background-color: white;
    top:0;
    left:0;
    opacity:0.6;

    /*set the width and height to 100% of the screen*/
    width:100%;
    height:100%;
    display: none;
    /*background:transparent;*/
    vertical-align: middle;
    z-index: 3;

}

div.editwindow{
    display:inline;
    /*set the div in the top-left corner of the screen*/
    position:fixed;
    top:0;
    left:0;
    opacity:0.8;

    /*set the width and height to 100% of the screen*/
    width:70%;
    height:70%;
    background-color: white;
    z-index: 4;

}

body.nupack_no_menus{
    font-size: 11pt;
    font-family: freesans, 'lucida grande', geneva, 'deja vu sans', 'bitstream vera sans', sans-serif;
    color: black;
    background: transparent;
    padding: 5px;
    text-align: center;
    margin: 0;
    padding: 0;
}

/* main layout */
/*
/* #head is no longer used */
/*
#head
{
*/
    /*position: absolute;*/
    /*top: 0px;*/
/*
    left: 0px;
    height: 60px;
    width: 100%;
    border-bottom: solid 1px #ddd;
    margin: 0;
    padding: 0px;
}

#head .page_title
{
  font-size: xx-large;
  text-align: center;
    text-shadow: grey 2px 2px 3px;
}

#head .page_subtitle
{
  font-size: large;
  text-align: center;
}

#head h3
{
    font-size: xx-Large;
    line-height: 0%;
    font-weight: bold;
    padding-left: 10px;
    text-align: center;
}
*/

div#header {
    position: relative;
    border: none;
    /*padding-bottom: 10px;*/
}

#main
{
    position: relative;
    margin: 0px auto 0em auto;
    padding-top: 1em;
    border-left: 2px solid #80d04f;
    border-right: 2px solid #80d04f;
    border-bottom: 2px solid #80d04f;
/*
    border-left: 2px solid #ff9900;
    border-right: 2px solid #ff9900;
    border-bottom: 2px solid #ff9900;
*/
    font-size: 11pt;
/*
    min-width: 690px;
    max-width: 50em;
*/
    /*background: url('/images/page_gradient.png') repeat-x;*/
/*
    min-height: 20em;
*/

}

/* end layout */

/* links */

a
{
    color: #46f;
    background-color: inherit;
    text-decoration: none;
}

a:active
{
    color: #1b35a2;
    background-color: inherit;
    text-decoration: underline;
}

a:hover
{
color: #ff9900;
    /*color: #da4d05;*/
    background-color: inherit;
    text-decoration: underline;
}

/* end links */


/* preloading images */

.preloadingImage {
        display: none;

}

/* flash */

#flash {
    margin-bottom: 1em;
    background-color: inherit;
    color: inherit;
}

#flash > div {
    border-width: 2px;
    border-style: solid;
    font-size: small;
    font-weight: bold;
    color: inherit;
    margin: 5px 0;
}

#flash_notice {
    border-color: green;
}

#flash_warning {
    border-color: blue;
}

#flash_error {
    border-color: red;
}

/* end flash */

/* misc hacks */

/* putting this at the bottom of a div with floats in it will force the floats
 * to stay inside the rendered div box instead of extending below the bottom
 * edge. see http://www.complexspiral.com/publications/containing-floats */
hr.force_contain_float {
    display: block;
    clear: left;
    margin: -0.66em 0;
    visibility: hidden;
}

span.tool {
  position: relative;   /* this is key */
  cursor: help;
}

span.tool span.tip {
  display: none;        /* so is this */
}

/* tooltip will display on :hover event */

span.tool:hover span.tip {
  display: block;
  z-index: 100;
  position: absolute;
  top: 2.5em;
  left: 0;
  width: auto;
  line-height: 1.2em;
  padding: 3px 7px 4px 6px;
  border: 1px solid #336;
  background-color: #f7f7ee;
  /*font-family: arial, helvetica, sans-serif;*/
  font-size: 12px;
  font-weight: normal;
  color: #000;
  text-align: left;
}

#content span.tool:after {
  padding-left: 2px;            /* eye candy */
  content: url(/img/bubble.gif);
}

.blurb {
        min-height: 300px;
        padding:  1em;
        max-width: 48.5em;
        font-size: 11pt;
        margin-left: 0px;
        margin-right: 0px;
}

.blurb img {
        /*border: 2px solid #ff9900;*/
        margin-right: 1em;
}

.page_bottom {
        margin-top: 0.5em;
        font-size: 10pt;
}

.copyright {
        padding-right: 1em;
        border-right: 1px solid #444;
        color: #444;
}

.funding a {
        padding-left: 1em;
        border-left: 1px solid #444;
        color: #46f;
}

.contact a {
        padding-left: 1em;
        padding-right: 1em;
        color: #46f;
}

.contact_heading {
        margin: 0;
        font-weight: bold;
}

.contact_info {
        padding-left: 10px;
        margin: 0;
}

.home_list {
        padding-left: 0em;
        padding-right: 5em;
}

.home_list li{

        margin-left: 0em;
        margin-bottom: 1em;
}

.home_highlight {
        font-weight: bold;
        font-size: larger;
}

.home_highlight_text {
        font-weight: bold;
}

td.image_browser_left {
    vertical-align: top;
    min-width: 2em;
}
