
/*------------------------------------------------------------------------------------
* Filename: prototips.css
* Version: 1.0.0 (2008-04-18)
* Website: http://www.rescuehelicopter.com.au
* Author: Nick Stakenburg
* Description: Handles the tool tips function.
    ------------------------------------------------------------------------------------*/

.prototip { 
	position: absolute; 
}

.prototip .effectWrapper { 
	position: relative; 
}

.prototip .tooltip { 
	position: relative; 
}

.prototip .content { 
	clear: both; 
}

.prototip .default { 
	width: 100%; 
	color: #fff; 
}

.prototip .default .content { 
	background: url(../images/nav_background.jpg) repeat-x #0d366c; 
	font-size: 12px; 
	padding: 10px;
}
