@import "default.css";

body {
  color: #000000;
}

.outerWrapper {
  height:1439px;
  width:760px;
  margin:0px;
  margin-top:10px;
  margin-bottom:10px;
  padding:0px;
  border:0px;
  margin-left:auto;
  margin-right:auto;
  box-shadow: 0px 0px 1px 1px #dda;
  /* added after setting up dark mode, for consistency */
  background-color:white;
  padding:8pt;
  border-radius:8pt;
}

.header {
  width:760px;
  height:440px;
  /* border:1px solid #a0a0a0; */
  /* border-top-right-radius:8pt;
  border-top-left-radius:8pt;
  -moz-border-top-right-radius:8pt;
  -moz-border-top-left-radius:8pt;
  -webkit-border-top-right-radius:8pt;
   -webkit-border-top-left-radius:8pt; */
  border-bottom:0px;
  padding-top:20px;
  position: absolute;
  margin-left:0px;
  text-align: center;
  color: #000000;
  background-color:white;
}

.wrapper {
  top:504px;
  width: 760px;
  height: 980px;
  padding:0px;
  margin:0px;
  position: absolute;
  background-color:white;
  margin-top:8px;
  /* border-radius:8px;
  -moz-border-radius:8px;
   -webkit-border-radius:8px; */
}

/*a, a:visited,a:hover,a:visited:hover { */
/* text-decoration: none; */
/* color: black; */
/*}*/

a.itemLink {
  text-decoration: none;
  display: block;
  padding:4px;
  padding-right: 16px;
  padding-left: 16px;
  cursor: pointer;
  border:1px solid white;
}

a.itemLink,a.itemLink:hover {
  font-weight: bold;
  color: #004000;
}

a.itemLink:visited,a.itemLink:visited:hover {
  color: #608060;
}

a.itemLink:active,a.itemLink:visited:active,a.itemLink:active:hover,a.itemLink:visited:active:hover {
  background-color: #ffffc0;
  /* border: 1px solid #e00000; */
  color: #408040;
}

a.itemLink:hover,a.itemLink:visited:hover {
  background-color: #f0f0f0;
  /* border: 1px solid #808080; */
  
}

span.itemDesc {
  font-style: italic;
  font-weight: normal;
  padding-left: 16px;
  display: block;
  color: #002000;
}

.leftCol {
  background: url("../images/knight_island_kayak_small.jpg") no-repeat;
  position: absolute;
  width:256px;
  height: 960px;
  /* height: 986px; */
  padding-top:20px;
  overflow: hidden;
  margin:0px;
  /* border:1px solid #a0a0a0; */
  border-right:0px;
  border-bottom:0px;
  /* border-bottom-left-radius:8pt;
  -moz-border-bottom-left-radius:8pt;
   -webkit-border-bottom-left-radius:8pt; */
  /* border-top:0px; */
}

.listItem {
  background: #404040;
  /* border:1px solid #a0a0a0; */
  border-right:0px;
  opacity: 0.70;
  filter: alpha(opacity=70);
  color:#ffffff;
  cursor: pointer;
  padding: 4px;
  padding-left:8px;
  margin-left: 24px;
  padding-right:0;
  /* margin-top: 4px; */
  width: 260px;
}

.listItem:hover {
  opacity: 1.0;
  filter: alpha(opacity=100);
  background-color:#000000;
}

.contentPage {
  visibility: hidden;
  position: absolute;
  top:0px;
  left: 256px;
  width: 504px;
  height: 972px;
  background-color: #ffffff;
  overflow: auto;
  border:0px;
  padding:0px;
  /* border:1px solid #a0a0a0; */
  /* border-bottom-right-radius:8pt;
  -moz-border-bottom-right-radius:8pt;
   -webkit-border-bottom-right-radius:8pt; */
  /*border-left:0px;
  padding:4px;
  border-top:0px;
   padding-top:0px; */
}

select,input {
  /* background-color: #c0e0ff; */
  /* background-color: #b5bead; */
  background-color: #d9ded5;
  color: #000000;
}

a:hover,a:visited:hover,a:hover img, a:visited:hover img {
  background-color: #c0e0ff;
}

