$(function() {
	$('th abbr, .tooltip').qtip({
		   style: {
		      padding: 1,
		      background: '#CFCFCF',
		      color: '#000',
		      textAlign: 'center',
		      'font-size': 11,
		      tip: {
				corner: 'bottomMiddle',
				size: { width: 12, height: 5 }
		      },
		      border: {
		         width: 1,
		         radius: 5,
		         color: '#CFCFCF'
		      },
		      name: 'dark' // Inherit the rest of the attributes from the preset dark style
		   },
		   position: {
			      corner: {
			         target: 'topMiddle',
			         tooltip: 'bottomMiddle'
			      }
			   },
			   show: { effect: 'fade' },
			   hide: { effect: 'fade' }

		});
		
		/*$('.logo-club a[title]').qtip({
		   style: {
		      padding: 1,
		      background: '#CFCFCF',
		      color: '#000',
		      textAlign: 'center',
		      'font-size': 13,
		      tip: {
				corner: 'topMiddle',
				size: { width: 12, height: 5 }
		      },
		      border: {
		         width: 1,
		         radius: 5,
		         color: '#CFCFCF'
		      },
		      name: 'dark' // Inherit the rest of the attributes from the preset dark style
		   },
		   position: {
			      corner: {
			         target: 'bottomMiddle',
			         tooltip: 'topMiddle'
			      }
			   },
			   show: { effect: 'fade' },
			   hide: { effect: 'fade' }

		});*/
});
