/* ////////////////  userProfile Containers  ////////////// */

.userProfileContainerMain {
	width: 700px;
	padding: 0px 0px 0px 0;
	margin-bottom: 0px;
	background: #fff;
	}
	
.userProfileLeftContainer {
	width: 40px;
	padding: 0px 0px 0px 0px;
	margin: 15px 0 0 0;
	background: #fff;
	float: left;
	}
	
.userProfileRightContainer {
	width: 640px;
	padding: 0px 0px 0px 0px;
	margin-bottom: 0px;
	background: #fff;
	float: right;
     /* background: red; */
	}
	
.userProfileRightTextContainer {
	width: 640px;
	padding: 0px 0px 0px 0;
	margin-bottom: 0px;
	margin-top: 15px;
	background: #fff;
	float: right;
  /* background: yellow; */
	}
	


/* //////////////// Image Box  ////////////// */

.userProfileImageBox {
	float: left;
	height: 140px;
	width: 140px;
	}	

.userProfileImageBox img a {
	margin: 0;
	padding: 0;
	height: 140px;
	width: 140px;
	cursor: pointer;
	border-style: none;
	}

	
	/*///////////  Contact Icons  /////////*/
	
	.userProfileContactBox
	{
		float: left;
		margin: 5px;
		height: 180px;
		width: 140px;
	}
	
	.userProfileContactBox .textLink a
	{
		color:#33CC00;
		float:left;
		margin-right:100px;
		text-decoration:none;
	}
	
	.userProfileContactBox .textLink a:hover
	{
		color:#3399CC;
		float:left;
		margin-right:100px;
		text-decoration:underline;
		font-weight:bold;
	}
	
	.contactIcon3
	{
		
		margin-right: 4px;
		margin-bottom: 2px;
		margin-left: 0px;
		margin-top: 0px;
		padding: 0;
		float:left;
	}

	.contactIcon img
	{
		border: 0;
	}
	
	/*///////////  User Status  /////////*/
	.userStatus 
	{
		margin-left: 5px;
		color:#484848;
		font-family:arial,sans-serif;
		font-size:12px;

	}
	
	.userStatus a
	{
		color:#3399CC;
		text-decoration:none;
	}
	
	.userStatus a:hover
	{
		color:#3399CC;
		text-decoration:underline;
		font-weight:bold;
	}

/* ////////////////  Add to Address Book  ////////////// */

.userProfileAddToAddressBook {
	font-family: arial, sans-serif;
    margin-left: 5px;
    margin-top: 5px;
	font-weight:bold;

}	
.userProfileAddToAddressBookImg img {
	float: left;
	border: none;
	display: inline;
	margin: 0px 0 0 3px;
}

.userProfileAddToAddressBookImg a{
}

.userProfileAddToAddressBook a, userProfileAddToAddressBook a:active, userProfileAddToAddressBook a:visited{
	text-decoration:none;
	font-size: 11px;
	color:#33CC00;
	width: 200px;
	float: left;
	display: inline;
	margin: 10px 0 0 5px;
	/* background: purple; */
}


.userProfileAddToAddressBook a:hover{
	text-decoration:underline;
	font-size: 11px;
}


/* //////////////// Buttons Contatiner Elements  ////////////// */

.userProfileButtonContainer a {
	margin: 6px 0px 3px 0px;	
	width: 140px;
	float: left;
}
	
.userProfileVerifyButton a
	{
		color: green;
	}
	
.userProfileRemoveButton a
	{
		color: red;
	}

/* ////////////////  User Name and Text Links ////////////// */

.userProfileUserName, .userProfileUserName a {
	color: #333;
	font-family: helvetica, arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
    margin: 0 0 3px 0;
    text-decoration: none;
	padding: 0px;
	}


.userProfileUserName a:hover{
	text-decoration: underline;
	}
	
.userProfileLinks {
	color: #666;
	font-family: arial, sans-serif;
	font-size: 12px;
	text-decoration: none;
        margin-left: 5px;
        margin-top: 1px;
	}

.userProfileLinks a{
	color: #058EC4;
	font-family: arial, sans-serif;
	font-size: 12px;
	text-decoration: none;
	}	

.userProfileLinks a:hover{
	color: #058EC4;
	font-family: arial, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	}
	
.userProfileLinksTitle {
	color: #666;
	font-family: arial, sans-serif;
	font-size: 12px;
	text-decoration: none;
    margin-left: 5px;
    margin-top: 1px;
    font-weight: normal;
 /* border: 1px solid red; */
    width: 70px;
    float: left;
	}
	
#userProfileLinksBody {
	color: #393939;
	font-family: arial, sans-serif;
	font-size: 12px;
	text-decoration: none;
    margin-left: 5px;
    margin-top: 1px;
    font-weight: normal;
    width: 450px;
  /* border: 1px solid blue; */
    float: right;
	}
	
#userProfileLinksBody a{
	color: #33CC00;
	font-family: arial, sans-serif;
	font-size: 12px;
	text-decoration: none;
}	

#userProfileLinksBody a:hover{
	color: #33CC00;
	font-family: arial, sans-serif;
	font-size: 12px;
	text-decoration: underline;
}

#userProfileTagsBody {
	color: #393939;
	font-family: georgia, serif;
	font-size: 10px;
	text-decoration: none;
	font-style: italic;
    margin-right: 5px;
    font-weight: normal;
    line-height: 1.8em;
	float: left;
    width: 100%;
	}

#userProfileTagsBody a{
	background-color: #E9E9E9;
	color: #333;
	padding: 1px 3px 1px 3px;
	margin-bottom: 2px;
	text-decoration: none;
	}
	

#userProfileTagsBody a:hover{
	border-bottom: 1px solid #888;
	}
	
#userProfileSpacer {
	float: left;
	clear: both;
	width: 500px;
   /* background: green; */
	height: 1px;
	margin: 0 0 0 5px;
    }

#userProfileSpacerShow {
 /* float: left;
	clear: both;
	width: 530px;
    background: #EEEEEE; 
	height: 1px;
	margin: 7px 0 5px 0px; */
    }

#userProfileSubText {
	font-size: 12px;
	font-weight: bold;
	color: #333;
	float: left;
	clear: both;
	width: 523px;
    margin: 10px 0 10px 0px;
    padding: 2px 0 3px 7px;
    background: #E9E9E9; 
}

/* ////////////////  SideBar ////////////// */

#userProfileSidebarText {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	float: left;
	clear: both;
	width: 100%;
}

#userProfileSidbarSpacer{
	float: left;
	clear: both;
	width: 100%;
    background: #EEEEEE; 
	height: 1px;
	margin: 0px 0px 5px 0px;
    }


