/* The hint to Hide and Show */
.hint, .hint_title, .hint_content, .hint_email{
   	visibility: hidden;
    position: relative;
    left: 15px;
    width: 200;
    margin-top: -4px;
    border: 1px solid #c93;
    padding: 10px 12px;
    /* to fix IE6, I can't just declare a background-color,
    I must do a bg image, too!  So I'm duplicating the pointer.gif
    image, and positioning it so that it doesn't show up
    within the box */
    background: #ffc url('../img/pointer.gif') no-repeat -10px 5px;
}

/* The pointer image is hadded by using another span */
.hint-pointer {
    position: absolute;
    left: -10px;
    top: 5px;
    width: 10px;
    height: 19px;
    background: url('../img/pointer.gif') left top no-repeat;
}

/*

div.star-rating{float:left;width:34px;height:30px;text-indent:-999em;cursor:pointer;display:block;background:transparent;overflow:hidden}
div.star-rating,div.star-rating a{background:url('../img/rating_star_large.gif') no-repeat 0 0px}
div.rating-cancel a,div.star-rating a{display:block;width:32px;height:100%;background-position:0 0px;border:0}
div.star-rating-on a{background-position:0 -32px!important}
div.star-rating-hover a{background-position:0 -64px}


*/

/* The hint to Hide and Show */
.hint, .example_hint {
   	visibility: visible;
	display:none;
    width: 300px;
    margin-top: -4px;
    border: 1px solid #c93;
    padding: 5px 12px;
	z-index: 2;
    /* to fix IE6, I can't just declare a background-color,
    I must do a bg image, too!  So I'm duplicating the er.gif
    image, and positioning it so that it doesn't show up
    within the box */
    background: #ffc url('../img/pointer.gif') no-repeat -10px 5px;
}

/* The pointer image is hadded by using another span */
.hint .hint-pointer {
    width: 10px;
    height: 19px;
    background: url('../img/pointer.gif') left top no-repeat;
}

.example_hint page_id
.example_hint .hint-pointer {
    width: 10px;
    height: 19px;
    background: url('../img/pointer.gif') left top no-repeat;
}

div.error-message {
	font-size:14px;
}
div.solidframe {
	z-index:1;
}
div.checkbox {
  float:left;
  margin-right:20px;
}



.tooltip {
	display: none;
	position: absolute;
	padding: 10px 13px;
	z-index: 2;
	width:350px;

	background-color: #ffc;
	border: 1px solid #c93;

	font-size: 12px;
	line-height: 18px;
	text-align: left;
	color:#333333;
	text-decoration:none;
}
.item {
    font-size:140%;
	cursor:pointer;
	font-weight:bold;
	color:#2176BE;
	text-decoration:underline;
}
.hint_content_title {
	/* cursor:pointer; */
	text-decoration:underline;
}
