.cbutmap:hover {
    background-color: Cyan;
    cursor: pointer;
}
.cbutnote:hover {
    background-color: Cyan;
    cursor: pointer;
}
.cbutnotesav:hover {
    background-color: Cyan;
    cursor: pointer;
}
.cbutnotecan:hover {
    background-color: Cyan;
    cursor: pointer;
}
.nopos {
  color: navy;
  font-weight: bold;
  font-size:110%;
  background-color: lightskyblue;
  margin-right: 4px;
  border:2px solid silver;
  padding-left:10px;
  padding-right:10px;
}
.ctanote {
  width: 540px;
  margin-top: 3px;
  margin-left: 3px;
}
#username {
   background-color: Lavender;
   border-style: hidden;
}
.cbutnote {
   color: navy;
   background-color: lightskyblue;
   font-size:90%;
   font-weight: bold;
   height: 26px;
   margin-left: 20px;
}
.cbutmap {
   color: navy;
   background-color: lightskyblue;
   font-size:90%;
   font-weight: bold;
   height: 26px;
   margin-left: 2px;
}
.cbutnotesav {
   color: navy;
   background-color: lightskyblue;
   font-size:90%;
   font-weight: bold;
   height: 26px;
   margin-left: 5px;
   width: 69px;
}
.cbutnotecan {
   color: navy;
   background-color: lightskyblue;
   font-size:90%;
   font-weight: bold;
   height: 26px;
   margin-left: 5px;
   width: 69px;
}
.cdivnote {
  display: none;
  /*border: 1px;
  border-style: solid;*/
  width: 640px;
  margin-top: 2px;
  background-color: honeydew;
}
.cdivmap {
  display: none;
  width: 640px;
  height: 360px;
  margin-top: 2px;
  background-color: honeydew;
}
.chr {
  width:640px;
}
hr {
  display: block;
  width: 640px;
  height: 4px;
  margin-left: 0px;
  border-width: 1px;
  background-color: darkblue;;
}
#sidebar {
  position: fixed;
  top: 0;
  left: 0;
  color: navy;
  margin: 0 200px 0 0;
  width: 200px;
}
#sidebar img {
  border-style: none;
  padding-left: 10px;
}
#sidebar p {
  font-family: "Times New Roman", serif;
  font-size: x-large;
  font-weight: bold;
  text-align: center;
  margin: 15px 0 15px 0;
  color: navy;
}
#blogselect {
  position: absolute;
  margin: 15px 0 4px 200px;
  color: navy;
}
.ablogsel:link, .ablogsel:visited {
  color: navy;
  background-color: lightskyblue;
  width:30em;
  text-align:left;
  padding:5px;
  text-decoration:none;
  float: left;
  font-size:large;
  font-weight: bold;
  border:1px solid navy;
}
.ablogsel:hover {
  background-color: aqua;
}
.ablogsela:active {
  background-color: palegreen;
}
body {
    background-color: Lavender;
}
/*#form {*/
    /*left: 10px;*/
/*}*/
#formhead {
    position: relative;
    top: 0px;
    margin-left: 5px;
    /*height: 100px;
    width: 100%;
    z-index: 999;*/
}
#formbody {
    position: relative;
    margin-left: 5px;
}
h2 {
    margin-bottom: 0px;
    margin-top: 0px;
}
h3 {
    margin-bottom: 0px;
    margin-top: 0px;
    font-size: 120%
}
.tripsel {
    background-color: mediumspringgreen;
    font-size: 118%;
    font-weight: normal;
}
p.evtitle {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 120%;
    font-weight: bold;
    width: 640px;
    background-color: mintcream;
    /*padding-bottom: 2px;*/
}
p.evtext {
    margin-top: 0px;
    margin-bottom: 2px;
    font-size: 115%;
    width: 640px;
    background-color: mintcream;
    /*padding-bottom: 2px;*/
}
p.notext {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 2px;
    font-size: 115%;
    width: 637px;
    padding-bottom: 1px;
}
p.imgtext {
    margin-top: 0px;
    font-size: 100%;
    width: 640px;
}
.webimg {
    margin: 0;
    padding: 0;
    border: 0;
}
.popimg {
    margin: 0;
    padding: 0;
    border: 0;
}
.amap:link, .amap:visited {
    font-size:90%;
    /*display:block;*/
    color: navy;
    background-color: lightskyblue;
    width:14em;
    text-align:center;
    padding:1px;
    margin-top: 3px;
    text-decoration:none;
    /*float: left;*/
    border: 1px solid navy;
}
.amap:hover {
    background-color: aqua;
}
.amap:active {
    background-color: aqua;
}
.black_overlay{
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index:1001;
    -moz-opacity: 0.5;
    opacity:.50;
    filter: alpha(opacity=50);
}
.popup {
    background-color: Lavender;
    padding: 0;
    border: 0;
    margin: 0;
}
.pophref {
    background-color: Gray;
}
.white_content {
    display: none;
    position: absolute;
    border: 5px;
    border-style: ridge;
    border-color: Silver;
    background-color: Gray;
    z-index:1002;
    /*overflow: auto;*/
}


