/* CSS Document */

div.myProfile {
	font-size:1.2em;
	margin:0px 10px 3px;
	padding:3px 0px;
	}
	
div.myProfile img {
	float:left;
	margin-right:8px;
	}
	
div.myProfile input {
	margin-right:3px;
	}
	
div.myProfile ul li {
	border-left:1px solid #000000;
	float:left;
	list-style-type:none;
	margin-right:5px;
	margin-top:10px;
	padding-left:5px;
	}
	
div.myProfile li a {
	font-size:1em;
	text-decoration:none;
	}
	
div.myProfile .imageBackdrop {
	background:transparent url(images/myprofile_photoBackdropSmall.gif) no-repeat scroll center top;
    display:block;
    float:left;
    margin:0pt auto;
    padding:10px 10px 0px 0px;
	}
	
div.mediaGallery ul li {
	background-image:url(images/myprofile_photoBackdropSmall.gif);
	background-position:50% 0;
	background-repeat:no-repeat;
	}
	
div.myProfile .imageBackdrop img{
    border-bottom:1px solid #CCCCCC;
    border-right:1px solid #CCCCCC;
    display:block;
    margin:0pt auto;
	}
	
div.myProfileData {
	display:inline;
	float:left;
	}
	
div.myProfileData h2 {
	clear:left;
	font-size:x-large;
	}
	
div.myProfileLinks {
	clear: both;
	}
	
.activeLink {
	color:#000000;
	font-weight:bold;
	}
	
div.myProfile li.firstlistitem {
	border:medium none;
	padding-left:0px !important;
	}
	
div.FullName {
	display: inline;
	}
