/* CSS Document */

/* text */
span.glossaryQTtext, span.glossaryQTheader, span.glossaryQT {
	font-size:11px; 
	font-family:Arial, Helvetica, sans-serif;
	color:#4d4d4d;
	font-wieght:bold;
	word-wrap: break-word;
}

span.glossaryQTtext {
	/* body of qt */
	font-wieght:none;
}

span.glossaryQTheader {
	/* title of QT */
	color:#25749b;
	font-weight:bold;
}

span.glossaryQT {
 	/* Quick Definition*/
}

span.qttext {
	visibility: hidden;
	display:none;
}
	
/* frame */
div.articletip {
	visibility: hidden; 
	display:none;
	width:390px;
	border:0px solid #666666; z-index:9999999999;
}

div.articletip div.qt_main_left {
	width:390px;
}

div.qt_body {
	width:307px; 
	/* float:right; */
}

div.qt_header {
	height:35px; 
	width:307px; 
	background-image:url(../images/quicktips/top.gif); 
}

div.qt_title {
	/* qt name | quick def */
	width:283px; 
	background-image:url(../images/quicktips/text-header.gif); 
	background-repeat:repeat-y; 
	padding:2px 12px 0 12px; 
	text-align:center;
	padding-bottom:7px;
}

div.qt_content {
	width:263px; /* 283 */ 
	background-image:url(../images/quicktips/text-background.gif); 
	background-repeat:repeat-y; 
	padding:12px 22px 0px 22px; /* 2 12 0 12  // 2+12+12+283 */
	line-height:15px;
}

div.qt_footer {
	height:27px; 
	width:307px; 
	background-image:url(../images/quicktips/bottom.gif);
}

img.qt_point_ur {
	float:left; 
	margin-left:-4px;
	display:none;
	visibility:hidden;
}
img.qt_point_ul {
	float:right; 
	margin-right:-3px;

	display:none;
	visibility:hidden;
}
