/******************************* Profile Layout *******************************/
.profileLeft{
    float: left;
    width: 185px;
}
.profileRight{
    float: left;
    width: 475px;
    margin-left: 10px;
}
.profileAdspace{
    float: left;
    width: 150px;
    margin-left: 10px;
}
.profileHeader1{
    margin-top: 0;
    display: inline;
    margin-right: 15px;
}
.profileLeftBox h2{
    display: block;
    margin: 0;
    padding: 3px;
    background-color: #CCCCCC;
    font-size: 15px;
}
.profileLeftBoxBody{
    padding: 3px;
}
.profileFriendSummary{
    float: left;
    width: 52px;
    font-size: 10px;
}
.profileFull{
    float: left;
    width: 600px;
}
.profileFullIcon{
    float: left;
    margin-right: 10px;
}
.profileTabs {
    border:none;
    width:500px;
}
.profileTopLeftSummary img{
    border: 1px solid black;
}

/******************************* Groups *******************************/

.groupWrapper{
	border-bottom: 1px solid silver;
	padding: 5px;
}
.groupIcon{
	float: left;
}
.groupCredentials{
	margin-left: 10px;
	float: left;
	font-size: 12px;
	width: 150px;
}
.groupCredentials a{
	text-decoration: none;
	color: #5555cc;
}
.groupStatus{
	padding: 5px;
	float: left;
	width: 50px;
}
.groupText {
	width: 300px;
	margin-left: 250px;
}
.groupFooter{
	clear: both;
}

