﻿
/************** Profile picture/avatar setup **************/
#chooseAvatar
{
	position: relative;
}

#chooseAvatar2
{
	position: relative;
}

#ctl00_CRightColumn1_userAvatar, #avatarList img
{
	width: 70px;
	height: 70px;
	float: left;
}
#ctl00_CRightColumn1_userAvatar2, #avatarList2 img
{
	width: 70px;
	height: 70px;
	float: left;
}
#avatarList img
{
	border: 2px solid #fff;
	cursor: pointer;
}
#avatarList2 img
{
	border: 2px solid #fff;
	cursor: pointer;
}
#chooseAvatar span
{
	display: block;
	width: 20px;
	height: 70px;
	background: transparent url(../images/avatars/avatar-slider.jpg) no-repeat;
	float: left;
	cursor: pointer;
}
#chooseAvatar2 span
{
	display: block;
	width: 20px;
	height: 70px;
	background: transparent url(../images/avatars/avatar-slider.jpg) no-repeat;
	float: left;
	cursor: pointer;
}
.avatarMouseOver
{
	border: 2px solid #1ab3e9 !important;
}
.avatarSelected
{
	border: 2px solid #89bf3f !important;
}
#chooseAvatar span.avDropOver
{
	background: transparent url(../images/avatars/btn_avatar_over.png) no-repeat;
}
#chooseAvatar2 span.avDropOver
{
	background: transparent url(../images/avatars/btn_avatar_over.png) no-repeat;
}
#chooseAvatar span.avDropSel
{
	background: transparent url(../images/avatars/avatar-slider-ov.jpg) no-repeat;
}
#chooseAvatar2 span.avDropSel
{
	background: transparent url(../images/avatars/avatar-slider-ov.jpg) no-repeat;
}
#avatarList
{
	border: 1px solid #666;
	position: absolute;
	width: 210px;
	height: 200px;
	top: -65px;
	left: 89px;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 999;
	background-color:#fff;
}
#avatarList2
{
	border: 1px solid #666;
	position: absolute;
	width: 210px;
	height: 200px;
	top: -65px;
	left: 89px;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 999;
	background-color:#fff;
}
#avatarList img
{
	display: block;
	margin: 8px;
}
#avatarList2 img
{
	display: block;
	margin: 8px;
}
/************** Profile picture/avatar setup/PROFILE **************/
#chooseAvatarProfile
{
	position: relative;
}
#ctl00_CRightColumn1_tabMemberProfile_tab1_imgProfileImage, #avatarListProfile img
{
	width: 70px;
	height: 70px;
	float: left;
}
#avatarListProfile img
{
	border: 2px solid #fff;
	cursor: pointer;
}
#avatarListProfile
{
	border: 1px solid #666;
	position: absolute;
	width: 210px;
	height: 200px;
	top: -65px;
	left: 75px;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 999;
	background-color:#fff;
}
#avatarListProfile img
{
	display: block;
	margin: 8px;
}