.profilecontainer {
	min-width: 700px;
	width: 90%;
	
	border-color: #0AF;
}

.profilecontainer > div {
	/*display: inline-block;
	display: -moz-inline-box;*/
	*display: inline;
	zoom: 1;
	
	margin: 12px;
	
	text-align: left;
	vertical-align: top;
}



.profilepanel {
	color: #000;
	display: inline-block;
	
	border: 1px solid;
	border-color: inherit;
	box-shadow: 4px 8px 10px -5px rgba(0,0,0,0.6);
	
	overflow: hidden;
}

.profilepanel-header {
	font-size: 18px;
	
	color: #FFF;
	text-shadow: 1px 1px 4px rgba(0,0,0,0.6);
	
	padding: 6px;
	
	text-align: left;
	vertical-align: middle;
	
	border: 1px solid #AAA;
	border-width: 0px 0px 1px 0px;
	
	/*border-radius: 4px 12px 0px 0px;*/
	
	background: #B4A424;
	
	background: -webkit-linear-gradient(to bottom right, #0AF, #027);
	background: -o-linear-gradient(to bottom right, #0AF, #027);
	background: -moz-linear-gradient(to bottom right, #0AF, #027);
	background: linear-gradient(#0AF, #05A);
}

.profilepanel-body {
	background: #777;
	
	color: #FFF;
	
	padding: 6px;
	
	overflow: hidden;
	
	transition: height 3s;
}

.profilepanel-avatar {
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    
    position: relative;
	
	border: 3px solid #08F;
	
	background: #444;
	
	transition: all .3s;
}


.profilepanel-avatar-edit {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	
	text-align: center;
	
	line-height: 200px;
	
	background: rgba(0, 0, 0, 0);
	
	font-size: 18px;
	color: rgba(255, 255, 255, 0);
	
	
	cursor: pointer;
	display: inline-block;
	
	transition: all .3s;
}

.profilepanel-avatar:hover .profilepanel-avatar-edit {
	background: rgba(0, 0, 0, .5);
	color: rgba(255, 255, 255, 1);
}

.avatar-slideout {
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    
    border: 3px solid #08F;
    border-top: 0px;
    border-bottom: 0px;
    
	overflow: hidden;
	
	height: 0px;
	
	transition: all .3s ease-out;
}

.avatar-slideout-button-ok {
	margin: 0;
	border: 0;
	border-right: 1px solid black;
	
	padding: 0;
	box-shadow: none;
	
	width: calc(50% - 1px);
	height: 100%;
	line-height: 30px;
	
	float: left;
	background: #8F0;
	
	background: -webkit-linear-gradient(left top, #058, #222);
	background: -o-linear-gradient(bottom right, #058, #222);
	background: -moz-linear-gradient(bottom right, #058, #222);
	background: linear-gradient(to bottom right, #058, #222);
	
	background: linear-gradient(to bottom right, #AF0, #080, #222);
	
	background-position: -98px 0px;
	background-size: 228px;
}

.avatar-slideout-button-cancel {
	margin: 0;
	border: 0;
	
	padding: 0;
	box-shadow: none;
	
	width: calc(50% - 0px);
	height: 100%;
	line-height: 30px;
	
	float: right;
	background: #C00;
	
	background: -webkit-linear-gradient(left top, #058, #222);
	background: -o-linear-gradient(bottom right, #058, #222);
	background: -moz-linear-gradient(bottom right, #058, #222);
	background: linear-gradient(to bottom right, #058, #222);
	
	background: linear-gradient(to bottom right, #FA0, #800, #222);
	
	background-position: -98px 0px;
	background-size: 228px;
}


.pp-text {
	text-shadow: 1px 1px 4px rgba(0,0,0,0.6);
	
	background: #B4A424;
	
	background: -webkit-linear-gradient(to bottom right, #0AF, #027);
	background: -o-linear-gradient(to bottom right, #0AF, #027);
	background: -moz-linear-gradient(to bottom right, #0AF, #027);
	background: linear-gradient(#0AF, #05A);
}

.pp-rank-iris{background: linear-gradient(#A0F, #50A);}
.pp-rank-akhlys{background: linear-gradient(#0A0, #050);}
.pp-rank-founder{background: linear-gradient(#FFCAE4, #AA6080);}
.pp-rank-dev{background: linear-gradient(#A43, #521);}/*{background: linear-gradient(#F99, #C21);}*/
.pp-rank-admin{background: linear-gradient(#FDA, #C80);}
.pp-rank-mod{background: linear-gradient(#EE4, #A94);}
.pp-rank-csr{background: linear-gradient(#89B, #458);}
.pp-rank-user{background: linear-gradient(#0AF, #05A);}
.pp-rank-banned{background: linear-gradient(#666, #222);}


