/* Members.css for Members pages of AkNPS.org */

p {
  font: 1em/160% Verdana, Arial,   Helvetica, sans-serif;
  color: #000;
  background: none;
  padding: 5px 0 0 0;
}

table {
  font: .9em/160% Verdana, Arial, Helvetica, sans-serif;
  color: #000;
  background: none;
  padding: 10px 0 0 0;
}



img {
	 margin-top: 5px;
	 margin-right: 5px;
	 margin-bottom: 5px;
	 margin-left: 5px;
}


.contentBody{
	width:70%;
	margin-left:3%;
}

.forgotpassword {
         font-style: normal;
	 line-height: 10px;
	 font-weight: 500;
	 font-size: 10px;
}

.signuperrors {
         font-style: normal;
	 line-height: 13px;
	 font-weight: 500;
	 font-size: 13px;
	 color: #ff0000;
}




.GenusSpeciesTitle {
	 font-family: Arial, 	Helvetica, sans-serif;
	 font-size: 24px; font-style: italic;
	 line-height: 24px; font-weight: 600;
	 color: #000000;
	 text-indent: 0px;
	 margin-top: 10px;
	 margin-right: 5px;
	 margin-bottom: 5px;
	 margin-left: 0px;
	 padding-right: 0px;
	 padding-left: 10px;
	 padding-top: 0px;
	 padding-bottom: 0px;
	 vertical-align: middle;
	 text-align: left;
	 clip:   rect(   );
}


li {
    left: 0px;
}



.fieldtripForm {
	 width:700px;
	 font-family: Verdana, Arial, Helvetica, sans-serif;
	 font-size: 13px;
	 font-style: normal;
	 font-weight: normal;
	 color: #000000;
	 background-image: none;
	 margin-right:5px;
	 margin-left: 10px;
	 margin-bottom: 5px;
	 margin-top: 5px;
}


.MWimgBoxLeft {
	 float: left;
	 clear: left;
  	 width:250px;
	 margin-left: 0px;
	 margin-top: 10px;
	 margin-right: 10px;
	 margin-bottom:10px;
	 border: 1px solid ;
	 border-color:#497436;
	 }

.imgInBox {
         margin-top: 5px;
         margin-right: 5px;
  	 margin-left: 5px;
 	 }

.MWimgCaption{
 	 float:left;
	 clear:left;

	 padding-left: 5px;
	 padding-top: 5px;
	 padding-right: 5px;
  	 padding-bottom: 5px;
	 font: 14px Arial;
  	 font-style: normal;
	 line-height: 16px;
	 font-weight: 700;
	 color: #497436;
 	 }

.CaptionReference{
         font: 14px Arial;
  	 font-style: normal;
	 line-height: 16px;
	 font-weight: 400;
	 color: #497436;
 	 }



.hiresDownload{
         font: 12px Arial;
  	 font-style: normal;
	 line-height: 16px;
	 font-weight: 400;
	 color: #497436;
 	 }


/*   These are default <a> links with red for the hover state. The default
   IE colors for links and visited links use #0000FF for links
   and #7F007F for visited links */

a:link {
	/*color: #0000FF;*/
	text-decoration: underline;
      	display: inline;
	padding:0px;
}

a:visited {
	/*color: #7F007F; */
	text-decoration: underline;
     	 display: inline;
	padding:0px;
}

a:active {
	/* color: #0000FF; */
	text-decoration: underline;
      	display: inline;
	padding:0px;
}

a:hover {
	color: red;
	background-color: #FFFFFF;
	text-decoration: underline;
     	display: inline;
	padding:0px;
}

p.p1L:first-letter {
	font-size:225%;
	font:Garamond;
	float:left;
	color:green;
	line-height:100%;
	}
