/* CSS Style sheet for Nuin web site and local documentation
   Ian Dickinson
   CVS $Id: $
 */

body {
    text-align:center;
    font-family: helvetica, arial, sans-serif;
    font-size: 11pt;
    background: white;
    color: black;
    margin: 0;
}

#stripe {
    background: white;
    color: black;
    margin: 0;
    padding: 0;
    position: absolute;
    /*top: 4.5em;*/
    left: 0;
    width: 100%;
}

#top {
    position: relative;
    width:100%;
    margin:0;
    padding:0px;
    height: 4.5em;
    top:0;
    left:0;
    background: #9999ff;
    color: white;
  }

#content {
    position: relative;
    padding-left: 3px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 0;
    background:#eeeeff;
    color: black;
    border: thin solid #6633cc;
    margin-left: 6em;
    margin-right: 6em;
    margin-top: -1em;
    margin-bottom: -1.5em;
    z-index: 50;
    text-align: left;
    width: 100%;
    height: 100%;
    line-height: 1.2;
    /*
    IE5x PC mis-implements the box model. This work-around trick borrowed from http://www.glish.com/css/hacks.asp
    */
    voice-family: "\"}\"";
    voice-family: inherit;
    width: auto;
/*    width: 75%;
/*    margin-left: 12%;
    margin-right: 12%;*/
}

#bottom {
    position: relative;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    bottom: 0;
    background: white;
    color: #333333;
}

#menus {
    position: relative;
    padding:0px;
    margin-left:15px;
    float:right;
    margin-right:-5px;
    height: 100%;
    margin-top: 0;
    font-size: 10pt;
    /*
    IE5x PC mis-implements the box model. This work-around trick borrowed from http://www.glish.com/css/hacks.asp
    */
    voice-family: "\"}\"";
    voice-family: inherit;
    width: auto;
    height: auto;
}

.menu {
    position: relative;
    width:12em;
    border-left:1px solid #003399;
    border-bottom:1px solid #003399;
    border-top:1px solid #003399;
    border-right:10px solid #003399;
    background:#fff;
    color:#000;
    text-align:left;
    margin-top: 0;
    margin-bottom:10px;
    padding: 2px;
    padding-left: 1em;
    text-indent: -1em;
}

.menutitle {
    font-weight: bold;
}

.menu p {
    margin: 1px;
}

#banner-left {
    font-size: larger;
    font-stretch: expanded;
    color: white;
    background: #9999ff;
    text-align:left;
    float: left;
    padding: 2px;
}

.subbanner {
    font-size: 0.8em;
    font-stretch: condensed;
    color: white;
    background: #9999ff;
}

.banner-right {
    font-size: larger;
    color: white;
    background: #9999ff;
    text-align:right;
    float: right;
}

#footer-left {
    font-size: 9pt;
    color: #666;
    background: white;
    text-align: left;
    margin-top: 3em;
    float:left;
}

#footer-right {
    font-size: smaller;
    color: #666;
    background: white;
    text-align: right;
    margin-top: 3em;
    float:right;
}

h1 {
    font-size: 125%;
    font-weight: bold;
    border-bottom:1px solid #003399;
    border-left:10px solid #003399;
    color:#000;
    background:#eeeeff;
    padding: 1px;
    margin-bottom:10px;
    margin-left: -10px;
    text-align:left;
    color: #003399;
}

h2 {
    font-size: 110%;
    font-weight: bold;
    color: #003399;
    background:#eeeeff;
    margin-bottom:5px;
}

h3, h4, h5 {
    font-size: 100%;
    font-weight: bold;
    margin-bottom:3px;
}

li {
    margin-bottom: 0.5em;
}

/* standard hyperlinks */
#content a:hover {
    text-decoration:none;
    color: #fff !important;
    background:#003399;
}

#content a:visited {
    color: #003399;
    text-decoration: underline;
}

#content a:link {
    color: blue;
    text-decoration: underline;
}


/* navigation menus */
.navmenu:link {
    text-decoration:none !important;
    color:#003399;
    background: white;
    font-weight:normal;
}

.navmenu:visited {
    text-decoration:none !important;
    color:#003399;
    background: white;
    font-weight:normal;
}

.navmenu:hover {
    text-decoration:none;
    color:white;
    background:#003399;
    /*font-weight:bold;
    width: 100%;
    text-indent: 1em; */
}


/* trail menus - like nav menu, but not 100% wide (causes problems) */
.traillink:link {
    text-decoration:none;
    color:#003399;
    background: #eeeeff;
}

.traillink:visited {
    text-decoration:none;
    color:#333399;
    background: #eeeeff;
}

.traillink:hover {
    text-decoration:none;
    color:white;
    background:#003399;
}

/* banner links */
.bannerlink:link {
    text-decoration:none;
    color:white;
    background: #9999ff;
}

.bannerlink:active {
    text-decoration:none;
    color:white;
    background:#cccccc;
}

.bannerlink:visited {
    text-decoration:none;
    color:white;
    background: #9999ff;
}

.bannerlink:hover {
    text-decoration:none;
    color:white;
    background:#cccccc;
}

td {
    font-size: 11pt;
}

img {
    border: 0;
}

table caption {
    caption-side: bottom;
    font-weight: bold;
    font-size: 10pt;
}

.caption {
    text-align: center;
    font-weight: bold;
    font-size: 10pt;
    margin-top: -1em;
}

.centered {
    text-align: center;
}

code {
    white-space: nowrap;
    font-size: 10pt;
}

pre {
    font-size: 11pt;
    text-align: left;
}

.code {
    font-family: "courier new", courier, monospaced;
    font-size: 10pt;
}

.horizontalNav {
    text-align: center;
    font-size: 10pt;
    color: #333333;
    border-top: 1px solid #333333;
}


/* breadcrumbs navigation trail div */
#trail {
    font-size: 80%;
    background: #eeeeff;
    color: #6633cc;
    text-align: right;
}
