﻿/* profileedit.aspx template styles */


#profileedit #content
{
    width: 728px;
}

#profileedit #right_col
{
    width: 134px;
}


#profileedit .pic {
	position: relative;
	/*left: 10px;
	top: 10px;
	width: 135px;*/
	text-align: center;
}

#profileedit .pic a .large {
	border: 0px;
	display: block;
	height: 1px;
	left: -1px;
	position: absolute;
	top: -1px;
	width: 1px;
}

#profileedit .pic a img {
	border: 0;
}

#profileedit .pic a.p1, #profileedit .pic a.p1:visited {
	display: block;
	height: 113px;
	left: 0;
	text-decoration: none;
	top: 0;
	width: 200px;
}

#profileedit .pic a.p1:hover {
	color: #000000;
	text-decoration: none;
}

#profileedit .pic a.p1:hover .large 
{
    background-color: #fff;
	display: block;
	height: 225px;
	left: -100px;
	position: absolute;
	top: -255px;
	width: 400px;
	z-index: 100;
	border: solid 2px #000;
	padding: 3px;
}