/* Fading Tooltips By Dustin Diaz*/
body div#toolTip { position:absolute;z-index:1000;width:240px; background:#000;border:2px double #fff;text-align:left;padding:5px;min-height:1em;-moz-border-radius:5px; }
body div#toolTip p { margin:0;padding:0;color:#fff;font:11px/12px verdana,arial,sans-serif; }
body div#toolTip p em { display:block;margin-top:3px;color:#f60;font-style:normal;font-weight:bold; }
body div#toolTip p em span { font-weight:bold;color:#fff; }

.def {
	color:#1e63ab;
	/*border-bottom:1px dotted #555;*/
}

.def a:link {
	text-decoration:none;
	/*border-bottom:1px dotted #ccc;*/
}

.def a:visited {
	text-decoration:none;
	/*border-bottom:1px dotted #ccc;*/
}

.def a:hover {
	text-decoration:none;
	/*border-bottom:1px dotted #ccc;*/
}

.def a:active {
	text-decoration:none;
	/*border-bottom:1px dotted #ccc;*/
}
