/***********************************************************************************************************
* Auto-load User Details on Mouse-Over using Ajax, Jquery and PHP
* Written by Vasplus Programming Blog
* Website: www.vasplus.info
* Email: info@vasplus.info

**********************************Copyright Information*****************************************************
* This script has been released with the aim that it will be useful.
*************************************************************************************************************/


body
{
	font-family: arial;
	font-size:14px;
	margin-top:60px;
}


/* User Details Popup Box */
#vpb_load_user_details_main_wrapper
{
	min-width:200px;
	width:auto;
	height:auto;
	margin:0;
	padding:10px;
	text-align:left;
	background-color: #FFF;
	border: solid 1px #cbcbcb;
	box-shadow: 0 0 15px #cbcbcb;
	-moz-box-shadow: 0 0 15px #cbcbcb;
	-webkit-box-shadow: 0 0 15px #cbcbcb;
	-webkit-border-radius: 6px;-moz-border-radius: 6px;border-radius: 6px;
	font-family:Verdana, Geneva, sans-serif; font-size:12px;
	position:absolute;
    left:0px;
    top:0;
    display:none;
    z-index: 99999999;
}

#vpb_photo_box { width:100px; float:left; text-align:left; }
#vpb_photo_style {-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px; width:90px; height:90px; border:none; }
#vpb_fullname_box { min-width:130px; width:auto; float:left; font-family:Verdana, Geneva, sans-serif; font-size:13px; font-weight:bold; color: #00509F; margin-top:0px; }


.vpb_photo_box { width:110px; float:left; text-align:left; }
.vpb_photo_style {-webkit-border-radius: 10px 0 0 10px;-moz-border-radius: 10px 0 0 10px;border-radius: 10px 0 0 10px; width:100px; height:100px; border:none; }
.vpb_fullname_box { width:380px; float:left; font-family:Verdana, Geneva, sans-serif; font-size:14px; font-weight:bold; color: #00509F; margin-top:5px; }

.vpb_fullname_style A:link {text-decoration: none}
.vpb_fullname_style A:visited {text-decoration: none}
.vpb_fullname_style A:active {text-decoration: none}
.vpb_fullname_style A:hover {text-decoration:underline; font: Arial, Helvetica, sans-serif;color: #00509F;}


.info { border: 1px solid #999; margin: 15px 0px; padding:12px; width: 480px;font: bold 12px verdana;-moz-box-shadow: 0 0 5px #888; -webkit-box-shadow: 0 0 5px#888;box-shadow: 0 0 5px #888;text-shadow: 2px 2px 2px #ccc;-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;font-family:Verdana, Geneva, sans-serif; font-size:11px; line-height:20px;font-weight:normal;color: black;background: #BDE5F8; width:500px;}


.vpb_user_details_wrapper
{
	width:500px;
	margin: 0 auto;
	position:relative;
	padding:10px;
	padding-bottom:0px;
	background-color: #FFF;
	border: solid 1px #cbcbcb;
	box-shadow: 0 0 10px #cbcbcb;
	-moz-box-shadow: 0 0 10px #cbcbcb;
	-webkit-box-shadow: 0 0 10px #cbcbcb;
	-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;
}

.vpb_user_details_inner_wrapper
{
	width:500px;
	margin-bottom:20px;
	float:left;
	background-color: #FFF;
	border: solid 1px #cbcbcb;
	box-shadow: 0 0 10px #cbcbcb;
	-moz-box-shadow: 0 0 10px #cbcbcb;
	-webkit-box-shadow: 0 0 10px #cbcbcb;
	-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;
}