#profileData {
	width:920px;
	background-color:white;			
}

#profilePhotoContainer {
	float:right;
	width:230px;
	margin:10px 10px 10px 0;
	padding:0;
}
#profilePhotoContainer img {
}

#basicDetails ul {
	margin-bottom:10px;
	padding:0;
	list-style-type:none;
}
#basicDetails ul li {
	margin:0 0 5px 0;
	padding:0;
}
#basicDetails ul li label {
	font-weight:bold;
	width:100px;
	display:block;
}
#basicDetails ul li input {
	width:100%;
	margin-right:5px;
}
	
#map {
}

#basicDetails {
	clear:both;
}
#gallery {
}
#gallery a {
	padding:0;
}
#gallery img {
	width:96px;
	margin: 0px 6px 10px 0px;
	vertical-align:middle;
}

#gallery .imageThumbnail {
	position:relative;
	float:left;
}
#gallery .imageThumbnail a.delete {
	position:absolute;
	display:block;
	width:11px;
	height:18px;
	padding-left:3px;
	top:-1px;
	right:5px;
	background-color:#e00;
	color:white;
}
#gallery .imageThumbnail a.delete:hover {
	background-color:#f88;
	text-decoration:none;
}
#imageUploadFrame {
	width:100%;
	height:80px;
	border:none;
}

div.subjectList {
	margin:0 0px 20px 0px;	
}

div.subjectList span.subject{
	padding:3px 3px 3px 5px;
	color:#00d;	
	xfont-weight:bold;
	text-decoration:underline;
}
div.subjectList span.subject a.delete{
	margin-left:5px;
	padding:0 3px;
	color:white;
	background-color:#f77;
	cursor:pointer;
}
div.subjectList span.subject a.delete:hover{
	background-color:#f00;	
	text-decoration:none;
}

