.bigcore_tooltip
{
	position :absolute;
	font-size : 11px;
	padding : 8px;
	border : 1px solid #cccccc;
	display : none;
	color: #333333;
	background-color : #FCF9C2;
	-moz-border-radius : 5px;
	border-radius : 5px;
	cursor:pointer;
}

	.bigcore_tooltip a
	{
		text-decoration : none;
		color : #025A8D;
	}
	
	.bigcore_tooltip a:hover
	{
		text-decoration : underline;
	}
	
	.tooltip_icon
	{
		height : 16px;
		width : 16px;
		padding : 0px 0px 0px 4px;
		background : transparent URL(images/tooltip_icon.png) bottom right no-repeat;
	}
	
	.float_left
	{
		float: left;
		
	  }
	  
	.clear_right
	{
		clear: right;
	  }
	  
.floatright
{
	float: left;
	margin:  10px 10px 0 0;
	border: 1px solid #666;
	padding: 2px;
}