.left_content {
    width: 115px;
    float: left;
} 
.right_content {
    width: 545px;
    float: right;
} 
.activity_list {
    border: solid 1px #e2e2e2;
    padding: 5px;
} 
.active_profile_content, .inactive_profile_content {
    border: solid 1px #E2E2E2;
    font-size: 14px;
    color: #444444;
    font-weight: bold;
} 
.active_profile_content {
    border-bottom: solid 1px #ffffff;
    background-color: #FFFFFF;
} 
.inactive_profile_content {
    background-color: #E2E2E2;
} 
#pro_tabs {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
#pro_tabs li {
    float: left;
    margin: 0px 3px 0px 0px;
    position: relative;
    top: 1px;
} 
#pro_tabs a {
    display: block;
    padding: 5px;
    color: 5px;
    color: #444444;
} 
.options {
    color: #000000;
    margin: 2px 5px 0px 0px;
    text-align: center;
    padding: 2px 0px;
    border: solid 1px #F7E696;
    background-color: #F8F5E2;
    display: block;
    font-size: 12px;
    font-weight: bold;
} 
.user_activity {
    border: solid 1px #e2e2e2;
    margin-right: 5px;
    background-color: #f2f2f2;
    padding: 2px;
    margin-top: 5px;
} 
.user_activity table {
    margin: 0px;
    width: 100%;
    padding: 5px 0px;
} 
.user_activity table tr td {
    font-size: 12px;
}
.bio_table {
    margin-bottom: 5px;
    width: 100%;
} 
.bio_table tr th, .bio_table tr td {
    vertical-align: top;
    text-align: left;
} 
.bio_table tr th {
    font-size: 14px;
} 
.bio_table tr td {
    font-size: 12px;
}
/****** PROFILE EDITING ******/
.notification_container, .notification_container a,
.notification_container span{
	font-size:12px;
}
.notification_container ul{
	list-style:none;
	margin:0px;
	padding:0px;
}
.notification_container ul li{
	margin:0px;
	padding:5px;
	border-bottom: solid 1px #e2e2e2;

}