div.errorMessageDEPS {
  text-align: center;
  margin-top: 10px;
	font-weight: bold;
	color: #990000;
}

.hidden{
  display: none;
}

.rightAlignedLink {
  float:right;
}

span.alreadyAddedExclamation {
  margin-right: -20px; 
  margin-top:-6px;
}

span.comparePvDisplayCell {
  white-space:nowrap; 
  font-size:11px; /*Otherwise, it gets overridden by another rule.*/ 
}

/*Fix lack of padding for asiForm2 fieldsets.*/
h2.asi2Fieldset span { 
  padding-left: 5px;
}

#bulkPvUpdateVariableSelect .listDisplay {
  height:340px; 
  overflow-y:auto;
}

/* Set Object details Layout for Dashboards */
/*
.leftCol{
  display:inline;
  width:20%;

  float:left;
  text-align: left;
  font-weight: bold;
  font-size: 10pt;
  width:20%;
  margin:5px;
}
*/
/*
.rightCol{
  display:inline;

  float:left; 
  text-align: left;
  font-size: 10pt;
  width:65%;
  margin:5px;
  white-space:normal;
}
*/