﻿.image_left
{
    display: inline-block;
    float: left;
    margin-right: 20px;
    margin-top: 28px;
    margin-bottom: 20px;
}

.profile_wrapper ul
{
    margin-bottom: 20px;
    margin-left: 20px;
}

.profile_wrapper ul li
{
    margin-top: 6px;
}

.profile_wrapper ol
{
    list-style: none;
}


.profile_wrapper ol
{
    margin-bottom: 20px;
    margin-left: 20px;
}

.profile_wrapper ol li
{
    list-style-type: decimal !important;
    margin-top: 6px;
    margin-left: 6px;
}

.profile_wrapper ol li li
{
    list-style-type: lower-alpha !important;
    margin-top: 6px;
}

.webProfile_ViewImage
{
    float: right;
}

.leaf_node_style
{
    font-size: 1em !important;
    line-height: 1.8em;
    color: #006F7A;
}

.hover_node_style
{
    color: #000;
    text-decoration: "underline";
}

.selected_style
{
    color: #ab8b3e !important;
}

a.selected_style
{
    padding-left: 10px;
}

.profile_right_image
{
    position: relative;
}

.profile_right_image img
{
    display: inline-block;
    float: right;
    margin-left: 20px;
    position: relative;
    margin-bottom: 10px;
    border: none;
}

.right_image
{
    position: relative;
}
.right_image img
{
    display: inline-block;
    float: right;
    margin-left: 20px;
    margin-top: 20px;
    position: relative;
    margin-bottom: 10px;
    border: none;
}



