/* ////////////////  urlProfile Title ////////////// */

.urlProfileTitle { 
	font-family:  arial, 'Lucida Grande', sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #252A30;
	padding: 0;
	margin: -10px 10px 0px 15px;
	width: 130px;
	overflow: hidden;
    }
    
    
.urlProfileTitle h1 a{ 
	font-family: arial,'Lucida Grande', sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	padding: 0 0px 5px 0px;
	overflow: hidden;
	line-height: 1.2em;
	text-decoration: none;
	}
    
.urlProfileTitle h1 a:hover{ 
	color: #999999;
	}
    
/* //////////////// Save Button ////////////// */
/*
.urlProfileTitleSaveButton a { 
	background: url(http://localhost:8888/villij/code/images/urls/saveSmall.jpg) no-repeat; 
	color: #666;
	width: 40px;
	height: 18px;
	text-decoration: none;
	cursor: pointer;
	font-family: arial, Georgia,'Lucida Grande', sans-serif;
	font-size: 10px;
    font-weight: bold;
    padding: 3px 0 0 8px;
    float: left;
    margin-top: 3px;
  	}
	
.urlProfileTitleSaveButton a:hover { 
	background: url(http://localhost:8888/villij/code/images/urls/saveSmall.jpg) no-repeat; 
	color: #999;
	} 

*/
/* //////////////// urlProfile Bubble Bottom ////////////// */

/*
.urlProfileBubbleBottom { 
	background: url(http://localhost:8888/villij/code/images/urls/urlProfileBubbleBottom.jpg) no-repeat; 
	float: right;
	width: 18px;
	height: 35px;
	position: relative;
	bottom: 5px;
	}       
*/ 
     
/* //////////////// edit Button ////////////// */
/*
.urlProfileTitleEditButton a { 
	background: url(http://localhost:8888/villij/code/images/urls/editSmall.jpg) no-repeat; 
	color: #b3b3b3;
	width: 41px;
	height: 19px;
	text-decoration: none;
	cursor: pointer;
	font-family: arial, Georgia,'Lucida Grande', sans-serif;
	font-size: 10px;
    font-weight: bold;
    padding: 3px 0 0 8px;
    float: left;
    margin-top: 3px;
  	}
	
.urlProfileTitleEditButton a:hover { 
	background: url(editSmall.jpg) no-repeat; 
	color: #333;
	}    
   
*/
/* //////////////// userProfileTextContainer ////////////// */

.urlProfileTextContainer { 
        padding: 0;
		color:#62626A;
		font-family: "Lucida Grande", arial, sans-serif;
		font-size: 10px;
		line-height: 1.4em;
		letter-spacing: normal;
		margin: -10px 15px 10px 15px;
        }
        
/* //////////////// Bio textbody -- Left column content ////////////// */ 


.leftcontent{ 
	width: 100%;
	margin: 0;
	padding: 0;
	color:#62626A;
	font-family: "Lucida Grande", arial, sans-serif;
	font-size: 9px;
	line-height: 1.4em;
	letter-spacing: normal;
	}
	
.leftcontent a { 
	color: #252A30;
	text-decoration: underline; 
	font-weight: bold;
	}

.leftcontent a:hover { 
	color: #999;
	}

