.navLink_member {
  margin-right: 20px;
  color: #4F8100;
}

.navLink_member:hover {
  color: black;
}

.mainPanel {
  margin-left: auto;
  margin-right: auto;
  width: 980px;
  background-color: #FAFAFA;
}

.topPanel {
  height: 183px;
  background-image: url('images/logoTop.jpg');
}

.navPanel {
 height: 23px;
 background-image: url('images/navBack.gif');
 background-repeat: repeat-x;
 padding-top: 0px;
 padding-left: 40px;
 margin-bottom: 0px;
}

.contentPanel {
  margin-top: 0px;
  min-height: 350px;
  padding: 40px;
  border-left: 1px solid #DDDDDD;
  border-right: 1px solid #DDDDDD;
}

.bottomPanel {
 height: 32px;
 background-image: url('images/bottom.jpg');
}

a {
  text-decoration: none;
  color: #148DAC;
}

.navLink {
  margin-right: 20px;
  color: #4F8100;
  font-weight: bold;
}

.navLink:hover {
  color: black;
}

h1 {
  margin-top: 0px;
  font-size: 20pt;
  font-weight: normal;
  color: #148DAC;
}

h2 {
  font-size: 16pt;
  font-weight: normal;
  color: #888888;
}

h3 {
  font-size: 11pt;
  font-weight: normal;
  color: #148DAC;
  margin-bottom: 4px;
}

p {
  margin-top: 0px;
  text-align: justify;
}

.imageRight {
  border: 1px solid #DDDDDD;
  padding: 10px;
  background-color: white;
  float: right;
  margin-left: 20px;
  border-bottom: 2px solid #DDDDDD;
}

.imageLeft {
  border: 1px solid #DDDDDD;
  padding: 10px;
  background-color: white;
  float: left;
  margin-right: 20px;
  border-bottom: 2px solid #DDDDDD;
}

.myImage {
  border: 1px solid #DDDDDD;
  padding: 10px;
  background-color: white;
  margin-right: 20px;
  margin-left: 20px;
  border-bottom: 2px solid #DDDDDD;
}

.thumbImage {
  border: 1px solid #DDDDDD;
  padding: 10px;
  background-color: white;
  border-bottom: 2px solid #DDDDDD;
}

.clearPanel {
  height: 1px;
  clear: both;
}

ul {
  list-style-position: inside;
}

a.tooltip {text-decoration:none;}
.tooltip span.info{display:none;}
.tooltip span.usersinfo{display:none;}
.tooltip:hover span.info{display:block;position:absolute; border:solid 1px #34A4DA; width:250px; color:#000000; height:auto; background-color:#FFFFFF;}
.tooltip:hover span.usersinfo{display:block;position:absolute; border:solid 1px #34A4DA; width:130px; color:#000000; height:auto; background-color:#FFFFFF;}
