/*
td.profile_tab a {
    background-color: #d8dfea;
    background-position: top left;
    padding: 5px 6px 5px 6px;
    font-weight: bold; 
    display: block;
    margin-right:3px;
}
td.profile_tab a:hover {
    background-color:#627aad;
    background-position: top left;
    padding: 5px 6px 5px 6px;
    font-weight: bold; 
    display: block;
    margin-right:3px;
    text-decoration:none;
    color:#fff;
}
td.profile_tab2 a {
    background-color: #FFFFFF;
    padding: 5px 7px 5px 7px;
    border: 2px solid #d8dfea; 
    border-bottom: none;
    font-weight: bold; 
    display: block;
    margin-right:3px;
    color:#333333;
}
*/

td.profile_tab2 a:hover {
    background-color: #FFFFFF;
    background-image: url(../images/whiteline.gif);
    background-repeat: repeat-x;
    background-position: top left;
    padding: 5px 7px 5px 7px;
    border: 2px solid #DDDDDD; 
    border-bottom: none;
    font-weight: bold; 
    display: block;
    margin-right:3px;
    text-decoration:none;
    color:#333333;
}
#profile_tabs_profile { 
    border-left: 0px solid #DDDDDD;
}
td.profile_tab_end {
    border-bottom:0px solid #DDDDDD;
}

div.profile_content {
    padding: 3px; 
    border:0px solid #DDDDDD;
    border-top: none;
}
div.profile_headline, div.profile_headline2 {
    font-size: 5pt; 
    margin-bottom: 7px;
    font-weight: bold;
}
div.profile_headline2 {
    margin-top: 10px;
}
