  .portlist{
  list-style-type:none;
  margin:0px;
  padding:0px;
  margin-left:10px;
}

.portlist li{
float:left;
margin-right:10px;
margin-bottom:10px;
}

.portlist img{
	border: 2px solid #999999;
}

  .imgHdg{
	display:block;
	color: #000000;
	border-top: 1px dotted #666666;
	margin-top:5px;
	font-size: 100%;
  }


/* The following CSS is for tooltips on the portfolio pages */
a.tooltips {
    position: relative;
	text-decoration: none;
}

a.tooltips span {
	display: none;
}

a.tooltips:hover {
  background-color: #ffffff;
}

 /* The above hover change defeats the IE/Win display changing bug */
a.tooltips:hover span {
	position:absolute;
	top: 100px;/*this works in IE. but for mozilla, top needs to be set to 0*/
	left: 0px;
	display: block;
	border: 1px dotted #CCCCCC;
	color: black;
	width: 200px;
	padding: 5px;
	text-decoration:none;
	background-color: #FFFFFF;
  }
  
  .cname{
	background-color:#6CB325;
	padding: 2px;
	color: #FFFFFF;
	font-weight: bold;
	display: block;
	margin-bottom:2px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000099;
  }
  /* End of tooltip styles */
  



