
/*	MODIFIED wt_csstooltip STYLES */
abbr, acronym, span.abbr, a.hi-dict-word {
	color:#333 !important;
	cursor: help;
 	border-bottom: 1px dashed #777;
 	/* border-top: 1px dashed #777; */
 	padding:0 0px;
 	text-decoration:none !important;
	
}

a.hi-dict-word:hover{
	text-decoration:none !important;
	background:#f2f2f2;
}



/*	DEFAULT wt_csstooltip STYLES */
/*

a.wt_csstooltip {
    position: relative;
    z-index: 240;
	color: #3E3E3E;
    cursor: help;
}
a.wt_csstooltip:hover { 
	z-index: 250; 
	text-decoration: none; 
    background-color: #eee;
}
a.wt_csstooltip dfn {
	display: none;
	font-style: normal;
	z-index: 250; 
}
a.wt_csstooltip:hover dfn {
    display: block;
    position: absolute;
    top: 2em;
    left: 2em;
	width: 250px;
	height: 50px;
	overflow: hidden;
    font-size: 11px;
	color: white;
	font-weight: normal;
	background-image: url(/fileadmin/conject/administration/img/header_bg.jpg);
	background-color: #3668B1;
	z-index: 999999; 
	padding: 5px;
}

*/


