

    #profileheader ul {
		list-style: none;
		padding: 0;
		margin: 0;
    }

	#profileheader li {
		float: left;
		border: 1px solid #bbb;
		border-bottom-width: 0;
		margin: 0;
        background: none;
    }

	#profileheader a {
		text-decoration: none;
		display: block;
		/*background: #eee;*/
		padding: 0.24em 1em;
		color: #676767;
		/*color: #00c;*/
		width: 8em;
		text-align: center;
    }

	#profileheader li:hover {
		background: #676767;
    }

    #profileheader a:hover {
		color: #ffffff;
	}
	#profileheader .selected:hover {
		background: #ffffff;
		color: #000000;
    }

	#profileheader .selected {
		border-color: #676767;
	}

	#profileheader .selected a {
		position: relative;
		top: 1px;
		/*background: white;*/
		color: #000000;
		font-weight: bold;
        font-size: 1.2em;
	}

	.profilecontent {
		border: 1px solid #BBBBBB;
		clear: both;
	}

    .profilecontent div {
      padding: 1em;
    }




.user {
    border-bottom:1px solid #ECEFF5;
    margin-bottom:15px;
    margin-top:5px;
    padding:2px 0;
}

div.user-profile {
    float:left;
    padding:0 0 0 0;
}
div.user-avatar {
    float:left;
    padding:0 10px;
}
div.user-details {
    float:left;
    padding:0 10px;
}
div.user-add {
    float:right;
    padding:50px 0 0 0;
}
.userImage {
    margin: 0 10px 2px 0;
  }

.my-profile-notification {
    background:#D2EDAF none repeat scroll 0;
    border:1px solid #00923A;
    margin:0 auto 10px;
    padding:10px;
    text-align:center;
}

.main-content table td {
    background-color:#FFFFFF;
    }

