/*** hover elements for additional help **************************************/

.nu_help {
  position: relative;
}

.nu_help img {
  margin-bottom: -2px;
}

.nu_help span {
  display: none;
  position: absolute;
  top: -4px;
  left: 0;
  background-color: #FFFCD8;
  color: #000;
  font-size: 11px;
  padding: 5px 5px 0 5px;
  border: 1px solid #BBB;
  width: 250px;
  -webkit-box-shadow: 0 5px 10px #666;
  -moz-box-shadow: 0 5px 10px #666;
  box-shadow: 0 5px 10px #666;
  z-index: 100;
}

.nu_help:hover span {
  display: block;
}

.nu_help p {
  margin-bottom: 5px;
}


/*** corrections for Safari **************************************************/

@media screen and (-webkit-min-device-pixel-ratio:0) {
  .nu_help:hover span {
    top: -3px;
  }
}


/*** NUREGAjaxStarRating *****************************************************/

.nu_rating_star {
	display: block;
	float: left;
	width: 16px;
	height: 16px;
	cursor: pointer;
	background-image: url('../images/star.gif');
}

.nu_rating_star.nu_disabled {
	cursor: auto;
}

.nu_rating_star_hover {
	background-position: 0px -32px;
}

.nu_rating_star_active {
	background-position: 0px -16px;
}

.nu_rating_reset {
	display: block;
	float: left;
	width: 16px;
	height: 16px;
	cursor: pointer;
	background-image: url('../images/star_reset.gif');
}

.nu_rating_reset:hover {
	background-position: 0px -16px;
}


/*** NUREGQualifierEditor ****************************************************/

.nu_search_title {
	line-height: 2em;
}

.nu_search_favorites {
	text-transform: none;
	float: right;
}

.nu_search_favorites_list {
	float: right;
}

.nu_search_favorites_dialog_fields {
	overflow: hidden;
	padding: 5px;
}


/*** NUREGFormChanges ********************************************************/

.nu_button_disabled {
	color: lightgrey;
}

/*****************************************************************************/
