﻿.avatarSelectionContainer
{
	height: 110px; 
	background-repeat: repeat-x;
	vertical-align : bottom;
}

.currentlySelectedAvatoar
{
	text-align : center;
	width: 145px; 
	white-space: nowrap; 
	height: 65px;
	vertical-align : top;
}

.container3
{
	text-align : left;
	height : 65px;
	vertical-align : top;
}

.avatarSelector
{
	background-color: #f6f7f9;
	border-color: #dce1e6;
	border-style: solid;
	border-width: 1px;
	height: 250px;
	width: 380px;
	
	position : absolute; 
	display : none;
	left : 452px; 
	top : 370px; 
	text-align : center;
}

.avatarSelectorHeader
{
	background-color: #dce1e6;
	text-align: left;
}

.avatarIconLarge
{
	height : 96px;
	width : 96px;
	border : 6px solid #CCC;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	margin-right: 5px;
}

.avatarIconSmallSelection td
{
	text-align :center;
	width: 100px; 
	height: 40px;
}

.avatarIconSmallSelection img, .avatarIconSmall
{
	height : 32px;
	width : 32px;
	border : 0px;
}

.avatarIconCustomSelection
{
	background-color: #f6f7f9;
	
	width: 350px; 
	position: absolute; 
	display: none; 
	height: 150px; 
	left: 462px; 
	top: 429px;
}


