.vertical-center-image {
	height: auto;
	margin-bottom: auto;
	margin-top: auto;
}

table.left-align tbody tr td {
	text-align:left;
}

.fp-kludge {
	padding-top: 15px;
	display:table-cell;
  vertical-align: middle;
}
div.member-footer {
	background-color: #d25435;
	color: #fff;
	margin-left:-50px;
	padding-left:50px;
	padding-top:10px;
	border-bottom: thin solid #828282;
}
div.member-footer li {
	padding-left:50px;
}

/* for image borders */
img.bordered-img  {
	border: thin solid black;
}
/* to center text over an image */
/* put image & text in this div  */
.container {
  position: relative;
  text-align: center;
  color: white;
}
/* put text in this div */
/* Centered text over image */
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*center images vertically and horizontally  */
.image-centered {
	position: absolute;
	margin:auto;
	top: 0;
	bottom:0;
	left:0;
	right:0;
}

/* Becky's styles for the pubs page */

.publist{
	width:70%;
	margin-top:20px;
	margin-bottom: 20px;
	margin-left:15%;
	padding-left: 60px;
	padding-right:50px;
	padding-bottom: 30px;
	background-color:white;
}

.pubheader{
	text-align:center;
	margin:30px 0;
}

.publi{
	margin-left: 30px;
//	list-style:disc;
	list-style-type: none;
}

.publi a{
	color: #3781d1;
}


.pubyear{
	color:black;
	font-size:1.2em;
	margin-left:-40px;
}

.pubpag{
	text-align:center;
	padding:20px;
	
}

.pubpag a {
	color:#1d2a66;
}

.pubform{
	float:right;
	margin-top:5px;
}
// filled circles for data table
.darkbluedot {
  height: 25px;
  width: 25px;
  background-color: #265a92;
  border-radius: 50%;
  display: inline-block;
}

.medbluedot {
  height: 25px;
  width: 25px;
  background-color: #3781d1;
  border-radius: 50%;
  display: inline-block;
}

// styles for tooltips on collaborative projects sidebar accordion 
.tooltip {
  position: relative;
  display: inline-block;
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 100px;
	font-size:smaller;
  background-color: blue;
  color: #fff;
  padding: 5px;
  border-radius: 6px;
	 top: 100%;
  left: 50%;
/*  margin-left: -30px; */ /* Use half of the width (120/2 = 60), to center the tooltip */
 
  /* Position the tooltip text */
  position: absolute;
  z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
}

h2 a:hover, h3 a:hover, h5 a:hover {text-decoration: underline;
}

/* bold text for buttons */
.bold-text {
	font-weight:bold;
}

/* border for wraps in pubs page */
.pub-page-border-top {
border-top :1px solid #e8e8e8;
}
.pub-page-border-bottom {
border-bottom :1px solid #e8e8e8;
}

.pub-page-border-left {
border-left :1px solid #e8e8e8;
}

.pub-page-border-right {
border-right: 1px solid #e8e8e8;
}
.center-bold {
	text-align: center;
	font-weight: bold;
}