/**

 * Qlue ToolTip - Content Plugin

 *

 * @author Aaron Harding 

 * @package Qlue ToolTip

 * @license GNU/GPL

 *

 * This plugin will convert a basic syntax of {QlueTip title=[tooltip]}Tool Tip Text{/QlueTip} into a valid tooltip.

 * The user can add extra parameters to the syntax to match their needs. For further information visit http://www.Qlue.co.uk.

 */

 

.toggle {

	cursor: pointer;

}



.qTip { 

}



.default .QTip-tl {

	

}


.default .QTip-t {

}



.default .QTip-tr {
}



.default .QTip-l {

	background: #222;
	border-bottom:4px solid #75AF1D;

	position: relative;
	
}



.default .QTip-content {

	overflow: hidden;
	padding: 10px;
color: #FFF;

}



.default .QTip-r {

	
	

}



.default .QTip-bl {

	
}



.default .QTip-br {

	

}



.default .QTip-b {

	
}



.default .QTip-arrow {

	
}



.QTip-close {

	position: absolute;

	top: 4px;

	right: 5px;

	width: 16px;

	height: 16px;

	background: url(../images/close.png) 0 0 no-repeat;

	cursor: pointer;

}
