.profile_header {
font-size: 14pt;
color: #195b85;
margin: 0px;
border-bottom: 1px #dfdfdf solid;
padding: 0px 0px 2px 10px;
position: relative;
}

img.profile_image {
position: absolute;
right: 0;
margin-right: 5px;
margin-top: 5px;
}

.profile_header a {
color: #195b85;
text-decoration: none;
}

.profile_header a:hover {
color: #195b85;
text-decoration: underline;
}

#profile_menu {
margin: 0;
padding: 0;
height: 40px;
font-size: 11pt;
}

#profile_menu ul {
border: 0;
margin: 0px 0px 0px 5px;
padding: 0;
list-style-type: none;
text-align: center;
}

#profile_menu ul li {
float: left;
text-align: center;
padding: 0;
margin: 0;
}

#profile_menu ul li a {
padding: 2px 6px 2px 6px;
margin: 0px 0px 10px 5px;
color: #000;
text-decoration: none;
text-align: center;
border: 1px #e4e4e3 solid;
background: #f5f5f5;
font-size: 11pt;
border-top: none;
}

#profile_menu ul li a:hover {
background: #fff;
}

#profile_menu ul li.active a {
background: #fff;
}

#profile_nav_list {
border: 1px #ccc solid;
border-top: 5px #195b85 solid;
margin-bottom: 20px;
position: relative;
background: #e9f4fa;
}

#profile_nav_list ul {
margin: 5px 10px 5px 10px;
padding: 0px;
}

#profile_nav_list li {
}

#profile_nav_list li a {
border-top: 1px #cecece solid;
padding: 5px;
text-decoration: none;
color: #63ace1;
font-weight: bold;
width: 96%;
background: #e9f4fa;
}

#profile_nav_list li a:hover {
color: #63ace1;
background: #fff;
font-weight: bold;
text-decoration: none;
}

#profile_nav_list li a.first {
border-top: none;
}

div#content {
margin-top: 0px;
padding-top: 0px;
}

.profile_online_status {
font-size: 9pt;
color: #68d878;
font-weight: bold;
padding: 0px 0px 0px 4px;
}


