/* --------------------------------------------------
|							|
|               Rasbo Tool-Tip CSS			|
|		 	 copyright © 2008			|
|							|
|		----- Colors ------			|
|		Raspberry:  #C60751			|
|		Dark Blue:  #005DAB			|
|		Light Blue:  #D4E7F7		|
|		Green:  #729D0A			|
|							|
------------------------------------------------- */
/* mt 1.1 */
.tool-tip {
	width: 139px;
	z-index: 13000;
	color: #444444;
	}
 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #005DAB;
	padding: 16px 4px 2px 9px;
	background: url(/images/tooltip.png) top left;
	behavior: url(/js/iepngfix.htc);
	}
 
.tool-text {
	font-size: 11px;
	padding: 2px 4px 8px 9px;
	background: url(/images/tooltip.png) bottom right;
	}

/* mt 1.2 */
.tip {
	width: 139px;
	z-index: 13000;
	color: #444444;
	}

.tip-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #005DAB;
	padding: 16px 4px 2px 9px;
	background: url(/images/tooltip.png) top left;
	behavior: url(/js/iepngfix.htc);
	}

.tip-bottom {
	font-size: 11px;
	padding: 2px 4px 8px 9px;
	background: url(/images/tooltip.png) bottom right;
	}