@import url();

/*widget header - changes font size to em and
 add gradient with transparent background to allow custom heading colours*/
.ui-widget-header { 
	border: 1px solid #ccc; 
	background: #ccc url(img/helpTips/helpTipPopupHeaderGradient.png)  repeat-x; 
	color: #333; 
	font-weight: bold; 
	font-size: 1em;
}

/* start custom styles for help tips */
.ui-helpTip{
	display:none; 
	font-size: 0.8em;	
	color:#333;
}

.ui-helpTip_reference{
	font-style:italic;
	color:#999;
	text-align: right;
	font-size: 0.8em;
}

.ui-dialog{
	position: fixed;
	top: 100px;
}

/* end custom styles for help tips */
