
@import "layout.css";

/* CRRA styles */

ol { 
	list-style: decimal;
	list-style-position: outside;
	margin-left: 1em;
	margin-bottom: 1em;
	margin-top: 1em;
}

ul { 
	list-style: disc;
	list-style-position: outside;
	margin-top: 1em;
	margin-left: 1em;
	margin-bottom: 1em;
}

h1 {
  font-size:150%;
  font-weight:normal;
  color:#000;
  margin-bottom: 1em;
  margin-top: 1em;
}

h2 {
  font-size:140%;
  font-weight:normal;
  margin-bottom: 1em;
  margin-top: 1em;
}

h3 {
  font-size:120%;
  font-weight:normal;
  margin-bottom:.5em;
  color:#000;
  margin-bottom: 1em;
  margin-top: 1em;
}

h4 {
  font-size:110%;
  font-weight:normal;
  margin-bottom:.5em;
  color:#000;
  margin-bottom: 1em;
  margin-top: 1em;
}

body {
  font-family: "Arial Unicode MS", Arial, Sans-Serif;
  color:#392529;
}

p {
  margin-bottom:1em;
  line-height:1.3em;
}


/* My styles */


html, body {
  height: 100%;
  background-color:#fff;
}
.content {
  padding:10px 0 10px 0;
  background-image:url("/images/bg_grey.jpg");
      background-repeat:repeat-x;
      background-color:#fff;
      border-top: 1px solid #cccccc;
}
.contentbox {
  background-color:#FFF;
  border: 1px solid #cccccc;
  margin-left:15px;
  padding:5px;
}
.box {
  background-color:#fff;
  border: 1px solid #cccccc;
  padding:5px;
}
.details {
  border: 1px solid #cccccc;
  padding:20px 1em 1em 1em;
}
.submenu {
  margin-top:10px;
  margin-right:15px;
}
.submenu h4 {
  border-bottom: 1px solid #eee;
  padding-bottom: 3px;
}
.narrow {
    padding-top:15px;
}
.narrow_begin {
    display: block;
}
.narrow_end {
    display: none;
}
.myblock {
  border: 1px solid #cccccc;
  padding:15px;
}

ul.tools {
    float: right;
    font-size:80%;
    text-align:right;
    margin-bottom:1em;
    
}
ul.tools li {
    float: left;
}
.tool {
	font-size:80%
}
ul.menu {
  display: none;
  margin-top: 10px;
  border-right: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  position:absolute;
}
ul.menu li{
  border-bottom: 1px solid #cccccc;
  padding:5px;
  clear: left;
  position:block;
  width:100px;
  text-align: left;
}
#ft {
  background-color:#f5f5f5;
  border-top: 1px dotted #cccccc;
  padding:10px 25px;
  margin:15px 0 25px 0;
  font-size:90%;
}
#ft div {
  float:left;
  border-right: 1px dotted #cccccc;
  margin-right:1em;
  padding: 0 2em 1em 0;
  width:12em;
}
.result {
  background-color:#f5f5f5;
  padding:10px 5px;
  margin-bottom:5px;
}
.record {
  /* border-right: 1px dashed #cccccc; */
  padding:10px 15px 10px 10px;
}
.result.unavailable {
  background-color:#fff5ee;
}
.result.alt {
  background-color:#fff;
}
.toggle {
  text-align:right;
}
.toggle img {
  vertical-align:text-bottom;
}
.resultitem {
	margin-left:100px;
	
}
.resulthead {
  padding:10px 10px 5px 10px;
  margin-bottom:1.5em;
  border-bottom: 1px solid #eee;
}
.searchbox {
  padding:15px 20px;
 
}
.searchtools {
	background-color: #f5f5f5;
	padding: 1em;
	font-size: 90%;
}
.navmenu {
  margin:0;
}
.navmenu li {
  padding:.1em 0 .1em .5em;
  list-style-type: none;
  border-bottom: 1px solid #e3e3e3;
}
.navmenu dd {
  padding:.1em 0 .1em .5em;
  list-style-type: none;
  border-bottom: 1px solid #e3e3e3;
}
.navmenu dt {
  margin-top:.75em;
  font-weight:bold;
}
.title {
  font-size:110%;
}
.narrow dd {
  color:#999;
}

p.correction a {
    font-weight: bold;
    font-style: italic;
}

.error {
    color: #C00;
}

#tagForm {
    display: none;
}
#narrowLoading {
    padding: 50px 0px 100px 0px;
    font-weight: bold;
    font-style: italic;
    text-align: center;
}
div.warning {
    font-weight: bold;
    font-family: courier new, courier, fixed;
    color: #990000;
}
#listForm {
    display: none;
}
#lightbox {
    background-color: #FFFFFF;
    display: none;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    position: absolute;
    z-index: 7;
    opacity: .8;
    filter: alpha(opacity=80);
    -moz-opacity: .8;
}

div.popupBox {
    background-color: #f5f5f5;
    display: none;
    border-right: solid 2px #999999;
    border-bottom: solid 2px #999999;
    position: absolute;
    z-index: 10;
    left: 33%;
    width: 33%;
    font-size: 95%;
    height: 300px;
}

div.popupBox .header {
    background-color: #CCCCCC;
    padding: 3px 0px 3px 10px;
}

div.popupBox .header a {
    float: right;
    text-decoration: none;
    font-weight: bold;
}

div.popupBox .content {
    padding: 5px 20px 20px 20px;
}


div.popupBox a.close {
    font-size: 8pt;
    font-weight: bold;
    padding: 2px;
    color: #000000;
    float: right;
    border: outset 1px;
}

div.popupBox ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

div.popupBox ul li {
    border-bottom: solid 1px #CCCCCC;
    padding: 4px;
}

div.popupBox ul li.selected {
    background-color: #FFFFEE;
}

div.popupBox ul li a {
    color: #000000;
    text-decoration: none;
}

ul.similar {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

ul.browse {
    border: solid 1px;
    height: 300px;
    overflow: scroll;
}


/* HTML Tags */
a {
  text-decoration:none;
  color:#0066cc;
}
a:hover {
  color:#0066cc;
}
hr {
	border: 0;
	height: 1px;
	background-color: #CCCCCC;
	color:#CCCCCC;
	margin-bottom:1em;
	}
strong {
  font-weight:bold;
}
