/************/
/* TOOLTIPS */
/************/
.jquerybubblepopup table {
	box-shadow:0 0 0;
	-moz-box-shadow:0 0 0;
}

.jquerybubblepopup tr:nth-child(even) {
	background-color: transparent !important;
}

.jquerybubblepopup td {
	border:none;
}

.labelshowtooltip {
	background:url(images/icons/help_16x16.png) 0 0 no-repeat;
	cursor:pointer;
	width:16px; 
	height:16px; 
	border:none;
	display:inline;
	padding:0px 0px 0px 16px;
	margin-left:.8em;
}

.labelshowtooltip.showLeft {
	margin-left:0;
	margin-right:.5em;
}

.labelshowtooltipSmall {
	background:url(images/icons/help_12x12.png) 0 0 no-repeat;
	cursor:pointer;
	width:12px; 
	height:12px; 
	border:none;
	display:inline;
	padding:0px 0px 0px 12px;
}

.labeledittooltip {
	background:url(images/icons/edit_button.png) 0 0 no-repeat; 
	cursor:pointer;
	margin-left:.8em; 
	width:16px; 
	height:16px; 
	border:none;
	display:inline;
	padding:0px 0px 0px 16px;
}

.labeledittooltipSmall {
	background:url(images/icons/edit_12x12.png) 0 0 no-repeat; 
	cursor:pointer;
	margin-left:1em; 
	width:12px; 
	height:12px; 
	border:none;
	display:inline;
	padding:0px 0px 0px 12px;
}


#faceboxdialog .tooltiparea form {
	box-shadow: 0 0 0;
    background: none;
    border: none;
    display: block;
    padding: 0px;
    text-align:center;
}

#faceboxdialog .tooltiparea form.faceboxform textarea {
	width:97%;
	max-width:97%;
	resize: none;
}

#faceboxdialog .tooltiparea .formbuttonarea {
    clear: both;
    height: 2.2em;
    margin-top:0px;
    width: 100%;
    padding: 0px;
}

#faceboxdialog .tooltiparea .formbuttonarea .submitbutton {
    float:right;
    margin:0px;
}

.jquerybubblepopup .jquerybubblepopup-top-right .close_image {
	border:none;
	opacity: 0.75;
	position:absolute;
	top:8px;
	right:8px;
	z-index:500;
	cursor:pointer;
}



