/* 
    Document   : foodsability.profilecard
    Created on : 16 พ.ค. 2554, 1:57:28
    Author     : Komsit
    Description:
        Purpose of the stylesheet follows.
*/

#globalProfileCard {
    border: 4px solid ;
    background: #fff;
	padding-bottom: 5px;

    position: absolute;
    z-index: 100000;

	-moz-box-shadow:  2px 2px 6px rgba(0,0,0,0.5);
	-webkit-box-shadow:  2px 2px 6px rgba(0,0,0,0.5);
	box-shadow: 2px 2px 6px rgba(0,0,0,0.5);
}

#globalProfileCard .profileCard {
    color: #333;
}
#globalProfileCard .profileCard .header {
	padding: 5px 5px 3px;
	background: #D6D6D6;
	max-width: 200px;
}
	#globalProfileCard .profileCard .avatar{ 

	}
		#globalProfileCard .profileCard .avatar img{
			padding: 2px;
			border: 1px solid #BBB;
			background: #FFF;
			width: 25px;
			position: absolute;
			top: 3px;
			left: 3px;
		}
	#globalProfileCard .profileCard .name { 
		float: left;
		font-weight: bold; 
		font-size: 17px; 
		margin-left: 35px;
		margin-bottom: 5px;
		margin-top: 7px;
	}
#globalProfileCard .profileCard .socialInfo { margin-top: 15px; padding: 0 10px; }
#globalProfileCard .profileCard .socialInfo .infobox {
    float: left;
    margin-right: 20px;
    padding: 0 0 0 30px;
	width: 40px;
}
#globalProfileCard .profileCard .socialInfo .infobox.last { margin-right: 0; }
#globalProfileCard .profileCard .socialInfo .infobox.comments {
    background: url('img/icon/ico_commentBubble.png') no-repeat top left;
    height: 22px;
}
#globalProfileCard .profileCard .socialInfo .infobox.pics {
    background: url('img/icon/ico_pics.png') no-repeat top left;
    height: 20px;
}

#globalProfileCard .profileCard .socialInfo .infobox.rests {
    background: url('img/icon/ico_rests_mini.png') no-repeat top left;
    height: 20px;
}
#globalProfileCard .profileCard .socialInfo .infobox.followers {
    background: url('img/icon/ico_fans_mini.png') no-repeat top left;
    height: 20px;
}

#globalProfileCard .profileCard .profileActions{
	border-top: 1px dashed #BBB;
	margin: 3px 10px 0;	
}
#globalProfileCard .profileCard .profileActions .actionBtn{
    margin-top: 5px;
	margin-right: 5px;
    height: 30px;
	width: 40px;
	
	border: 1px solid #BBB;
	
	background: #F8F8F8;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#F8F8F8),to(#ECECEC));
	background-image: -webkit-linear-gradient(top,#F8F8F8,#ECECEC);
	background-image: -moz-linear-gradient(top,#F8F8F8,#ECECEC);
	background-image: -ms-linear-gradient(top,#F8F8F8,#ECECEC);
	background-image: -o-linear-gradient(top,#F8F8F8,#ECECEC);
	background-image: linear-gradient(top,#F8F8F8,#ECECEC);
	color: #555;
	
	border-radius: 5px;
	-moz-border-radius: 5px;
	display: inline-block;
	cursor: pointer;
}
	#globalProfileCard .profileCard .profileActions .actionBtn:hover{
		text-decoration: none;
		background: #CECECE;
		background-image: -webkit-gradient(linear,left top,left bottom,from(white),to(#CECECE));
		background-image: -webkit-linear-gradient(top, white,#CECECE);
		background-image: -webkit-linear-gradient(top,white,#CECECE);
		background-image: -moz-linear-gradient(top, white,#CECECE);
		background-image: -ms-linear-gradient(top, white,#CECECE);
		background-image: -o-linear-gradient(top, white,#CECECE);
		background-image: linear-gradient(top,white,#CECECE);

			-moz-box-shadow:  0px 0px 1px 2px rgba(0, 0, 0, 0.2);
			-webkit-box-shadow:  0px 0px 1px 2px rgba(0, 0, 0, 0.2);
			box-shadow: 0px 0px 1px 2px rgba(0, 0, 0, 0.2);
	
		border-color: #999;

	}
	#globalProfileCard .profileCard .profileActions .actionBtn:active, #globalProfileCard .profileCard .profileActions .actionBtn.clicking{
		background: #BBB;
	}
	#globalProfileCard .profileCard .profileActions .actionBtn.clicked{
		border-color: #CCC;
		background: #AAA;
	
		
		background-image: -webkit-gradient(linear,left top,left bottom,from(#B1B1B1),to(#D5CECE));
		background-image: -webkit-linear-gradient(top, #B1B1B1,#D5CECE);
		background-image: -webkit-linear-gradient(top, #B1B1B1,#D5CECE);
		background-image: -moz-linear-gradient(top, #B1B1B1,#D5CECE);
		background-image: -ms-linear-gradient(top, #B1B1B1,#D5CECE);
		background-image: -o-linear-gradient(top, #B1B1B1,#D5CECE);
		background-image: linear-gradient(top, #B1B1B1,#D5CECE);
		
		border-top-color: #777;
		border-left-color: #777;
	}
	
	
	#globalProfileCard .profileCard .profileActions .actionBtn .sendMessage{
		 background: url('img/icon/ico_message2_bw.png') no-repeat 8px 5px;
		width: 25px;
		height: 25px;
		padding: 15px;
	}
		#globalProfileCard .profileCard .profileActions .actionBtn .sendMessage:hover{
			 background: url('img/icon/ico_message2.png') no-repeat 8px 5px;
		}
	#globalProfileCard .profileCard .profileActions .actionBtn .becomeAFan{
		 background: url('img/icon/ico_becomeFan_bw.png') no-repeat 13px 6px;
		width: 25px;
		height: 25px;
		padding: 15px;
	}
		#globalProfileCard .profileCard .profileActions .actionBtn .becomeAFan:hover{
		 background: url('img/icon/ico_becomeFan_c.png') no-repeat 13px 6px;
	}
	#globalProfileCard .profileCard .profileActions .actionBtn .alreadyAFan{
		 background: url('img/icon/ico_alreadyAFan.png') no-repeat 12px 8px;
		width: 25px;
		height: 25px;
		padding: 15px;
	}
	
	#globalProfileCard .profileCard .profileActions .preload{
		background: url('img/icon/preloader_arrows.gif') no-repeat 0px 6px;
		margin-left: 10px;
		display: none;
		padding: 16px;
	}
	
	#globalProfileCard .profileCard .profileActions .actionMessage{
		display: none;
		padding: 3px;
		font-size: 11px;
		background: #CAFF95;
		border: 1px dotted #F96;
		
		color: #333;	
		max-width: 180px;
	}
		#globalProfileCard .profileCard .profileActions .actionMessage.error{
			background: #FFCCCC;
			border: 1px dotted #990000;
			
			color: #990000;	
		}
	
	
#globalProfileCard .profileCard .registeredDate { color: #999; font-size: 11px; margin-top: 15px; margin-right: 10px; text-align: right;}
#globalProfileCard .profileCard .profileLink { text-align: right; margin-top: 10px; margin-bottom: 5px; font-weight: bold; }