
h1, h2, h3 {color: #423d44;
	font-family: arial;
}
body, p, ul, td {
  font-family: arial, helvetica, sans-serif;
  font-size:   13px;
  line-height: 18px;
}

.even { 
   background: #efefef; 
}

.odd {
   background: #a5a5a5;
} 

.leaderfish {
  white-space:nowrap;
  
}

#navcontainer ul {
   padding-left: 0;
   margin-left: 0;
   background-color: #036;
   color: White;
   float: left;
   width: 100%;
   font-family: arial, helvetica, sans-serif;
}

#navcontainer ul li {
   display: inline; 
}

#navcontainer ul li a {
    padding: 0.2em 1em;
    background-color: #036;
    color: White;
    text-decoration: none;
    float: left;
    border-right: 1px solid #fff;
}

#navcontainer ul li a:hover {
    background-color: #369;
    color: #fff;
}

.fish_name {
    font-size:16px;
    font-weight:bold;
    color: blue;
}

/* Base style for contents of <LI> */

.base_style {
    font-size:14px;
}
.points {
   color:#660000;
   font-size:16px;
   font-weight:bold;
}

.photo_url{
    color:#ff0000;
    font-style:italic;
}

.thumbnail {
    position:relative;
    margin:3px;
    margin-left:30px;
    border:1px solid;
    vertical-align:middle;

}

img  { 
	border-style: none;
}

.list-line-odd {
   background: #e0f8f8;
}

.list-line-even {
   background: #f8b0f8;
}

#loginbox {
   position: absolute;
   vertical-align: top;
   float: none;
   text-align: right;
   top: 10px;
   right: 10px;
   width: 240px;
   height: 100px;
   bottom: 10px;
}

#bannerright{
   margin-right: 0px
}

#banner{
   float: none;
   height: 80px;
}

/* drop down navigation stuff */

#navigation {
   float: left;
   width: 100%;
  height: 30px;
  list-style-type: none;
  font: normal 12px Arial, Tahoma, Verdana, sans-serif;
  background: #ccc;
}

#navigation li {
  display: inline;
  float: left;
  height: 30px;
  position: relative;
  list-style: none;
  margin:0 6px;
}

#navigation li a {
  display: block;
  padding: 6px 8px;
  color: #0B54A6;
  text-align: center;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
}

#navigation ul {
  display: block;
  position: absolute;
  left: -10px;
  top: 30px;
  width: 140px;
  padding: 1px 8px 8px 8px;
}

#navigation ul li {
  float: left; /*For Gecko*/
  display: block !important;
  display: inline; /*For IE*/
  margin: 0;
  padding: 0;
  line-height: normal;
  height: 30px;
  width: 140px;
}

#navigation ul li a {
  display: block;
  margin: 0;
  padding: 8px;
  font-weight: normal;
  background: #f0f0f0;
  text-align: left;
  line-height: normal;
}

#navigation ul li a:hover {
  color: #f0f0f0;
  background: #0a4395;
}




