#msg1 a:link {
	  background-color: blue;
	  color: white;
	  text-align: center;
	  text-decoration: underline;
	  display: inline-block;
	}
		
#msg1 	a:hover, a:focus {
	  background-color: red !important;
	}
#msg1 	a:active {
	color: blue;
	background-color: white !important;
		
	}
#msg1 	a:visited {
	  background-color: gray !important;
	  }
.pargNbr a:link {
	text-decoration: none !important;
	background-color: white !important;
	color: black !important;
}	  
.pargNbr a:focus {
	text-decoration: none !important;
	background-color: white !important;
	color: black !important;
}	  
.pargNbr a:visited {
	text-decoration: none !important;
	background-color: white !important;
	color: black !important;
}	  
visited {
	  background-color: gray !important;
}
active {
	color: blue;
	background-color: white !important;
}
.image {
  display: block;
  text-align: center;
  border: 5px solid white;
  -moz-box-shadow: 0 0 5px #888;
  -webkit-box-shadow: 0 0 5px#888;
  box-shadow: 0 0 5px #888;
}

.image img, .image span {
  display: block;
}

.image span, .image figcaption {
  text-align: center;
  margin-top: 8px;
  font-style: italic;
}
.tooltip {
	border-bottom: 1px dotted green;
}
.highlightNarration {
    background-color: yellow;
}
.prevTutorial {
	text-align: left;
	font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
}
.nextTutorial {
	text-align: right;
	font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
}
/*.gridCellCandidateContainer, .gridCellInputContainer, */
.gridCellValue {
	background: white;
}
	  	  
