body, p, li {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size:   13px;
  line-height:24px;
}


h1 {
	color:#666;
	}

#afterspacer {
	line-height:2px;
}

.alphabet A:link {
background-color:#FFE900; 
text-decoration:none;
color:#000;
}

.alphabet A:visited{
text-decoration:none;
background-color:#FFE900;
color:#333;
}

.alphabet A:active{
	text-decoration:none;
}

.alphabet A:hover{
background-color:#4eb01c;
text-decoration:none;
color:#fff;
}



.projectdetail {
width:710px;
margin-top:3px;
overflow:visible;
line-height:19px;
border:1px dotted #FFF;
}

.projectabstract {
background-color:#FFFCDF; 
margin-top:1px;
margin-bottom:0px;
border-top: 6px solid #fffcdf;
width:99%;
padding-left:1%;
}

.projectdescription {
font-weight:normal;
margin-top:0px;
margin-bottom:6px;
line-height:16px;
padding-left:1%;
padding-top:2px;
padding-bottom:11px;
color:#000;
background-color:#FFFCDF; 
width:99%;

}

#photolink a:link {
padding-top:4px;
font-weight:normal;
font-size:11px;
color:#000;
text-decoration:none;
background-color:#FFFCDF; 
}


.alphabet {
	font-weight:bold;
}

.alphabet a {
	padding:5px;
}

.projectname {
/* inherits from #alphabet */
margin-top:1px;
margin-bottom:4px;
padding-top:5px;
padding-bottom:5px;
}

.unprojectname {
border-top:1px solid #ccc; 
border-bottom:1px solid #ccc; 
background-color:#eee; 
margin-top:1px;
margin-bottom:4px;
padding-top:4px;
padding-bottom:4px;
}

.unprojectname a {
border-top:0px solid #eee; 
border-bottom: 0px solid #eee;
background-color:#eee; 
margin-top:1px;
margin-bottom:8px;
padding-top:4px;
padding-bottom:4px;
}


#tagcloud {
background-color:#FFFCDF;
color:#ccc;
margin-top:49px;
margin-left:766px;
width:240px;
position:absolute;
font-size:large;
line-height:149%;
font-family:Arial, Times New Roman, Times;
}


.taghover{
	background-color:#BDB3BF;
	color:#51005F;
}

#tagcloud A:link {
	background-color:#fff;
	color:#ccc;
}

#tagcloud A:visited{
	background-color:#fff;
	color:#aaa;
}

#tagcloud A:hover{
	background-color:#FF008B;
	color:#fff;
}

#tagcloud A:active{
	background-color:#ccc;
	color:#FFC514;
}

.tagunhighlight {
	background-color:#FFFCDF;
	color:#ccc;
}

.taghighlight {
	background-color:#FFE900;
	color:#999; 
}


/* 
#6694E3; blue
#4EB01C; green
#FF008B; pink
#FFC514; yellow
#BDB3BF; purple
#6694E3; dark blue
#E9FAD0; light green
#FFFCDF; light yellow
*/

  .css1 { font-size: .8em; }
  .css2 { font-size: 1.0em; }
  .css3 { font-size: 1.3em; }
  .css4 { font-size: 1.8em; }

.textlist {
list-style-type: disc;
}



.followme {
/* this is for the home page */
background-color:#FF008B;
color:#ffffff;
font-family:Verdana;
font-weight:lighter;
font-size:10px;
text-decoration:none;
padding:6px;
}

.years {
background-color:#ccc;
color:#fff;
font-family:Verdana;
font-size:8px;
text-decoration:none;
padding:2px;
text-align:center;
}



#mainlist {
list-style-type: none;
}

#mainlist li {
  list-style: none;
  margin:0;
  margin-bottom:4px;
  cursor:pointer;
}


pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}


.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}



/* ************************ LIGHTBOX STUFF *************************** */
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #eee; }
/* ********************* END LIGHTBOX STUFF *************************** */

