.centered {
  text-align: center;
}
.mask {
    background-color: #000;
    opacity: .35;
    *filter: alpha(opacity=35);  /* Set opacity in IE */
}

dt {
  font-weight: bold;
}
dd {
  margin-left: 3em;
}

div#hd {
  width: 750px;
  clear: both;
  background-color: black;
  background-image: url("/starlake_bar.jpg");
  background-repeat: no-repeat;
  background-position: top left;
  height: 100px;
}

div#pagetitle {
  font-size: 250%;
  text-indent: 1em;
  color: white;
}

h1.topictitle {
  font-size: 250%;
  font-weight: normal;
  text-align: center;
  margin-top: 0em;
  margin-bottom: .25em;
}

h2.smallhead {
  font-size: 110%;
  font-weight: bold;
  margin: 0.5em 0 0 0;
}
  
.mainlink {
  text-align: center;
  font-size: 122%;
  margin-bottom: 0.25em;
}

.sidebar {
  border: solid black 1px;
  padding: 0 .75em 0 .75em;
}
.sidebar h1 {
  font-size: 114%;
  text-align: center;
  font-weight: bold;
}
ul#parents {
  margin-left: 2em;
  padding-left: 0em;
}

ul#parents li {
  list-style-type: none;
  list-style-type: none;
  text-indent: -2em;
  margin-bottom: 4px;
}

ul#children {
  margin-left: 2em;
  padding-left: 0em;
}

ul#children li {
  list-style-type: none;
  text-indent: -2em;
  margin-bottom: 4px;
}

div.index h1 {
}

div.index span.indexletter {
  font-size: 182%;
  font-weight: bold;
  color: red;
}

div.author, div.revised, div.date{
}

div.copyright {
  margin-top: 1em;
  text-align: right;
}

h2.biblio {
  font-size: 1.3em;
  margin: 1em 0 0.5 0;
  font-weight: bold;
}

div.shortbib {
   margin-left: 3em;
   text-indent: -3em;
   margin-bottom: 5px;
}

div.shortbib a {
  font-size: 77%;
}
div.warning {
  color: red;
  text-align: center;
  font-size: 130%;
}
div.fulltext {
  width: 700px;
  margin: 1.12em;
  padding: 3px;
}
a.hasText {
}

a.needstext {
  background-color: pink;
}
div#edithelp {
  float: right;
  border: solid black 1px;
  padding: 5px;
  display: none;
}
table.noborder td {
  border: none;
  vertical-align: top;
  margin: 0em;
  padding: .25em;
  text-align: left;
}

#fullbib .bd {
  overflow: auto;
}

/* tabview styles */
/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 2.8.1
*/
/* .yui-navset defaults to .yui-navset-top */
.starlake-skin .yui-navset .yui-nav,
.starlake-skin .yui-navset .yui-navset-top .yui-nav { /* protect nested tabviews from other orientations */
    border:solid #2647a0; /* color between tab list and content */
    border-width:0 0 5px;
    zoom:1;
}

.starlake-skin .yui-navset .yui-nav li,
.starlake-skin .yui-navset .yui-navset-top .yui-nav li {
    margin:0 0.16em 0 0; /* space between tabs */
    padding:1px 0 0; /* gecko: make room for overflow */
    zoom:1;
}

.starlake-skin .yui-navset .yui-nav .selected,
.starlake-skin .yui-navset .yui-navset-top .yui-nav .selected { 
    margin:0 0.16em -1px 0; /* for overlap */
}

.starlake-skin .yui-navset .yui-nav a,
.starlake-skin .yui-navset .yui-navset-top .yui-nav a {
    background:#d8d8d8 url(sprite.png) repeat-x; /* tab background */
    border:solid #a3a3a3;
    border-width:0 1px;
    color:#000;
    position:relative;
    text-decoration:none;
}

.starlake-skin .yui-navset .yui-nav a em,
.starlake-skin .yui-navset .yui-navset-top .yui-nav a em {
    border:solid #a3a3a3;
    border-width:1px 0 0;
    cursor:hand;
    padding:0.25em .75em;
    left:0; right: 0; bottom: 0; /* protect from other orientations */
    top:-1px; /* for 1px rounded corners */
    position:relative;
}

.starlake-skin .yui-navset .yui-nav .selected a,
.starlake-skin .yui-navset .yui-nav .selected a:focus, /* no focus effect for selected */
.starlake-skin .yui-navset .yui-nav .selected a:hover { /* no hover effect for selected */
    background:#2647a0 url(sprite.png) repeat-x left -1400px; /* selected tab background */
    color:#fff;
}

.starlake-skin .yui-navset .yui-nav .disabled a,
.starlake-skin .yui-navset .yui-nav .disabled a:focus,
.starlake-skin .yui-navset .yui-nav .disabled a:hover {
    background:#d8d8d8 url(sprite.png) repeat-x; /* tab background */
    border:solid #a3a3a3;
    border-width:0 1px;
    color:#aaa;
    position:relative;
    text-decoration:none;
}

.starlake-skin .yui-navset .yui-nav a:hover,
.starlake-skin .yui-navset .yui-nav a:focus {
    background:#bfdaff url(sprite.png) repeat-x left -1300px; /* selected tab background */
    outline:0;
}

.starlake-skin .yui-navset .yui-nav .selected a em {
    padding:0.35em 0.75em; /* raise selected tab */
}

.starlake-skin .yui-navset .yui-nav .selected a,
.starlake-skin .yui-navset .yui-nav .selected a em {
    border-color:#243356; /* selected tab border color */
}

.starlake-skin .yui-navset .yui-content {
}

.starlake-skin .yui-navset .yui-content,
.starlake-skin .yui-navset .yui-navset-top .yui-content {
    border-top: 1px solid #243356; /* different border color */
    padding: 1em 0.5em 0.25em 0.5em; /* content padding */

}

/* left and right orientations */
.starlake-skin .yui-navset-left .yui-nav,
.starlake-skin .yui-navset .yui-navset-left .yui-nav,
.starlake-skin .yui-navset .yui-navset-right .yui-nav,
.starlake-skin .yui-navset-right .yui-nav {
    border-width:0 5px 0 0;
    Xposition:absolute; /* from tabview-core; have to reiterate for skin-sam due to pos:rel on skin-sam yui-nav */
    top:0; bottom:0; /* stretch to fill content height */
}

.starlake-skin .yui-navset .yui-navset-right .yui-nav,
.starlake-skin .yui-navset-right .yui-nav {
    border-width:0 0 0 5px;
}

.starlake-skin .yui-navset-left .yui-nav li,
.starlake-skin .yui-navset .yui-navset-left .yui-nav li,
.starlake-skin .yui-navset-right .yui-nav li {
    margin:0 0 0.16em; /* space between tabs */
    padding:0 0 0 1px; /* gecko: make room for overflow */
}

.starlake-skin .yui-navset-right .yui-nav li {
    padding:0 1px 0 0; /* gecko: make room for overflow */
}

.starlake-skin .yui-navset-left .yui-nav .selected,
.starlake-skin .yui-navset .yui-navset-left .yui-nav .selected { 
    margin:0 -1px 0.16em 0;
}

.starlake-skin .yui-navset-right .yui-nav .selected { 
    margin:0 0 0.16em -1px;
}

.starlake-skin .yui-navset-left .yui-nav a,
.starlake-skin .yui-navset-right .yui-nav a {
    border-width:1px 0;
}

.starlake-skin .yui-navset-left .yui-nav a em,
.starlake-skin .yui-navset .yui-navset-left .yui-nav a em,
.starlake-skin .yui-navset-right .yui-nav a em {
    border-width:0 0 0 1px;
    padding:0.2em .75em;
    top:auto;
    left:-1px; /* for 1px rounded corners */
}

.starlake-skin .yui-navset-right .yui-nav a em {
    border-width:0 1px 0 0;
    left:auto;
    right:-1px; /* for 1px rounded corners */
}

.starlake-skin .yui-navset-left .yui-nav a,
.starlake-skin .yui-navset-left .yui-nav .selected a,
.starlake-skin .yui-navset-left .yui-nav a:hover,
.starlake-skin .yui-navset-right .yui-nav a,
.starlake-skin .yui-navset-right .yui-nav .selected a,
.starlake-skin .yui-navset-right .yui-nav a:hover,
.starlake-skin .yui-navset-bottom .yui-nav a,
.starlake-skin .yui-navset-bottom .yui-nav .selected a,
.starlake-skin .yui-navset-bottom .yui-nav a:hover {
    background-image:none; /* no left-right or bottom-top gradient */
}

.starlake-skin .yui-navset-left .yui-content {
    border:1px solid #808080; /* content border */
    border-left-color:#243356; /* different border color */
}

/* bottom orientation */
.starlake-skin .yui-navset-bottom .yui-nav,
.starlake-skin .yui-navset .yui-navset-bottom .yui-nav {
    border-width:5px 0 0; /* color between tab list and content */
}

.starlake-skin .yui-navset .yui-navset-bottom .yui-nav .selected,
.starlake-skin .yui-navset-bottom .yui-nav .selected { 
    margin:-1px 0.16em 0 0; /* for overlap */
}

.starlake-skin .yui-navset .yui-navset-bottom .yui-nav li,
.starlake-skin .yui-navset-bottom .yui-nav li { 
    padding:0 0 1px 0; /* gecko: make room for overflow */
    vertical-align:top;
}

.starlake-skin .yui-navset .yui-navset-bottom .yui-nav li a,
.starlake-skin .yui-navset-bottom .yui-nav li a { 
}

.starlake-skin .yui-navset .yui-navset-bottom .yui-nav a em,
.starlake-skin .yui-navset-bottom .yui-nav a em {
    border-width:0 0 1px;
    top:auto;
    bottom:-1px; /* for 1px rounded corners */
}

.starlake-skin .yui-navset-bottom .yui-content,
.starlake-skin .yui-navset .yui-navset-bottom .yui-content {
    border:1px solid #808080; /* content border */
    border-bottom-color:#243356; /* different border color */
}



/* Panel styles *****************************************/

.yui-panel-container {
  padding: 0 1px;
  *padding: 2px 3px;
}

.yui-panel {
  position: relative;
  *zoom: 1;
  left: 0;
  top: 0;
  border-style: solid;
  border-width: 1px 0;
  border-color: #808080;
  z-index: 1;
}

.yui-panel .hd, 
.yui-panel .bd, 
.yui-panel .ft {
    *zoom: 1;
    *position: relative; 
    border-style: solid;
    border-width: 0 1px;
    border-color: #808080;
    margin: 0 -1px;
}

.yui-panel .hd {
    border-bottom: solid 1px #ccc;
}

.yui-panel .bd,
.yui-panel .ft {
    background-color: #F2F2F2;
}

.yui-panel .hd {
  padding: 0 10px;
  font-size: 93%;  /* 12px */
  line-height: 2;  /* ~24px */
  *line-height: 1.9; /* For IE */
  font-weight: bold;
  color: #000;
  background-color: #CCCCCC;
}

.yui-panel .bd {
  padding: 10px;
}

.yui-panel .ft {
    border-top: solid 1px #808080;
    padding: 5px 10px;
    font-size: 77%;
}

.yui-panel-container.focused .yui-panel .hd {
}

.container-close {
    position: absolute;
    top: 5px;
    right: 6px;
    width: 25px;
    height: 15px;
    background: url(/css/close.png) no-repeat;
    cursor:pointer;
}


/* Panel underlay styles */

.yui-panel-container .underlay {
    right: -1px;
    left: -1px;
}

.yui-panel-container.matte {
	padding: 9px 10px;
	background-color: #fff;
}

.yui-panel-container.shadow {
    /* IE 7 Quirks Mode and IE 6 Standards Mode and Quirks mode */
    _padding: 2px 5px 0 3px; 
}

.yui-panel-container.shadow .underlay {
	position: absolute;

    top: 2px;
    right: -3px;
    bottom: -3px;
    left: -3px;

    /* IE 7 Standards Mode */
    *top: 3px;
    *left: -1px;
    *right: -1px;
    *bottom: -1px;

    /* IE 7 Quirks Mode and IE 6 Standards Mode and Quirks mode */
    _top: 0;
    _right: 0;
    _bottom: 0;
    _left: 0;
    _margin-top: 3px;
    _margin-left: -1px;

    background-color: #000;
    opacity: .12;
    *filter: alpha(opacity=12);  /* Set opacity in IE */
}

