/*=======================================================================================*\
|| ######################################################################################||
|| # vBstatistic 1.0.0 Professional Version © by PcFreak                         		#||
|| # Copyright (C) 2006 by Andree Haupt (PcFreak), All rights reserved.          		#||
|| # Email: info@vbstatistic.com														#||
|| # Demo: http://vbstatistic.com														#||
|| #																					#||
|| # For use with vBulletin Version 3.6.0												#||
|| #                                                                                    #||
|| # vBstatistic 1.0.0 Professional Version is to be used in conjunction with VBULLETIN #||
|| # http://www.vbulletin.com | http://www.vbulletin.com/license.html                   #||
|| ######################################################################################||
\*=======================================================================================*/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/

legend
{
	font-size: 11px;
	font-weight: bold;
	padding: 0px 5px 0px 5px;
}

ul {
	font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	font-size: 10pt;
	list-style-type: circle;
}

.bit_title
{
	font-size: 11px;
	font-weight: bold;
	padding: 2px;
}

.bit
{
	font-size: 11px;
	padding: 1px 0px 1px 5px;
}

/******************* vbst tooltips ************/
.tooltip
{
	position: absolute;
	display: none;
}

/***** the container for userinfo layers ******/
.vbstatistic_layer
{
	position:absolute;
}

/* resize useravatar */
.userinfo_image
{
	height: 80px;
	border: 6px ridge;
}